Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (581c958702db5a4e365f93e2aaa2536d87f1e838)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (581c958702db5a4e365f93e2aaa2536d87f1e838)
  • Date: Thu, 24 Jan 2008 18:06:00 -0600

GIT changes to master grimoire by Ladislav Hagara <ladislav.hagara AT unob.cz>:

security/shadow/DEPENDS | 1 +
security/shadow/DETAILS | 2 +-
security/shadow/HISTORY | 4 ++++
3 files changed, 6 insertions(+), 1 deletion(-)

New commits:
commit 581c958702db5a4e365f93e2aaa2536d87f1e838
Author: Ladislav Hagara <ladislav.hagara AT unob.cz>
Commit: Ladislav Hagara <ladislav.hagara AT unob.cz>

shadow: PATCHLEVEL=3

commit cc401f4df42da5f17211eaf333dde26af1f598a1
Author: Ladislav Hagara <ladislav.hagara AT unob.cz>
Commit: Ladislav Hagara <ladislav.hagara AT unob.cz>

shadow: temporarily added coreutils to DEPENDS to prevent removing of
pam.d/su (su need it)

during "sorcery system-update" on one of my boxes pam.d/su was removed
because shadow was casted before coreutils; shadow installed pam.d/su and
later on coreutils removed it because originally coreutils owned pam.d/su

diff --git a/security/shadow/DEPENDS b/security/shadow/DEPENDS
index c542604..15a5f8b 100755
--- a/security/shadow/DEPENDS
+++ b/security/shadow/DEPENDS
@@ -1,3 +1,4 @@
+depends coreutils &&
depends gnupg &&
depends smgl-fhs &&

diff --git a/security/shadow/DETAILS b/security/shadow/DETAILS
index 70cd1d8..e996a1f 100755
--- a/security/shadow/DETAILS
+++ b/security/shadow/DETAILS
@@ -6,7 +6,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://downloads.linuxfromscratch.org/$SOURCE
WEB_SITE=http://shadow.pld.org.pl/
ENTERED=20050303
- PATCHLEVEL=2
+ PATCHLEVEL=3
SECURITY_PATCH=3
KEYWORDS="security password"
SHORT="Shadow password file utilities"
diff --git a/security/shadow/HISTORY b/security/shadow/HISTORY
index 94c8e29..8903df4 100644
--- a/security/shadow/HISTORY
+++ b/security/shadow/HISTORY
@@ -1,3 +1,7 @@
+2008-01-24 Ladislav Hagara <hgr AT vabo.cz>
+ * DEPENDS: temporarily added coreutils to prevent removing of pam.d/su
+ * DETAILS: PATCHLEVEL=3 to ensure all users have pam.d/su
+
2008-01-23 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: shadow now provides /bin/su, PATCHLEVEL=2 [Bug 14247]
* pam.d/su: added (from coreutils)



  • [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (581c958702db5a4e365f93e2aaa2536d87f1e838), Ladislav Hagara, 01/24/2008

Archive powered by MHonArc 2.6.24.

Top of Page