forked from Lainports/freebsd-ports
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
15 lines
450 B
Text
15 lines
450 B
Text
--- 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@
|