diff options
author | Sven Vermeulen <swift@gentoo.org> | 2011-11-15 10:50:22 +0000 |
---|---|---|
committer | Sven Vermeulen <swift@gentoo.org> | 2011-11-15 10:50:22 +0000 |
commit | 2372f026401bcb1cd4dd75a3bd2a4c05b9cce988 (patch) | |
tree | 12d76864a46907eddd5e1b37ec5029c564c98824 /sec-policy | |
parent | Moving policy from selinux-tftpd to selinux-tftp (diff) | |
download | historical-2372f026401bcb1cd4dd75a3bd2a4c05b9cce988.tar.gz historical-2372f026401bcb1cd4dd75a3bd2a4c05b9cce988.tar.bz2 historical-2372f026401bcb1cd4dd75a3bd2a4c05b9cce988.zip |
Moving tftpd to tftp (upstream match)
Package-Manager: portage-2.1.10.11/cvs/Linux x86_64
Diffstat (limited to 'sec-policy')
-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" |