Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 195663 Details for
Bug 272431
<www-apps/dokuwiki-20090214b: remote code execution (CVE-2009-1960)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Proposed ebuild
dokuwiki-20090214b.ebuild (text/plain), 1.56 KB, created by
Philippe Chaintreuil
on 2009-06-24 15:01:54 UTC
(
hide
)
Description:
Proposed ebuild
Filename:
MIME Type:
Creator:
Philippe Chaintreuil
Created:
2009-06-24 15:01:54 UTC
Size:
1.56 KB
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/www-apps/dokuwiki/dokuwiki-20080505.ebuild,v 1.1 2008/05/08 15:36:40 ramereth Exp $ > >inherit webapp depend.php > ># upstream uses dashes in the datestamp >MY_PV="${PV:0:4}-${PV:4:2}-${PV:6:2}${PV:8:1}" >MY_BASE_PV="${PV:0:4}-${PV:4:2}-${PV:6:2}" > >DESCRIPTION="DokuWiki is a simple to use Wiki aimed at a small company's documentation needs." >HOMEPAGE="http://wiki.splitbrain.org/wiki:dokuwiki" >SRC_URI="http://www.splitbrain.org/_media/projects/${PN}/${PN}-${MY_PV}.tgz" > >LICENSE="GPL-2" >#KEYWORDS="~amd64 ~ppc ~sparc ~x86" >KEYWORDS="amd64 ppc sparc x86" >IUSE="" > >DEPEND="" >RDEPEND="" > >need_httpd_cgi >need_php_httpd > >pkg_setup() { > webapp_pkg_setup > has_php > if [[ ${PHP_VERSION} == "4" ]] ; then > require_php_with_use cli expat > else > require_php_with_use cli xml > fi >} > >src_unpack() { > unpack ${A} > #mv ${PN}-${MY_PV} ${P} > mv ${PN}-${MY_BASE_PV} ${P} > cd "${S}" > > # create initial changes file > touch data/changes.log >} > >src_install() { > webapp_src_preinst > > dodoc README > rm -f README COPYING VERSION > > docinto scripts > dodoc bin/* > rm -rf bin > > insinto "${MY_HTDOCSDIR}" > doins -r . > > for x in $(find data/ -not -name '.htaccess'); do > webapp_serverowned "${MY_HTDOCSDIR}"/${x} > done > > webapp_configfile "${MY_HTDOCSDIR}"/.htaccess.dist > webapp_configfile "${MY_HTDOCSDIR}"/conf > > for x in $(find conf/ -not -name 'msg'); do > webapp_configfile "${MY_HTDOCSDIR}"/${x} > done > > webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt > 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 272431
: 195663