diff options
Diffstat (limited to 'sec-policy/selinux-bind')
-rw-r--r-- | sec-policy/selinux-bind/ChangeLog | 8 | ||||
-rw-r--r-- | sec-policy/selinux-bind/Manifest | 14 | ||||
-rw-r--r-- | sec-policy/selinux-bind/files/digest-selinux-bind-20040925 | 1 | ||||
-rw-r--r-- | sec-policy/selinux-bind/metadata.xml | 7 | ||||
-rw-r--r-- | sec-policy/selinux-bind/selinux-bind-20040925.ebuild | 16 |
5 files changed, 33 insertions, 13 deletions
diff --git a/sec-policy/selinux-bind/ChangeLog b/sec-policy/selinux-bind/ChangeLog index c275fdb5fd13..1d95c2c47b33 100644 --- a/sec-policy/selinux-bind/ChangeLog +++ b/sec-policy/selinux-bind/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sec-policy/selinux-bind # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-bind/ChangeLog,v 1.5 2004/06/28 00:10:36 pebenito Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-bind/ChangeLog,v 1.6 2004/10/23 13:43:01 kaiowas Exp $ + +*selinux-bind-20040925 (23 Oct 2004) + + 23 Oct 2004; petre rodan <kaiowas@gentoo.org> metadata.xml, + +selinux-bind-20040925.ebuild: + update needed by base-policy-20041023 *selinux-bind-20040428 (28 Apr 2004) diff --git a/sec-policy/selinux-bind/Manifest b/sec-policy/selinux-bind/Manifest index 83862f0bc662..0c4abe10a003 100644 --- a/sec-policy/selinux-bind/Manifest +++ b/sec-policy/selinux-bind/Manifest @@ -1,14 +1,6 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 bd499b7d3119be5e6c1cc4ca0aedfa04 ChangeLog 769 -MD5 6d22655798355f04bae248eb73904110 metadata.xml 405 +MD5 2578a997bc90b7068228ad83d664c215 metadata.xml 542 MD5 cef5c53c48709d5840140238b3fa61a0 selinux-bind-20040428.ebuild 379 +MD5 429f6bf74da5063f69a171f6e8129a48 selinux-bind-20040925.ebuild 324 MD5 e3f94bd06c76ad3637716662af4c12cc files/digest-selinux-bind-20040428 72 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.2.5 (GNU/Linux) - -iD8DBQFBTjj1GFJQsIJWJy4RAoAuAJ0WzwKcD62fRVRZ5bFV0eguBJZxDACeNAye -K71sZMpR/UXDhuvW3aGWpwQ= -=vybh ------END PGP SIGNATURE----- +MD5 64511c68ecd55045e382366c578e797b files/digest-selinux-bind-20040925 72 diff --git a/sec-policy/selinux-bind/files/digest-selinux-bind-20040925 b/sec-policy/selinux-bind/files/digest-selinux-bind-20040925 new file mode 100644 index 000000000000..f4337e3fc962 --- /dev/null +++ b/sec-policy/selinux-bind/files/digest-selinux-bind-20040925 @@ -0,0 +1 @@ +MD5 692206d128a49e522ac6d045e025aa55 selinux-bind-20040925.tar.bz2 1748 diff --git a/sec-policy/selinux-bind/metadata.xml b/sec-policy/selinux-bind/metadata.xml index a338c7207692..e436587f9c3c 100644 --- a/sec-policy/selinux-bind/metadata.xml +++ b/sec-policy/selinux-bind/metadata.xml @@ -3,9 +3,14 @@ <pkgmetadata> <herd>hardened</herd> <maintainer> + <email>kaiowas@gentoo.org</email> + <name>Petre Rodan</name> + <description>Primary Maintainer</description> +</maintainer> +<maintainer> <email>pebenito@gentoo.org</email> <name>Chris PeBenito</name> - <description>Primary Maintainer</description> + <description>Backup Maintainer</description> </maintainer> <longdescription>Gentoo SELinux policy for the Berkeley Internet Name Domain server</longdescription> </pkgmetadata> diff --git a/sec-policy/selinux-bind/selinux-bind-20040925.ebuild b/sec-policy/selinux-bind/selinux-bind-20040925.ebuild new file mode 100644 index 000000000000..dfadaaf69368 --- /dev/null +++ b/sec-policy/selinux-bind/selinux-bind-20040925.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-bind/selinux-bind-20040925.ebuild,v 1.1 2004/10/23 13:43:01 kaiowas Exp $ + +inherit selinux-policy + +TEFILES="named.te" +FCFILES="named.fc" +IUSE="" + +DESCRIPTION="SELinux policy for BIND" + +KEYWORDS="~x86 ~ppc ~sparc ~amd64" + +RDEPEND=">=sec-policy/selinux-base-policy-20041023" + |