Bump base OpenSSL libraries versions to avoid conflict with port's libraries.

Reported by:	many
Reviewed by:	gjb
Sponsored by:	The FreeBSD Foundation
MFC after:	3 hours
This commit is contained in:
Konstantin Belousov 2018-10-25 13:37:57 +00:00
parent 554e6a7563
commit 89250cff0c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=339709
3 changed files with 7 additions and 2 deletions

View file

@ -38,6 +38,11 @@
# xargs -n1 | sort | uniq -d;
# done
# 20181025: OpenSSL libraries version bump to avoid conflict with ports
OLD_LIBS+=lib/libcrypto.so.9
OLD_LIBS+=usr/lib/libssl.so.9
OLD_LIBS+=usr/lib32/libcrypto.so.9
OLD_LIBS+=usr/lib32/libssl.so.9
# 20181021: mse(4) removal
OLD_FILES+=usr/share/man/man4/mse.4.gz
# 20181021: joy(4) removal

View file

@ -6,7 +6,7 @@ SUBDIR= engines
.include <bsd.own.mk>
LIB= crypto
SHLIB_MAJOR= 9
SHLIB_MAJOR= 111
VERSION_MAP= ${.CURDIR}/Version.map
NO_LINT=

View file

@ -1,7 +1,7 @@
# $FreeBSD$
LIB= ssl
SHLIB_MAJOR= 9
SHLIB_MAJOR= 111
VERSION_MAP= ${.CURDIR}/Version.map
NO_LINT=