Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 111935 Details for
Bug 158958
www-servers/yaws: insecure https webroot and local DoS
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
yaws-1.68.ebuild
yaws-1.68.ebuild (text/plain), 1.10 KB, created by
Christopher Covington
on 2007-03-03 15:19:18 UTC
(
hide
)
Description:
yaws-1.68.ebuild
Filename:
MIME Type:
Creator:
Christopher Covington
Created:
2007-03-03 15:19:18 UTC
Size:
1.10 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/www-servers/yaws/yaws-1.58.ebuild,v 1.1 2006/04/14 06:10:54 mkennedy Exp $ > >inherit eutils > >DESCRIPTION="Yaws is a high performance HTTP 1.1 web server." >HOMEPAGE="http://yaws.hyber.org/" >SRC_URI="http://yaws.hyber.org/download/${P}.tar.gz" >LICENSE="BSD" >SLOT="0" >KEYWORDS="~x86 ~ppc ~sparc ~amd64" >IUSE="" > >DEPEND="dev-lang/erlang" > >src_unpack() { > unpack ${A} > find ${S} -depth -type d -name .xvpics -exec rm -rf '{}' \; >} > >src_install() { > make DESTDIR=${D} install || die > # Use /var/log and not /var/lib/log for Yaws logging directory > rm -rf ${D}/var/lib/log > sed -i 's,/var/lib/log,/var/log,g' \ > ${D}/etc/yaws.conf > keepdir /var/log/yaws > # We need to keep these directories so that the example yaws.conf works > # properly > keepdir /usr/lib/yaws/examples/ebin > keepdir /usr/lib/yaws/examples/include > dodoc ChangeLog LICENSE README > newinitd scripts/gentoo/init.d.yaws yaws > sed -i 's,%prefix%,/usr,' scripts/gentoo/conf.d.yaws > newconfd scripts/gentoo/conf.d.yaws yaws >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 158958
: 111935 |
112210
|
112211
|
112214
|
135643