Skip to content

Commit

Permalink
gnutls: version bumped to 3.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
florin65 committed Sep 3, 2012
1 parent ca65d3e commit 15eb842
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 17 deletions.
6 changes: 1 addition & 5 deletions 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

Expand Down
1 change: 0 additions & 1 deletion crypto/gnutls/CONFIGURE

This file was deleted.

6 changes: 1 addition & 5 deletions 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"
12 changes: 6 additions & 6 deletions 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
Expand Down

0 comments on commit 15eb842

Please sign in to comment.