diff options
-rw-r--r-- | sec-policy/selinux-tftpd/ChangeLog | 7 | ||||
-rw-r--r-- | sec-policy/selinux-tftpd/selinux-tftpd-2.20110726-r1.ebuild | 15 |
2 files changed, 21 insertions, 1 deletions
diff --git a/sec-policy/selinux-tftpd/ChangeLog b/sec-policy/selinux-tftpd/ChangeLog index 02fb97453d11..ebd85a59868f 100644 --- a/sec-policy/selinux-tftpd/ChangeLog +++ b/sec-policy/selinux-tftpd/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sec-policy/selinux-tftpd # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-tftpd/ChangeLog,v 1.23 2011/11/12 20:53:33 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-tftpd/ChangeLog,v 1.24 2011/11/15 10:50:22 swift Exp $ + +*selinux-tftpd-2.20110726-r1 (15 Nov 2011) + + 15 Nov 2011; <swift@gentoo.org> +selinux-tftpd-2.20110726-r1.ebuild: + Moving policy from selinux-tftpd to selinux-tftp (match upstream) 12 Nov 2011; <swift@gentoo.org> -selinux-tftpd-2.20101213.ebuild: Removing old policies diff --git a/sec-policy/selinux-tftpd/selinux-tftpd-2.20110726-r1.ebuild b/sec-policy/selinux-tftpd/selinux-tftpd-2.20110726-r1.ebuild new file mode 100644 index 000000000000..9cce3dd9919f --- /dev/null +++ b/sec-policy/selinux-tftpd/selinux-tftpd-2.20110726-r1.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-tftpd/selinux-tftpd-2.20110726-r1.ebuild,v 1.1 2011/11/15 10:50:22 swift Exp $ +EAPI="4" + +DESCRIPTION="SELinux policy for tftpd (meta package for selinux-tftp)" +HOMEPAGE="http://hardened.gentoo.org" +SRC_URI="" + +LICENSE="as-is" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=sec-policy/selinux-tftp-2.20110726" |