Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (bff2a0b443d1b24346e29a119d441308bfab3dfa)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (bff2a0b443d1b24346e29a119d441308bfab3dfa)
  • Date: Fri, 19 Jan 2007 19:22:58 -0600

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

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

New commits:
commit bff2a0b443d1b24346e29a119d441308bfab3dfa
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

finally moving the pam.d/su file to coreutils where the su binary
comes from

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 8fb0706..2bea833 100755
--- a/utils/coreutils/DETAILS
+++ b/utils/coreutils/DETAILS
@@ -7,7 +7,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
SOURCE2_URL[0]=$GNU_URL/$SPELL/$SOURCE2
SOURCE_GPG=gnu-verified.gpg:$SOURCE2
SOURCE2_IGNORE=signature
- PATCHLEVEL=1
+ 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 6f3069e..30869fd 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



  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (bff2a0b443d1b24346e29a119d441308bfab3dfa), Thomas Orgis, 01/19/2007

Archive powered by MHonArc 2.6.24.

Top of Page