svn commit: r270122 - in stable/10: . lib/libopie

Baptiste Daroussin bapt at FreeBSD.org
Fri Oct 10 14:47:54 UTC 2014


On Mon, Aug 18, 2014 at 02:42:23AM +0000, Andrey A. Chernov wrote:
> Author: ache
> Date: Mon Aug 18 02:42:23 2014
> New Revision: 270122
> URL: http://svnweb.freebsd.org/changeset/base/270122
> 
> Log:
>   Direct commit to stable/10 reflecting r269961 because the rest can't be
>   merged.
>   
>   Bump version because challenge buffer size changed.

Discovered a bit late but it is forbidden to break the ABI in a stable branch as
it defeats the way we are providing packages for users :(

regards,
Bapt
> 
> Modified:
>   stable/10/ObsoleteFiles.inc
>   stable/10/lib/libopie/Makefile
> Directory Properties:
>   stable/10/   (props changed)
> 
> Modified: stable/10/ObsoleteFiles.inc
> ==============================================================================
> --- stable/10/ObsoleteFiles.inc	Mon Aug 18 02:32:48 2014	(r270121)
> +++ stable/10/ObsoleteFiles.inc	Mon Aug 18 02:42:23 2014	(r270122)
> @@ -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: stable/10/lib/libopie/Makefile
> ==============================================================================
> --- stable/10/lib/libopie/Makefile	Mon Aug 18 02:32:48 2014	(r270121)
> +++ stable/10/lib/libopie/Makefile	Mon Aug 18 02:42:23 2014	(r270122)
> @@ -4,7 +4,7 @@
>  #
>  OPIE_DIST?=	${.CURDIR}/../../contrib/opie
>  DIST_DIR=	${OPIE_DIST}/${.CURDIR:T}
> -SHLIB_MAJOR=    7
> +SHLIB_MAJOR=    8
>  
>  KEYFILE?=	\"/etc/opiekeys\"
>  
> _______________________________________________
> svn-src-all at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/svn-src-all
> To unsubscribe, send any mail to "svn-src-all-unsubscribe at freebsd.org"
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-src-all/attachments/20141010/57e28e47/attachment.sig>


More information about the svn-src-all mailing list