diff options
author | novel <novel@FreeBSD.org> | 2012-03-25 23:24:23 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2012-03-25 23:24:23 +0800 |
commit | 85ab24dc47837d279d8be94ab3bbfdae81825b1e (patch) | |
tree | cde24fe0771be03c67b4e91c0198cf1720966de0 /security | |
parent | 2411e6ae27b7a545a3bdd6184786e1e09745d0a8 (diff) | |
download | freebsd-ports-gnome-85ab24dc47837d279d8be94ab3bbfdae81825b1e.tar.gz freebsd-ports-gnome-85ab24dc47837d279d8be94ab3bbfdae81825b1e.tar.zst freebsd-ports-gnome-85ab24dc47837d279d8be94ab3bbfdae81825b1e.zip |
Update to 2.12.18. This update includes a dirty hack to prevent shared
library bump which is necessary because of not properly set LIBTOOLFILES.
This would be properly fixed after ports slush is over.
PR: 166307
Submitted by: delphij
Security: CVE-2012-1569, CVE-2012-1573
Feature safe: yes
Diffstat (limited to 'security')
-rw-r--r-- | security/gnutls/Makefile | 2 | ||||
-rw-r--r-- | security/gnutls/distinfo | 4 | ||||
-rw-r--r-- | security/gnutls/files/patch-lib-Makefile.in | 15 | ||||
-rw-r--r-- | security/gnutls/files/patch-libextra-Makefile.in | 15 |
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@ |