diff options
author | Sven Vermeulen <swift@gentoo.org> | 2012-09-22 09:27:25 +0000 |
---|---|---|
committer | Sven Vermeulen <swift@gentoo.org> | 2012-09-22 09:27:25 +0000 |
commit | c0dcf3e75461b0fe58240abcae7823f73cd96f30 (patch) | |
tree | 66dc946507368cedaeb3c991bd376bdf98e7915a /sec-policy/selinux-dovecot | |
parent | Cleanup. (diff) | |
download | gentoo-2-c0dcf3e75461b0fe58240abcae7823f73cd96f30.tar.gz gentoo-2-c0dcf3e75461b0fe58240abcae7823f73cd96f30.tar.bz2 gentoo-2-c0dcf3e75461b0fe58240abcae7823f73cd96f30.zip |
Pushing out 2.20120725-r5 SELinux policy build
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'sec-policy/selinux-dovecot')
-rw-r--r-- | sec-policy/selinux-dovecot/ChangeLog | 7 | ||||
-rw-r--r-- | sec-policy/selinux-dovecot/selinux-dovecot-2.20120725-r5.ebuild | 14 |
2 files changed, 20 insertions, 1 deletions
diff --git a/sec-policy/selinux-dovecot/ChangeLog b/sec-policy/selinux-dovecot/ChangeLog index d631413cdd57..ef2fe726f0a9 100644 --- a/sec-policy/selinux-dovecot/ChangeLog +++ b/sec-policy/selinux-dovecot/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sec-policy/selinux-dovecot # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-dovecot/ChangeLog,v 1.12 2012/07/30 16:26:01 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-dovecot/ChangeLog,v 1.13 2012/09/22 09:27:14 swift Exp $ + +*selinux-dovecot-2.20120725-r5 (21 Sep 2012) + + 21 Sep 2012; <swift@gentoo.org> +selinux-dovecot-2.20120725-r5.ebuild: + Introducing policy for 2.20120725, rev5 30 Jul 2012; <swift@gentoo.org> selinux-dovecot-2.20120215-r14.ebuild: Stabilization of revision 14 of the SELinux policy modules diff --git a/sec-policy/selinux-dovecot/selinux-dovecot-2.20120725-r5.ebuild b/sec-policy/selinux-dovecot/selinux-dovecot-2.20120725-r5.ebuild new file mode 100644 index 000000000000..b398525b19c8 --- /dev/null +++ b/sec-policy/selinux-dovecot/selinux-dovecot-2.20120725-r5.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-dovecot/selinux-dovecot-2.20120725-r5.ebuild,v 1.1 2012/09/22 09:27:14 swift Exp $ +EAPI="4" + +IUSE="" +MODS="dovecot" +BASEPOL="2.20120725-r5" + +inherit selinux-policy-2 + +DESCRIPTION="SELinux policy for dovecot" + +KEYWORDS="~amd64 ~x86" |