diff options
author | Sven Vermeulen <swift@gentoo.org> | 2013-09-26 17:24:52 +0000 |
---|---|---|
committer | Sven Vermeulen <swift@gentoo.org> | 2013-09-26 17:24:52 +0000 |
commit | dbbbacb4f54c6d6032cd40f165d235338484919b (patch) | |
tree | ed4cd27d33ee79227ae2ba4712f190af0a08a425 /sec-policy/selinux-bind | |
parent | Format edit to Changelog entry re xen-tools (diff) | |
download | gentoo-2-dbbbacb4f54c6d6032cd40f165d235338484919b.tar.gz gentoo-2-dbbbacb4f54c6d6032cd40f165d235338484919b.tar.bz2 gentoo-2-dbbbacb4f54c6d6032cd40f165d235338484919b.zip |
Release 2.20130424-r3, fixing bugs #480628, #482196, #475432, #485304, #480870 and #428322
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 0x2EDD52403B68AF47)
Diffstat (limited to 'sec-policy/selinux-bind')
-rw-r--r-- | sec-policy/selinux-bind/ChangeLog | 9 | ||||
-rw-r--r-- | sec-policy/selinux-bind/selinux-bind-2.20130424-r3.ebuild | 14 |
2 files changed, 22 insertions, 1 deletions
diff --git a/sec-policy/selinux-bind/ChangeLog b/sec-policy/selinux-bind/ChangeLog index e213b3b35aeb..24a515cb145e 100644 --- a/sec-policy/selinux-bind/ChangeLog +++ b/sec-policy/selinux-bind/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for sec-policy/selinux-bind # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-bind/ChangeLog,v 1.58 2013/08/15 07:00:46 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-bind/ChangeLog,v 1.59 2013/09/26 17:24:37 swift Exp $ + +*selinux-bind-2.20130424-r3 (26 Sep 2013) + + 26 Sep 2013; Sven Vermeulen <swift@gentoo.org> + +selinux-bind-2.20130424-r3.ebuild: + Release 2.20130424-r3, fixing bugs #480628, #482196, #475432, #485304, #480870 + and #428322 15 Aug 2013; Sven Vermeulen <swift@gentoo.org> selinux-bind-2.20130424-r2.ebuild: diff --git a/sec-policy/selinux-bind/selinux-bind-2.20130424-r3.ebuild b/sec-policy/selinux-bind/selinux-bind-2.20130424-r3.ebuild new file mode 100644 index 000000000000..429d7397e662 --- /dev/null +++ b/sec-policy/selinux-bind/selinux-bind-2.20130424-r3.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-bind/selinux-bind-2.20130424-r3.ebuild,v 1.1 2013/09/26 17:24:37 swift Exp $ +EAPI="4" + +IUSE="" +MODS="bind" +BASEPOL="2.20130424-r3" + +inherit selinux-policy-2 + +DESCRIPTION="SELinux policy for bind" + +KEYWORDS="~amd64 ~x86" |