[Lunar-commits] <moonbase-other> gnutls: version bumped to 3.1.1.
Florin Braescu
florin at lunar-linux.org
Mon Sep 3 20:25:10 CEST 2012
commit 15eb842fdb49f01760e365ac619300e3762d0298
Author: Florin Braescu <florin at lunar-linux.org>
Date: Mon, 03 Sep 2012 11:25:10 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/15eb842fdb49f01760e365ac619300e3762d0298
gnutls: version bumped to 3.1.1.
---
crypto/gnutls/BUILD | +1/-5
crypto/gnutls/CONFIGURE | +0/-1
crypto/gnutls/DEPENDS | +1/-5
crypto/gnutls/DETAILS | +6/-6
4 files changed, 8 insertions(+), 17 deletions(-)
--- a/crypto/gnutls/BUILD
+++ b/crypto/gnutls/BUILD
@@ -1,10 +1,6 @@
(
-# fix compiling with glibc 2.16.0
- sed -i '/gets is a security hole/d' lib/gl/stdio.in.h gl/stdio.in.h &&
-
- OPTS+=" --disable-static --without-included-pakchois --without-included-libcfg --without-included-libtasn1" &&
- LDFLAGS+=" -lpakchois" &&
+ OPTS+=" --disable-static --without-included-libtasn1" &&
default_build
--- a/crypto/gnutls/CONFIGURE
+++ /dev/null
@@ -1 +0,0 @@
-mquery LZO "Use LZO compression? (experimental)" n "--with-lzo" "--without-lzo"
--- a/crypto/gnutls/DEPENDS
+++ b/crypto/gnutls/DEPENDS
@@ -1,9 +1,5 @@
depends libtasn1
-depends pakchois
-depends libcfg+
-depends readline
-depends libgcrypt
+depends nettle
-optional_depends "nettle" "--with-libgcrypt" "--with-libgcrypt" "for nettle as cryptographic library (recommended)"
optional_depends "p11-kit" "--with-p11-kit" "--without-p11-kit" "for PKCS 11 support"
optional_depends "guile" "--enable-guile" "--disable-guile" "for Guile bindings"
--- a/crypto/gnutls/DETAILS
+++ b/crypto/gnutls/DETAILS
@@ -1,12 +1,12 @@
MODULE=gnutls
- VERSION=2.12.19
- SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE_URL[0]=ftp://ftp.gnutls.org/pub/$MODULE
- SOURCE_URL[1]=ftp://ftp.gnupg.org/gcrypt/$MODULE
- SOURCE_VFY=sha1:643620216ba54b195e41e29abfdcc31125f92d25
+ VERSION=3.1.1
+ SOURCE=$MODULE-$VERSION.tar.xz
+ SOURCE_URL[0]=$GNU_URL/$MODULE
+ SOURCE_URL[1]=ftp://ftp.gnutls.org/pub/$MODULE
+ SOURCE_VFY=sha1:4badef78839de0d2606cb1767f44232fb606d941
WEB_SITE=http://www.gnu.org/software/gnutls
ENTERED=20020212
- UPDATED=20120607
+ UPDATED=20120903
SHORT="A TLS library"
cat << EOF
More information about the Lunar-commits
mailing list