Skip to content

Commit

Permalink
Update php-http to 2.5.1.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
taca committed Aug 30, 2015
1 parent b69b5b4 commit 79038de
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions www/php-http/Makefile
Original file line number Diff line number Diff line change
@@ -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}
Expand Down
8 changes: 4 additions & 4 deletions www/php-http/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 79038de

Please sign in to comment.