summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authortaca <taca>2015-08-30 08:24:42 +0000
committertaca <taca>2015-08-30 08:24:42 +0000
commit37ef590fdae898d16ac5ae914fbe41e05a598b52 (patch)
tree97e7a62652a0cf1c660d4aff2677d361e0ab9df0 /www
parent415d67d29fdd3f25c376008cc3631cead98e3820 (diff)
downloadpkgsrc-37ef590fdae898d16ac5ae914fbe41e05a598b52.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
Diffstat (limited to 'www')
-rw-r--r--www/php-http/Makefile4
-rw-r--r--www/php-http/distinfo8
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