diff options
Diffstat (limited to 'sec-policy/selinux-tftp')
-rw-r--r-- | sec-policy/selinux-tftp/ChangeLog | 7 | ||||
-rw-r--r-- | sec-policy/selinux-tftp/selinux-tftp-2.20120215-r14.ebuild | 14 |
2 files changed, 20 insertions, 1 deletions
diff --git a/sec-policy/selinux-tftp/ChangeLog b/sec-policy/selinux-tftp/ChangeLog index 0cc19d43d028..2e114736c2c8 100644 --- a/sec-policy/selinux-tftp/ChangeLog +++ b/sec-policy/selinux-tftp/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sec-policy/selinux-tftp # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-tftp/ChangeLog,v 1.6 2012/06/27 20:34:13 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-tftp/ChangeLog,v 1.7 2012/07/17 14:27:20 swift Exp $ + +*selinux-tftp-2.20120215-r14 (16 Jul 2012) + + 16 Jul 2012; <swift@gentoo.org> +selinux-tftp-2.20120215-r14.ebuild: + Bumping to rev14 *selinux-tftp-2.20120215-r1 (27 Jun 2012) diff --git a/sec-policy/selinux-tftp/selinux-tftp-2.20120215-r14.ebuild b/sec-policy/selinux-tftp/selinux-tftp-2.20120215-r14.ebuild new file mode 100644 index 000000000000..4b3278b11248 --- /dev/null +++ b/sec-policy/selinux-tftp/selinux-tftp-2.20120215-r14.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-tftp/selinux-tftp-2.20120215-r14.ebuild,v 1.1 2012/07/17 14:27:20 swift Exp $ +EAPI="4" + +IUSE="" +MODS="tftp" +BASEPOL="2.20120215-r14" + +inherit selinux-policy-2 + +DESCRIPTION="SELinux policy for tftp" + +KEYWORDS="~amd64 ~x86" |