[SM-Commit] GIT changes to stable-rc-0.6 grimoire by Jaka Kranjc (5587f46ea857b6cb9c1f2c5fe91aa80169574662)

Jaka Kranjc scm at mail.sourcemage.org
Sun Jan 21 15:24:03 EST 2007


GIT changes to stable-rc-0.6 grimoire by Jaka Kranjc <lynxlynxlynx at sourcemage.org>:

 security/shadow/DETAILS  |    2 +-
 security/shadow/HISTORY  |    6 ++++++
 security/shadow/pam.d/su |   19 -------------------
 utils/coreutils/DETAILS  |    1 +
 utils/coreutils/HISTORY  |    6 ++++++
 utils/coreutils/pam.d/su |   19 +++++++++++++++++++
 6 files changed, 33 insertions(+), 20 deletions(-)

New commits:
commit 5587f46ea857b6cb9c1f2c5fe91aa80169574662
Author: Jaka Kranjc <lynxlynxlynx at sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx at sourcemage.org>

    finally moving the pam.d/su file to coreutils where the su binary
    comes from
    
    Conflicts:
    
    	utils/coreutils/DETAILS

diff --git a/security/shadow/DETAILS b/security/shadow/DETAILS
index f660a3c..223eace 100755
--- a/security/shadow/DETAILS
+++ b/security/shadow/DETAILS
@@ -6,7 +6,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
    SOURCE_URL[0]=ftp://ftp.pld.org.pl/software/$SPELL/$SOURCE
         WEB_SITE=http://shadow.pld.org.pl/
          ENTERED=20050303
-      PATCHLEVEL=2
+      PATCHLEVEL=3
   SECURITY_PATCH=1
         KEYWORDS="security password"
            SHORT="Shadow password file utilities"
diff --git a/security/shadow/HISTORY b/security/shadow/HISTORY
index 55829ab..bd4348b 100644
--- a/security/shadow/HISTORY
+++ b/security/shadow/HISTORY
@@ -1,3 +1,9 @@
+2007-01-20 Thomas Orgis <sobukus at sourcemage.org>
+	* pam.d/su: move that to coreutils as the su binary comes from
+	  there now
+        * DETAILS: a patchlevel can't hurt for having changed install
+          footprint                                     
+
 2006-07-15 Flavien Bridault <vlaaad at sourcemage.org>
 	* BUILD: do not install default /etc/pam.d/* files from the tarball
 	* DETAILS: PATCHLEVEL++
diff --git a/security/shadow/pam.d/su b/security/shadow/pam.d/su
deleted file mode 100755
index 96555f0..0000000
--- a/security/shadow/pam.d/su
+++ /dev/null
@@ -1,19 +0,0 @@
-#
-# The PAM configuration file for the `su' service
-#
-# uncomment for *really* paranoid SA's...
-# this will allow only users in the "wheel" group
-# the ability to "su".
-# auth		required	pam_wheel.so
-
-# uncomment for *really* lazy SA's...
-# this will allow any user in the "wheel group
-# the ablity to "su" without further authentication.
-# if you enable this, don't come crying to the #channel
-# or post wild accusations on the mailing lists
-# if you get hacked...
-#auth            sufficient      pam_wheel.so trust use_uid
-auth            sufficient      pam_rootok.so
-auth		required	pam_unix.so
-account		required	pam_unix.so
-session		required	pam_unix.so
diff --git a/utils/coreutils/DETAILS b/utils/coreutils/DETAILS
index 4443112..2bea833 100755
--- a/utils/coreutils/DETAILS
+++ b/utils/coreutils/DETAILS
@@ -7,6 +7,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
   SOURCE2_URL[0]=$GNU_URL/$SPELL/$SOURCE2
       SOURCE_GPG=gnu-verified.gpg:$SOURCE2
   SOURCE2_IGNORE=signature
+      PATCHLEVEL=2
         WEB_SITE=http://www.gnu.org/software/coreutils/
          ENTERED=20030409
       LICENSE[0]=GPL
diff --git a/utils/coreutils/HISTORY b/utils/coreutils/HISTORY
index 713bc4f..7426a06 100644
--- a/utils/coreutils/HISTORY
+++ b/utils/coreutils/HISTORY
@@ -1,3 +1,9 @@
+2007-01-20 Thomas Orgis <sobukus at sourcemage.org>
+	* pam.d/su: move that to coreutils as the su binary comes from
+	  there now
+	* DETAILS: a patchlevel can't hurt for having changed install
+	  footprint
+
 2007-01-18 Thomas Orgis <sobukus at sourcemage.org>
 	* PRE_BUILD: do PAM patch and autoreconf _after_ all other patches
 
diff --git a/utils/coreutils/pam.d/su b/utils/coreutils/pam.d/su
new file mode 100755
index 0000000..96555f0
--- /dev/null
+++ b/utils/coreutils/pam.d/su
@@ -0,0 +1,19 @@
+#
+# The PAM configuration file for the `su' service
+#
+# uncomment for *really* paranoid SA's...
+# this will allow only users in the "wheel" group
+# the ability to "su".
+# auth		required	pam_wheel.so
+
+# uncomment for *really* lazy SA's...
+# this will allow any user in the "wheel group
+# the ablity to "su" without further authentication.
+# if you enable this, don't come crying to the #channel
+# or post wild accusations on the mailing lists
+# if you get hacked...
+#auth            sufficient      pam_wheel.so trust use_uid
+auth            sufficient      pam_rootok.so
+auth		required	pam_unix.so
+account		required	pam_unix.so
+session		required	pam_unix.so



More information about the SM-Commit mailing list