diff options
author | Sven Vermeulen <swift@gentoo.org> | 2014-08-09 19:34:49 +0000 |
---|---|---|
committer | Sven Vermeulen <swift@gentoo.org> | 2014-08-09 19:34:49 +0000 |
commit | 04fcfad331b96eda31ddf99cb5c9824c6f1efd40 (patch) | |
tree | dce7a044c96c1613d8cd567cf7953dab970e416b /sec-policy/selinux-abrt | |
parent | Drop insecure versions wrt bug #504088 (diff) | |
download | gentoo-2-04fcfad331b96eda31ddf99cb5c9824c6f1efd40.tar.gz gentoo-2-04fcfad331b96eda31ddf99cb5c9824c6f1efd40.tar.bz2 gentoo-2-04fcfad331b96eda31ddf99cb5c9824c6f1efd40.zip |
Bump towards r5 (fixes duplicate context for hiawatha)
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x2EDD52403B68AF47)
Diffstat (limited to 'sec-policy/selinux-abrt')
-rw-r--r-- | sec-policy/selinux-abrt/ChangeLog | 8 | ||||
-rw-r--r-- | sec-policy/selinux-abrt/selinux-abrt-2.20140311-r5.ebuild | 13 |
2 files changed, 20 insertions, 1 deletions
diff --git a/sec-policy/selinux-abrt/ChangeLog b/sec-policy/selinux-abrt/ChangeLog index 34213dfe68da..3f8420e1324e 100644 --- a/sec-policy/selinux-abrt/ChangeLog +++ b/sec-policy/selinux-abrt/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sec-policy/selinux-abrt # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-abrt/ChangeLog,v 1.18 2014/08/08 18:49:34 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-abrt/ChangeLog,v 1.19 2014/08/09 19:34:20 swift Exp $ + +*selinux-abrt-2.20140311-r5 (09 Aug 2014) + + 09 Aug 2014; Sven Vermeulen <swift@gentoo.org> + +selinux-abrt-2.20140311-r5.ebuild: + Bump towards r5 (fixes duplicate context for hiawatha) 08 Aug 2014; Sven Vermeulen <swift@gentoo.org> selinux-abrt-9999.ebuild: Make 9999 ebuilds EAPI=5 and transform to make master for version bumps diff --git a/sec-policy/selinux-abrt/selinux-abrt-2.20140311-r5.ebuild b/sec-policy/selinux-abrt/selinux-abrt-2.20140311-r5.ebuild new file mode 100644 index 000000000000..c70b24dea423 --- /dev/null +++ b/sec-policy/selinux-abrt/selinux-abrt-2.20140311-r5.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-abrt/selinux-abrt-2.20140311-r5.ebuild,v 1.1 2014/08/09 19:34:20 swift Exp $ +EAPI="5" + +IUSE="" +MODS="abrt" + +inherit selinux-policy-2 + +DESCRIPTION="SELinux policy for abrt" + +KEYWORDS="~amd64 ~x86" |