diff options
author | 2015-07-29 12:09:34 +0000 | |
---|---|---|
committer | 2015-07-29 12:09:34 +0000 | |
commit | a1844aa2c7234c665f70319b45c07820e4baa17e (patch) | |
tree | 3d9bf167df22e2d35d3ab8b69c055bb7786c2cda /sys-freebsd | |
parent | revbump; new script files added to equip for systemd, other script files edit... (diff) | |
download | gentoo-2-a1844aa2c7234c665f70319b45c07820e4baa17e.tar.gz gentoo-2-a1844aa2c7234c665f70319b45c07820e4baa17e.tar.bz2 gentoo-2-a1844aa2c7234c665f70319b45c07820e4baa17e.zip |
Fix FreeBSD-SA-15:14.bsdpatch. https://github.com/gentoo/gentoo-portage-rsync-mirror/pull/186 by nigoro.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'sys-freebsd')
-rw-r--r-- | sys-freebsd/freebsd-ubin/ChangeLog | 9 | ||||
-rw-r--r-- | sys-freebsd/freebsd-ubin/freebsd-ubin-10.1-r1.ebuild (renamed from sys-freebsd/freebsd-ubin/freebsd-ubin-10.1.ebuild) | 7 |
2 files changed, 14 insertions, 2 deletions
diff --git a/sys-freebsd/freebsd-ubin/ChangeLog b/sys-freebsd/freebsd-ubin/ChangeLog index 2aabfb510d70..a3347a9244f3 100644 --- a/sys-freebsd/freebsd-ubin/ChangeLog +++ b/sys-freebsd/freebsd-ubin/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for sys-freebsd/freebsd-ubin # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-ubin/ChangeLog,v 1.103 2015/06/05 16:43:55 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-ubin/ChangeLog,v 1.104 2015/07/29 12:09:34 mgorny Exp $ + +*freebsd-ubin-10.1-r1 (29 Jul 2015) + + 29 Jul 2015; Michał Górny <mgorny@gentoo.org> +freebsd-ubin-10.1-r1.ebuild, + -freebsd-ubin-10.1.ebuild: + Fix FreeBSD-SA-15:14.bsdpatch. https://github.com/gentoo/gentoo-portage-rsync- + mirror/pull/186 by nigoro. 05 Jun 2015; Michał Górny <mgorny@gentoo.org> freebsd-ubin-10.1.ebuild: Bump to EAPI=5. Use upstream tarballs. diff --git a/sys-freebsd/freebsd-ubin/freebsd-ubin-10.1.ebuild b/sys-freebsd/freebsd-ubin/freebsd-ubin-10.1-r1.ebuild index 0a4ef447ea56..fbf31e235512 100644 --- a/sys-freebsd/freebsd-ubin/freebsd-ubin-10.1.ebuild +++ b/sys-freebsd/freebsd-ubin/freebsd-ubin-10.1-r1.ebuild @@ -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-ubin/freebsd-ubin-10.1.ebuild,v 1.2 2015/06/05 16:43:55 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-ubin/freebsd-ubin-10.1-r1.ebuild,v 1.1 2015/07/29 12:09:34 mgorny Exp $ EAPI=5 @@ -11,8 +11,13 @@ SLOT="0" IUSE="ar atm audit bluetooth ipv6 kerberos netware nis ssl usb build zfs" LICENSE="BSD zfs? ( CDDL )" +# Security Advisory and Errata patches. +UPSTREAM_PATCHES=( "SA-15:14/bsdpatch.patch" ) + if [[ ${PV} != *9999* ]]; then KEYWORDS="~amd64-fbsd ~sparc-fbsd ~x86-fbsd" + SRC_URI="${SRC_URI} + $(freebsd_upstream_patches)" fi EXTRACTONLY=" |