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 /lib | |
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.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libopie/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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\" |