* [gentoo-commits] repo/gentoo:master commit in: net-nds/phpldapadmin/
@ 2015-11-25 13:47 Brian Evans
0 siblings, 0 replies; 13+ messages in thread
From: Brian Evans @ 2015-11-25 13:47 UTC (permalink / raw
To: gentoo-commits
commit: a14654168015ffc03c59a82acc7f81b2ea264266
Author: Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 25 13:47:25 2015 +0000
Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Wed Nov 25 13:47:25 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1465416
net-nds/phpldapadmin: Remove depend.php from inherit wrt bug 552854
This simply replaces the function call with the dep it was adding.
No effective dep changes.
Ack by jmbsvicetto on IRC
Package-Manager: portage-2.2.25
net-nds/phpldapadmin/phpldapadmin-1.2.3-r1.ebuild | 8 ++++----
net-nds/phpldapadmin/phpldapadmin-1.2.3.ebuild | 8 ++++----
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/net-nds/phpldapadmin/phpldapadmin-1.2.3-r1.ebuild b/net-nds/phpldapadmin/phpldapadmin-1.2.3-r1.ebuild
index 6ce53f6..84052a1 100644
--- a/net-nds/phpldapadmin/phpldapadmin-1.2.3-r1.ebuild
+++ b/net-nds/phpldapadmin/phpldapadmin-1.2.3-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
-inherit webapp depend.php
+inherit webapp
DESCRIPTION="phpLDAPadmin is a web-based tool for managing all aspects of your LDAP server"
HOMEPAGE="http://phpldapadmin.sourceforge.net"
@@ -15,10 +15,10 @@ 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 )"
+ || ( <dev-lang/php-5.3[pcre] >=dev-lang/php-5.3 )
+ virtual/httpd-php"
need_httpd_cgi
-need_php_httpd
src_prepare() {
mv config/config.php.example config/config.php
diff --git a/net-nds/phpldapadmin/phpldapadmin-1.2.3.ebuild b/net-nds/phpldapadmin/phpldapadmin-1.2.3.ebuild
index 15be856..0095131 100644
--- a/net-nds/phpldapadmin/phpldapadmin-1.2.3.ebuild
+++ b/net-nds/phpldapadmin/phpldapadmin-1.2.3.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
-inherit webapp depend.php
+inherit webapp
DESCRIPTION="phpLDAPadmin is a web-based tool for managing all aspects of your LDAP server"
HOMEPAGE="http://phpldapadmin.sourceforge.net"
@@ -15,10 +15,10 @@ 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 )"
+ || ( <dev-lang/php-5.3[pcre] >=dev-lang/php-5.3 )
+ virtual/httpd-php"
need_httpd_cgi
-need_php_httpd
src_prepare() {
mv config/config.php.example config/config.php
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-nds/phpldapadmin/
@ 2016-02-03 13:44 Brian Evans
0 siblings, 0 replies; 13+ messages in thread
From: Brian Evans @ 2016-02-03 13:44 UTC (permalink / raw
To: gentoo-commits
commit: 03935c25249eaedc92aa6b7774d671492b041601
Author: Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 3 13:43:39 2016 +0000
Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Wed Feb 3 13:43:39 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03935c25
net-nds/phpldapadmin: Add eutils inherit for bug 573742
epatch fails because depend.php inherit was removed
eutils was a secondary inherit
Package-Manager: portage-2.2.27
net-nds/phpldapadmin/phpldapadmin-1.2.3-r1.ebuild | 4 ++--
net-nds/phpldapadmin/phpldapadmin-1.2.3.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/net-nds/phpldapadmin/phpldapadmin-1.2.3-r1.ebuild b/net-nds/phpldapadmin/phpldapadmin-1.2.3-r1.ebuild
index 84052a1..cde91ce 100644
--- a/net-nds/phpldapadmin/phpldapadmin-1.2.3-r1.ebuild
+++ b/net-nds/phpldapadmin/phpldapadmin-1.2.3-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
-inherit webapp
+inherit eutils webapp
DESCRIPTION="phpLDAPadmin is a web-based tool for managing all aspects of your LDAP server"
HOMEPAGE="http://phpldapadmin.sourceforge.net"
diff --git a/net-nds/phpldapadmin/phpldapadmin-1.2.3.ebuild b/net-nds/phpldapadmin/phpldapadmin-1.2.3.ebuild
index 0095131..c6c16b2 100644
--- a/net-nds/phpldapadmin/phpldapadmin-1.2.3.ebuild
+++ b/net-nds/phpldapadmin/phpldapadmin-1.2.3.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
-inherit webapp
+inherit eutils webapp
DESCRIPTION="phpLDAPadmin is a web-based tool for managing all aspects of your LDAP server"
HOMEPAGE="http://phpldapadmin.sourceforge.net"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-nds/phpldapadmin/
@ 2016-08-07 6:31 Pacho Ramos
0 siblings, 0 replies; 13+ messages in thread
From: Pacho Ramos @ 2016-08-07 6:31 UTC (permalink / raw
To: gentoo-commits
commit: d2f6880a9948fa85894749f0c57a51d2dce103bf
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 7 06:26:27 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Aug 7 06:31:29 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2f6880a
net-nds/phpldapadmin: Cleanup per bug #267342
Package-Manager: portage-2.3.0
net-nds/phpldapadmin/metadata.xml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/net-nds/phpldapadmin/metadata.xml b/net-nds/phpldapadmin/metadata.xml
index a953e7a..79c647a 100644
--- a/net-nds/phpldapadmin/metadata.xml
+++ b/net-nds/phpldapadmin/metadata.xml
@@ -2,10 +2,6 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
- <email>vostorga@gentoo.org</email>
- <name>Víctor Ostorga</name>
- </maintainer>
- <maintainer type="person">
<email>jmbsvicetto@gentoo.org</email>
<name>Jorge Manuel B. S. Vicetto</name>
</maintainer>
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-nds/phpldapadmin/
@ 2018-08-26 17:40 Michał Górny
0 siblings, 0 replies; 13+ messages in thread
From: Michał Górny @ 2018-08-26 17:40 UTC (permalink / raw
To: gentoo-commits
commit: a24a568bf14fd5a3768bdc48493b19b6b7c89455
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 26 17:33:39 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Aug 26 17:33:39 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a24a568b
net-nds/phpldapadmin: Remove support for non-existent deps
net-nds/phpldapadmin/phpldapadmin-1.2.3-r1.ebuild | 4 ++--
net-nds/phpldapadmin/phpldapadmin-1.2.3.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/net-nds/phpldapadmin/phpldapadmin-1.2.3-r1.ebuild b/net-nds/phpldapadmin/phpldapadmin-1.2.3-r1.ebuild
index 075a0159c13..786fde03497 100644
--- a/net-nds/phpldapadmin/phpldapadmin-1.2.3-r1.ebuild
+++ b/net-nds/phpldapadmin/phpldapadmin-1.2.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -14,7 +14,7 @@ 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 )
+ >=dev-lang/php-5.3
virtual/httpd-php"
need_httpd_cgi
diff --git a/net-nds/phpldapadmin/phpldapadmin-1.2.3.ebuild b/net-nds/phpldapadmin/phpldapadmin-1.2.3.ebuild
index 47ff7bff30d..4dcabc71b14 100644
--- a/net-nds/phpldapadmin/phpldapadmin-1.2.3.ebuild
+++ b/net-nds/phpldapadmin/phpldapadmin-1.2.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -14,7 +14,7 @@ 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 )
+ >=dev-lang/php-5.3
virtual/httpd-php"
need_httpd_cgi
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-nds/phpldapadmin/
@ 2019-12-05 16:55 Jorge Manuel B. S. Vicetto
0 siblings, 0 replies; 13+ messages in thread
From: Jorge Manuel B. S. Vicetto @ 2019-12-05 16:55 UTC (permalink / raw
To: gentoo-commits
commit: d1f05440273176500cd8e206e05c6cf1bf15ba1b
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 5 16:54:36 2019 +0000
Commit: Jorge Manuel B. S. Vicetto <jmbsvicetto <AT> gentoo <DOT> org>
CommitDate: Thu Dec 5 16:54:50 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1f05440
net-nds/phpldapadmin: Bump to 1.2.5 release. Security release.
This release fixes (CVE-2017-11107).
Bug: https://bugs.gentoo.org/636078
Closes: https://bugs.gentoo.org/561900
CLoses: https://bugs.gentoo.org/688056
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo.org>
net-nds/phpldapadmin/Manifest | 1 +
net-nds/phpldapadmin/phpldapadmin-1.2.5.ebuild | 51 ++++++++++++++++++++++++++
2 files changed, 52 insertions(+)
diff --git a/net-nds/phpldapadmin/Manifest b/net-nds/phpldapadmin/Manifest
index 39e8fd1be3b..65fe4ee9905 100644
--- a/net-nds/phpldapadmin/Manifest
+++ b/net-nds/phpldapadmin/Manifest
@@ -1 +1,2 @@
DIST phpldapadmin-1.2.3.tgz 1115707 BLAKE2B 85f11713134f7af65a40cb2cab619590bdea9dfc23d2bfdec0b0837772f166f5b8cd61125b753167726abf109a5e5ac8607dc75a750299c61f895638c2d3b98a SHA512 58a57ca577586685ebd0d7fde7e299b8945d1693018c7803e19239b79f4b9d72a4d207d53c9f284268e32398108038efafcdb434e634619bfe87db3524d267b6
+DIST phpldapadmin-1.2.5.tar.gz 1117335 BLAKE2B 00d82434dbdadf1f90f5f356ad644d7cfa078cc0696d7cf64e36bc49baf2a5f29bd62fbcd265d9771e713bdd19d4e5708e77e1229199b6712874f982f9b067b0 SHA512 53cf5a8fb3ae3e5fc3c2ab6d23fb9cf731f1d39e122db6531e87461610f13e4bc1c9e8d4fcf7abd2ee5697022a068a9e23d8e039ba79a12929faeb6265920701
diff --git a/net-nds/phpldapadmin/phpldapadmin-1.2.5.ebuild b/net-nds/phpldapadmin/phpldapadmin-1.2.5.ebuild
new file mode 100644
index 00000000000..d2eb59891db
--- /dev/null
+++ b/net-nds/phpldapadmin/phpldapadmin-1.2.5.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit webapp
+
+MY_PN="phpLDAPadmin"
+DESCRIPTION="phpLDAPadmin is a web-based tool for managing all aspects of your LDAP server"
+HOMEPAGE="http://phpldapadmin.sourceforge.net"
+SRC_URI="https://github.com/leenooks/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="
+ >=dev-lang/php-5.5[hash(+),ldap,session,xml,nls]
+ virtual/httpd-php
+"
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+# http://phpldapadmin.git.sourceforge.net/git/gitweb.cgi?p=phpldapadmin/phpldapadmin;a=commit;h=7dc8d57d6952fe681cb9e8818df7f103220457bd
+PATCHES=(
+ "${FILESDIR}/${PN}-1.2.1.1-fix-magic-quotes.patch"
+)
+
+need_httpd_cgi
+
+src_prepare() {
+ mv config/config.php.example config/config.php
+ default
+}
+
+src_install() {
+ webapp_src_preinst
+
+ dodoc INSTALL.md
+
+ # 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 related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-nds/phpldapadmin/
@ 2019-12-05 17:25 Jorge Manuel B. S. Vicetto
0 siblings, 0 replies; 13+ messages in thread
From: Jorge Manuel B. S. Vicetto @ 2019-12-05 17:25 UTC (permalink / raw
To: gentoo-commits
commit: c127ce311c640ca3231d6eb013f47ffd298bab35
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 5 17:25:27 2019 +0000
Commit: Jorge Manuel B. S. Vicetto <jmbsvicetto <AT> gentoo <DOT> org>
CommitDate: Thu Dec 5 17:25:27 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c127ce31
net-nds/phpldapadmin: Drop vulnerable releases.
Bug: https://bugs.gentoo.org/636078
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo.org>
net-nds/phpldapadmin/Manifest | 1 -
net-nds/phpldapadmin/phpldapadmin-1.2.3-r1.ebuild | 48 -----------------------
net-nds/phpldapadmin/phpldapadmin-1.2.3.ebuild | 44 ---------------------
3 files changed, 93 deletions(-)
diff --git a/net-nds/phpldapadmin/Manifest b/net-nds/phpldapadmin/Manifest
index 65fe4ee9905..3cbc0fcbabd 100644
--- a/net-nds/phpldapadmin/Manifest
+++ b/net-nds/phpldapadmin/Manifest
@@ -1,2 +1 @@
-DIST phpldapadmin-1.2.3.tgz 1115707 BLAKE2B 85f11713134f7af65a40cb2cab619590bdea9dfc23d2bfdec0b0837772f166f5b8cd61125b753167726abf109a5e5ac8607dc75a750299c61f895638c2d3b98a SHA512 58a57ca577586685ebd0d7fde7e299b8945d1693018c7803e19239b79f4b9d72a4d207d53c9f284268e32398108038efafcdb434e634619bfe87db3524d267b6
DIST phpldapadmin-1.2.5.tar.gz 1117335 BLAKE2B 00d82434dbdadf1f90f5f356ad644d7cfa078cc0696d7cf64e36bc49baf2a5f29bd62fbcd265d9771e713bdd19d4e5708e77e1229199b6712874f982f9b067b0 SHA512 53cf5a8fb3ae3e5fc3c2ab6d23fb9cf731f1d39e122db6531e87461610f13e4bc1c9e8d4fcf7abd2ee5697022a068a9e23d8e039ba79a12929faeb6265920701
diff --git a/net-nds/phpldapadmin/phpldapadmin-1.2.3-r1.ebuild b/net-nds/phpldapadmin/phpldapadmin-1.2.3-r1.ebuild
deleted file mode 100644
index 786fde03497..00000000000
--- a/net-nds/phpldapadmin/phpldapadmin-1.2.3-r1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils webapp
-
-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
- virtual/httpd-php"
-
-need_httpd_cgi
-
-src_prepare() {
- mv config/config.php.example config/config.php
- epatch "${FILESDIR}/${PN}-1.2.1.1-fix-magic-quotes.patch"
- # http://phpldapadmin.git.sourceforge.net/git/gitweb.cgi?p=phpldapadmin/phpldapadmin;a=commit;h=7dc8d57d6952fe681cb9e8818df7f103220457bd
-
- epatch "${FILESDIR}/${PN}-fix-php5.5-support.patch"
- # https://sourceforge.net/u/nihilisticz/phpldapadmin/ci/7e53dab990748c546b79f0610c3a7a58431e9ebc/
- # This patch has been requested to be merged, but there's no recent activity by upstream
-}
-
-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
-}
diff --git a/net-nds/phpldapadmin/phpldapadmin-1.2.3.ebuild b/net-nds/phpldapadmin/phpldapadmin-1.2.3.ebuild
deleted file mode 100644
index 4dcabc71b14..00000000000
--- a/net-nds/phpldapadmin/phpldapadmin-1.2.3.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils webapp
-
-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
- virtual/httpd-php"
-
-need_httpd_cgi
-
-src_prepare() {
- mv config/config.php.example config/config.php
- epatch "${FILESDIR}/${PN}-1.2.1.1-fix-magic-quotes.patch"
- # http://phpldapadmin.git.sourceforge.net/git/gitweb.cgi?p=phpldapadmin/phpldapadmin;a=commit;h=7dc8d57d6952fe681cb9e8818df7f103220457bd
-}
-
-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 related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-nds/phpldapadmin/
@ 2022-05-31 22:12 Sam James
0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2022-05-31 22:12 UTC (permalink / raw
To: gentoo-commits
commit: 10d9ee0653bff1e38164409ab38d4bded0148527
Author: Tomáš Mózes <hydrapolic <AT> gmail <DOT> com>
AuthorDate: Sat Apr 23 21:06:45 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue May 31 22:12:09 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10d9ee06
net-nds/phpldapadmin: bump to 1.2.6.3
Bug: https://bugs.gentoo.org/760537
Closes: https://bugs.gentoo.org/755701
Signed-off-by: Tomáš Mózes <hydrapolic <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/25172
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-nds/phpldapadmin/Manifest | 1 +
net-nds/phpldapadmin/phpldapadmin-1.2.6.3.ebuild | 51 ++++++++++++++++++++++++
2 files changed, 52 insertions(+)
diff --git a/net-nds/phpldapadmin/Manifest b/net-nds/phpldapadmin/Manifest
index 3cbc0fcbabda..8b2add41578d 100644
--- a/net-nds/phpldapadmin/Manifest
+++ b/net-nds/phpldapadmin/Manifest
@@ -1 +1,2 @@
DIST phpldapadmin-1.2.5.tar.gz 1117335 BLAKE2B 00d82434dbdadf1f90f5f356ad644d7cfa078cc0696d7cf64e36bc49baf2a5f29bd62fbcd265d9771e713bdd19d4e5708e77e1229199b6712874f982f9b067b0 SHA512 53cf5a8fb3ae3e5fc3c2ab6d23fb9cf731f1d39e122db6531e87461610f13e4bc1c9e8d4fcf7abd2ee5697022a068a9e23d8e039ba79a12929faeb6265920701
+DIST phpldapadmin-1.2.6.3.tar.gz 1130061 BLAKE2B d1183a89db659eeadbf33632edabb1f24d855eea3f37d36128b5a4262a4979f1fa1f963b2d1e43c4d07c988899a7c4cfb72a6f88e13ee5a830654686eaecf183 SHA512 66aeb81c812830968df5d3a2f0ccdd479fe5d7ed3bb729c0fb9991d3efa20263a493b38bfe48c99ad2c93c2ee549f51f53e064fb1381bc7e126ca2ad2bfc3167
diff --git a/net-nds/phpldapadmin/phpldapadmin-1.2.6.3.ebuild b/net-nds/phpldapadmin/phpldapadmin-1.2.6.3.ebuild
new file mode 100644
index 000000000000..19c7941c7c92
--- /dev/null
+++ b/net-nds/phpldapadmin/phpldapadmin-1.2.6.3.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit webapp
+
+MY_PN="phpLDAPadmin"
+DESCRIPTION="phpLDAPadmin is a web-based tool for managing all aspects of your LDAP server"
+HOMEPAGE="http://phpldapadmin.sourceforge.net"
+SRC_URI="https://github.com/leenooks/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="
+ >=dev-lang/php-7.2[hash(+),ldap,session,xml,nls]
+ virtual/httpd-php
+"
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+# http://phpldapadmin.git.sourceforge.net/git/gitweb.cgi?p=phpldapadmin/phpldapadmin;a=commit;h=7dc8d57d6952fe681cb9e8818df7f103220457bd
+PATCHES=(
+ "${FILESDIR}/${PN}-1.2.1.1-fix-magic-quotes.patch"
+)
+
+need_httpd_cgi
+
+src_prepare() {
+ mv config/config.php.example config/config.php
+ default
+}
+
+src_install() {
+ webapp_src_preinst
+
+ dodoc INSTALL.md
+
+ # 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 related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-nds/phpldapadmin/
@ 2022-08-29 18:39 Andreas Sturmlechner
0 siblings, 0 replies; 13+ messages in thread
From: Andreas Sturmlechner @ 2022-08-29 18:39 UTC (permalink / raw
To: gentoo-commits
commit: 0cc413c8e931c7565843a2edb218dfe8c5d017e9
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 28 22:10:16 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Aug 29 18:39:09 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cc413c8
net-nds/phpldapadmin: drop vulnerable 1.2.5, EAPI-6--
Bug: https://bugs.gentoo.org/760537
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
net-nds/phpldapadmin/Manifest | 1 -
net-nds/phpldapadmin/phpldapadmin-1.2.5.ebuild | 51 --------------------------
2 files changed, 52 deletions(-)
diff --git a/net-nds/phpldapadmin/Manifest b/net-nds/phpldapadmin/Manifest
index 8b2add41578d..8a9d4ecfcc2b 100644
--- a/net-nds/phpldapadmin/Manifest
+++ b/net-nds/phpldapadmin/Manifest
@@ -1,2 +1 @@
-DIST phpldapadmin-1.2.5.tar.gz 1117335 BLAKE2B 00d82434dbdadf1f90f5f356ad644d7cfa078cc0696d7cf64e36bc49baf2a5f29bd62fbcd265d9771e713bdd19d4e5708e77e1229199b6712874f982f9b067b0 SHA512 53cf5a8fb3ae3e5fc3c2ab6d23fb9cf731f1d39e122db6531e87461610f13e4bc1c9e8d4fcf7abd2ee5697022a068a9e23d8e039ba79a12929faeb6265920701
DIST phpldapadmin-1.2.6.3.tar.gz 1130061 BLAKE2B d1183a89db659eeadbf33632edabb1f24d855eea3f37d36128b5a4262a4979f1fa1f963b2d1e43c4d07c988899a7c4cfb72a6f88e13ee5a830654686eaecf183 SHA512 66aeb81c812830968df5d3a2f0ccdd479fe5d7ed3bb729c0fb9991d3efa20263a493b38bfe48c99ad2c93c2ee549f51f53e064fb1381bc7e126ca2ad2bfc3167
diff --git a/net-nds/phpldapadmin/phpldapadmin-1.2.5.ebuild b/net-nds/phpldapadmin/phpldapadmin-1.2.5.ebuild
deleted file mode 100644
index d2eb59891db2..000000000000
--- a/net-nds/phpldapadmin/phpldapadmin-1.2.5.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit webapp
-
-MY_PN="phpLDAPadmin"
-DESCRIPTION="phpLDAPadmin is a web-based tool for managing all aspects of your LDAP server"
-HOMEPAGE="http://phpldapadmin.sourceforge.net"
-SRC_URI="https://github.com/leenooks/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="
- >=dev-lang/php-5.5[hash(+),ldap,session,xml,nls]
- virtual/httpd-php
-"
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-# http://phpldapadmin.git.sourceforge.net/git/gitweb.cgi?p=phpldapadmin/phpldapadmin;a=commit;h=7dc8d57d6952fe681cb9e8818df7f103220457bd
-PATCHES=(
- "${FILESDIR}/${PN}-1.2.1.1-fix-magic-quotes.patch"
-)
-
-need_httpd_cgi
-
-src_prepare() {
- mv config/config.php.example config/config.php
- default
-}
-
-src_install() {
- webapp_src_preinst
-
- dodoc INSTALL.md
-
- # 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 related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-nds/phpldapadmin/
@ 2023-08-10 7:40 Viorel Munteanu
0 siblings, 0 replies; 13+ messages in thread
From: Viorel Munteanu @ 2023-08-10 7:40 UTC (permalink / raw
To: gentoo-commits
commit: ae06bbee68009bb048bc0473a0c3c035b317c5ba
Author: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 9 09:28:53 2023 +0000
Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Thu Aug 10 07:36:47 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae06bbee
net-nds/phpldapadmin: remove not merged patches
I did not merge 2 patches, remove them from the ebuild too.
Handle pngfix return value.
Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>
net-nds/phpldapadmin/metadata.xml | 1 +
net-nds/phpldapadmin/phpldapadmin-1.2.6.6.ebuild | 11 ++++-------
2 files changed, 5 insertions(+), 7 deletions(-)
diff --git a/net-nds/phpldapadmin/metadata.xml b/net-nds/phpldapadmin/metadata.xml
index 072d8a766584..ca612ab12d9d 100644
--- a/net-nds/phpldapadmin/metadata.xml
+++ b/net-nds/phpldapadmin/metadata.xml
@@ -7,5 +7,6 @@
</maintainer>
<upstream>
<remote-id type="sourceforge">phpldapadmin</remote-id>
+ <remote-id type="github">leenooks/phpLDAPadmin</remote-id>
</upstream>
</pkgmetadata>
diff --git a/net-nds/phpldapadmin/phpldapadmin-1.2.6.6.ebuild b/net-nds/phpldapadmin/phpldapadmin-1.2.6.6.ebuild
index 2ab8d8eb0bf6..788ef2ef4e64 100644
--- a/net-nds/phpldapadmin/phpldapadmin-1.2.6.6.ebuild
+++ b/net-nds/phpldapadmin/phpldapadmin-1.2.6.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -15,7 +15,7 @@ KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
RDEPEND="
>=dev-lang/php-8.0[hash(+),ldap,session,xml,nls]
- dev-libs/openssl:=
+ dev-libs/openssl
virtual/httpd-php
"
BDEPEND="
@@ -25,20 +25,17 @@ S="${WORKDIR}/${MY_PN}-${PV}"
PATCHES=(
"${FILESDIR}/${PN}-1.2.1.1-fix-magic-quotes.patch"
- "${FILESDIR}/${PN}-1.2.6.2-r1-default-templates.patch"
"${FILESDIR}/${PN}-1.2.6.4-getDN-htmlspecialchars.patch"
)
need_httpd_cgi
src_prepare() {
- has_version "dev-libs/openssl:0/1.1" && \
- eapply "${FILESDIR}/${PN}-1.2.6.5-openssl-1.patch"
mv config/config.php.example config/config.php || die
default
# fix QA notice about broken IDAT window length
- pngfix --out=network.png htdocs/images/default/network.png || die
- pngfix --out=document.png htdocs/images/default/document.png || die
+ pngfix --out=network.png htdocs/images/default/network.png; [[ $? -lt 16 ]] || die
+ pngfix --out=document.png htdocs/images/default/document.png; [[ $? -lt 16 ]] || die
mv -f network.png document.png htdocs/images/default/ || die
}
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-nds/phpldapadmin/
@ 2023-08-10 7:40 Viorel Munteanu
0 siblings, 0 replies; 13+ messages in thread
From: Viorel Munteanu @ 2023-08-10 7:40 UTC (permalink / raw
To: gentoo-commits
commit: ee91122dc117a4f3ef5dcc12677a3e5e1bcac25c
Author: protegh <protegh <AT> users <DOT> noreply <DOT> github <DOT> com>
AuthorDate: Fri Jul 28 12:03:36 2023 +0000
Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Thu Aug 10 07:36:47 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee91122d
net-nds/phpldapadmin: drop 1.2.6.3
Signed-off-by: protegh <protegh <AT> users.noreply.github.com>
Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>
net-nds/phpldapadmin/Manifest | 1 -
net-nds/phpldapadmin/phpldapadmin-1.2.6.3.ebuild | 51 ------------------------
2 files changed, 52 deletions(-)
diff --git a/net-nds/phpldapadmin/Manifest b/net-nds/phpldapadmin/Manifest
index ddd5d167e0a9..86043af17342 100644
--- a/net-nds/phpldapadmin/Manifest
+++ b/net-nds/phpldapadmin/Manifest
@@ -1,2 +1 @@
-DIST phpldapadmin-1.2.6.3.tar.gz 1130061 BLAKE2B d1183a89db659eeadbf33632edabb1f24d855eea3f37d36128b5a4262a4979f1fa1f963b2d1e43c4d07c988899a7c4cfb72a6f88e13ee5a830654686eaecf183 SHA512 66aeb81c812830968df5d3a2f0ccdd479fe5d7ed3bb729c0fb9991d3efa20263a493b38bfe48c99ad2c93c2ee549f51f53e064fb1381bc7e126ca2ad2bfc3167
DIST phpldapadmin-1.2.6.6.tar.gz 1132820 BLAKE2B e153d9ac3e844a1a08235c43a096a7418a2d67128bc216fe09f7a00c4f4bdf39e7646842d0c0189c5c42beb3a7823959c7d5fa21b8721f96d0204f87e9b16aad SHA512 398bb6c36a3c9b64016bebc6debeaf8048c4b6b9ebdc7a2bfa8acfa4d4458990a0a59d4e32a2abef772baba667dd495309eff2d68e39847f25a50ad79a06984d
diff --git a/net-nds/phpldapadmin/phpldapadmin-1.2.6.3.ebuild b/net-nds/phpldapadmin/phpldapadmin-1.2.6.3.ebuild
deleted file mode 100644
index 19c7941c7c92..000000000000
--- a/net-nds/phpldapadmin/phpldapadmin-1.2.6.3.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit webapp
-
-MY_PN="phpLDAPadmin"
-DESCRIPTION="phpLDAPadmin is a web-based tool for managing all aspects of your LDAP server"
-HOMEPAGE="http://phpldapadmin.sourceforge.net"
-SRC_URI="https://github.com/leenooks/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="
- >=dev-lang/php-7.2[hash(+),ldap,session,xml,nls]
- virtual/httpd-php
-"
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-# http://phpldapadmin.git.sourceforge.net/git/gitweb.cgi?p=phpldapadmin/phpldapadmin;a=commit;h=7dc8d57d6952fe681cb9e8818df7f103220457bd
-PATCHES=(
- "${FILESDIR}/${PN}-1.2.1.1-fix-magic-quotes.patch"
-)
-
-need_httpd_cgi
-
-src_prepare() {
- mv config/config.php.example config/config.php
- default
-}
-
-src_install() {
- webapp_src_preinst
-
- dodoc INSTALL.md
-
- # 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 related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-nds/phpldapadmin/
@ 2023-12-08 16:29 Arthur Zamarin
0 siblings, 0 replies; 13+ messages in thread
From: Arthur Zamarin @ 2023-12-08 16:29 UTC (permalink / raw
To: gentoo-commits
commit: ce41bef123adb1370d023a0324927ec47d7f1f6e
Author: Matoro Mahri <matoro_gentoo <AT> matoro <DOT> tk>
AuthorDate: Fri Dec 8 16:25:52 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Dec 8 16:29:37 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce41bef1
net-nds/phpldapadmin: unkeyword 1.2.6.6 for ~alpha
Bug: https://bugs.gentoo.org/873523
Signed-off-by: Matoro Mahri <matoro_gentoo <AT> matoro.tk>
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
net-nds/phpldapadmin/phpldapadmin-1.2.6.6.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-nds/phpldapadmin/phpldapadmin-1.2.6.6.ebuild b/net-nds/phpldapadmin/phpldapadmin-1.2.6.6.ebuild
index 788ef2ef4e64..1509d4776733 100644
--- a/net-nds/phpldapadmin/phpldapadmin-1.2.6.6.ebuild
+++ b/net-nds/phpldapadmin/phpldapadmin-1.2.6.6.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://github.com/leenooks/phpLDAPadmin"
SRC_URI="https://github.com/leenooks/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
RDEPEND="
>=dev-lang/php-8.0[hash(+),ldap,session,xml,nls]
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-nds/phpldapadmin/
@ 2023-12-09 17:15 Arthur Zamarin
0 siblings, 0 replies; 13+ messages in thread
From: Arthur Zamarin @ 2023-12-09 17:15 UTC (permalink / raw
To: gentoo-commits
commit: b530e6294b2db8897b1715ae00c8de7f2dffc2d6
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 9 17:08:05 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 9 17:08:05 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b530e629
net-nds/phpldapadmin: unkeyword 1.2.6.6 for ~ia64
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
net-nds/phpldapadmin/phpldapadmin-1.2.6.6.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-nds/phpldapadmin/phpldapadmin-1.2.6.6.ebuild b/net-nds/phpldapadmin/phpldapadmin-1.2.6.6.ebuild
index 1509d4776733..456ed8fc030c 100644
--- a/net-nds/phpldapadmin/phpldapadmin-1.2.6.6.ebuild
+++ b/net-nds/phpldapadmin/phpldapadmin-1.2.6.6.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://github.com/leenooks/phpLDAPadmin"
SRC_URI="https://github.com/leenooks/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
-KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
RDEPEND="
>=dev-lang/php-8.0[hash(+),ldap,session,xml,nls]
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-nds/phpldapadmin/
@ 2024-01-11 9:18 Viorel Munteanu
0 siblings, 0 replies; 13+ messages in thread
From: Viorel Munteanu @ 2024-01-11 9:18 UTC (permalink / raw
To: gentoo-commits
commit: 2e1685a2359f4be6b09c42cb356e6a6e65984f8b
Author: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 11 09:17:15 2024 +0000
Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Thu Jan 11 09:18:14 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e1685a2
net-nds/phpldapadmin: add 1.2.6.7
Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>
net-nds/phpldapadmin/Manifest | 1 +
net-nds/phpldapadmin/phpldapadmin-1.2.6.7.ebuild | 58 ++++++++++++++++++++++++
2 files changed, 59 insertions(+)
diff --git a/net-nds/phpldapadmin/Manifest b/net-nds/phpldapadmin/Manifest
index 86043af17342..45d9f235d654 100644
--- a/net-nds/phpldapadmin/Manifest
+++ b/net-nds/phpldapadmin/Manifest
@@ -1 +1,2 @@
DIST phpldapadmin-1.2.6.6.tar.gz 1132820 BLAKE2B e153d9ac3e844a1a08235c43a096a7418a2d67128bc216fe09f7a00c4f4bdf39e7646842d0c0189c5c42beb3a7823959c7d5fa21b8721f96d0204f87e9b16aad SHA512 398bb6c36a3c9b64016bebc6debeaf8048c4b6b9ebdc7a2bfa8acfa4d4458990a0a59d4e32a2abef772baba667dd495309eff2d68e39847f25a50ad79a06984d
+DIST phpldapadmin-1.2.6.7.tar.gz 1133418 BLAKE2B f1f19c52694f1c6299b2f52fef73702ae330cfc1276bacbfeeb70989505e33548e9bb01d0cd2814cdcea363da4ed54210c6c38642defd752b63511410d7248dd SHA512 4a0ea1cb5bfeeb6a6a242b29137cdd26c014788d771ce9cf5dcef771756b38575a2fd3e04d00cd3ff5181bf8891037bc347d4f933c67958376d2246fa72752c7
diff --git a/net-nds/phpldapadmin/phpldapadmin-1.2.6.7.ebuild b/net-nds/phpldapadmin/phpldapadmin-1.2.6.7.ebuild
new file mode 100644
index 000000000000..c8007c7d88d4
--- /dev/null
+++ b/net-nds/phpldapadmin/phpldapadmin-1.2.6.7.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit webapp
+
+MY_PN="phpLDAPadmin"
+DESCRIPTION="phpLDAPadmin is a web-based tool for managing all aspects of your LDAP server"
+HOMEPAGE="https://github.com/leenooks/phpLDAPadmin"
+SRC_URI="https://github.com/leenooks/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+
+RDEPEND="
+ >=dev-lang/php-8.0[hash(+),ldap,session,xml,nls]
+ dev-libs/openssl
+ virtual/httpd-php
+"
+BDEPEND="
+ media-libs/libpng
+"
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+PATCHES=(
+ "${FILESDIR}/${PN}-1.2.1.1-fix-magic-quotes.patch"
+ "${FILESDIR}/${PN}-1.2.6.4-getDN-htmlspecialchars.patch"
+)
+
+need_httpd_cgi
+
+src_prepare() {
+ mv config/config.php.example config/config.php || die
+ default
+ # fix QA notice about broken IDAT window length
+ pngfix --out=network.png htdocs/images/default/network.png; [[ $? -lt 16 ]] || die
+ pngfix --out=document.png htdocs/images/default/document.png; [[ $? -lt 16 ]] || die
+ mv -f network.png document.png htdocs/images/default/ || die
+}
+
+src_install() {
+ webapp_src_preinst
+
+ dodoc INSTALL.md
+
+ # 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 related [flat|nested] 13+ messages in thread
end of thread, other threads:[~2024-01-11 9:18 UTC | newest]
Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-05 17:25 [gentoo-commits] repo/gentoo:master commit in: net-nds/phpldapadmin/ Jorge Manuel B. S. Vicetto
-- strict thread matches above, loose matches on Subject: below --
2024-01-11 9:18 Viorel Munteanu
2023-12-09 17:15 Arthur Zamarin
2023-12-08 16:29 Arthur Zamarin
2023-08-10 7:40 Viorel Munteanu
2023-08-10 7:40 Viorel Munteanu
2022-08-29 18:39 Andreas Sturmlechner
2022-05-31 22:12 Sam James
2019-12-05 16:55 Jorge Manuel B. S. Vicetto
2018-08-26 17:40 Michał Górny
2016-08-07 6:31 Pacho Ramos
2016-02-03 13:44 Brian Evans
2015-11-25 13:47 Brian Evans
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox