Skip to Content.
Sympa Menu

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

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 (995bf7b532269255791293e369b8a67b349cb33d)
  • Date: Tue, 28 May 2019 17:37:33 +0000

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

crypto/gnupg-2.2/DEPENDS | 6 +++---
crypto/gnupg-2.2/DETAILS | 5 ++---
crypto/gnupg-2.2/HISTORY | 4 ++++
3 files changed, 9 insertions(+), 6 deletions(-)

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

crypto/gnupg-2.2: bzip2 and zlib are optional now

commit 484c678f0df9a9bbeafa171e017e0d7b7dcd8c24
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

crypto/gnupg-2.2: version 2.2.16

diff --git a/crypto/gnupg-2.2/DEPENDS b/crypto/gnupg-2.2/DEPENDS
index 74f7bc9..3d0be66 100755
--- a/crypto/gnupg-2.2/DEPENDS
+++ b/crypto/gnupg-2.2/DEPENDS
@@ -4,8 +4,6 @@ depends libgcrypt &&
depends libassuan &&
depends libksba &&
depends readline &&
-depends bzip2 &&
-depends zlib &&
depends pkgconfig &&

optional_depends openldap \
@@ -16,4 +14,6 @@ optional_depends openldap \
optional_depends GETTEXT '' '--disable-nls' 'NLS support' &&
optional_depends libusb '' '' 'USB card reader support' &&
optional_depends gnutls '' '--disable-gnutls' 'use GnuTLS as fallback TLS
library' &&
-optional_depends sqlite '' '--disable-sqlite' 'use SQLITE'
+optional_depends sqlite '' '--disable-sqlite' 'use SQLITE' &&
+optional_depends bzip2 '' '--disable-bzip2' 'use BZIP2' &&
+optional_depends zlib '' '--disable-zip' 'use ZIP and ZLIB compression'
diff --git a/crypto/gnupg-2.2/DETAILS b/crypto/gnupg-2.2/DETAILS
index dc6a3fc..aeac57f 100755
--- a/crypto/gnupg-2.2/DETAILS
+++ b/crypto/gnupg-2.2/DETAILS
@@ -1,10 +1,9 @@
SPELL=gnupg-2.2
- VERSION=2.2.15
- PATCHLEVEL=1
+ VERSION=2.2.16
+
SOURCE_HASH=sha512:0e0040905cc4d1d9d29e184cfeda520b43990e4ec459212537c0ce6092de987157e05b1d1a3022398d9b3cbaeea0f58a7e686745f96933e5ac26be4229162247
SECURITY_PATCH=1
SOURCE=gnupg-$VERSION.tar.bz2
SOURCE_URL[0]=https://gnupg.org/ftp/gcrypt/gnupg/$SOURCE
-
SOURCE_HASH=sha512:7c6f0092d384fd71fc7a1c905ce23ae98df42ce131ee09fc190c275f9c8d0912be344b0782244cccb5b3938322ef3cfff8ed1ec7e949e761478b8c5110dde36a
SOURCE_DIRECTORY=$BUILD_DIRECTORY/gnupg-$VERSION
WEB_SITE=https://www.gnupg.org
ENTERED=20141108
diff --git a/crypto/gnupg-2.2/HISTORY b/crypto/gnupg-2.2/HISTORY
index c49fcf4..decd08c 100644
--- a/crypto/gnupg-2.2/HISTORY
+++ b/crypto/gnupg-2.2/HISTORY
@@ -1,3 +1,7 @@
+2019-05-28 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 2.2.16
+ * DEPENDS: bzip2 and zlib are optional now
+
2019-05-22 Ismael Luceno <ismael AT sourcemage.org>
* DEPENDS: s/gettext/GETTEXT/




  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (995bf7b532269255791293e369b8a67b349cb33d), Pavel Vinogradov, 05/28/2019

Archive powered by MHonArc 2.6.24.

Top of Page