diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2005-08-28 15:36:56 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2005-08-28 15:36:56 +0000 |
commit | 73b1cdc941edbab66e81e79701e6b3d3716d4dbf (patch) | |
tree | decb05e06cd0683ef13239d54f1d1f4636cfaaaa /sys-apps/pmount | |
parent | Moving collision-protect masked packages from macos profile to 10.4 and (diff) | |
download | gentoo-2-73b1cdc941edbab66e81e79701e6b3d3716d4dbf.tar.gz gentoo-2-73b1cdc941edbab66e81e79701e6b3d3716d4dbf.tar.bz2 gentoo-2-73b1cdc941edbab66e81e79701e6b3d3716d4dbf.zip |
Some small security releated concerns
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'sys-apps/pmount')
-rw-r--r-- | sys-apps/pmount/ChangeLog | 8 | ||||
-rw-r--r-- | sys-apps/pmount/Manifest | 14 | ||||
-rw-r--r-- | sys-apps/pmount/files/digest-pmount-0.9.3-r2 (renamed from sys-apps/pmount/files/digest-pmount-0.9.3-r1) | 0 | ||||
-rw-r--r-- | sys-apps/pmount/pmount-0.9.3-r2.ebuild (renamed from sys-apps/pmount/pmount-0.9.3-r1.ebuild) | 6 |
4 files changed, 12 insertions, 16 deletions
diff --git a/sys-apps/pmount/ChangeLog b/sys-apps/pmount/ChangeLog index 011675e7178f..3cff022e5ac2 100644 --- a/sys-apps/pmount/ChangeLog +++ b/sys-apps/pmount/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-apps/pmount # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pmount/ChangeLog,v 1.5 2005/08/25 16:07:09 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pmount/ChangeLog,v 1.6 2005/08/28 15:36:56 cardoe Exp $ + +*pmount-0.9.3-r2 (28 Aug 2005) + + 28 Aug 2005; Doug Goldstein <cardoe@gentoo.org> -pmount-0.9.3-r1.ebuild, + +pmount-0.9.3-r2.ebuild: + Some small security related concerns *pmount-0.9.3-r1 (25 Aug 2005) diff --git a/sys-apps/pmount/Manifest b/sys-apps/pmount/Manifest index 40cc3ffc0639..d2af9c3bfa68 100644 --- a/sys-apps/pmount/Manifest +++ b/sys-apps/pmount/Manifest @@ -1,14 +1,4 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 aac86bf5e50eb9cef83a6f6800c560af metadata.xml 253 MD5 511eb470ce91e062fb6ac31c3837fd6e ChangeLog 586 -MD5 f3b423f490545cbd708c8c9a8e6de411 pmount-0.9.3-r1.ebuild 1466 -MD5 840c7e69303d19acc8e0a62976a4c135 files/digest-pmount-0.9.3-r1 63 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2 (GNU/Linux) - -iD8DBQFDDkDSBtvusYtCZMsRAoe3AJ9OVZ2o/0tnt50r/rr77xol7CnL5wCdE2IV -ax7Cb2SLqkBg7z1Vk6yt1cs= -=wkA9 ------END PGP SIGNATURE----- +MD5 582732adb9334c8b4f13c8769245cd6f pmount-0.9.3-r2.ebuild 1479 +MD5 840c7e69303d19acc8e0a62976a4c135 files/digest-pmount-0.9.3-r2 63 diff --git a/sys-apps/pmount/files/digest-pmount-0.9.3-r1 b/sys-apps/pmount/files/digest-pmount-0.9.3-r2 index a4de0c2c4b23..a4de0c2c4b23 100644 --- a/sys-apps/pmount/files/digest-pmount-0.9.3-r1 +++ b/sys-apps/pmount/files/digest-pmount-0.9.3-r2 diff --git a/sys-apps/pmount/pmount-0.9.3-r1.ebuild b/sys-apps/pmount/pmount-0.9.3-r2.ebuild index 7f4243b9617e..b1ba756bce5f 100644 --- a/sys-apps/pmount/pmount-0.9.3-r1.ebuild +++ b/sys-apps/pmount/pmount-0.9.3-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pmount/pmount-0.9.3-r1.ebuild,v 1.2 2005/08/25 22:05:53 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pmount/pmount-0.9.3-r2.ebuild,v 1.1 2005/08/28 15:36:56 cardoe Exp $ inherit eutils @@ -41,13 +41,13 @@ src_install () { # Must be run SETUID exeinto /usr/bin - exeopts -m 4770 + exeopts -m 4710 doexe pmount pumount fowners root:plugdev /usr/bin/pmount fowners root:plugdev /usr/bin/pumount dodoc AUTHORS CHANGES TODO - doman pmount.1 pumount.1 + doman pmount.1 pumount.1 pmount-hal.1 insinto /etc doins pmount.allow |