diff options
author | Chris PeBenito <pebenito@gentoo.org> | 2004-04-28 16:22:00 +0000 |
---|---|---|
committer | Chris PeBenito <pebenito@gentoo.org> | 2004-04-28 16:22:00 +0000 |
commit | e6e796af4ece0ef79046be02a026688a5cce4a12 (patch) | |
tree | baee920dfb5df4724da5c4f9ac98601a3327d5df /sec-policy/selinux-bind | |
parent | moves dev-lang/squeak-vm to dev-lang/squeak-fullimage (diff) | |
download | historical-e6e796af4ece0ef79046be02a026688a5cce4a12.tar.gz historical-e6e796af4ece0ef79046be02a026688a5cce4a12.tar.bz2 historical-e6e796af4ece0ef79046be02a026688a5cce4a12.zip |
2004.1 update
Diffstat (limited to 'sec-policy/selinux-bind')
-rw-r--r-- | sec-policy/selinux-bind/ChangeLog | 8 | ||||
-rw-r--r-- | sec-policy/selinux-bind/Manifest | 4 | ||||
-rw-r--r-- | sec-policy/selinux-bind/files/digest-selinux-bind-20040428 | 1 | ||||
-rw-r--r-- | sec-policy/selinux-bind/selinux-bind-20040428.ebuild | 14 |
4 files changed, 25 insertions, 2 deletions
diff --git a/sec-policy/selinux-bind/ChangeLog b/sec-policy/selinux-bind/ChangeLog index 9b426c86b922..43edad54154e 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 Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-bind/ChangeLog,v 1.3 2004/01/16 20:05:51 pebenito Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-bind/ChangeLog,v 1.4 2004/04/28 16:22:00 pebenito Exp $ + +*selinux-bind-20040428 (28 Apr 2004) + + 28 Apr 2004; Chris PeBenito <pebenito@gentoo.org> + +selinux-bind-20040428.ebuild: + 2004.1 update. 16 Jan 2004; Chris PeBenito <pebenito@gentoo.org> selinux-bind-20031222.ebuild: diff --git a/sec-policy/selinux-bind/Manifest b/sec-policy/selinux-bind/Manifest index 306727c554e4..9ae5b7796d74 100644 --- a/sec-policy/selinux-bind/Manifest +++ b/sec-policy/selinux-bind/Manifest @@ -1,4 +1,6 @@ MD5 d5adc94538921221bf02a58ee5b7d421 selinux-bind-20031222.ebuild 378 -MD5 39ae02e8501727cb11fb9646d012bce3 ChangeLog 637 +MD5 900e551a039cba4c8c8b811ff28763f9 selinux-bind-20040428.ebuild 382 +MD5 140b4f99a23f303154b4627b7caf125f ChangeLog 778 MD5 6d22655798355f04bae248eb73904110 metadata.xml 405 MD5 69130c7503ac2fb60e65039f6ae1719c files/digest-selinux-bind-20031222 72 +MD5 e3f94bd06c76ad3637716662af4c12cc files/digest-selinux-bind-20040428 72 diff --git a/sec-policy/selinux-bind/files/digest-selinux-bind-20040428 b/sec-policy/selinux-bind/files/digest-selinux-bind-20040428 new file mode 100644 index 000000000000..38171f7df599 --- /dev/null +++ b/sec-policy/selinux-bind/files/digest-selinux-bind-20040428 @@ -0,0 +1 @@ +MD5 3f705bf67d60a4d81d378ac5460f5738 selinux-bind-20040428.tar.bz2 1760 diff --git a/sec-policy/selinux-bind/selinux-bind-20040428.ebuild b/sec-policy/selinux-bind/selinux-bind-20040428.ebuild new file mode 100644 index 000000000000..8dd74ba5b34a --- /dev/null +++ b/sec-policy/selinux-bind/selinux-bind-20040428.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-bind/selinux-bind-20040428.ebuild,v 1.1 2004/04/28 16:22:00 pebenito Exp $ + +TEFILES="named.te" +FCFILES="named.fc" +IUSE="" + +inherit selinux-policy + +DESCRIPTION="SELinux policy for BIND" + +KEYWORDS="x86 ppc sparc" + |