Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 127954 Details for
Bug 180879
www-apps/websvn < 2.0 XSS vulnerability (CVE-2007-3056)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Ebuild for websvn-2.0
websvn-2.0.ebuild (text/plain), 1.36 KB, created by
Hans Rakers
on 2007-08-13 15:28:40 UTC
(
hide
)
Description:
Ebuild for websvn-2.0
Filename:
MIME Type:
Creator:
Hans Rakers
Created:
2007-08-13 15:28:40 UTC
Size:
1.36 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-apps/websvn/websvn-2.0_rc4.ebuild,v 1.1 2006/10/23 10:29:38 uberlord Exp $ > >inherit depend.php eutils webapp > >MY_PV="${PV//_/}" >DESCRIPTION="Web-based browsing tool for Subversion (SVN) repositories in PHP" >HOMEPAGE="http://websvn.tigris.org/" >SRC_URI="http://websvn.tigris.org/files/documents/1380/39378/websvn-${MY_PV}.tar.gz" >RESTRICT="nomirror" >LICENSE="GPL-2" >IUSE="enscript" >KEYWORDS="~amd64 ~sparc ~x86" > >RDEPEND="virtual/php > dev-util/subversion > sys-apps/sed > enscript? ( app-text/enscript )" > >S="${WORKDIR}/websvn-${MY_PV}" > >pkg_setup() { > webapp_pkg_setup > > if ! has_version "=dev-lang/php-5*" ; then > require_php_with_use expat > else > require_php_with_use xml > fi >} > >src_unpack() { > unpack ${A} > cd "${S}" >} > >src_compile() { > mv "${S}"/include/distconfig.php "${S}"/include/config.php >} > >src_install() { > webapp_src_preinst > > local doc docs="licence.txt changes.txt doc/*" > > dodoc ${docs} > for doc in ${docs}; do > rm -f "${doc}" > done > > insinto "${MY_HTDOCSDIR}" > doins -r * > webapp_configfile "${MY_HTDOCSDIR}"/include/config.php > > # This is the multiview config file > webapp_configfile "${MY_HTDOCSDIR}"/wsvn.php > > # The cache directory needs to be writeable > webapp_serverowned "${MY_HTDOCSDIR}"/cache > > webapp_src_install >}
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 180879
: 127954