diff options
author | Thilo Bangert <bangert@gentoo.org> | 2008-01-30 23:27:54 +0000 |
---|---|---|
committer | Thilo Bangert <bangert@gentoo.org> | 2008-01-30 23:27:54 +0000 |
commit | 711afe88bfa048e66ffcd153ebe08c95649bdd29 (patch) | |
tree | 9bc27ec320e9ec422609aefb2c626b811dd59183 /www-servers | |
parent | app-laptop/acer_acpi: Version bump (bug #203475) (diff) | |
download | gentoo-2-711afe88bfa048e66ffcd153ebe08c95649bdd29.tar.gz gentoo-2-711afe88bfa048e66ffcd153ebe08c95649bdd29.tar.bz2 gentoo-2-711afe88bfa048e66ffcd153ebe08c95649bdd29.zip |
remove vulnerable version - bug #159941
(Portage version: 2.1.3.19)
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/thttpd/ChangeLog | 7 | ||||
-rw-r--r-- | www-servers/thttpd/files/digest-thttpd-2.25b-r5 | 3 | ||||
-rw-r--r-- | www-servers/thttpd/thttpd-2.25b-r5.ebuild | 56 |
3 files changed, 5 insertions, 61 deletions
diff --git a/www-servers/thttpd/ChangeLog b/www-servers/thttpd/ChangeLog index cb8e994b0847..219aa1bb138e 100644 --- a/www-servers/thttpd/ChangeLog +++ b/www-servers/thttpd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-servers/thttpd -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/thttpd/ChangeLog,v 1.27 2007/10/01 17:53:45 fmccor Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/www-servers/thttpd/ChangeLog,v 1.28 2008/01/30 23:27:53 bangert Exp $ + + 30 Jan 2008; Thilo Bangert <bangert@gentoo.org> -thttpd-2.25b-r5.ebuild: + remove vulnerable version - bug #159941 01 Oct 2007; Ferris McCormick <fmccor@gentoo.org> thttpd-2.25b-r7.ebuild: Sparc stable -- Bug #194419 -- thanks to Aaron Mavrinac. diff --git a/www-servers/thttpd/files/digest-thttpd-2.25b-r5 b/www-servers/thttpd/files/digest-thttpd-2.25b-r5 deleted file mode 100644 index f7daceb58ecf..000000000000 --- a/www-servers/thttpd/files/digest-thttpd-2.25b-r5 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 a0e9cd87455d3a0ea11e5ea7e947adf6 thttpd-2.25b.tar.gz 132363 -RMD160 15020e8d04d27b30c4da3104387a281e35d58025 thttpd-2.25b.tar.gz 132363 -SHA256 4ceaa30ef55702d5cfdffdccd3a2dee8d3090e852c18c7ce8d17d692ad0bf024 thttpd-2.25b.tar.gz 132363 diff --git a/www-servers/thttpd/thttpd-2.25b-r5.ebuild b/www-servers/thttpd/thttpd-2.25b-r5.ebuild deleted file mode 100644 index 56134cf102a7..000000000000 --- a/www-servers/thttpd/thttpd-2.25b-r5.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/thttpd/thttpd-2.25b-r5.ebuild,v 1.2 2006/10/08 19:58:07 drizzt Exp $ - -inherit eutils flag-o-matic - -MY_P="${P%[a-z]*}" - -DESCRIPTION="Small and fast multiplexing webserver." -HOMEPAGE="http://www.acme.com/software/thttpd/" -SRC_URI="http://www.acme.com/software/thttpd/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~hppa ppc x86 ~x86-fbsd" -IUSE="static" - -src_unpack() { - unpack ${A} - cd ${S} - epatch ${FILESDIR}/${MY_P}/fix-insecure-tmp-creation-CVE-2005-3124.diff -} - -src_compile() { - ## TODO: what to do with IPv6? - - append-ldflags $(bindnow-flags) - use static && append-ldflags -static - - econf || die "econf failed" - emake || die "emake failed" -} - -src_install () { - dodir /usr/share/man/man1 - make prefix=${D}/usr \ - MANDIR=${D}/usr/share/man \ - WEBGROUP=nogroup \ - WEBDIR=${D}/var/www/localhost \ - "$@" install || die "make install failed" - - mv ${D}/usr/sbin/{,th_}htpasswd - mv ${D}/usr/share/man/man1/{,th_}htpasswd.1 - - newinitd ${FILESDIR}/${MY_P}/thttpd.init thttpd - newconfd ${FILESDIR}/${MY_P}/thttpd.confd thttpd - - dodoc README INSTALL TODO - - insinto /etc/thttpd - doins ${FILESDIR}/${MY_P}/thttpd.conf.sample -} - -pkg_postinst() { - einfo "Adjust THTTPD_DOCROOT in /etc/conf.d/thttpd !" -} |