diff options
author | ache <ache@FreeBSD.org> | 2014-08-18 02:42:23 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2014-08-18 02:42:23 +0000 |
commit | 2090706028d9810111cd45f7fd935c07c1f1dc5b (patch) | |
tree | 9a614a54c2d776853904dbba93c314753695dbd9 | |
parent | 2c79d328e125720f9f4108dc5dad47d757bc470c (diff) | |
download | FreeBSD-src-2090706028d9810111cd45f7fd935c07c1f1dc5b.zip FreeBSD-src-2090706028d9810111cd45f7fd935c07c1f1dc5b.tar.gz |
Direct commit to stable/10 reflecting r269961 because the rest can't be
merged.
Bump version because challenge buffer size changed.
-rw-r--r-- | ObsoleteFiles.inc | 3 | ||||
-rw-r--r-- | lib/libopie/Makefile | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index 10de68d..1881389 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -38,6 +38,9 @@ # xargs -n1 | sort | uniq -d; # done +# 20140814: libopie version bump +OLD_LIBS+=usr/lib/libopie.so.7 +OLD_LIBS+=usr/lib32/libopie.so.7 # 20140811: otp-sha renamed to otp-sha1 OLD_FILES+=usr/bin/otp-sha OLD_FILES+=usr/share/man/man1/otp-sha.1.gz diff --git a/lib/libopie/Makefile b/lib/libopie/Makefile index 647bfee..e47e16d 100644 --- a/lib/libopie/Makefile +++ b/lib/libopie/Makefile @@ -4,7 +4,7 @@ # OPIE_DIST?= ${.CURDIR}/../../contrib/opie DIST_DIR= ${OPIE_DIST}/${.CURDIR:T} -SHLIB_MAJOR= 7 +SHLIB_MAJOR= 8 KEYFILE?= \"/etc/opiekeys\" |