diff options
author | taca <taca@pkgsrc.org> | 2015-08-30 08:24:42 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2015-08-30 08:24:42 +0000 |
commit | e9991c66229a03cfd46abf7f19286d4c60e2f9f3 (patch) | |
tree | 97e7a62652a0cf1c660d4aff2677d361e0ab9df0 | |
parent | c1fbbe40ffa986de7a32b613b24ea6cff840464e (diff) | |
download | pkgsrc-e9991c66229a03cfd46abf7f19286d4c60e2f9f3.tar.gz |
Update php-http to 2.5.1.
2.5.1
* Fixed VC11 build (Jan Erhardt)
* Fixed gh-issue #2: comparison of obsolete pointers in the header parser
(xiaoyjy)
* Fixed gh-issue #6: allow RFC1738 unsafe characters in query/fragment
* Fixed gh-issue #7: crash with querystring and exception from error handler
+ SSL certinfo is available for libcurl >= 7.42 with gnutls (openssl has
already been since 7.19.1)
+ Added "falsestart" SSL request option (available with libcurl >= 7.42 and
darwinssl/NSS)
+ Added "service_name" and "proxy_service_name" request options for SPNEGO
(available with libcurl >= 7.43)
+ Enabled "certinfo" transfer info on all supporting SSL backends (OpenSSL:
libcurl v7.19.1, NSS: libcurl v7.34.0, GSKit: libcurl v7.39.0, GnuTLS:
libcurl v7.42.0)
2.5.0
+ Added RFC5988 (Web Linking) support to http\Params
+ Added http\Url::SANITIZE_PATH to default flags of http\Url::mod()
* Fixed overly aggressive response caching to only consider 2xx cachable
2.5.0RC1
* Added RFC5988 (Web Linking) support to http\Params
* Added http\Url::SANITIZE_PATH to default flags of http\Url::mod()
* Fixed overly aggressive response chaching to only consider 2xx cachable
-rw-r--r-- | www/php-http/Makefile | 4 | ||||
-rw-r--r-- | www/php-http/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/php-http/Makefile b/www/php-http/Makefile index 1c3ce2954c4..1daa08c37ee 100644 --- a/www/php-http/Makefile +++ b/www/php-http/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2015/04/08 19:57:23 fhajny Exp $ +# $NetBSD: Makefile,v 1.4 2015/08/30 08:24:42 taca Exp $ MODNAME= http -PECL_VERSION= 2.4.3 +PECL_VERSION= 2.5.1 CATEGORIES+= www PECL_DISTNAME= pecl_http-${PECL_VERSION} diff --git a/www/php-http/distinfo b/www/php-http/distinfo index 8e21ea786df..b88a30c5173 100644 --- a/www/php-http/distinfo +++ b/www/php-http/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2015/04/08 19:57:23 fhajny Exp $ +$NetBSD: distinfo,v 1.3 2015/08/30 08:24:42 taca Exp $ -SHA1 (php-http/pecl_http-2.4.3.tgz) = 0c9b8da25be833cd2f0bc7cb8b8b82f5acc21c62 -RMD160 (php-http/pecl_http-2.4.3.tgz) = 7de8495e55295139ef93d2b93a636e68e1b22354 -Size (php-http/pecl_http-2.4.3.tgz) = 188540 bytes +SHA1 (php-http/pecl_http-2.5.1.tgz) = fb98f6f2c1e83fa78b9bb8317270f2b5252cf76b +RMD160 (php-http/pecl_http-2.5.1.tgz) = f7b7981518dfdbd8af2815f942b3ea49bd6006fa +Size (php-http/pecl_http-2.5.1.tgz) = 191275 bytes |