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:
parent
554e6a7563
commit
89250cff0c
@ -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
|
||||
|
@ -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=
|
||||
|
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
LIB= ssl
|
||||
SHLIB_MAJOR= 9
|
||||
SHLIB_MAJOR= 111
|
||||
VERSION_MAP= ${.CURDIR}/Version.map
|
||||
|
||||
NO_LINT=
|
||||
|
Loading…
Reference in New Issue
Block a user