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.20130424-r4.ebuild | 14 |
2 files changed, 21 insertions, 1 deletions
diff --git a/sec-policy/selinux-arpwatch/ChangeLog b/sec-policy/selinux-arpwatch/ChangeLog index 5760d1de4d38..ee3782797715 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-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-arpwatch/ChangeLog,v 1.52 2013/09/26 17:24:15 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-arpwatch/ChangeLog,v 1.53 2013/12/11 13:20:51 swift Exp $ + +*selinux-arpwatch-2.20130424-r4 (11 Dec 2013) + + 11 Dec 2013; Sven Vermeulen <swift@gentoo.org> + +selinux-arpwatch-2.20130424-r4.ebuild: + Release of 2.20130424-r4 *selinux-arpwatch-2.20130424-r3 (26 Sep 2013) diff --git a/sec-policy/selinux-arpwatch/selinux-arpwatch-2.20130424-r4.ebuild b/sec-policy/selinux-arpwatch/selinux-arpwatch-2.20130424-r4.ebuild new file mode 100644 index 000000000000..a75df85dcde9 --- /dev/null +++ b/sec-policy/selinux-arpwatch/selinux-arpwatch-2.20130424-r4.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2013 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.20130424-r4.ebuild,v 1.1 2013/12/11 13:20:51 swift Exp $ +EAPI="4" + +IUSE="" +MODS="arpwatch" +BASEPOL="2.20130424-r4" + +inherit selinux-policy-2 + +DESCRIPTION="SELinux policy for arpwatch" + +KEYWORDS="~amd64 ~x86" |