diff options
author | 2009-12-16 02:54:35 +0000 | |
---|---|---|
committer | 2009-12-16 02:54:35 +0000 | |
commit | bf72de3f761e9e71f60c51bf12ad88c19b063cf1 (patch) | |
tree | df94eff046a8a25b51b6a2e92bf810dfbaabc4b5 /sec-policy/selinux-pyzor | |
parent | dev-python/sepolgen: fix build tests for #296737. (diff) | |
download | historical-bf72de3f761e9e71f60c51bf12ad88c19b063cf1.tar.gz historical-bf72de3f761e9e71f60c51bf12ad88c19b063cf1.tar.bz2 historical-bf72de3f761e9e71f60c51bf12ad88c19b063cf1.zip |
update SELinux policy to 20091215.
Package-Manager: portage-2.2_rc58/cvs/Linux x86_64
Diffstat (limited to 'sec-policy/selinux-pyzor')
-rw-r--r-- | sec-policy/selinux-pyzor/ChangeLog | 8 | ||||
-rw-r--r-- | sec-policy/selinux-pyzor/selinux-pyzor-2.20091215.ebuild | 12 |
2 files changed, 19 insertions, 1 deletions
diff --git a/sec-policy/selinux-pyzor/ChangeLog b/sec-policy/selinux-pyzor/ChangeLog index abb3572a7fb0..8e89ec1c4893 100644 --- a/sec-policy/selinux-pyzor/ChangeLog +++ b/sec-policy/selinux-pyzor/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sec-policy/selinux-pyzor # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-pyzor/ChangeLog,v 1.7 2009/08/14 21:19:24 pebenito Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-pyzor/ChangeLog,v 1.8 2009/12/16 02:54:12 pebenito Exp $ + +*selinux-pyzor-2.20091215 (16 Dec 2009) + + 16 Dec 2009; Chris PeBenito <pebenito@gentoo.org> + +selinux-pyzor-2.20091215.ebuild: + New upstream release. 14 Aug 2009; Chris PeBenito <pebenito@gentoo.org> -selinux-pyzor-20070329.ebuild, -selinux-pyzor-20070928.ebuild, diff --git a/sec-policy/selinux-pyzor/selinux-pyzor-2.20091215.ebuild b/sec-policy/selinux-pyzor/selinux-pyzor-2.20091215.ebuild new file mode 100644 index 000000000000..bcd442e5dcdc --- /dev/null +++ b/sec-policy/selinux-pyzor/selinux-pyzor-2.20091215.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-pyzor/selinux-pyzor-2.20091215.ebuild,v 1.1 2009/12/16 02:54:12 pebenito Exp $ + +MODS="pyzor" +IUSE="" + +inherit selinux-policy-2 + +DESCRIPTION="SELinux policy for pyzor" + +KEYWORDS="~amd64 ~x86" |