summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris PeBenito <pebenito@gentoo.org>2004-04-30 20:27:00 +0000
committerChris PeBenito <pebenito@gentoo.org>2004-04-30 20:27:00 +0000
commita2ee5876555b70ff686d0e12f8d488a4f01023fe (patch)
tree25000acb691eeb7fe78553901bdbe9cbaaaa536d /dev-python/python-selinux
parentamd64 (diff)
downloadhistorical-a2ee5876555b70ff686d0e12f8d488a4f01023fe.tar.gz
historical-a2ee5876555b70ff686d0e12f8d488a4f01023fe.tar.bz2
historical-a2ee5876555b70ff686d0e12f8d488a4f01023fe.zip
Fix reset of exec context.
Diffstat (limited to 'dev-python/python-selinux')
-rw-r--r--dev-python/python-selinux/ChangeLog9
-rw-r--r--dev-python/python-selinux/Manifest8
-rw-r--r--dev-python/python-selinux/files/digest-python-selinux-2.14 (renamed from dev-python/python-selinux/files/digest-python-selinux-2.13)0
-rw-r--r--dev-python/python-selinux/files/python-selinux-2.13.c.bz2bin5882 -> 0 bytes
-rw-r--r--dev-python/python-selinux/files/python-selinux-2.14.c.bz2bin0 -> 5879 bytes
-rw-r--r--dev-python/python-selinux/python-selinux-2.14.ebuild (renamed from dev-python/python-selinux/python-selinux-2.13.ebuild)2
6 files changed, 13 insertions, 6 deletions
diff --git a/dev-python/python-selinux/ChangeLog b/dev-python/python-selinux/ChangeLog
index cbc78e1d399f..71d17769f59d 100644
--- a/dev-python/python-selinux/ChangeLog
+++ b/dev-python/python-selinux/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for dev-python/python-selinux
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-selinux/ChangeLog,v 1.17 2004/04/26 20:01:53 pebenito Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-selinux/ChangeLog,v 1.18 2004/04/30 20:27:00 pebenito Exp $
+
+*python-selinux-2.14 (30 Apr 2004)
+
+ 30 Apr 2004; Chris PeBenito <pebenito@gentoo.org>
+ -files/python-selinux-2.13.c.bz2, +files/python-selinux-2.14.c.bz2,
+ -python-selinux-2.13.ebuild, +python-selinux-2.14.ebuild:
+ Fix reset of exec context.
*python-selinux-2.13 (26 Apr 2004)
diff --git a/dev-python/python-selinux/Manifest b/dev-python/python-selinux/Manifest
index b373794cb440..51e0330df857 100644
--- a/dev-python/python-selinux/Manifest
+++ b/dev-python/python-selinux/Manifest
@@ -1,11 +1,11 @@
-MD5 4348c2280ea2aaf8a496399d9ff8932e python-selinux-2.13.ebuild 871
MD5 3c4912511a7e2207b5341e7e85187f47 python-selinux-2.10.ebuild 848
-MD5 ee0e2e8a4667c9f4b88fb36974139889 ChangeLog 3020
+MD5 97a28dfd5d65061372bf0ff97744991c ChangeLog 3268
MD5 c998c579cfc08c6860f78304a67cfce9 metadata.xml 525
MD5 ecbf7863c0edb08417cbb2d101a9deb7 python-selinux-2.12.ebuild 868
+MD5 9a3ad37eb2a3fbb36c2bf6b1917b6ea1 python-selinux-2.14.ebuild 871
MD5 6e19040173f4f45c94e294a4bb326a55 files/python-selinux-2.12.c.bz2 5621
MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-python-selinux-2.10 0
-MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-python-selinux-2.13 0
+MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-python-selinux-2.14 0
MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-python-selinux-2.12 0
-MD5 d22d8cef09dba627632e2c5783451a18 files/python-selinux-2.13.c.bz2 5882
MD5 7917bf5ac68090fb6fcfe784a4807463 files/python-selinux-2.10.c.bz2 5624
+MD5 4ff5600ef22d8b1261fffca18f5e085b files/python-selinux-2.14.c.bz2 5879
diff --git a/dev-python/python-selinux/files/digest-python-selinux-2.13 b/dev-python/python-selinux/files/digest-python-selinux-2.14
index e69de29bb2d1..e69de29bb2d1 100644
--- a/dev-python/python-selinux/files/digest-python-selinux-2.13
+++ b/dev-python/python-selinux/files/digest-python-selinux-2.14
diff --git a/dev-python/python-selinux/files/python-selinux-2.13.c.bz2 b/dev-python/python-selinux/files/python-selinux-2.13.c.bz2
deleted file mode 100644
index 47493667e5b0..000000000000
--- a/dev-python/python-selinux/files/python-selinux-2.13.c.bz2
+++ /dev/null
Binary files differ
diff --git a/dev-python/python-selinux/files/python-selinux-2.14.c.bz2 b/dev-python/python-selinux/files/python-selinux-2.14.c.bz2
new file mode 100644
index 000000000000..c5b2ce1a1f09
--- /dev/null
+++ b/dev-python/python-selinux/files/python-selinux-2.14.c.bz2
Binary files differ
diff --git a/dev-python/python-selinux/python-selinux-2.13.ebuild b/dev-python/python-selinux/python-selinux-2.14.ebuild
index 15b29abf9467..29a9658ff0e0 100644
--- a/dev-python/python-selinux/python-selinux-2.13.ebuild
+++ b/dev-python/python-selinux/python-selinux-2.14.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-selinux/python-selinux-2.13.ebuild,v 1.1 2004/04/26 20:01:53 pebenito Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-selinux/python-selinux-2.14.ebuild,v 1.1 2004/04/30 20:27:00 pebenito Exp $
inherit python
python_version