From: "Michael Orlitzky" <mjo@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-http/
Date: Thu, 24 Nov 2016 02:03:19 +0000 (UTC) [thread overview]
Message-ID: <1479952958.69618933ba8a2d4622574ef1bd9d0bf72555bfb8.mjo@gentoo> (raw)
commit: 69618933ba8a2d4622574ef1bd9d0bf72555bfb8
Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 24 02:02:38 2016 +0000
Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Thu Nov 24 02:02:38 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69618933
dev-php/pecl-http: remove old masked versions.
This removal is in response to CVE-2016-5873. That vulnerability may
not in fact affect our pecl-http-1.x, according to Comment 2 on the
associated bug. However, php-5.5 is end-of-life and masked in the
tree, and the removed versions of pecl-http only support php-5.5. As
a result, their days were numbered anyway.
Gentoo-Bug: 587466
Package-Manager: portage-2.3.0
dev-php/pecl-http/Manifest | 1 -
dev-php/pecl-http/pecl-http-1.7.6-r2.ebuild | 62 --------------------------
dev-php/pecl-http/pecl-http-1.7.6-r3.ebuild | 69 -----------------------------
3 files changed, 132 deletions(-)
diff --git a/dev-php/pecl-http/Manifest b/dev-php/pecl-http/Manifest
index 994e37b..d3339f2 100644
--- a/dev-php/pecl-http/Manifest
+++ b/dev-php/pecl-http/Manifest
@@ -1,3 +1,2 @@
-DIST pecl_http-1.7.6.tgz 174722 SHA256 e87207a7dcd713bef0eb3701b552e0d173fbd73dbd52f9d3968851112e899983 SHA512 e548073e08d106c9ee633dc00c2728845e3a1403c065134a0e8111899b52dacb7175cea836e19da8cf2b7f42fe58c084602003bb79f16d529bc109c39a78bbca WHIRLPOOL 778bd7f1a0bb1698c4a6a8745a40ea5c757ade6cfc027b99bd10f92cc3b111ceb7887a582216c8a303a2ce8edfc90c653b4c055b057691f873c2e3dbd78f740a
DIST pecl_http-2.5.6.tgz 200469 SHA256 8435eb9082b8fdc56b630e3d3d8e63617a3bc43d360f6f49fbd7b1856b266be4 SHA512 a4ddb2e55b537a240dc79ad38665f9cb79ef56a70f50e0393ca19c36f744c21374ba801e31e68545516c4be98cff65587ee91b2b25f05dd587120afcb87dfe4a WHIRLPOOL d4d2158b610c959a558b450a79a77a7f9de53d6e75982e920c4b64d48731139223659af149b9894c2fee1a477005af34a57cb33a806429e11446d5162b031b89
DIST pecl_http-3.0.1.tgz 197372 SHA256 4e45ea546e3245669887ec98187666ccb4aa3df15078335b1c02c824c8165031 SHA512 344ae45987269d9505ffed6059be378005298d89c5e39bda6f771d8bf5a1998e91c214c03d32b9c78329c95e4928d35d3659dd3a1c70071aa5b2bd2763852098 WHIRLPOOL 76538ec0b94ef5d63808b625a8e73ab499c2afc78cd0f31823dcea4de66d865f7cf8387cc67eac1f19fec032a7ac7b7775685048ac0c6f76fadccfc1d932026c
diff --git a/dev-php/pecl-http/pecl-http-1.7.6-r2.ebuild b/dev-php/pecl-http/pecl-http-1.7.6-r2.ebuild
deleted file mode 100644
index 3dde9ed..00000000
--- a/dev-php/pecl-http/pecl-http-1.7.6-r2.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-PHP_EXT_NAME="http"
-PHP_EXT_PECL_PKG="pecl_http"
-PHP_EXT_INI="yes"
-PHP_EXT_ZENDEXT="no"
-DOCS="docs/examples/tutorial.txt ThanksTo.txt KnownIssues.txt"
-
-# Does not compile with php5-6
-USE_PHP="php5-5 php5-4"
-
-inherit php-ext-pecl-r2 php-ext-source-r2
-
-KEYWORDS="amd64 x86"
-
-DESCRIPTION="Extended HTTP Support for PHP"
-LICENSE="BSD-2 MIT"
-SLOT="0"
-IUSE=""
-
-DEPEND="net-misc/curl
- sys-libs/zlib
- dev-libs/libevent
- dev-lang/php[hash,session,iconv]
- "
-RDEPEND="${DEPEND}"
-
-my_conf="--enable-http \
- --with-http-curl-requests \
- --with-http-zlib-compression \
- --with-http-curl-libevent \
- --with-http-magic-mime"
-
-src_install() {
- php-ext-pecl-r2_src_install
-
- php-ext-source-r2_addtoinifiles "http.etag.mode" "MD5"
- php-ext-source-r2_addtoinifiles "http.force_exit" "1"
- php-ext-source-r2_addtoinifiles "http.log.allowed_methods" ""
- php-ext-source-r2_addtoinifiles "http.log.cache" ""
- php-ext-source-r2_addtoinifiles "http.log.composite" ""
- php-ext-source-r2_addtoinifiles "http.log.not_found" ""
- php-ext-source-r2_addtoinifiles "http.log.redirect" ""
- php-ext-source-r2_addtoinifiles "http.only_exceptions" "0"
- php-ext-source-r2_addtoinifiles "http.persistent.handles.ident" "GLOBAL"
- php-ext-source-r2_addtoinifiles "http.persistent.handles.limit" "-1"
- php-ext-source-r2_addtoinifiles "http.request.datashare.connect" "0"
- php-ext-source-r2_addtoinifiles "http.request.datashare.cookie" "0"
- php-ext-source-r2_addtoinifiles "http.request.datashare.dns" "1"
- php-ext-source-r2_addtoinifiles "http.request.datashare.ssl" "0"
- php-ext-source-r2_addtoinifiles "http.request.methods.allowed" ""
- php-ext-source-r2_addtoinifiles "http.request.methods.custom" ""
- php-ext-source-r2_addtoinifiles "http.send.inflate.start_auto" "0"
- php-ext-source-r2_addtoinifiles "http.send.inflate.start_flags" "0"
- php-ext-source-r2_addtoinifiles "http.send.deflate.start_auto" "0"
- php-ext-source-r2_addtoinifiles "http.send.deflate.start_flags" "0"
- php-ext-source-r2_addtoinifiles "http.send.not_found_404" "1"
-}
diff --git a/dev-php/pecl-http/pecl-http-1.7.6-r3.ebuild b/dev-php/pecl-http/pecl-http-1.7.6-r3.ebuild
deleted file mode 100644
index fa6f8d5..00000000
--- a/dev-php/pecl-http/pecl-http-1.7.6-r3.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-PHP_EXT_NAME="http"
-PHP_EXT_PECL_PKG="pecl_http"
-PHP_EXT_INI="yes"
-PHP_EXT_ZENDEXT="no"
-DOCS="docs/examples/tutorial.txt ThanksTo.txt KnownIssues.txt"
-
-# Does not compile with php5-6
-USE_PHP="php5-5 php5-4"
-
-inherit php-ext-pecl-r2 php-ext-source-r2
-
-KEYWORDS="~amd64 ~x86"
-
-DESCRIPTION="Extended HTTP Support for PHP"
-LICENSE="BSD-2 MIT"
-SLOT="0"
-IUSE=""
-
-for target in ${USE_PHP}; do
- slot=${target/php}
- slot=${slot/-/.}
- PHPUSEDEPEND="${PHPUSEDEPEND}
- php_targets_${target}? ( dev-lang/php:${slot}[hash,session,iconv] )"
-done
-
-DEPEND="net-misc/curl
- sys-libs/zlib
- dev-libs/libevent
- ${PHPUSEDEPEND}
- "
-RDEPEND="${DEPEND}"
-
-my_conf="--enable-http \
- --with-http-curl-requests \
- --with-http-zlib-compression \
- --with-http-curl-libevent \
- --with-http-magic-mime"
-
-src_install() {
- php-ext-pecl-r2_src_install
-
- php-ext-source-r2_addtoinifiles "http.etag.mode" "MD5"
- php-ext-source-r2_addtoinifiles "http.force_exit" "1"
- php-ext-source-r2_addtoinifiles "http.log.allowed_methods" ""
- php-ext-source-r2_addtoinifiles "http.log.cache" ""
- php-ext-source-r2_addtoinifiles "http.log.composite" ""
- php-ext-source-r2_addtoinifiles "http.log.not_found" ""
- php-ext-source-r2_addtoinifiles "http.log.redirect" ""
- php-ext-source-r2_addtoinifiles "http.only_exceptions" "0"
- php-ext-source-r2_addtoinifiles "http.persistent.handles.ident" "GLOBAL"
- php-ext-source-r2_addtoinifiles "http.persistent.handles.limit" "-1"
- php-ext-source-r2_addtoinifiles "http.request.datashare.connect" "0"
- php-ext-source-r2_addtoinifiles "http.request.datashare.cookie" "0"
- php-ext-source-r2_addtoinifiles "http.request.datashare.dns" "1"
- php-ext-source-r2_addtoinifiles "http.request.datashare.ssl" "0"
- php-ext-source-r2_addtoinifiles "http.request.methods.allowed" ""
- php-ext-source-r2_addtoinifiles "http.request.methods.custom" ""
- php-ext-source-r2_addtoinifiles "http.send.inflate.start_auto" "0"
- php-ext-source-r2_addtoinifiles "http.send.inflate.start_flags" "0"
- php-ext-source-r2_addtoinifiles "http.send.deflate.start_auto" "0"
- php-ext-source-r2_addtoinifiles "http.send.deflate.start_flags" "0"
- php-ext-source-r2_addtoinifiles "http.send.not_found_404" "1"
-}
next reply other threads:[~2016-11-24 2:03 UTC|newest]
Thread overview: 46+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-11-24 2:03 Michael Orlitzky [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-12 7:54 [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-http/ Sam James
2024-12-12 7:07 Arthur Zamarin
2024-12-11 5:39 Sam James
2024-12-11 3:56 Sam James
2023-11-25 5:36 Sam James
2023-07-27 18:49 Michael Orlitzky
2023-07-05 4:19 Sam James
2023-07-05 4:19 Sam James
2023-07-05 4:19 Sam James
2023-07-05 4:19 Sam James
2022-06-30 14:32 Brian Evans
2022-06-30 14:04 Brian Evans
2022-04-12 13:24 Brian Evans
2022-04-11 18:03 Brian Evans
2021-10-23 12:46 Brian Evans
2021-10-23 7:44 Agostino Sarubbo
2021-10-21 4:40 Agostino Sarubbo
2021-09-22 14:51 Brian Evans
2021-05-19 15:08 Brian Evans
2021-05-18 18:37 Thomas Deutschmann
2021-05-01 18:07 Sam James
2021-02-01 15:44 Brian Evans
2021-02-01 15:44 Brian Evans
2021-01-21 2:49 Brian Evans
2021-01-21 2:49 Brian Evans
2020-12-10 20:26 Brian Evans
2019-12-13 0:07 Thomas Deutschmann
2019-12-05 19:02 Brian Evans
2019-12-02 14:10 Thomas Deutschmann
2019-11-28 22:48 Thomas Deutschmann
2019-11-17 21:01 Thomas Deutschmann
2019-06-07 14:14 Thomas Deutschmann
2018-12-18 0:51 Thomas Deutschmann
2018-05-18 20:11 Brian Evans
2018-01-29 16:44 Brian Evans
2017-10-09 13:22 Brian Evans
2017-03-19 17:32 Michael Orlitzky
2017-03-19 17:32 Michael Orlitzky
2017-02-23 16:30 Agostino Sarubbo
2017-02-22 15:06 Agostino Sarubbo
2016-12-28 21:20 Brian Evans
2016-11-19 13:55 Agostino Sarubbo
2016-11-19 13:53 Agostino Sarubbo
2016-08-23 20:58 Brian Evans
2016-07-13 14:41 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=1479952958.69618933ba8a2d4622574ef1bd9d0bf72555bfb8.mjo@gentoo \
--to=mjo@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