summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetre Rodan <kaiowas@gentoo.org>2005-10-24 15:00:42 +0000
committerPetre Rodan <kaiowas@gentoo.org>2005-10-24 15:00:42 +0000
commit69874e7e4f2605a65296adaf8fdf464cea5bf437 (patch)
treebc5888e3f15c390041ac1a240a97d89fd51a9804 /sec-policy
parentmemory locking now allowed - fix from upstream (diff)
downloadgentoo-2-69874e7e4f2605a65296adaf8fdf464cea5bf437.tar.gz
gentoo-2-69874e7e4f2605a65296adaf8fdf464cea5bf437.tar.bz2
gentoo-2-69874e7e4f2605a65296adaf8fdf464cea5bf437.zip
merge with upstream
(Portage version: 2.0.53_rc6)
Diffstat (limited to 'sec-policy')
-rw-r--r--sec-policy/selinux-postfix/ChangeLog8
-rw-r--r--sec-policy/selinux-postfix/Manifest12
-rw-r--r--sec-policy/selinux-postfix/files/digest-selinux-postfix-200510231
-rw-r--r--sec-policy/selinux-postfix/selinux-postfix-20051023.ebuild15
4 files changed, 25 insertions, 11 deletions
diff --git a/sec-policy/selinux-postfix/ChangeLog b/sec-policy/selinux-postfix/ChangeLog
index 276986c6a7ee..043d3663da1f 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-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-postfix/ChangeLog,v 1.15 2005/10/18 10:38:58 kaiowas Exp $
+# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-postfix/ChangeLog,v 1.16 2005/10/24 15:00:42 kaiowas Exp $
+
+*selinux-postfix-20051023 (24 Oct 2005)
+
+ 24 Oct 2005; petre rodan <kaiowas@gentoo.org>
+ +selinux-postfix-20051023.ebuild:
+ merge with upstream
18 Oct 2005; petre rodan <kaiowas@gentoo.org>
selinux-postfix-20050918.ebuild:
diff --git a/sec-policy/selinux-postfix/Manifest b/sec-policy/selinux-postfix/Manifest
index 39e6ace088ac..1e889a736b8b 100644
--- a/sec-policy/selinux-postfix/Manifest
+++ b/sec-policy/selinux-postfix/Manifest
@@ -1,16 +1,8 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
MD5 f85050ab2ef04c8a23d199a0384b9458 ChangeLog 2373
MD5 edd7e11886832ae8aee23051086b3a5a files/digest-selinux-postfix-20050626 75
MD5 69c47f8c726cb5c59d4572facb700d68 files/digest-selinux-postfix-20050918 75
+MD5 c9a9dc40ed155a9613679b0bfc31eab1 files/digest-selinux-postfix-20051023 75
MD5 0b8ee728a701b048ddb9e62d6c08ee02 metadata.xml 381
MD5 f3536cb10b1215d47b738b610d9051bb selinux-postfix-20050626.ebuild 443
MD5 d6198581f6d393e53c325101b5f8518c selinux-postfix-20050918.ebuild 448
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.2.6 (GNU/Linux)
-
-iD8DBQFDVM9vGSBEIeh4AEYRAvFsAJ0ePu6Ajkr8RP5N6u7aEEtbpDY40gCeLdEt
-IWTXRDePKIHJV0W15n7qtHo=
-=33+i
------END PGP SIGNATURE-----
+MD5 deaf670aa7a00980fe29f5a0088a758d selinux-postfix-20051023.ebuild 336
diff --git a/sec-policy/selinux-postfix/files/digest-selinux-postfix-20051023 b/sec-policy/selinux-postfix/files/digest-selinux-postfix-20051023
new file mode 100644
index 000000000000..9c8011bee014
--- /dev/null
+++ b/sec-policy/selinux-postfix/files/digest-selinux-postfix-20051023
@@ -0,0 +1 @@
+MD5 af435c52b42b766e77f6d227a8b8af62 selinux-postfix-20051023.tar.bz2 3518
diff --git a/sec-policy/selinux-postfix/selinux-postfix-20051023.ebuild b/sec-policy/selinux-postfix/selinux-postfix-20051023.ebuild
new file mode 100644
index 000000000000..a79ff79a8e4a
--- /dev/null
+++ b/sec-policy/selinux-postfix/selinux-postfix-20051023.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-20051023.ebuild,v 1.1 2005/10/24 15:00:42 kaiowas Exp $
+
+inherit selinux-policy
+
+TEFILES="postfix.te"
+FCFILES="postfix.fc"
+IUSE=""
+RDEPEND=">=sec-policy/selinux-base-policy-20050618"
+
+DESCRIPTION="SELinux policy for postfix"
+
+KEYWORDS="~amd64 ~mips ~ppc ~sparc ~x86"
+