diff options
author | Sven Vermeulen <swift@gentoo.org> | 2014-04-19 14:13:17 +0000 |
---|---|---|
committer | Sven Vermeulen <swift@gentoo.org> | 2014-04-19 14:13:17 +0000 |
commit | 1a49b47389349c16e0948c75b86a2534f537259f (patch) | |
tree | f3eebe5d1da0f7475198b5b5d613c229a3f95ac4 /sec-policy/selinux-denyhosts | |
parent | Add ruby21. (diff) | |
download | gentoo-2-1a49b47389349c16e0948c75b86a2534f537259f.tar.gz gentoo-2-1a49b47389349c16e0948c75b86a2534f537259f.tar.bz2 gentoo-2-1a49b47389349c16e0948c75b86a2534f537259f.zip |
Release of 2.20140311-r2
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x2EDD52403B68AF47)
Diffstat (limited to 'sec-policy/selinux-denyhosts')
-rw-r--r-- | sec-policy/selinux-denyhosts/ChangeLog | 8 | ||||
-rw-r--r-- | sec-policy/selinux-denyhosts/selinux-denyhosts-2.20140311-r2.ebuild | 14 |
2 files changed, 21 insertions, 1 deletions
diff --git a/sec-policy/selinux-denyhosts/ChangeLog b/sec-policy/selinux-denyhosts/ChangeLog index 83e67fb4f50c..71582133209f 100644 --- a/sec-policy/selinux-denyhosts/ChangeLog +++ b/sec-policy/selinux-denyhosts/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sec-policy/selinux-denyhosts # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-denyhosts/ChangeLog,v 1.33 2014/03/24 19:44:18 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-denyhosts/ChangeLog,v 1.34 2014/04/19 14:12:59 swift Exp $ + +*selinux-denyhosts-2.20140311-r2 (19 Apr 2014) + + 19 Apr 2014; Sven Vermeulen <swift@gentoo.org> + +selinux-denyhosts-2.20140311-r2.ebuild: + Release of 2.20140311-r2 24 Mar 2014; Sven Vermeulen <swift@gentoo.org> -selinux-denyhosts-2.20120725-r11.ebuild, diff --git a/sec-policy/selinux-denyhosts/selinux-denyhosts-2.20140311-r2.ebuild b/sec-policy/selinux-denyhosts/selinux-denyhosts-2.20140311-r2.ebuild new file mode 100644 index 000000000000..db06b4a9fd50 --- /dev/null +++ b/sec-policy/selinux-denyhosts/selinux-denyhosts-2.20140311-r2.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-denyhosts/selinux-denyhosts-2.20140311-r2.ebuild,v 1.1 2014/04/19 14:12:59 swift Exp $ +EAPI="4" + +IUSE="" +MODS="denyhosts" +BASEPOL="2.20140311-r2" + +inherit selinux-policy-2 + +DESCRIPTION="SELinux policy for denyhosts" + +KEYWORDS="~amd64 ~x86" |