diff options
author | Petre Rodan <kaiowas@gentoo.org> | 2005-04-23 18:14:27 +0000 |
---|---|---|
committer | Petre Rodan <kaiowas@gentoo.org> | 2005-04-23 18:14:27 +0000 |
commit | a5ffb059dd9d7286a96a81e918645ac00bc41907 (patch) | |
tree | 80b5a10f3dfbb5ccf804d78d90726566cb17a406 /sec-policy/selinux-logrotate | |
parent | merge with upstream (diff) | |
download | gentoo-2-a5ffb059dd9d7286a96a81e918645ac00bc41907.tar.gz gentoo-2-a5ffb059dd9d7286a96a81e918645ac00bc41907.tar.bz2 gentoo-2-a5ffb059dd9d7286a96a81e918645ac00bc41907.zip |
merge with upstream
(Portage version: 2.0.51.19)
Diffstat (limited to 'sec-policy/selinux-logrotate')
4 files changed, 24 insertions, 11 deletions
diff --git a/sec-policy/selinux-logrotate/ChangeLog b/sec-policy/selinux-logrotate/ChangeLog index bb6ae83db2d5..b33f1cd94b81 100644 --- a/sec-policy/selinux-logrotate/ChangeLog +++ b/sec-policy/selinux-logrotate/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sec-policy/selinux-logrotate # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-logrotate/ChangeLog,v 1.10 2005/03/23 07:43:26 kaiowas Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-logrotate/ChangeLog,v 1.11 2005/04/23 18:14:27 kaiowas Exp $ + +*selinux-logrotate-20050408 (23 Apr 2005) + + 23 Apr 2005; petre rodan <kaiowas@gentoo.org> + +selinux-logrotate-20050408.ebuild: + merge with upstream 23 Mar 2005; petre rodan <kaiowas@gentoo.org> selinux-logrotate-20050211.ebuild: diff --git a/sec-policy/selinux-logrotate/Manifest b/sec-policy/selinux-logrotate/Manifest index 8fb714b2bf79..7355c6f673c8 100644 --- a/sec-policy/selinux-logrotate/Manifest +++ b/sec-policy/selinux-logrotate/Manifest @@ -1,16 +1,8 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 067ab3a1f60a637082f1128d8888bd89 ChangeLog 1436 MD5 54528549c74096166938118f88d5dc1a metadata.xml 378 MD5 a7d0183c91e3ba7c7940928c08dc1d42 selinux-logrotate-20050211.ebuild 401 MD5 053eb0f6a0b1df4c557dc8c32034e6e2 selinux-logrotate-20041120.ebuild 401 +MD5 ce7be60c6a438ace8ce21200fa495b10 selinux-logrotate-20050408.ebuild 284 MD5 a30030d733ad16c872bd4b1b8565eae9 files/digest-selinux-logrotate-20050211 77 MD5 562588bbcb31c158672cc96e8600e623 files/digest-selinux-logrotate-20041120 77 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.2.6 (GNU/Linux) - -iD8DBQFCQR0vGSBEIeh4AEYRAgyYAJ4sTYUnkkEKDm5fYsveJFU93EEOsgCffzXK -g3evUzl+4+7AE+UiYpXoPoU= -=dU3q ------END PGP SIGNATURE----- +MD5 6a0368c79a9186fb5215f15c963f1caf files/digest-selinux-logrotate-20050408 77 diff --git a/sec-policy/selinux-logrotate/files/digest-selinux-logrotate-20050408 b/sec-policy/selinux-logrotate/files/digest-selinux-logrotate-20050408 new file mode 100644 index 000000000000..148aab8dea86 --- /dev/null +++ b/sec-policy/selinux-logrotate/files/digest-selinux-logrotate-20050408 @@ -0,0 +1 @@ +MD5 7d8ee0d3e59ee5d5c9fb151f4c296867 selinux-logrotate-20050408.tar.bz2 1939 diff --git a/sec-policy/selinux-logrotate/selinux-logrotate-20050408.ebuild b/sec-policy/selinux-logrotate/selinux-logrotate-20050408.ebuild new file mode 100644 index 000000000000..d96b9ccdbb8d --- /dev/null +++ b/sec-policy/selinux-logrotate/selinux-logrotate-20050408.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-logrotate/selinux-logrotate-20050408.ebuild,v 1.1 2005/04/23 18:14:27 kaiowas Exp $ + +inherit selinux-policy + +TEFILES="logrotate.te" +FCFILES="logrotate.fc" +IUSE="" + +DESCRIPTION="SELinux policy for logrotate" + +KEYWORDS="~x86 ~ppc ~sparc ~amd64" + |