summaryrefslogtreecommitdiffstats
path: root/secure
diff options
context:
space:
mode:
authorkensmith <kensmith@FreeBSD.org>2009-07-19 17:25:24 +0000
committerkensmith <kensmith@FreeBSD.org>2009-07-19 17:25:24 +0000
commit9c2c634ee9419c063051f0df25be4105938fc170 (patch)
treeec388df935beef7e607d99dc9e13b57bb4a74464 /secure
parentff0167102269c2cede94945bd3401f1d447b0ec1 (diff)
downloadFreeBSD-src-9c2c634ee9419c063051f0df25be4105938fc170.zip
FreeBSD-src-9c2c634ee9419c063051f0df25be4105938fc170.tar.gz
Bump the version of all non-symbol-versioned shared libraries in
preparation for 8.0-RELEASE. Add the previous version of those libraries to ObsoleteFiles.inc and bump __FreeBSD_Version. Reviewed by: kib Approved by: re (rwatson)
Diffstat (limited to 'secure')
-rw-r--r--secure/lib/libcrypto/Makefile2
-rw-r--r--secure/lib/libssh/Makefile2
-rw-r--r--secure/lib/libssl/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/secure/lib/libcrypto/Makefile b/secure/lib/libcrypto/Makefile
index d6b339f..8a08589 100644
--- a/secure/lib/libcrypto/Makefile
+++ b/secure/lib/libcrypto/Makefile
@@ -6,7 +6,7 @@ SUBDIR= engines
.include <bsd.own.mk>
LIB= crypto
-SHLIB_MAJOR= 5
+SHLIB_MAJOR= 6
NO_LINT=
diff --git a/secure/lib/libssh/Makefile b/secure/lib/libssh/Makefile
index 1bec2c1..ecc1a92 100644
--- a/secure/lib/libssh/Makefile
+++ b/secure/lib/libssh/Makefile
@@ -3,7 +3,7 @@
.include <bsd.own.mk>
LIB= ssh
-SHLIB_MAJOR= 4
+SHLIB_MAJOR= 5
SRCS= acss.c authfd.c authfile.c bufaux.c bufbn.c buffer.c \
canohost.c channels.c cipher.c cipher-acss.c cipher-aes.c \
cipher-bf1.c cipher-ctr.c cipher-3des1.c cleanup.c \
diff --git a/secure/lib/libssl/Makefile b/secure/lib/libssl/Makefile
index 5550b9b..5dad969 100644
--- a/secure/lib/libssl/Makefile
+++ b/secure/lib/libssl/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
LIB= ssl
-SHLIB_MAJOR= 5
+SHLIB_MAJOR= 6
NO_LINT=
OpenPOWER on IntegriCloud