summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Brindle <method@gentoo.org>2003-11-09 19:07:33 +0000
committerJoshua Brindle <method@gentoo.org>2003-11-09 19:07:33 +0000
commit24fdf9aa25490f03e7b3630b1f18a8731554d4f0 (patch)
treee066e68afaa41254cdeda4c7e0b91d495d0a8efe /dev-python/python-selinux
parentversion bump (diff)
downloadgentoo-2-24fdf9aa25490f03e7b3630b1f18a8731554d4f0.tar.gz
gentoo-2-24fdf9aa25490f03e7b3630b1f18a8731554d4f0.tar.bz2
gentoo-2-24fdf9aa25490f03e7b3630b1f18a8731554d4f0.zip
version bump
Diffstat (limited to 'dev-python/python-selinux')
-rw-r--r--dev-python/python-selinux/ChangeLog7
-rw-r--r--dev-python/python-selinux/Manifest4
-rw-r--r--dev-python/python-selinux/files/digest-python-selinux-2.71
-rw-r--r--dev-python/python-selinux/files/digest-python-selinux-2.81
-rw-r--r--dev-python/python-selinux/python-selinux-2.8.ebuild (renamed from dev-python/python-selinux/python-selinux-2.7.ebuild)2
5 files changed, 10 insertions, 5 deletions
diff --git a/dev-python/python-selinux/ChangeLog b/dev-python/python-selinux/ChangeLog
index 10005f34e38d..f1e9252e43c6 100644
--- a/dev-python/python-selinux/ChangeLog
+++ b/dev-python/python-selinux/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/python-selinux
# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-selinux/ChangeLog,v 1.9 2003/10/29 06:12:35 method Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-selinux/ChangeLog,v 1.10 2003/11/09 19:07:29 method Exp $
+
+*python-selinux-2.8 (09 Nov 2003)
+
+ 09 Nov 2003; Joshua Brindle <method@gentoo.org> python-selinux-2.8.ebuild:
+ fixed getfilecon() error handling
29 Oct 2003; Joshua Brindle <method@gentoo.org> python-selinux-1.2.ebuild,
python-selinux-1.2.ebuild, python-selinux-2.7.ebuild:
diff --git a/dev-python/python-selinux/Manifest b/dev-python/python-selinux/Manifest
index 9df8e4bfc145..9a15c4de4ef0 100644
--- a/dev-python/python-selinux/Manifest
+++ b/dev-python/python-selinux/Manifest
@@ -1,4 +1,4 @@
-MD5 ee4713555ed4014056b5aff26849cd2a python-selinux-2.8.ebuild 713
-MD5 5f1f423037b4421abfa0ebddfebf1316 ChangeLog 1940
+MD5 d74ee283a3a09409a143392e34f59676 python-selinux-2.8.ebuild 713
+MD5 8d3288743c81488bed063f68f4e24bce ChangeLog 1941
MD5 c998c579cfc08c6860f78304a67cfce9 metadata.xml 525
MD5 c0ffdb10ea7c1a7a9ea4de71b4bb0ae4 files/digest-python-selinux-2.8 69
diff --git a/dev-python/python-selinux/files/digest-python-selinux-2.7 b/dev-python/python-selinux/files/digest-python-selinux-2.7
deleted file mode 100644
index a377374d38d0..000000000000
--- a/dev-python/python-selinux/files/digest-python-selinux-2.7
+++ /dev/null
@@ -1 +0,0 @@
-MD5 a72b447424e1ee76c04611e351456f31 python-selinux-2.7.tar.bz2 6148
diff --git a/dev-python/python-selinux/files/digest-python-selinux-2.8 b/dev-python/python-selinux/files/digest-python-selinux-2.8
new file mode 100644
index 000000000000..e4ec3c45a077
--- /dev/null
+++ b/dev-python/python-selinux/files/digest-python-selinux-2.8
@@ -0,0 +1 @@
+MD5 85c025506ff83aae84c53dfb697fc9d1 python-selinux-2.8.tar.bz2 6120
diff --git a/dev-python/python-selinux/python-selinux-2.7.ebuild b/dev-python/python-selinux/python-selinux-2.8.ebuild
index ac69f2b9d3de..f243d4e25d8a 100644
--- a/dev-python/python-selinux/python-selinux-2.7.ebuild
+++ b/dev-python/python-selinux/python-selinux-2.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 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.7.ebuild,v 1.3 2003/10/29 06:12:35 method Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-selinux/python-selinux-2.8.ebuild,v 1.1 2003/11/09 19:07:29 method Exp $
DESCRIPTION="Python bindings for SELinux functions"
HOMEPAGE="http://selinux.dev.gentoo.org/python"