Skip to Content.
Sympa Menu

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

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 (b6fe0c95b9b46e6c9b92b00c5461a8ed156deca8)
  • Date: Fri, 6 Jan 2017 02:16:40 +0000

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

crypto/gnutls/DEPENDS | 7 ++++++-
crypto/gnutls/HISTORY | 3 +++
libs/libtasn1/BUILD | 2 ++
libs/libtasn1/DETAILS | 2 +-
libs/libtasn1/HISTORY | 4 ++++
5 files changed, 16 insertions(+), 2 deletions(-)

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

crypto/gnutls: optionally depends on libunistring

commit 7d1e27aa681e84b6a0ce0e5ef3cfe42388aafb63
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

libs/libtasn1: version 4.9

diff --git a/crypto/gnutls/DEPENDS b/crypto/gnutls/DEPENDS
index 9058c25..69b1650 100755
--- a/crypto/gnutls/DEPENDS
+++ b/crypto/gnutls/DEPENDS
@@ -37,4 +37,9 @@ optional_depends "guile" \
optional_depends "p11-kit" \
"--with-p11-kit" \
"--without-p11-kit" \
- "for PKCS#11 support"
+ "for PKCS#11 support" &&
+
+optional_depends "libunistring" \
+ "--without-included-unistring" \
+ "--with-included-unistring" \
+ "for system unistring support"
diff --git a/crypto/gnutls/HISTORY b/crypto/gnutls/HISTORY
index 4dbfbb9..db05b7f 100644
--- a/crypto/gnutls/HISTORY
+++ b/crypto/gnutls/HISTORY
@@ -1,3 +1,6 @@
+2017-01-05 Pavel Vinogradov <public AT sourcemage.org>
+ * DEPENDS: optionally depends on libunistring
+
2017-01-05 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 3.5.7 and 3.4.17

diff --git a/libs/libtasn1/BUILD b/libs/libtasn1/BUILD
new file mode 100755
index 0000000..a9fe908
--- /dev/null
+++ b/libs/libtasn1/BUILD
@@ -0,0 +1,2 @@
+OPTS+=" --disable-gcc-warnings" &&
+default_build
diff --git a/libs/libtasn1/DETAILS b/libs/libtasn1/DETAILS
index 2d23dd8..a384a8c 100755
--- a/libs/libtasn1/DETAILS
+++ b/libs/libtasn1/DETAILS
@@ -1,5 +1,5 @@
SPELL=libtasn1
- VERSION=4.8
+ VERSION=4.9
SECURITY_PATCH=1
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2=$SOURCE.sig
diff --git a/libs/libtasn1/HISTORY b/libs/libtasn1/HISTORY
index eafae3c..14d5919 100644
--- a/libs/libtasn1/HISTORY
+++ b/libs/libtasn1/HISTORY
@@ -1,3 +1,7 @@
+2017-01-05 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 4.9
+ * BUILD: added to disable -Werror flag
+
2016-04-19 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 4.8
fixes CVE-2016-4008



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (b6fe0c95b9b46e6c9b92b00c5461a8ed156deca8), Pavel Vinogradov, 01/05/2017

Archive powered by MHonArc 2.6.24.

Top of Page