aboutsummaryrefslogtreecommitdiff
path: root/security/gnutls
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2012-03-25 15:24:23 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2012-03-25 15:24:23 +0000
commit617e8584da08b04653b3031396e1ea2834a88819 (patch)
treee9164872e0c693239cffbb2ad8f28dccd71b879b /security/gnutls
parent766a3300c971fe7c1e1174633da32689eecffda8 (diff)
downloadports-617e8584da08b04653b3031396e1ea2834a88819.tar.gz
ports-617e8584da08b04653b3031396e1ea2834a88819.zip
Notes
Diffstat (limited to 'security/gnutls')
-rw-r--r--security/gnutls/Makefile2
-rw-r--r--security/gnutls/distinfo4
-rw-r--r--security/gnutls/files/patch-lib-Makefile.in15
-rw-r--r--security/gnutls/files/patch-libextra-Makefile.in15
4 files changed, 33 insertions, 3 deletions
diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile
index af116998bd6d..549697bfe070 100644
--- a/security/gnutls/Makefile
+++ b/security/gnutls/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gnutls
-PORTVERSION= 2.12.16
+PORTVERSION= 2.12.18
CATEGORIES= security net
MASTER_SITES= ${MASTER_SITE_GNU} \
${MASTER_SITE_GNUPG}
diff --git a/security/gnutls/distinfo b/security/gnutls/distinfo
index f63daa7a54f8..bdfb8c61ba19 100644
--- a/security/gnutls/distinfo
+++ b/security/gnutls/distinfo
@@ -1,2 +1,2 @@
-SHA256 (gnutls-2.12.16.tar.bz2) = d04328857d9e420eca53f7f7fd615bc76d2f5d74984a9b90c0f2c5f7b5bf5b4a
-SIZE (gnutls-2.12.16.tar.bz2) = 7167795
+SHA256 (gnutls-2.12.18.tar.bz2) = 780b12e3f05191316390611a3d9d982d29ca3f3abc234517b2fc542064b6f07a
+SIZE (gnutls-2.12.18.tar.bz2) = 7207965
diff --git a/security/gnutls/files/patch-lib-Makefile.in b/security/gnutls/files/patch-lib-Makefile.in
new file mode 100644
index 000000000000..1faabe51deac
--- /dev/null
+++ b/security/gnutls/files/patch-lib-Makefile.in
@@ -0,0 +1,15 @@
+--- lib/Makefile.in.orig 2012-03-25 12:01:29.000000000 +0400
++++ lib/Makefile.in 2012-03-25 12:02:56.000000000 +0400
+@@ -940,9 +940,9 @@
+ LTLIBPTHREAD = @LTLIBPTHREAD@
+ LTLIBTASN1 = @LTLIBTASN1@
+ LTLIBZ = @LTLIBZ@
+-LT_AGE = @LT_AGE@
+-LT_CURRENT = @LT_CURRENT@
+-LT_REVISION = @LT_REVISION@
++LT_AGE = 21
++LT_CURRENT = 47
++LT_REVISION = 10
+ LT_SSL_AGE = @LT_SSL_AGE@
+ LT_SSL_CURRENT = @LT_SSL_CURRENT@
+ LT_SSL_REVISION = @LT_SSL_REVISION@
diff --git a/security/gnutls/files/patch-libextra-Makefile.in b/security/gnutls/files/patch-libextra-Makefile.in
new file mode 100644
index 000000000000..553a1dcee0c5
--- /dev/null
+++ b/security/gnutls/files/patch-libextra-Makefile.in
@@ -0,0 +1,15 @@
+--- libextra/Makefile.in.orig 2012-03-25 12:13:09.000000000 +0400
++++ libextra/Makefile.in 2012-03-25 12:13:41.000000000 +0400
+@@ -409,9 +409,9 @@
+ LTLIBNETTLE = @LTLIBNETTLE@
+ LTLIBOBJS = @LTLIBOBJS@
+ LTLIBTASN1 = @LTLIBTASN1@
+-LT_AGE = @LT_AGE@
+-LT_CURRENT = @LT_CURRENT@
+-LT_REVISION = @LT_REVISION@
++LT_AGE = 21
++LT_CURRENT = 47
++LT_REVISION = 10
+ LT_SSL_AGE = @LT_SSL_AGE@
+ LT_SSL_CURRENT = @LT_SSL_CURRENT@
+ LT_SSL_REVISION = @LT_SSL_REVISION@