diff options
Diffstat (limited to 'sec-policy/selinux-arpwatch')
-rw-r--r-- | sec-policy/selinux-arpwatch/ChangeLog | 8 | ||||
-rw-r--r-- | sec-policy/selinux-arpwatch/selinux-arpwatch-2.20140311-r5.ebuild | 13 |
2 files changed, 20 insertions, 1 deletions
diff --git a/sec-policy/selinux-arpwatch/ChangeLog b/sec-policy/selinux-arpwatch/ChangeLog index b9129ac244ec..b4986b1c014c 100644 --- a/sec-policy/selinux-arpwatch/ChangeLog +++ b/sec-policy/selinux-arpwatch/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sec-policy/selinux-arpwatch # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-arpwatch/ChangeLog,v 1.63 2014/08/08 18:49:54 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-arpwatch/ChangeLog,v 1.64 2014/08/09 19:34:21 swift Exp $ + +*selinux-arpwatch-2.20140311-r5 (09 Aug 2014) + + 09 Aug 2014; Sven Vermeulen <swift@gentoo.org> + +selinux-arpwatch-2.20140311-r5.ebuild: + Bump towards r5 (fixes duplicate context for hiawatha) 08 Aug 2014; Sven Vermeulen <swift@gentoo.org> selinux-arpwatch-9999.ebuild: Make 9999 ebuilds EAPI=5 and transform to make master for version bumps diff --git a/sec-policy/selinux-arpwatch/selinux-arpwatch-2.20140311-r5.ebuild b/sec-policy/selinux-arpwatch/selinux-arpwatch-2.20140311-r5.ebuild new file mode 100644 index 000000000000..77f2a63b90ed --- /dev/null +++ b/sec-policy/selinux-arpwatch/selinux-arpwatch-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-arpwatch/selinux-arpwatch-2.20140311-r5.ebuild,v 1.1 2014/08/09 19:34:21 swift Exp $ +EAPI="5" + +IUSE="" +MODS="arpwatch" + +inherit selinux-policy-2 + +DESCRIPTION="SELinux policy for arpwatch" + +KEYWORDS="~amd64 ~x86" |