From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1OfPkm-0005GK-84 for garchives@archives.gentoo.org; Sun, 01 Aug 2010 04:02:24 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D6EF8E0B83 for ; Sun, 1 Aug 2010 04:02:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 10750E0B21 for ; Sun, 1 Aug 2010 03:47:46 +0000 (UTC) Received: from corvid.gentoo.org (corvid.gentoo.org [208.92.234.79]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7AC861B4024 for ; Sun, 1 Aug 2010 03:47:45 +0000 (UTC) Received: by corvid.gentoo.org (Postfix, from userid 948) id 88F9F2CF37; Sun, 1 Aug 2010 03:47:44 +0000 (UTC) From: "Diego Petteno (flameeyes)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, flameeyes@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sys-libs/pam: pam-1.1.1-r2.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: pam-1.1.1-r2.ebuild ChangeLog X-VCS-Directories: sys-libs/pam X-VCS-Committer: flameeyes X-VCS-Committer-Name: Diego Petteno Content-Type: text/plain; charset=utf8 Message-Id: <20100801034744.88F9F2CF37@corvid.gentoo.org> Date: Sun, 1 Aug 2010 03:47:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 1f0ebd6c-b8b2-4518-9022-4c82ffc96a85 X-Archives-Hash: 8f73d2404573683b13dc46f46be0f3e9 flameeyes 10/08/01 03:47:44 Modified: pam-1.1.1-r2.ebuild ChangeLog Log: Add a 'few' more messages at postinst, one warning against common probl= ems with long-running software, and and the other about the bugged pam_ta= lly2. (Portage version: 2.2_rc67/cvs/Linux x86_64) Revision Changes Path 1.8 sys-libs/pam/pam-1.1.1-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/pam/pam-1= .1.1-r2.ebuild?rev=3D1.8&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/pam/pam-1= .1.1-r2.ebuild?rev=3D1.8&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/pam/pam-1= .1.1-r2.ebuild?r1=3D1.7&r2=3D1.8 Index: pam-1.1.1-r2.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/sys-libs/pam/pam-1.1.1-r2.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- pam-1.1.1-r2.ebuild 31 Jul 2010 21:56:09 -0000 1.7 +++ pam-1.1.1-r2.ebuild 1 Aug 2010 03:47:44 -0000 1.8 @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/pam-1.1.1-r2.ebuild,v 1.= 7 2010/07/31 21:56:09 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/pam-1.1.1-r2.ebuild,v 1.= 8 2010/08/01 03:47:44 flameeyes Exp $ =20 EAPI=3D"3" =20 @@ -184,3 +184,20 @@ pkg_preinst() { check_old_modules || die "deprecated PAM modules still used" } + +pkg_postinst() { + ewarn "Some software with pre-loaded PAM libraries might experience" + ewarn "warnings or failures related to missing symbols and/or versions" + ewarn "after any update. While unfortunate this is a limit of the" + ewarn "implementation of PAM and the software, and it requires you to" + ewarn "restart the software manually after the update." + ewarn "" + ewarn "You can get a list of such software running a command like" + ewarn " lsof / | egrep 'DEL.*libpam\\.so'" + elog "" + elog "Because of a bug present up to version 1.1.1-r2, you might have" + elog "an executable /var/log/tallylog file. If it is so, you can safely= " + elog "correct it by running the command" + elog " chmod -x /var/log/tallylog" + elog "" +} 1.264 sys-libs/pam/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/pam/Chang= eLog?rev=3D1.264&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/pam/Chang= eLog?rev=3D1.264&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/pam/Chang= eLog?r1=3D1.263&r2=3D1.264 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/sys-libs/pam/ChangeLog,v retrieving revision 1.263 retrieving revision 1.264 diff -u -r1.263 -r1.264 --- ChangeLog 31 Jul 2010 21:56:09 -0000 1.263 +++ ChangeLog 1 Aug 2010 03:47:44 -0000 1.264 @@ -1,6 +1,10 @@ # ChangeLog for sys-libs/pam # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/ChangeLog,v 1.263 2010/0= 7/31 21:56:09 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/ChangeLog,v 1.264 2010/0= 8/01 03:47:44 flameeyes Exp $ + + 01 Aug 2010; Diego E. Petten=C3=B2 pam-1.1.1-r2= .ebuild: + Add a 'few' more messages at postinst, one warning against common prob= lems + with long-running software, and and the other about the bugged pam_tal= ly2. =20 31 Jul 2010; Markos Chandras pam-1.1.1-r2.ebuild= : Stable on amd64 wrt bug #329931