diff options
author | 2009-08-05 13:35:18 +0000 | |
---|---|---|
committer | 2009-08-05 13:35:18 +0000 | |
commit | a704c90eb57eb424c9ef7abe17f9683deb787ba1 (patch) | |
tree | 1020a0984e525170498706281ee185d277ea7487 /sec-policy/selinux-tftpd | |
parent | removed old versions (diff) | |
download | gentoo-2-a704c90eb57eb424c9ef7abe17f9683deb787ba1.tar.gz gentoo-2-a704c90eb57eb424c9ef7abe17f9683deb787ba1.tar.bz2 gentoo-2-a704c90eb57eb424c9ef7abe17f9683deb787ba1.zip |
new upstream selinux policy release.
(Portage version: 2.2_rc35/cvs/Linux x86_64)
Diffstat (limited to 'sec-policy/selinux-tftpd')
-rw-r--r-- | sec-policy/selinux-tftpd/ChangeLog | 8 | ||||
-rw-r--r-- | sec-policy/selinux-tftpd/selinux-tftpd-2.20090730.ebuild | 12 |
2 files changed, 19 insertions, 1 deletions
diff --git a/sec-policy/selinux-tftpd/ChangeLog b/sec-policy/selinux-tftpd/ChangeLog index 2c32e08caac2..a46c4fe97365 100644 --- a/sec-policy/selinux-tftpd/ChangeLog +++ b/sec-policy/selinux-tftpd/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sec-policy/selinux-tftpd # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-tftpd/ChangeLog,v 1.13 2009/07/22 13:12:31 pebenito Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-tftpd/ChangeLog,v 1.14 2009/08/05 13:35:17 pebenito Exp $ + +*selinux-tftpd-2.20090730 (03 Aug 2009) + + 03 Aug 2009; Chris PeBenito <pebenito@gentoo.org> + +selinux-tftpd-2.20090730.ebuild: + New upstream release. 18 Jul 2009; Chris PeBenito <pebenito@gentoo.org> selinux-tftpd-20070329.ebuild, selinux-tftpd-20070928.ebuild, diff --git a/sec-policy/selinux-tftpd/selinux-tftpd-2.20090730.ebuild b/sec-policy/selinux-tftpd/selinux-tftpd-2.20090730.ebuild new file mode 100644 index 000000000000..b652def5dbc9 --- /dev/null +++ b/sec-policy/selinux-tftpd/selinux-tftpd-2.20090730.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2009 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.20090730.ebuild,v 1.1 2009/08/05 13:35:17 pebenito Exp $ + +MODS="tftp" +IUSE="" + +inherit selinux-policy-2 + +DESCRIPTION="SELinux policy for tftp daemons" + +KEYWORDS="~amd64 ~x86" |