* [gentoo-commits] gentoo-x86 commit in net-nds/phpldapadmin: phpldapadmin-1.2.1.1-r1.ebuild ChangeLog
@ 2011-10-25 18:18 Jorge Manuel B. S. Vicetto (jmbsvicetto)
0 siblings, 0 replies; only message in thread
From: Jorge Manuel B. S. Vicetto (jmbsvicetto) @ 2011-10-25 18:18 UTC (permalink / raw
To: gentoo-commits
jmbsvicetto 11/10/25 18:18:43
Modified: ChangeLog
Added: phpldapadmin-1.2.1.1-r1.ebuild
Log:
[net-nds/phpldapadmin] Package bump to apply security fixes for bug 388349.
(Portage version: 2.2.0_alpha69/cvs/Linux x86_64)
Revision Changes Path
1.54 net-nds/phpldapadmin/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/phpldapadmin/ChangeLog?rev=1.54&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/phpldapadmin/ChangeLog?rev=1.54&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/phpldapadmin/ChangeLog?r1=1.53&r2=1.54
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-nds/phpldapadmin/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog 20 Oct 2011 19:38:09 -0000 1.53
+++ ChangeLog 25 Oct 2011 18:18:43 -0000 1.54
@@ -1,6 +1,13 @@
# ChangeLog for net-nds/phpldapadmin
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-nds/phpldapadmin/ChangeLog,v 1.53 2011/10/20 19:38:09 jmbsvicetto Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/phpldapadmin/ChangeLog,v 1.54 2011/10/25 18:18:43 jmbsvicetto Exp $
+
+*phpldapadmin-1.2.1.1-r1 (25 Oct 2011)
+
+ 25 Oct 2011; <atlantis@gentoo.org> +phpldapadmin-1.2.1.1-r1.ebuild,
+ +files/phpldapadmin-1.2.1.1-fix-cmd-exploit.patch,
+ +files/phpldapadmin-1.2.1.1-fix-functions-exploit.patch:
+ [net-nds/phpldapadmin] Package bump to apply security fixes for bug 388349.
*phpldapadmin-1.2.1.1 (20 Oct 2011)
1.1 net-nds/phpldapadmin/phpldapadmin-1.2.1.1-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/phpldapadmin/phpldapadmin-1.2.1.1-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/phpldapadmin/phpldapadmin-1.2.1.1-r1.ebuild?rev=1.1&content-type=text/plain
Index: phpldapadmin-1.2.1.1-r1.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-nds/phpldapadmin/phpldapadmin-1.2.1.1-r1.ebuild,v 1.1 2011/10/25 18:18:43 jmbsvicetto Exp $
EAPI="2"
inherit webapp depend.php
DESCRIPTION="phpLDAPadmin is a web-based tool for managing all aspects of your LDAP server."
HOMEPAGE="http://phpldapadmin.sourceforge.net"
SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
LICENSE="GPL-2"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
IUSE=""
RDEPEND="dev-lang/php[hash,ldap,session,xml,nls]
|| ( <dev-lang/php-5.3[pcre] >=dev-lang/php-5.3 )"
need_httpd_cgi
need_php_httpd
src_prepare() {
mv config/config.php.example config/config.php
epatch "${FILESDIR}/${P}-fix-magic-quotes.patch"
# Security patches for secunia advisory 46551
# https://secunia.com/advisories/46551/
# CVE-2011-4075
epatch "${FILESDIR}/${P}-fix-functions-exploit.patch"
# CVE-2011-4074
epatch "${FILESDIR}/${P}-fix-cmd-exploit.patch"
}
src_install() {
webapp_src_preinst
dodoc INSTALL
# Restrict config file access - bug 280836
chown root:apache "config/config.php"
chmod 640 "config/config.php"
insinto "${MY_HTDOCSDIR}"
doins -r *
webapp_configfile "${MY_HTDOCSDIR}/config/config.php"
webapp_postinst_txt en "${FILESDIR}"/postinstall2-en.txt
webapp_src_install
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-10-25 18:18 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-25 18:18 [gentoo-commits] gentoo-x86 commit in net-nds/phpldapadmin: phpldapadmin-1.2.1.1-r1.ebuild ChangeLog Jorge Manuel B. S. Vicetto (jmbsvicetto)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox