diff options
Diffstat (limited to 'sec-policy/selinux-dnsmasq')
-rw-r--r-- | sec-policy/selinux-dnsmasq/ChangeLog | 8 | ||||
-rw-r--r-- | sec-policy/selinux-dnsmasq/selinux-dnsmasq-20080525.ebuild | 12 |
2 files changed, 19 insertions, 1 deletions
diff --git a/sec-policy/selinux-dnsmasq/ChangeLog b/sec-policy/selinux-dnsmasq/ChangeLog index d105c23c8592..46c36121f092 100644 --- a/sec-policy/selinux-dnsmasq/ChangeLog +++ b/sec-policy/selinux-dnsmasq/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sec-policy/selinux-dnsmasq # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-dnsmasq/ChangeLog,v 1.3 2008/02/03 01:37:50 pebenito Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-dnsmasq/ChangeLog,v 1.4 2008/05/25 23:49:58 pebenito Exp $ + +*selinux-dnsmasq-20080525 (25 May 2008) + + 25 May 2008; Chris PeBenito <pebenito@gentoo.org> + +selinux-dnsmasq-20080525.ebuild: + New SVN snapshot. 03 Feb 2008; Chris PeBenito <pebenito@gentoo.org> selinux-dnsmasq-20070928.ebuild: diff --git a/sec-policy/selinux-dnsmasq/selinux-dnsmasq-20080525.ebuild b/sec-policy/selinux-dnsmasq/selinux-dnsmasq-20080525.ebuild new file mode 100644 index 000000000000..23259d4f46bd --- /dev/null +++ b/sec-policy/selinux-dnsmasq/selinux-dnsmasq-20080525.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-dnsmasq/selinux-dnsmasq-20080525.ebuild,v 1.1 2008/05/25 23:49:58 pebenito Exp $ + +MODS="dnsmasq" +IUSE="" + +inherit selinux-policy-2 + +DESCRIPTION="SELinux policy for dnsmasq" + +KEYWORDS="~alpha ~amd64 ~mips ~ppc ~sparc ~x86" |