Skip to Content.
Sympa Menu

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

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 (ac6b79e1cc8859c29c8d0aa2d98a58fcfd20a85d)
  • Date: Mon, 16 Apr 2018 19:45:54 +0000

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

utils/file/DEPENDS | 7 ++++++-
utils/file/DETAILS | 2 +-
utils/file/HISTORY | 4 ++++
3 files changed, 11 insertions(+), 2 deletions(-)

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

utils/file: version 5.33

diff --git a/utils/file/DEPENDS b/utils/file/DEPENDS
index 911424e..e6304ea 100755
--- a/utils/file/DEPENDS
+++ b/utils/file/DEPENDS
@@ -1,3 +1,8 @@
depends gnupg &&
depends smgl-fhs &&
-depends zlib
+
+optional_depends zlib "--enable-zlib" "--disable-zlib" \
+ "enable compression via zlib?" &&
+
+optional_depends libseccomp "--enable-libseccomp" "--disable-libseccomp" \
+ "enable sandboxing?"
diff --git a/utils/file/DETAILS b/utils/file/DETAILS
index 994421e..635a61a 100755
--- a/utils/file/DETAILS
+++ b/utils/file/DETAILS
@@ -1,5 +1,5 @@
SPELL=file
- VERSION=5.32
+ VERSION=5.33
SECURITY_PATCH=1
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
diff --git a/utils/file/HISTORY b/utils/file/HISTORY
index 3084989..15aa9bf 100644
--- a/utils/file/HISTORY
+++ b/utils/file/HISTORY
@@ -1,3 +1,7 @@
+2018-04-16 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 5.33
+ * DEPENDS: added optional libseccomp, zlib is optional now too
+
2017-09-02 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 5.32




  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (ac6b79e1cc8859c29c8d0aa2d98a58fcfd20a85d), Pavel Vinogradov, 04/16/2018

Archive powered by MHonArc 2.6.24.

Top of Page