diff options
author | Chris PeBenito <pebenito@gentoo.org> | 2004-07-06 21:44:40 +0000 |
---|---|---|
committer | Chris PeBenito <pebenito@gentoo.org> | 2004-07-06 21:44:40 +0000 |
commit | bec73cc4deddb20eefd4109d5650ea0d81b83989 (patch) | |
tree | f8df60eee8990d61929ee92f73f93bc3daf012fb /sys-apps/policycoreutils | |
parent | Added ~mips KEYWORD (Manifest recommit) (diff) | |
download | gentoo-2-bec73cc4deddb20eefd4109d5650ea0d81b83989.tar.gz gentoo-2-bec73cc4deddb20eefd4109d5650ea0d81b83989.tar.bz2 gentoo-2-bec73cc4deddb20eefd4109d5650ea0d81b83989.zip |
fix runscript_selinux.so in ~arch
Diffstat (limited to 'sys-apps/policycoreutils')
-rw-r--r-- | sys-apps/policycoreutils/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/policycoreutils/files/digest-policycoreutils-1.14 | 2 | ||||
-rw-r--r-- | sys-apps/policycoreutils/policycoreutils-1.14.ebuild | 4 |
3 files changed, 8 insertions, 4 deletions
diff --git a/sys-apps/policycoreutils/ChangeLog b/sys-apps/policycoreutils/ChangeLog index 269cd22c8ce6..e9a08ac4e554 100644 --- a/sys-apps/policycoreutils/ChangeLog +++ b/sys-apps/policycoreutils/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/policycoreutils # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/policycoreutils/ChangeLog,v 1.31 2004/07/06 21:34:02 pebenito Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/policycoreutils/ChangeLog,v 1.32 2004/07/06 21:44:40 pebenito Exp $ + + 06 Jul 2004; Chris PeBenito <pebenito@gentoo.org> + policycoreutils-1.14.ebuild: + Bump extras to fix free() bug in runscript_selinux.so. *policycoreutils-1.12-r2 (06 Jul 2004) diff --git a/sys-apps/policycoreutils/files/digest-policycoreutils-1.14 b/sys-apps/policycoreutils/files/digest-policycoreutils-1.14 index 1337a2c5837e..bdc872a1f874 100644 --- a/sys-apps/policycoreutils/files/digest-policycoreutils-1.14 +++ b/sys-apps/policycoreutils/files/digest-policycoreutils-1.14 @@ -1,2 +1,2 @@ MD5 0ae038ab98c053e6dd54d97edbd38049 policycoreutils-1.14.tgz 42284 -MD5 82f904e05017e331279ab1098755e88f policycoreutils-extra-1.6.tar.bz2 8717 +MD5 b388ca2c6ac30774cac019d2bd971bbc policycoreutils-extra-1.7.tar.bz2 8722 diff --git a/sys-apps/policycoreutils/policycoreutils-1.14.ebuild b/sys-apps/policycoreutils/policycoreutils-1.14.ebuild index c74f51adc2f9..24490198c4ed 100644 --- a/sys-apps/policycoreutils/policycoreutils-1.14.ebuild +++ b/sys-apps/policycoreutils/policycoreutils-1.14.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/policycoreutils/policycoreutils-1.14.ebuild,v 1.2 2004/07/04 02:23:30 pebenito Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/policycoreutils/policycoreutils-1.14.ebuild,v 1.3 2004/07/06 21:44:40 pebenito Exp $ IUSE="build" inherit eutils -EXTRAS_VER="1.6" +EXTRAS_VER="1.7" DESCRIPTION="SELinux core utilites" HOMEPAGE="http://www.nsa.gov/selinux" |