From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-nds/phpldapadmin/
Date: Mon, 29 Aug 2022 18:39:54 +0000 (UTC) [thread overview]
Message-ID: <1661798349.0cc413c8e931c7565843a2edb218dfe8c5d017e9.asturm@gentoo> (raw)
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
-}
next reply other threads:[~2022-08-29 18:39 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-29 18:39 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-01-11 9:18 [gentoo-commits] repo/gentoo:master commit in: net-nds/phpldapadmin/ 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-05-31 22:12 Sam James
2019-12-05 17:25 Jorge Manuel B. S. Vicetto
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1661798349.0cc413c8e931c7565843a2edb218dfe8c5d017e9.asturm@gentoo \
--to=asturm@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox