summaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorPavel Vinogradov2019-07-16 16:29:10 -0400
committerPavel Vinogradov2019-07-16 16:29:10 -0400
commit65ecc76b8562e88d317b16edc7bf14572dfbe56f (patch)
tree8eab01ab94b1a9c1ccb36c6e1e4c0cefbcaf30f3 /security
parent041e9c8dae9ae5dd95c385af2b2672cf47632007 (diff)
security/shadow: version 4.7
Diffstat (limited to 'security')
-rwxr-xr-xsecurity/shadow/DEPENDS9
-rwxr-xr-xsecurity/shadow/DETAILS2
-rw-r--r--security/shadow/HISTORY6
3 files changed, 13 insertions, 4 deletions
diff --git a/security/shadow/DEPENDS b/security/shadow/DEPENDS
index a7bdb1327c..d59bb46c29 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 a16101901e..0e40c1e69b 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 f02664cdc6..049f3e6373 100644
--- a/security/shadow/HISTORY
+++ b/security/shadow/HISTORY
@@ -1,5 +1,9 @@
+2019-07-16 Pavel Vinogradov <public@sourcemage.org>
+ * DETAILS: version 4.7
+ * DEPENDS: gettext -> GETTEXT, added optional btrfs-progs
+
2019-01-19 Treeve Jelbert <treeve@sourcemage.org>
- * DEPENDS: delete gnupg
+ * DEPENDS: delete gnupg
2018-05-01 Pavel Vinogradov <public@sourcemage.org>
* DETAILS, shadow.gpg: GPG checking is back again, upstream fixed the