1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

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
This commit is contained in:
Roman Bogorodskiy 2012-03-25 15:24:23 +00:00
parent 766a3300c9
commit 617e8584da
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=293804
4 changed files with 33 additions and 3 deletions

View File

@ -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}

View File

@ -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

View File

@ -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@

View File

@ -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@