diff options
author | Chris PeBenito <pebenito@gentoo.org> | 2006-10-10 02:24:19 +0000 |
---|---|---|
committer | Chris PeBenito <pebenito@gentoo.org> | 2006-10-10 02:24:19 +0000 |
commit | 0d3aa7b828c51d0be70e2657d1384649f49edc40 (patch) | |
tree | 617386dfd6043319fcdab5d32462a590b27ace86 /sec-policy/selinux-ntp | |
parent | Corrected Tomcat's build.xml patch to no longer comment out build-webapps-pre... (diff) | |
download | historical-0d3aa7b828c51d0be70e2657d1384649f49edc40.tar.gz historical-0d3aa7b828c51d0be70e2657d1384649f49edc40.tar.bz2 historical-0d3aa7b828c51d0be70e2657d1384649f49edc40.zip |
First SELinux reference policy testing release.
Package-Manager: portage-2.1.2_pre2-r5
Diffstat (limited to 'sec-policy/selinux-ntp')
-rw-r--r-- | sec-policy/selinux-ntp/ChangeLog | 10 | ||||
-rw-r--r-- | sec-policy/selinux-ntp/files/digest-selinux-ntp-20061008 | 3 | ||||
-rw-r--r-- | sec-policy/selinux-ntp/selinux-ntp-20061008.ebuild | 13 |
3 files changed, 24 insertions, 2 deletions
diff --git a/sec-policy/selinux-ntp/ChangeLog b/sec-policy/selinux-ntp/ChangeLog index 067491097c9b..b69712c43370 100644 --- a/sec-policy/selinux-ntp/ChangeLog +++ b/sec-policy/selinux-ntp/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sec-policy/selinux-ntp -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-ntp/ChangeLog,v 1.19 2005/12/02 20:45:12 kaiowas Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-ntp/ChangeLog,v 1.20 2006/10/10 02:24:17 pebenito Exp $ + +*selinux-ntp-20061008 (10 Oct 2006) + + 10 Oct 2006; Chris PeBenito <pebenito@gentoo.org> + +selinux-ntp-20061008.ebuild: + First mainstream reference policy testing release. 02 Dec 2005; petre rodan <kaiowas@gentoo.org> selinux-ntp-20051122.ebuild: mark stable on amd64 mips ppc sparc x86 diff --git a/sec-policy/selinux-ntp/files/digest-selinux-ntp-20061008 b/sec-policy/selinux-ntp/files/digest-selinux-ntp-20061008 new file mode 100644 index 000000000000..5c96d2ab9190 --- /dev/null +++ b/sec-policy/selinux-ntp/files/digest-selinux-ntp-20061008 @@ -0,0 +1,3 @@ +MD5 a567e011ad98efe578afa0a359f46b55 refpolicy-20061008.tar.bz2 301484 +RMD160 b079c1bad4f7122915e50390131c2091aad1dd9a refpolicy-20061008.tar.bz2 301484 +SHA256 4aa8add76221e4e578eeb9bca2184e1a68c7007e46358f4b77f50a5f4af8a68f refpolicy-20061008.tar.bz2 301484 diff --git a/sec-policy/selinux-ntp/selinux-ntp-20061008.ebuild b/sec-policy/selinux-ntp/selinux-ntp-20061008.ebuild new file mode 100644 index 000000000000..167c76bade9f --- /dev/null +++ b/sec-policy/selinux-ntp/selinux-ntp-20061008.ebuild @@ -0,0 +1,13 @@ +# Copyright 2006-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-ntp/selinux-ntp-20061008.ebuild,v 1.1 2006/10/10 02:24:17 pebenito Exp $ + +MODS="ntp" +IUSE="" + +inherit selinux-policy-2 + +DESCRIPTION="SELinux policy for the network time protocol daemon" + +KEYWORDS="alpha amd64 mips ppc sparc x86" + |