summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Brindle <method@gentoo.org>2003-06-26 18:40:11 +0000
committerJoshua Brindle <method@gentoo.org>2003-06-26 18:40:11 +0000
commit8bebe9a3aa011b55e68e3b28fb4f3bab6c46d1f2 (patch)
tree67c5bbf50347334bc8fbab22cbe2608e1bd86323 /sys-apps
parentVersion bump taken from cvs snapshot to support vlc-0.6.0 (diff)
downloadhistorical-8bebe9a3aa011b55e68e3b28fb4f3bab6c46d1f2.tar.gz
historical-8bebe9a3aa011b55e68e3b28fb4f3bab6c46d1f2.tar.bz2
historical-8bebe9a3aa011b55e68e3b28fb4f3bab6c46d1f2.zip
-e "s:SUIDMODE=.*4755:SUIDMODE=4711:" \
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/util-linux/ChangeLog5
-rw-r--r--sys-apps/util-linux/util-linux-2.11z-r4.ebuild3
2 files changed, 6 insertions, 2 deletions
diff --git a/sys-apps/util-linux/ChangeLog b/sys-apps/util-linux/ChangeLog
index 9a27635d03ff..e400d9117ae2 100644
--- a/sys-apps/util-linux/ChangeLog
+++ b/sys-apps/util-linux/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/util-linux
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/ChangeLog,v 1.40 2003/06/24 14:33:01 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/ChangeLog,v 1.41 2003/06/26 18:40:11 method Exp $
+
+ 26 Jun 2003; Joshua Brindle <method@gentoo.org> util-linux-2.11z-r4.ebuild:
+ Added -e s:SUIDMODE=.*4755:SUIDMODE=4711: for more secure suid permissions
24 Jun 2003; Aron Griffis <agriffis@gentoo.org> util-linux-2.11z-r4.ebuild:
Mark stable on alpha
diff --git a/sys-apps/util-linux/util-linux-2.11z-r4.ebuild b/sys-apps/util-linux/util-linux-2.11z-r4.ebuild
index 19e940a0e32b..a04b54ca437b 100644
--- a/sys-apps/util-linux/util-linux-2.11z-r4.ebuild
+++ b/sys-apps/util-linux/util-linux-2.11z-r4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.11z-r4.ebuild,v 1.6 2003/06/24 14:33:01 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.11z-r4.ebuild,v 1.7 2003/06/26 18:40:11 method Exp $
IUSE="crypt nls selinux static pam"
@@ -65,6 +65,7 @@ src_unpack() {
-e "s:HAVE_TSORT=no:HAVE_TSORT=yes:" \
-e "s:usr/man:usr/share/man:" \
-e "s:usr/info:usr/share/info:" \
+ -e "s:SUIDMODE=.*4755:SUIDMODE=4711:" \
MCONFIG || die "MCONFIG sed"
if [ -z "`use nls`" ] ; then