The NetBSD Project

CVS log for pkgsrc/www/php-http3/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / www / php-http3

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.37 / (download) - annotate - [select for diffs], Wed Nov 8 13:21:22 2023 UTC (5 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4, HEAD
Changes since 1.36: +2 -2 lines
Diff to previous 1.36 (colored)

*: recursive bump for icu 74.1

Revision 1.36 / (download) - annotate - [select for diffs], Tue Oct 24 22:11:32 2023 UTC (5 months, 3 weeks ago) by wiz
Branch: MAIN
Changes since 1.35: +2 -2 lines
Diff to previous 1.35 (colored)

*: bump for openssl 3

Revision 1.35 / (download) - annotate - [select for diffs], Wed Apr 19 08:11:50 2023 UTC (11 months, 4 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2
Changes since 1.34: +2 -2 lines
Diff to previous 1.34 (colored)

revbump after textproc/icu update

Revision 1.34 / (download) - annotate - [select for diffs], Wed Nov 23 16:21:21 2022 UTC (16 months, 3 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4
Changes since 1.33: +2 -2 lines
Diff to previous 1.33 (colored)

massive revision bump after textproc/icu update

Revision 1.33 / (download) - annotate - [select for diffs], Wed Oct 26 10:32:06 2022 UTC (17 months, 3 weeks ago) by wiz
Branch: MAIN
Changes since 1.32: +2 -1 lines
Diff to previous 1.32 (colored)

*: bump PKGREVISION for libunistring shlib major bump

Revision 1.32 / (download) - annotate - [select for diffs], Sat Sep 10 15:58:51 2022 UTC (19 months ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base, pkgsrc-2022Q3
Changes since 1.31: +6 -3 lines
Diff to previous 1.31 (colored)

www/php-http3: update to 3.3.0

3.2.5 (2022-02-25)

* Fixed gh-issue #123: Segfault with libcurl 7.81

3.3.0 (2022-06-10)

* Fix http\Client::requeue() not updating response callback
* Backport bug fixes and features from v4:
* Fixed configure reliably finding the right libcurl features available
* Fixed cookie handling with libcurl 7.77+ and consistently across all
  supported libcurl versions (follow-up to gh issue #116)
* Fixed cookies failing with libcurl >= 7.77 (see gh issue #116)
* Fixed tests using $_ENV instead of getenv() to find executables in PATH
  (see gh issue #113)
* Fixed configure on systems which do not provide icu-config
* Fixed gh-issue #89: Cookie handling cannot be disabled since v3.2.1
* Added http\Env::reset(): resets internal HTTP request cache (see gh issue
  #90)
* Added request options:
* http\Client\Curl::$abstract_unix_socket
* http\Client\Curl::$altsvc
* http\Client\Curl::$altsvc_ctrl
* http\Client\Curl::$aws_sigv4
* http\Client\Curl::$doh_url
* http\Client\Curl::$dns_shuffle_addresses
* http\Client\Curl::$haproxy_protocol
* http\Client\Curl::$hsts
* http\Client\Curl::$hsts_ctrl
* http\Client\Curl::$http09_allowed
* http\Client\Curl::$maxage_conn
* http\Client\Curl::$pinned_publickey
* http\Client\Curl::$proxy_ssl
* http\Client\Curl::$socks5_auth
* http\Client\Curl::$tcp_fastopen
* http\Client\Curl::$tls13_ciphers
* http\Client\Curl::$xoauth2_bearer
* Added request option constants:
* http\Client\Curl\AUTH_AWS_SIGV4
* http\Client\Curl\AUTH_BEARER
* http\Client\Curl\AUTH_NONE
* http\Client\Curl\HTTP_VERSION_2_PRIOR_KNOWLEDGE
* http\Client\Curl\HTTP_VERSION_3
* http\Client\Curl\SSL_VERSION_MAX_*
* http\Client\Curl\SSL_VERSION_TLSv1_3
* Added library version constants:
* http\Client\Curl\Versions\BROTLI
* http\Client\Curl\Versions\CAINFO
* http\Client\Curl\Versions\CAPATH
* http\Client\Curl\Versions\HYPER
* http\Client\Curl\Versions\ICONV
* http\Client\Curl\Versions\NGHTTP2
* http\Client\Curl\Versions\QUIC
* http\Client\Curl\Versions\ZSTD

Revision 1.31 / (download) - annotate - [select for diffs], Mon Apr 18 19:12:19 2022 UTC (23 months, 4 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2
Changes since 1.30: +2 -1 lines
Diff to previous 1.30 (colored)

revbump for textproc/icu update

Revision 1.30 / (download) - annotate - [select for diffs], Wed Dec 29 06:05:19 2021 UTC (2 years, 3 months ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2022Q1-base, pkgsrc-2022Q1
Changes since 1.29: +2 -2 lines
Diff to previous 1.29 (colored)

Retire of php73, PHP 7.3.x.

Revision 1.29 / (download) - annotate - [select for diffs], Sun Dec 12 15:33:30 2021 UTC (2 years, 4 months ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base, pkgsrc-2021Q4
Changes since 1.28: +2 -2 lines
Diff to previous 1.28 (colored)

www/php-http3: change supporting PHP version

Make this package support php73 and php74.

PHP 8.0 and later will supported by pecl-php 4.x.

Revision 1.28 / (download) - annotate - [select for diffs], Sun Dec 12 15:31:02 2021 UTC (2 years, 4 months ago) by taca
Branch: MAIN
Changes since 1.27: +2 -3 lines
Diff to previous 1.27 (colored)

www/php-http3: update to 3.2.4

3.2.4 (2021-01-13)

* Fixed configure on systems which do not provide icu-config
* Fixed gh-issue #89: Cookie handling cannot be disabled since v3.2.1

Revision 1.27 / (download) - annotate - [select for diffs], Wed Dec 8 16:06:59 2021 UTC (2 years, 4 months ago) by adam
Branch: MAIN
Changes since 1.26: +2 -2 lines
Diff to previous 1.26 (colored)

revbump for icu and libffi

Revision 1.26 / (download) - annotate - [select for diffs], Wed Sep 29 19:01:28 2021 UTC (2 years, 6 months ago) by adam
Branch: MAIN
Changes since 1.25: +2 -2 lines
Diff to previous 1.25 (colored)

revbump for boost-libs

Revision 1.25 / (download) - annotate - [select for diffs], Wed Apr 21 13:25:31 2021 UTC (2 years, 11 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2
Changes since 1.24: +2 -2 lines
Diff to previous 1.24 (colored)

revbump for boost-libs

Revision 1.24 / (download) - annotate - [select for diffs], Wed Apr 21 11:42:55 2021 UTC (2 years, 11 months ago) by adam
Branch: MAIN
Changes since 1.23: +2 -1 lines
Diff to previous 1.23 (colored)

revbump for textproc/icu

Revision 1.23 / (download) - annotate - [select for diffs], Sun Jan 3 07:00:04 2021 UTC (3 years, 3 months ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1
Changes since 1.22: +7 -14 lines
Diff to previous 1.22 (colored)

www/php-http3: update to 3.2.1

Update php-http3 to 3.2.1.

pkgsrc change:
* Update supported PHP versions.
* Add a few dependency.

3.2.1, 2019-06-07

* Fixed gh-issue #88: Unable to run test suite (Remi Collet)
* Fixed gh-issue #86: test failure with curl 7.64
* Fixed gh-issue #85: [-Wformat-extra-args] build warnings
* Fixed gh-issue #84: segfault and build failure since curl 7.62
* Fixed gh-issue #82: Test harness improvements (Chris Wright)
* Fixed gh-issue #64: compress and connecttimeout interfere with
  low_speed_limit (@rcanavan)
* Fixed http\QueryString::getGlobalInstance()
* Fixed missing 2nd reflection argument info of http\Client::notify()
* Fixed PHP-7.4 compatibility

3.2.0, 2018-07-19

* PHP-7.2 compatibility
* Fixed gh-issue #73: build fails with libidn and libidn2
* Added brotli compression support
* Implemented gh-issue #58: Notify observers before any request is built

3.2.0RC1, 2018-04-09

* PHP-7.2 compatibility
* Fixed gh-issue #73: build fails with libidn and libidn2
* Added brotli compression support
* Implemented gh-issue #58: Notify observers before any request is built

3.1.0, 2016-12-12

* Added http\Client\Curl\User interface for userland event loops
* Added http\Url::IGNORE_ERRORS, http\Url::SILENT_ERRORS and http\Url::STDFLAGS
* Added http\Client::setDebug(callable $debug)
* Added http\Client\Curl\FEATURES constants and namespace
* Added http\Client\Curl\VERSIONS constants and namespace
* Added share_cookies and share_ssl (libcurl >= 7.23.0) options to
  http\Client::configure()
* http\Client uses curl_share handles to properly share cookies and SSL/TLS
  sessions between requests
* Improved configure checks for default CA bundles
* Improved negotiation precision
* Fixed regression introduced by http\Params::PARSE_RFC5987: negotiation
  using the params parser would receive param keys without the trailing
  asterisk, stripped by http\Params::PARSE_RFC5987.
* Fix gh-issue #50: http\Client::dequeue() within http\Client::setDebug()
  causes segfault (Mike, Maik Wagner)
* Fix gh-issue #47: http\Url: Null pointer deref in sanitize_value() (Mike,
  @rc0r)
* Fix gh-issue #45: HTTP/2 response message parsing broken with libcurl >=
  7.49.1 (Mike)
* Fix gh-issue #43: Joining query with empty original variable in query
  (Mike, Sander Backus)
* Fix gh-issue #42: fatal error when using punycode in URLs (Mike, Sebastian
  Thielen)
* Fix gh-issue #41: Use curl_version_info_data.features when initializing
  options (Mike)
* Fix gh-issue #40: determinde the SSL backend used by curl at runtime
  (Mike, @rcanavan)
* Fix gh-issue #39: Notice: http\Client::enqueue(): Could not set option
  proxy_service_name (Mike, @rcanavan)
* Fix gh-issue #38: Persistent curl handles: error code not properly reset
  (Mike, @afflerbach)
* Fix gh-issue #36: Unexpected cookies sent if persistent_handle_id is used
  (Mike, @rcanavan, @afflerbach)
* Fix gh-issue #34: allow setting multiple headers with the same name (Mike,
  @rcanavan)
* Fix gh-issue #33: allow setting prodyhost request option to NULL (Mike,
  @rcanavan)
* Fix gh-issue #31: add/improve configure checks for default CA bundle/path
  (Mike, @rcanavan)

Revision 1.22 / (download) - annotate - [select for diffs], Wed May 27 19:37:44 2020 UTC (3 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored)

*: reset MAINTAINER for fhajny on his request

Revision 1.21 / (download) - annotate - [select for diffs], Fri May 22 10:56:46 2020 UTC (3 years, 10 months ago) by adam
Branch: MAIN
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (colored)

revbump after updating security/nettle

Revision 1.20 / (download) - annotate - [select for diffs], Wed May 6 14:05:07 2020 UTC (3 years, 11 months ago) by adam
Branch: MAIN
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (colored)

revbump after boost update

Revision 1.19 / (download) - annotate - [select for diffs], Sun Mar 8 16:51:38 2020 UTC (4 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2020Q1-base, pkgsrc-2020Q1
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored)

*: recursive bump for libffi

Revision 1.18 / (download) - annotate - [select for diffs], Sat Jan 18 21:51:10 2020 UTC (4 years, 2 months ago) by jperkin
Branch: MAIN
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored)

*: Recursive revision bump for openssl 1.1.1.

Revision 1.17 / (download) - annotate - [select for diffs], Sun Jan 12 20:20:48 2020 UTC (4 years, 3 months ago) by ryoon
Branch: MAIN
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored)

*: Recursive revbump from devel/boost-libs

Revision 1.16 / (download) - annotate - [select for diffs], Mon Dec 16 16:30:15 2019 UTC (4 years, 4 months ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored)

Drop php71 support

Drop php71 support mechanically.

Revision 1.15 / (download) - annotate - [select for diffs], Thu Aug 22 12:23:54 2019 UTC (4 years, 7 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2019Q3-base, pkgsrc-2019Q3
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored)

Recursive revbump from boost-1.71.0

Revision 1.14 / (download) - annotate - [select for diffs], Sat Jul 20 22:46:56 2019 UTC (4 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored)

*: recursive bump for nettle 3.5.1

Revision 1.13 / (download) - annotate - [select for diffs], Mon Jul 1 04:08:53 2019 UTC (4 years, 9 months ago) by ryoon
Branch: MAIN
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

Recursive revbump from boost-1.70.0

Revision 1.12 / (download) - annotate - [select for diffs], Mon Jan 14 13:06:12 2019 UTC (5 years, 3 months ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

Drop support for php70

Drop support for php70 before remove it from pkgsrc.

Revision 1.11 / (download) - annotate - [select for diffs], Sat Dec 15 21:12:24 2018 UTC (5 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2018Q4-base, pkgsrc-2018Q4
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

*: update email for fhajny

Revision 1.10 / (download) - annotate - [select for diffs], Thu Dec 13 19:52:26 2018 UTC (5 years, 4 months ago) by adam
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

revbump for boost 1.69.0

Revision 1.9 / (download) - annotate - [select for diffs], Thu Aug 16 18:55:15 2018 UTC (5 years, 8 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2018Q3-base, pkgsrc-2018Q3
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

revbump after boost-libs update

Revision 1.8 / (download) - annotate - [select for diffs], Sun Apr 29 21:32:08 2018 UTC (5 years, 11 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base, pkgsrc-2018Q2
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

revbump for boost-libs update

Revision 1.7 / (download) - annotate - [select for diffs], Wed Feb 28 16:00:49 2018 UTC (6 years, 1 month ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2018Q1-base, pkgsrc-2018Q1
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

www/php-http3: allow build with PHP 7.1 and 7.2

Revision 1.6 / (download) - annotate - [select for diffs], Mon Jan 1 21:18:56 2018 UTC (6 years, 3 months ago) by adam
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

Revbump after boost update

Revision 1.5 / (download) - annotate - [select for diffs], Thu Aug 24 20:03:42 2017 UTC (6 years, 7 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

Revbump for boost update

Revision 1.4 / (download) - annotate - [select for diffs], Sun Apr 30 01:22:03 2017 UTC (6 years, 11 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2017Q2-base, pkgsrc-2017Q2
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

Recursive revbump from boost update

Revision 1.3 / (download) - annotate - [select for diffs], Sun Jan 1 16:06:39 2017 UTC (7 years, 3 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2017Q1-base, pkgsrc-2017Q1
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

Revbump after boost update

Revision 1.2 / (download) - annotate - [select for diffs], Fri Oct 7 18:26:13 2016 UTC (7 years, 6 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2016Q4-base, pkgsrc-2016Q4
Changes since 1.1: +2 -1 lines
Diff to previous 1.1 (colored)

Revbump post boost update

Revision 1.1 / (download) - annotate - [select for diffs], Sat Mar 12 09:15:15 2016 UTC (8 years, 1 month ago) by fhajny
Branch: MAIN
CVS Tags: pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1

Import www/php-http2 3.0.1 (the PHP 7 variant of www/php-http).

This HTTP extension aims to provide a convenient and powerful
set of functionality for one of PHPs major applications.

It eases handling of HTTP urls, dates, redirects, headers and
messages, provides means for negotiation of clients preferred
language and charset, as well as a convenient way to send any
arbitrary data with caching and resuming capabilities.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>