diff options
author | 2004-09-16 16:31:26 +0000 | |
---|---|---|
committer | 2004-09-16 16:31:26 +0000 | |
commit | a13c1f973ecc4fc69d0285fdff8c77da8ae619ea (patch) | |
tree | 3b80ec7d23388cd0407facfdebb26dbd406e12f8 /net-www/mod_dav | |
parent | Version bump to match imagemagick (Manifest recommit) (diff) | |
download | gentoo-2-a13c1f973ecc4fc69d0285fdff8c77da8ae619ea.tar.gz gentoo-2-a13c1f973ecc4fc69d0285fdff8c77da8ae619ea.tar.bz2 gentoo-2-a13c1f973ecc4fc69d0285fdff8c77da8ae619ea.zip |
Marking mod_dav-1.0.3-r2 stable on x86 per security bug #63948
Diffstat (limited to 'net-www/mod_dav')
-rw-r--r-- | net-www/mod_dav/ChangeLog | 5 | ||||
-rw-r--r-- | net-www/mod_dav/mod_dav-1.0.3-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-www/mod_dav/ChangeLog b/net-www/mod_dav/ChangeLog index 90c96d02db3e..8616c8d7cdc2 100644 --- a/net-www/mod_dav/ChangeLog +++ b/net-www/mod_dav/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-www/mod_dav # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_dav/ChangeLog,v 1.16 2004/09/14 14:31:20 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_dav/ChangeLog,v 1.17 2004/09/16 16:31:26 tester Exp $ + + 16 Sep 2004; Olivier Crete <tester@gentoo.org> mod_dav-1.0.3-r2.ebuild: + Marking stable on x86 per security bug #63948 14 Sep 2004; Gustavo Zacarias <gustavoz@gentoo.org> mod_dav-1.0.3-r2.ebuild: Stable on sparc wrt #63948 diff --git a/net-www/mod_dav/mod_dav-1.0.3-r2.ebuild b/net-www/mod_dav/mod_dav-1.0.3-r2.ebuild index 7dd6e4b154b4..dccc6dfd4802 100644 --- a/net-www/mod_dav/mod_dav-1.0.3-r2.ebuild +++ b/net-www/mod_dav/mod_dav-1.0.3-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_dav/mod_dav-1.0.3-r2.ebuild,v 1.4 2004/09/15 00:23:17 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_dav/mod_dav-1.0.3-r2.ebuild,v 1.5 2004/09/16 16:31:26 tester Exp $ inherit eutils @@ -8,7 +8,7 @@ MY_V=${PV}-1.3.6 DESCRIPTION="Apache module for Distributed Authoring and Versioning" HOMEPAGE="http://www.webdav.org/mod_dav/" -KEYWORDS="~x86 sparc ppc ~amd64" +KEYWORDS="x86 sparc ppc ~amd64" S=${WORKDIR}/${PN}-${MY_V} SRC_URI="http://www.webdav.org/mod_dav/${PN}-${MY_V}.tar.gz" |