mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-19 15:33:56 +00:00
Bump version because challenge buffer size changed
MFC after: 1 week
This commit is contained in:
parent
9fedbe51c6
commit
c8c5946a57
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=269961
@ -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
|
||||
|
@ -4,7 +4,7 @@
|
||||
#
|
||||
OPIE_DIST?= ${.CURDIR}/../../contrib/opie
|
||||
DIST_DIR= ${OPIE_DIST}/${.CURDIR:T}
|
||||
SHLIB_MAJOR= 7
|
||||
SHLIB_MAJOR= 8
|
||||
|
||||
KEYFILE?= \"/etc/opiekeys\"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user