mgorny 15/05/24 11:25:44 Modified: freebsd-lib-10.1.ebuild ChangeLog Log: Switch to UPSTREAM_PATCHES. Part of https://github.com/gentoo/gentoo-portage-rsync-mirror/pull/126 by nigoro. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path 1.2 sys-freebsd/freebsd-lib/freebsd-lib-10.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-freebsd/freebsd-lib/freebsd-lib-10.1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-freebsd/freebsd-lib/freebsd-lib-10.1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-freebsd/freebsd-lib/freebsd-lib-10.1.ebuild?r1=1.1&r2=1.2 Index: freebsd-lib-10.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-lib/freebsd-lib-10.1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- freebsd-lib-10.1.ebuild 8 Mar 2015 14:01:56 -0000 1.1 +++ freebsd-lib-10.1.ebuild 24 May 2015 11:25:44 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-lib/freebsd-lib-10.1.ebuild,v 1.1 2015/03/08 14:01:56 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-lib/freebsd-lib-10.1.ebuild,v 1.2 2015/05/24 11:25:44 mgorny Exp $ EAPI=5 @@ -9,6 +9,9 @@ DESCRIPTION="FreeBSD's base system libraries" SLOT="0" +# Security Advisory and Errata patches. +UPSTREAM_PATCHES=( "SA-14:27/stdio.patch" ) + # Crypto is needed to have an internal OpenSSL header # sys is needed for libalias, probably we can just extract that instead of # extracting the whole tarball @@ -24,7 +27,8 @@ http://dev.gentoo.org/~mgorny/dist/freebsd/${RV}/${GNU}.tar.xz http://dev.gentoo.org/~mgorny/dist/freebsd/${RV}/${SECURE}.tar.xz build? ( http://dev.gentoo.org/~mgorny/dist/freebsd/${RV}/${SYS}.tar.xz ) - zfs? ( http://dev.gentoo.org/~mgorny/dist/freebsd/${RV}/${CDDL}.tar.xz )" + zfs? ( http://dev.gentoo.org/~mgorny/dist/freebsd/${RV}/${CDDL}.tar.xz ) + $(freebsd_upstream_patches)" fi if [ "${CATEGORY#*cross-}" = "${CATEGORY}" ]; then @@ -105,7 +109,6 @@ "${FILESDIR}/${PN}-9.0-bluetooth.patch" "${FILESDIR}/${PN}-9.1-.eh_frame_hdr-fix.patch" "${FILESDIR}/${PN}-add-nossp-cflags.patch" - "${FILESDIR}/${PN}-10.1-cve-2014-8611.patch" ) # Here we disable and remove source which we don't need or want 1.210 sys-freebsd/freebsd-lib/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-freebsd/freebsd-lib/ChangeLog?rev=1.210&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-freebsd/freebsd-lib/ChangeLog?rev=1.210&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-freebsd/freebsd-lib/ChangeLog?r1=1.209&r2=1.210 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-lib/ChangeLog,v retrieving revision 1.209 retrieving revision 1.210 diff -u -r1.209 -r1.210 --- ChangeLog 24 May 2015 11:24:01 -0000 1.209 +++ ChangeLog 24 May 2015 11:25:44 -0000 1.210 @@ -1,6 +1,11 @@ # ChangeLog for sys-freebsd/freebsd-lib # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-lib/ChangeLog,v 1.209 2015/05/24 11:24:01 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-lib/ChangeLog,v 1.210 2015/05/24 11:25:44 mgorny Exp $ + + 24 May 2015; Michał Górny <[email protected]> + -files/freebsd-lib-10.1-cve-2014-8611.patch, freebsd-lib-10.1.ebuild: + Switch to UPSTREAM_PATCHES. Part of https://github.com/gentoo/gentoo-portage- + rsync-mirror/pull/126 by nigoro. 24 May 2015; Michał Górny <[email protected]> -files/freebsd-lib-9.2-liblink.patch, -freebsd-lib-9.2.ebuild,
