diff options
author | Petre Rodan <kaiowas@gentoo.org> | 2005-02-25 08:09:05 +0000 |
---|---|---|
committer | Petre Rodan <kaiowas@gentoo.org> | 2005-02-25 08:09:05 +0000 |
commit | 12a6b4609823d71f175657ef30542652b32e1d3a (patch) | |
tree | a12e85e183e89e34236d7ab781f3ce797fd3fd71 /sec-policy/selinux-postfix | |
parent | removed old builds, merge with upstream policy (diff) | |
download | historical-12a6b4609823d71f175657ef30542652b32e1d3a.tar.gz historical-12a6b4609823d71f175657ef30542652b32e1d3a.tar.bz2 historical-12a6b4609823d71f175657ef30542652b32e1d3a.zip |
merge with upstream policy
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'sec-policy/selinux-postfix')
5 files changed, 28 insertions, 14 deletions
diff --git a/sec-policy/selinux-postfix/ChangeLog b/sec-policy/selinux-postfix/ChangeLog index 3fad03044133..c577c812490b 100644 --- a/sec-policy/selinux-postfix/ChangeLog +++ b/sec-policy/selinux-postfix/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sec-policy/selinux-postfix -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-postfix/ChangeLog,v 1.7 2004/12/12 12:39:11 kaiowas Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-postfix/ChangeLog,v 1.8 2005/02/25 08:09:05 kaiowas Exp $ + +*selinux-postfix-20050219 (25 Feb 2005) + + 25 Feb 2005; petre rodan <kaiowas@gentoo.org> + +selinux-postfix-20050219.ebuild: + merge with upstream policy *selinux-postfix-20041211 (12 Dec 2004) diff --git a/sec-policy/selinux-postfix/Manifest b/sec-policy/selinux-postfix/Manifest index 55616efec7e4..b4c0a242de44 100644 --- a/sec-policy/selinux-postfix/Manifest +++ b/sec-policy/selinux-postfix/Manifest @@ -1,14 +1,6 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 89311d75a74bd25010086d123a75c787 ChangeLog 1258 MD5 0b8ee728a701b048ddb9e62d6c08ee02 metadata.xml 381 +MD5 986739549a5668b62104147055a7280f selinux-postfix-20050219.ebuild 330 MD5 600a25115f6ebeab04109915f2e57015 selinux-postfix-20041211.ebuild 391 +MD5 332631acf09a7bcb5ee7b9f1994525ec files/digest-selinux-postfix-20050219 75 MD5 019734c900f298c6144fcb9fd9239b33 files/digest-selinux-postfix-20041211 75 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.2.6 (GNU/Linux) - -iD8DBQFBvDC+GSBEIeh4AEYRAi+SAKCNj815APEcwJPfexv3zzpDzd86owCcDVoj -AxDI8DGGU02zMA1u95iXrIE= -=0K0o ------END PGP SIGNATURE----- diff --git a/sec-policy/selinux-postfix/files/digest-selinux-postfix-20050219 b/sec-policy/selinux-postfix/files/digest-selinux-postfix-20050219 new file mode 100644 index 000000000000..cd8a94b731a9 --- /dev/null +++ b/sec-policy/selinux-postfix/files/digest-selinux-postfix-20050219 @@ -0,0 +1 @@ +MD5 401e5c111d55c78d75792c0e1017e3d5 selinux-postfix-20050219.tar.bz2 3441 diff --git a/sec-policy/selinux-postfix/selinux-postfix-20041211.ebuild b/sec-policy/selinux-postfix/selinux-postfix-20041211.ebuild index 316f9cf34c7f..d078e9ca1a8f 100644 --- a/sec-policy/selinux-postfix/selinux-postfix-20041211.ebuild +++ b/sec-policy/selinux-postfix/selinux-postfix-20041211.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-postfix/selinux-postfix-20041211.ebuild,v 1.1 2004/12/12 12:39:11 kaiowas Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-postfix/selinux-postfix-20041211.ebuild,v 1.2 2005/02/25 08:09:05 kaiowas Exp $ inherit selinux-policy diff --git a/sec-policy/selinux-postfix/selinux-postfix-20050219.ebuild b/sec-policy/selinux-postfix/selinux-postfix-20050219.ebuild new file mode 100644 index 000000000000..adcf57e4b5c2 --- /dev/null +++ b/sec-policy/selinux-postfix/selinux-postfix-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-postfix/selinux-postfix-20050219.ebuild,v 1.1 2005/02/25 08:09:05 kaiowas Exp $ + +inherit selinux-policy + +TEFILES="postfix.te" +FCFILES="postfix.fc" +IUSE="" +RDEPEND=">=sec-policy/selinux-base-policy-20050224" + +DESCRIPTION="SELinux policy for postfix" + +KEYWORDS="~x86 ~ppc ~sparc ~amd64" + |