Date: Fri, 10 Oct 2014 16:47:47 +0200 From: Baptiste Daroussin <bapt@FreeBSD.org> To: "Andrey A. Chernov" <ache@FreeBSD.org> Cc: svn-src-stable@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, svn-src-stable-10@freebsd.org Subject: Re: svn commit: r270122 - in stable/10: . lib/libopie Message-ID: <20141010144747.GH19486@ivaldir.etoilebsd.net> In-Reply-To: <201408180242.s7I2gNaq087095@svn.freebsd.org> References: <201408180242.s7I2gNaq087095@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--y0Ed1hDcWxc3B7cn Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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 >=20 > Log: > Direct commit to stable/10 reflecting r269961 because the rest can't be > merged. > =20 > Bump version because challenge buffer size changed. Discovered a bit late but it is forbidden to break the ABI in a stable bran= ch as it defeats the way we are providing packages for users :( regards, Bapt >=20 > Modified: > stable/10/ObsoleteFiles.inc > stable/10/lib/libopie/Makefile > Directory Properties: > stable/10/ (props changed) >=20 > Modified: stable/10/ObsoleteFiles.inc > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- 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 > =20 > +# 20140814: libopie version bump > +OLD_LIBS+=3Dusr/lib/libopie.so.7 > +OLD_LIBS+=3Dusr/lib32/libopie.so.7 > # 20140811: otp-sha renamed to otp-sha1 > OLD_FILES+=3Dusr/bin/otp-sha > OLD_FILES+=3Dusr/share/man/man1/otp-sha.1.gz >=20 > Modified: stable/10/lib/libopie/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- 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?=3D ${.CURDIR}/../../contrib/opie > DIST_DIR=3D ${OPIE_DIST}/${.CURDIR:T} > -SHLIB_MAJOR=3D 7 > +SHLIB_MAJOR=3D 8 > =20 > KEYFILE?=3D \"/etc/opiekeys\" > =20 > _______________________________________________ > svn-src-all@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/svn-src-all > To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org" --y0Ed1hDcWxc3B7cn Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iEYEARECAAYFAlQ38ZMACgkQ8kTtMUmk6ExAHgCgiZ8SXbjlz1dBY22NshPLWZ3s 4FAAoJ+eb+CDjRijoLfji/xLoJNiNoWC =gO60 -----END PGP SIGNATURE----- --y0Ed1hDcWxc3B7cn--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20141010144747.GH19486>