[Lunar-commits] <moonbase> gnutls: security bump to 2.8.3
Paul Bredbury
brebs at lunar-linux.org
Wed Sep 2 09:36:12 CEST 2009
commit 56b143da3e3aff81d655278b24e530e6ee02d26c
Author: Paul Bredbury <brebs at lunar-linux.org>
Date: Wed Sep 2 14:36:12 2009 +0700
gnutls: security bump to 2.8.3
To fix man-in-the-middle attack:
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-2730
---
crypto/gnutls/BUILD | 6 ++----
crypto/gnutls/DEPENDS | 3 ++-
crypto/gnutls/DETAILS | 11 +++++------
3 files changed, 9 insertions(+), 11 deletions(-)
diff --git a/crypto/gnutls/BUILD b/crypto/gnutls/BUILD
index 5136434..1bb63e5 100644
--- a/crypto/gnutls/BUILD
+++ b/crypto/gnutls/BUILD
@@ -1,9 +1,7 @@
(
- ./configure --prefix=/usr \
- --with-included-lzo \
-
- default_make
+ OPTS+=" --with-lzo" &&
+ default_build
) > $C_FIFO 2>&1
diff --git a/crypto/gnutls/DEPENDS b/crypto/gnutls/DEPENDS
index c75c17a..bccdb52 100644
--- a/crypto/gnutls/DEPENDS
+++ b/crypto/gnutls/DEPENDS
@@ -1,4 +1,5 @@
depends opencdk
depends libtasn1
+depends zlib
-optional_depends zlib "" "" "for zlib compression support"
+optional_depends guile "--enable-guile" "--disable-guile" "for guile support"
diff --git a/crypto/gnutls/DETAILS b/crypto/gnutls/DETAILS
index 82c5691..9a90927 100644
--- a/crypto/gnutls/DETAILS
+++ b/crypto/gnutls/DETAILS
@@ -1,12 +1,11 @@
MODULE=gnutls
- VERSION=2.4.1
+ VERSION=2.8.3
SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE_URL[0]=http://josefsson.org/$MODULE/releases/
- SOURCE_URL[1]=ftp://ftp.gnutls.org/pub/$MODULE/
- SOURCE_VFY=sha1:7a439542e6344d5ccf11a29431a0600e7fe1c735
- WEB_SITE=http://www.gnu.org/software/$MODULE/
+ SOURCE_URL=ftp://ftp.gnutls.org/pub/$MODULE/
+ SOURCE_VFY=sha1:c25fb354258777f9ee34b79b08eb87c024cada75
+ WEB_SITE=http://www.gnu.org/software/gnutls/
ENTERED=20020212
- UPDATED=20080721
+ UPDATED=20090901
SHORT="A TLS library"
cat << EOF
More information about the Lunar-commits
mailing list