diff options
author | Petre Rodan <kaiowas@gentoo.org> | 2005-02-25 08:33:29 +0000 |
---|---|---|
committer | Petre Rodan <kaiowas@gentoo.org> | 2005-02-25 08:33:29 +0000 |
commit | ca7f18020e7899c71e71cdc0d6b1762c78c5a6eb (patch) | |
tree | 22bb07f3312af0e78e09b4663ec33e5ac6d84cdc /sec-policy/selinux-snmpd | |
parent | removed old build, merge with upstream (diff) | |
download | historical-ca7f18020e7899c71e71cdc0d6b1762c78c5a6eb.tar.gz historical-ca7f18020e7899c71e71cdc0d6b1762c78c5a6eb.tar.bz2 historical-ca7f18020e7899c71e71cdc0d6b1762c78c5a6eb.zip |
merge with upstream policy
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'sec-policy/selinux-snmpd')
-rw-r--r-- | sec-policy/selinux-snmpd/ChangeLog | 8 | ||||
-rw-r--r-- | sec-policy/selinux-snmpd/Manifest | 12 | ||||
-rw-r--r-- | sec-policy/selinux-snmpd/files/digest-selinux-snmpd-20050219 | 1 | ||||
-rw-r--r-- | sec-policy/selinux-snmpd/selinux-snmpd-20050219.ebuild | 15 |
4 files changed, 25 insertions, 11 deletions
diff --git a/sec-policy/selinux-snmpd/ChangeLog b/sec-policy/selinux-snmpd/ChangeLog index f7ce6f0ceb90..6de4b748babf 100644 --- a/sec-policy/selinux-snmpd/ChangeLog +++ b/sec-policy/selinux-snmpd/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sec-policy/selinux-snmpd # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-snmpd/ChangeLog,v 1.4 2005/01/20 09:37:00 kaiowas Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-snmpd/ChangeLog,v 1.5 2005/02/25 08:23:57 kaiowas Exp $ + +*selinux-snmpd-20050219 (25 Feb 2005) + + 25 Feb 2005; petre rodan <kaiowas@gentoo.org> + +selinux-snmpd-20050219.ebuild: + merge with upstream policy 20 Jan 2005; petre rodan <kaiowas@gentoo.org> selinux-snmpd-20041128.ebuild: diff --git a/sec-policy/selinux-snmpd/Manifest b/sec-policy/selinux-snmpd/Manifest index 6fb66d8ec218..14dfe161a0fb 100644 --- a/sec-policy/selinux-snmpd/Manifest +++ b/sec-policy/selinux-snmpd/Manifest @@ -1,14 +1,6 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 09d98a298af2f9a2c22268677710aca9 ChangeLog 829 MD5 b99cfd64dc18e0af6e9328ece6d0f38b metadata.xml 515 +MD5 6dfea9a16565911a4dc5cd09a834348e selinux-snmpd-20050219.ebuild 331 MD5 443e3fc14f2a8a6bbd3dac597cf9556c selinux-snmpd-20041128.ebuild 388 +MD5 cf1f3be63e5d6fe9052bd36e8b001aaa files/digest-selinux-snmpd-20050219 73 MD5 89762f06cdb38fb95039b679b7085f73 files/digest-selinux-snmpd-20041128 73 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.2.6 (GNU/Linux) - -iD8DBQFB73ZzGSBEIeh4AEYRAlkUAJ9O4UPQX1NiTNVYtJaqNkCA9W8G3wCgj4Iq -VYRZPHlza2j2Sb17JqM/7c4= -=3lGM ------END PGP SIGNATURE----- diff --git a/sec-policy/selinux-snmpd/files/digest-selinux-snmpd-20050219 b/sec-policy/selinux-snmpd/files/digest-selinux-snmpd-20050219 new file mode 100644 index 000000000000..a0e963e3c3a1 --- /dev/null +++ b/sec-policy/selinux-snmpd/files/digest-selinux-snmpd-20050219 @@ -0,0 +1 @@ +MD5 0dcb7be18d7696ba835472aeb9a140e2 selinux-snmpd-20050219.tar.bz2 1188 diff --git a/sec-policy/selinux-snmpd/selinux-snmpd-20050219.ebuild b/sec-policy/selinux-snmpd/selinux-snmpd-20050219.ebuild new file mode 100644 index 000000000000..71067c90c571 --- /dev/null +++ b/sec-policy/selinux-snmpd/selinux-snmpd-20050219.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-snmpd/selinux-snmpd-20050219.ebuild,v 1.1 2005/02/25 08:23:57 kaiowas Exp $ + +inherit selinux-policy + +TEFILES="snmpd.te" +FCFILES="snmpd.fc" +IUSE="" +RDEPEND=">=sec-policy/selinux-base-policy-20050224" + +DESCRIPTION="SELinux policy for snmp daemons" + +KEYWORDS="~x86 ~ppc ~sparc ~amd64" + |