Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Justin Boffemmyer (11bb0bad4699c7503a473d340d2df2f8cc025475)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Justin Boffemmyer <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Justin Boffemmyer (11bb0bad4699c7503a473d340d2df2f8cc025475)
  • Date: Wed, 27 Jun 2012 20:45:06 -0500

GIT changes to master grimoire by Justin Boffemmyer <flux AT sourcemage.org>:

security/shadow/DEPENDS | 17 ++++++++++++++++-
security/shadow/HISTORY | 3 +++
2 files changed, 19 insertions(+), 1 deletion(-)

New commits:
commit 11bb0bad4699c7503a473d340d2df2f8cc025475
Author: Justin Boffemmyer <flux AT sourcemage.org>
Commit: Justin Boffemmyer <flux AT sourcemage.org>

security/shadow: add missing dependencies

Some optional dependencies for shadow were missing from its DEPENDS
file, notably acl, attr, and audit. These have now been added and
accounted for.

diff --git a/security/shadow/DEPENDS b/security/shadow/DEPENDS
index e2d6ff9..1a31341 100755
--- a/security/shadow/DEPENDS
+++ b/security/shadow/DEPENDS
@@ -20,4 +20,19 @@ optional_depends cracklib \
optional_depends libselinux \
'--with-selinux' \
'--without-selinux' \
- 'for selinux support'
+ 'for selinux support' &&
+
+optional_depends attr \
+ '--with-attr=yes' \
+ '--with-attr=no' \
+ 'support extended attributes' &&
+
+optional_depends acl \
+ '--with-acl' \
+ '--without-acl' \
+ 'for filesystem access control list support' &&
+
+optional_depends audit \
+ '--with-audit' \
+ '--without-audit' \
+ 'support the audit system'
diff --git a/security/shadow/HISTORY b/security/shadow/HISTORY
index 1393838..04ec1fe 100644
--- a/security/shadow/HISTORY
+++ b/security/shadow/HISTORY
@@ -1,3 +1,6 @@
+2012-02-15 Justin Boffemmyer <flux AT sourcemage.org>
+ * DEPENDS: add missing optional dependencies
+
2012-02-15 Ladislav Hagara <hgr AT vabo.cz>
* PRE_BUILD, copydir.c.patch: upstream patch added




  • [SM-Commit] GIT changes to master grimoire by Justin Boffemmyer (11bb0bad4699c7503a473d340d2df2f8cc025475), Justin Boffemmyer, 06/27/2012

Archive powered by MHonArc 2.6.24.

Top of Page