freebsd-ports/security/gnutls/files/patch-lib-Makefile.in
Roman Bogorodskiy 617e8584da 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
2012-03-25 15:24:23 +00:00

15 lines
436 B
Text

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