Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (65ecc76b8562e88d317b16edc7bf14572dfbe56f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (65ecc76b8562e88d317b16edc7bf14572dfbe56f)
  • Date: Tue, 16 Jul 2019 20:31:46 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

security/shadow/DEPENDS | 9 +++++++--
security/shadow/DETAILS | 2 +-
security/shadow/HISTORY | 6 +++++-
3 files changed, 13 insertions(+), 4 deletions(-)

New commits:
commit 65ecc76b8562e88d317b16edc7bf14572dfbe56f
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

security/shadow: version 4.7

diff --git a/security/shadow/DEPENDS b/security/shadow/DEPENDS
index a7bdb13..d59bb46 100755
--- a/security/shadow/DEPENDS
+++ b/security/shadow/DEPENDS
@@ -1,7 +1,7 @@
depends coreutils &&
depends smgl-fhs &&

-optional_depends gettext \
+optional_depends GETTEXT \
"--enable-nls" \
"--disable-nls" \
"for Native Language Support" &&
@@ -34,4 +34,9 @@ optional_depends acl \
optional_depends audit \
'--with-audit' \
'--without-audit' \
- 'support the audit system'
+ 'support the audit system' &&
+
+optional_depends btrfs-progs \
+ '--with-btrfs' \
+ '--without-btrfs' \
+ 'BtrFS support'
diff --git a/security/shadow/DETAILS b/security/shadow/DETAILS
index a161019..0e40c1e 100755
--- a/security/shadow/DETAILS
+++ b/security/shadow/DETAILS
@@ -1,5 +1,5 @@
SPELL=shadow
- VERSION=4.6
+ VERSION=4.7
SECURITY_PATCH=8
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
diff --git a/security/shadow/HISTORY b/security/shadow/HISTORY
index f02664c..049f3e6 100644
--- a/security/shadow/HISTORY
+++ b/security/shadow/HISTORY
@@ -1,5 +1,9 @@
+2019-07-16 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 4.7
+ * DEPENDS: gettext -> GETTEXT, added optional btrfs-progs
+
2019-01-19 Treeve Jelbert <treeve AT sourcemage.org>
- * DEPENDS: delete gnupg
+ * DEPENDS: delete gnupg

2018-05-01 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS, shadow.gpg: GPG checking is back again, upstream fixed the



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (65ecc76b8562e88d317b16edc7bf14572dfbe56f), Pavel Vinogradov, 07/16/2019

Archive powered by MHonArc 2.6.24.

Top of Page