diff options
author | Petre Rodan <kaiowas@gentoo.org> | 2005-01-20 10:34:48 +0000 |
---|---|---|
committer | Petre Rodan <kaiowas@gentoo.org> | 2005-01-20 10:34:48 +0000 |
commit | c667ec4bce19cf6bf7b8854e627a6695057a4248 (patch) | |
tree | c92ca8e680282813129f9dbd3fdac0890cc16e86 /sec-policy/selinux-postgresql | |
parent | Marking stable for amd64. (diff) | |
download | historical-c667ec4bce19cf6bf7b8854e627a6695057a4248.tar.gz historical-c667ec4bce19cf6bf7b8854e627a6695057a4248.tar.bz2 historical-c667ec4bce19cf6bf7b8854e627a6695057a4248.zip |
merge with upstream policy
Package-Manager: portage-2.0.51-r14
Diffstat (limited to 'sec-policy/selinux-postgresql')
4 files changed, 26 insertions, 11 deletions
diff --git a/sec-policy/selinux-postgresql/ChangeLog b/sec-policy/selinux-postgresql/ChangeLog index 617be63b7cbf..0793dcb9d96d 100644 --- a/sec-policy/selinux-postgresql/ChangeLog +++ b/sec-policy/selinux-postgresql/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sec-policy/selinux-postgresql # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-postgresql/ChangeLog,v 1.6 2005/01/20 09:32:29 kaiowas Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-postgresql/ChangeLog,v 1.7 2005/01/20 10:34:48 kaiowas Exp $ + +*selinux-postgresql-20050119 (20 Jan 2005) + + 20 Jan 2005; petre rodan <kaiowas@gentoo.org> + +selinux-postgresql-20050119.ebuild: + merge with upstream policy 20 Jan 2005; petre rodan <kaiowas@gentoo.org> -selinux-postgresql-20041120.ebuild, selinux-postgresql-20041211.ebuild: diff --git a/sec-policy/selinux-postgresql/Manifest b/sec-policy/selinux-postgresql/Manifest index a574f32a3fa7..3050a38bb432 100644 --- a/sec-policy/selinux-postgresql/Manifest +++ b/sec-policy/selinux-postgresql/Manifest @@ -1,14 +1,6 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 9d35c5a5df45a4d496acc00d05440218 ChangeLog 1184 MD5 169761c63f66d24015db4b712ba378b6 metadata.xml 513 +MD5 f8d04b5c31b9a372df34f3acac2e5e5f selinux-postgresql-20050119.ebuild 340 MD5 fb446eda4a75c6fe6af7c4c444de257a selinux-postgresql-20041211.ebuild 459 MD5 ae9fb92028c9753a761a169475dc4b87 files/digest-selinux-postgresql-20041211 78 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.2.6 (GNU/Linux) - -iD8DBQFB73XDGSBEIeh4AEYRAnmBAJ9faRlenlydhm7Fapa7vFyKoWfmJwCfcKJp -NQ20wf0JId9vkxkfMWqU+9c= -=tkaT ------END PGP SIGNATURE----- +MD5 015c4c879e28f4a562b55e03b33ab586 files/digest-selinux-postgresql-20050119 78 diff --git a/sec-policy/selinux-postgresql/files/digest-selinux-postgresql-20050119 b/sec-policy/selinux-postgresql/files/digest-selinux-postgresql-20050119 new file mode 100644 index 000000000000..201f65c6c039 --- /dev/null +++ b/sec-policy/selinux-postgresql/files/digest-selinux-postgresql-20050119 @@ -0,0 +1 @@ +MD5 06b223afe55cfec272b0fa9a65e4ddc4 selinux-postgresql-20050119.tar.bz2 1714 diff --git a/sec-policy/selinux-postgresql/selinux-postgresql-20050119.ebuild b/sec-policy/selinux-postgresql/selinux-postgresql-20050119.ebuild new file mode 100644 index 000000000000..0d312946fb6c --- /dev/null +++ b/sec-policy/selinux-postgresql/selinux-postgresql-20050119.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-postgresql/selinux-postgresql-20050119.ebuild,v 1.1 2005/01/20 10:34:48 kaiowas Exp $ + +inherit selinux-policy + +TEFILES="postgresql.te" +FCFILES="postgresql.fc" +IUSE="" + +DESCRIPTION="SELinux policy for PostgreSQL" + +KEYWORDS="~x86 ~ppc ~sparc ~amd64" + +RDEPEND=">=sec-policy/selinux-base-policy-20041023" + |