svn commit: r269961 - in head: . lib/libopie

Andrey A. Chernov ache at FreeBSD.org
Thu Aug 14 04:42:10 UTC 2014


Author: ache
Date: Thu Aug 14 04:42:09 2014
New Revision: 269961
URL: http://svnweb.freebsd.org/changeset/base/269961

Log:
  Bump version because challenge buffer size changed
  
  MFC after:      1 week

Modified:
  head/ObsoleteFiles.inc
  head/lib/libopie/Makefile

Modified: head/ObsoleteFiles.inc
==============================================================================
--- head/ObsoleteFiles.inc	Thu Aug 14 04:21:31 2014	(r269960)
+++ head/ObsoleteFiles.inc	Thu Aug 14 04:42:09 2014	(r269961)
@@ -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

Modified: head/lib/libopie/Makefile
==============================================================================
--- head/lib/libopie/Makefile	Thu Aug 14 04:21:31 2014	(r269960)
+++ head/lib/libopie/Makefile	Thu Aug 14 04:42:09 2014	(r269961)
@@ -4,7 +4,7 @@
 #
 OPIE_DIST?=	${.CURDIR}/../../contrib/opie
 DIST_DIR=	${OPIE_DIST}/${.CURDIR:T}
-SHLIB_MAJOR=    7
+SHLIB_MAJOR=    8
 
 KEYFILE?=	\"/etc/opiekeys\"
 


More information about the svn-src-head mailing list