Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (d05cff73e8a08e7428a6d123a25577d9b3eed264)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (d05cff73e8a08e7428a6d123a25577d9b3eed264)
  • Date: Sun, 29 Apr 2018 07:51:11 +0000

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

crypto/cryptsetup-luks/DEPENDS | 6 +++++-
crypto/cryptsetup-luks/DETAILS | 4 ++--
crypto/cryptsetup-luks/HISTORY | 4 ++++
disk/libbytesize/DEPENDS | 4 ++--
disk/libbytesize/DETAILS | 4 ++--
disk/libbytesize/HISTORY | 4 ++++
6 files changed, 19 insertions(+), 7 deletions(-)

New commits:
commit d05cff73e8a08e7428a6d123a25577d9b3eed264
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

cryptsetup-luks: => 2.0.2

commit 4cee39b6847ce209e1fc0e55d6ea02929a56cada
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

libbytesize: => 1.3

diff --git a/crypto/cryptsetup-luks/DEPENDS b/crypto/cryptsetup-luks/DEPENDS
index 55f9fe9..5d7ea3d 100755
--- a/crypto/cryptsetup-luks/DEPENDS
+++ b/crypto/cryptsetup-luks/DEPENDS
@@ -1,3 +1,7 @@
depends lvm &&
depends libgcrypt &&
-depends popt
+depends popt &&
+depends json-c &&
+optional_depends eudev '--enable-udev' '--disable-udev' 'UDev support' &&
+optional_depends gettext '--enable-nls' '--disable-nls' 'NLS support' &&
+optional_depends PYTHON '--enable-python' '--disable-python' 'Python
bindings'
diff --git a/crypto/cryptsetup-luks/DETAILS b/crypto/cryptsetup-luks/DETAILS
index 83d4e51..153008b 100755
--- a/crypto/cryptsetup-luks/DETAILS
+++ b/crypto/cryptsetup-luks/DETAILS
@@ -1,9 +1,9 @@
SPELL=cryptsetup-luks
- VERSION=2.0.1
+ VERSION=2.0.2
BRANCH=v$(echo $VERSION | cut -f 1 -d .).$(echo $VERSION | cut -f
2 -d .)
SOURCE_DIRECTORY=$BUILD_DIRECTORY/cryptsetup-$VERSION
SOURCE=cryptsetup-$VERSION.tar.xz
-
SOURCE_HASH=sha512:b0c16de67169aefe861e0d6692dfa7ff1d7cf34990611c71edb82606ebf39a529511b36f7c452da591bdc39c4125a4355b7444d268680458219f2cad63e0f74b
+
SOURCE_HASH=sha512:1c37b81b1dcb1223293b30ddc7096e074d01e2dd978b543fbda7ae11ecc29c1c461d12e4b22288bb382a188e9e679bf1ad3e281e77428374b7c605c8902c1b17

SOURCE_URL[0]=https://www.kernel.org/pub/linux/utils/cryptsetup/$BRANCH/$SOURCE
WEB_SITE=https://gitlab.com/cryptsetup/cryptsetup
ENTERED=20060117
diff --git a/crypto/cryptsetup-luks/HISTORY b/crypto/cryptsetup-luks/HISTORY
index b68f71d..8a2d3a2 100644
--- a/crypto/cryptsetup-luks/HISTORY
+++ b/crypto/cryptsetup-luks/HISTORY
@@ -1,3 +1,7 @@
+2018-04-29 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2.0.2
+ * DEPENDS: add json-c, eudev, gettext PYTHON
+
2018-02-18 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 2.0.1

diff --git a/disk/libbytesize/DEPENDS b/disk/libbytesize/DEPENDS
index 8b85b1a..cd3b688 100755
--- a/disk/libbytesize/DEPENDS
+++ b/disk/libbytesize/DEPENDS
@@ -2,6 +2,6 @@ depends pkgconfig &&
depends gmp &&
depends mpfr &&
depends pcre &&
-depends python &&
optional_depends gtk-doc '--with-gtk-doc' '--without-gtk-doc' 'Build
Devhelp files?' &&
-optional_depends python3 '--with-python3' '--without-python3' 'Python3
support'
+optional_depends python3 '--with-python3' '--without-python3' 'Python3
support' &&
+optional_depends python '--with-python2' '--without-python2' 'Python2
support'
diff --git a/disk/libbytesize/DETAILS b/disk/libbytesize/DETAILS
index 56fb539..a4f196e 100755
--- a/disk/libbytesize/DETAILS
+++ b/disk/libbytesize/DETAILS
@@ -1,6 +1,6 @@
SPELL=libbytesize
- VERSION=1.2
-
SOURCE_HASH=sha512:a8151e7440d0ec43d10239ddf08a9924827cdf08f20a16dff6177b444c1022fab905a0567384531e7610d854998111adb77f9a6a98e2d9648c02521f84ea2bf2
+ VERSION=1.3
+
SOURCE_HASH=sha512:a50f5d4ea07a295909e09168518f8fc25da8dcd52859beca9c9c3b8c8c180b025c774c730d449ffbd4c7fd5aba07b5d071b6d9ad36f9d9ebc96bb06699aa08f3
SOURCE="$SPELL-$VERSION.tar.gz"
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE=https://github.com/storaged-project/$SPELL
diff --git a/disk/libbytesize/HISTORY b/disk/libbytesize/HISTORY
index d5f65a3..0ab2759 100644
--- a/disk/libbytesize/HISTORY
+++ b/disk/libbytesize/HISTORY
@@ -1,3 +1,7 @@
+2018-04-29 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.3
+ * DEPENDS: python2 optional
+
2018-01-28 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.2




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (d05cff73e8a08e7428a6d123a25577d9b3eed264), Treeve Jelbert, 04/29/2018

Archive powered by MHonArc 2.6.24.

Top of Page