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


Keyword substitution: kv
Default branch: MAIN


Revision 1.41: download - view: text, markup, annotated - select for diffs
Fri Nov 1 12:54:55 2024 UTC (13 hours, 33 minutes ago) by wiz
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +2 -2 lines
*: revbump for icu downgrade

Revision 1.40: download - view: text, markup, annotated - select for diffs
Fri Nov 1 00:54:08 2024 UTC (25 hours, 34 minutes ago) by wiz
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +2 -2 lines
*: recursive bump for icu 76.1 shlib bump

Revision 1.39: download - view: text, markup, annotated - select for diffs
Wed May 29 16:34:54 2024 UTC (5 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base, pkgsrc-2024Q3, pkgsrc-2024Q2-base, pkgsrc-2024Q2
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +2 -2 lines
revbump after icu and protobuf updates

Revision 1.38: download - view: text, markup, annotated - select for diffs
Thu May 16 06:15:43 2024 UTC (5 months, 2 weeks ago) by wiz
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +2 -2 lines
*: recursive bump for gnutls p11-kit option

(existing installations need the bl3.mk included, but it's now only
optionally included)

Revision 1.37: download - view: text, markup, annotated - select for diffs
Wed Nov 8 13:21:22 2023 UTC (11 months, 3 weeks ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +2 -2 lines
*: recursive bump for icu 74.1

Revision 1.36: download - view: text, markup, annotated - select for diffs
Tue Oct 24 22:11:32 2023 UTC (12 months, 1 week ago) by wiz
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +2 -2 lines
*: bump for openssl 3

Revision 1.35: download - view: text, markup, annotated - select for diffs
Wed Apr 19 08:11:50 2023 UTC (18 months, 2 weeks ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +2 -2 lines
revbump after textproc/icu update

Revision 1.34: download - view: text, markup, annotated - select for diffs
Wed Nov 23 16:21:21 2022 UTC (23 months, 1 week ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +2 -2 lines
massive revision bump after textproc/icu update

Revision 1.33: download - view: text, markup, annotated - select for diffs
Wed Oct 26 10:32:06 2022 UTC (2 years ago) by wiz
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +2 -1 lines
*: bump PKGREVISION for libunistring shlib major bump

Revision 1.32: download - view: text, markup, annotated - select for diffs
Sat Sep 10 15:58:51 2022 UTC (2 years, 1 month ago) by taca
Branches: MAIN
CVS tags: pkgsrc-2022Q3-base, pkgsrc-2022Q3
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +6 -3 lines
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 - view: text, markup, annotated - select for diffs
Mon Apr 18 19:12:19 2022 UTC (2 years, 6 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +2 -1 lines
revbump for textproc/icu update

Revision 1.30: download - view: text, markup, annotated - select for diffs
Wed Dec 29 06:05:19 2021 UTC (2 years, 10 months ago) by taca
Branches: MAIN
CVS tags: pkgsrc-2022Q1-base, pkgsrc-2022Q1
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +2 -2 lines
Retire of php73, PHP 7.3.x.

Revision 1.29: download - view: text, markup, annotated - select for diffs
Sun Dec 12 15:33:30 2021 UTC (2 years, 10 months ago) by taca
Branches: MAIN
CVS tags: pkgsrc-2021Q4-base, pkgsrc-2021Q4
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +2 -2 lines
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 - view: text, markup, annotated - select for diffs
Sun Dec 12 15:31:02 2021 UTC (2 years, 10 months ago) by taca
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +2 -3 lines
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 - view: text, markup, annotated - select for diffs
Wed Dec 8 16:06:59 2021 UTC (2 years, 10 months ago) by adam
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -2 lines
revbump for icu and libffi

Revision 1.26: download - view: text, markup, annotated - select for diffs
Wed Sep 29 19:01:28 2021 UTC (3 years, 1 month ago) by adam
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -2 lines
revbump for boost-libs

Revision 1.25: download - view: text, markup, annotated - select for diffs
Wed Apr 21 13:25:31 2021 UTC (3 years, 6 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -2 lines
revbump for boost-libs

Revision 1.24: download - view: text, markup, annotated - select for diffs
Wed Apr 21 11:42:55 2021 UTC (3 years, 6 months ago) by adam
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +2 -1 lines
revbump for textproc/icu

Revision 1.23: download - view: text, markup, annotated - select for diffs
Sun Jan 3 07:00:04 2021 UTC (3 years, 9 months ago) by taca
Branches: MAIN
CVS tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +7 -14 lines
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 - view: text, markup, annotated - select for diffs
Wed May 27 19:37:44 2020 UTC (4 years, 5 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -2 lines
*: reset MAINTAINER for fhajny on his request

Revision 1.21: download - view: text, markup, annotated - select for diffs
Fri May 22 10:56:46 2020 UTC (4 years, 5 months ago) by adam
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -2 lines
revbump after updating security/nettle

Revision 1.20: download - view: text, markup, annotated - select for diffs
Wed May 6 14:05:07 2020 UTC (4 years, 5 months ago) by adam
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -2 lines
revbump after boost update

Revision 1.19: download - view: text, markup, annotated - select for diffs
Sun Mar 8 16:51:38 2020 UTC (4 years, 7 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2020Q1-base, pkgsrc-2020Q1
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -2 lines
*: recursive bump for libffi

Revision 1.18: download - view: text, markup, annotated - select for diffs
Sat Jan 18 21:51:10 2020 UTC (4 years, 9 months ago) by jperkin
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -2 lines
*: Recursive revision bump for openssl 1.1.1.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Sun Jan 12 20:20:48 2020 UTC (4 years, 9 months ago) by ryoon
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -2 lines
*: Recursive revbump from devel/boost-libs

Revision 1.16: download - view: text, markup, annotated - select for diffs
Mon Dec 16 16:30:15 2019 UTC (4 years, 10 months ago) by taca
Branches: MAIN
CVS tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2 lines
Drop php71 support

Drop php71 support mechanically.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Thu Aug 22 12:23:54 2019 UTC (5 years, 2 months ago) by ryoon
Branches: MAIN
CVS tags: pkgsrc-2019Q3-base, pkgsrc-2019Q3
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -2 lines
Recursive revbump from boost-1.71.0

Revision 1.14: download - view: text, markup, annotated - select for diffs
Sat Jul 20 22:46:56 2019 UTC (5 years, 3 months ago) by wiz
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2 lines
*: recursive bump for nettle 3.5.1

Revision 1.13: download - view: text, markup, annotated - select for diffs
Mon Jul 1 04:08:53 2019 UTC (5 years, 4 months ago) by ryoon
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2 lines
Recursive revbump from boost-1.70.0

Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Jan 14 13:06:12 2019 UTC (5 years, 9 months ago) by taca
Branches: MAIN
CVS tags: pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2 lines
Drop support for php70

Drop support for php70 before remove it from pkgsrc.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Sat Dec 15 21:12:24 2018 UTC (5 years, 10 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2018Q4-base, pkgsrc-2018Q4
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2 lines
*: update email for fhajny

Revision 1.10: download - view: text, markup, annotated - select for diffs
Thu Dec 13 19:52:26 2018 UTC (5 years, 10 months ago) by adam
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2 lines
revbump for boost 1.69.0

Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu Aug 16 18:55:15 2018 UTC (6 years, 2 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2018Q3-base, pkgsrc-2018Q3
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
revbump after boost-libs update

Revision 1.8: download - view: text, markup, annotated - select for diffs
Sun Apr 29 21:32:08 2018 UTC (6 years, 6 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2018Q2-base, pkgsrc-2018Q2
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
revbump for boost-libs update

Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Feb 28 16:00:49 2018 UTC (6 years, 8 months ago) by taca
Branches: MAIN
CVS tags: pkgsrc-2018Q1-base, pkgsrc-2018Q1
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2 lines
www/php-http3: allow build with PHP 7.1 and 7.2

Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Jan 1 21:18:56 2018 UTC (6 years, 10 months ago) by adam
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
Revbump after boost update

Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Aug 24 20:03:42 2017 UTC (7 years, 2 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2 lines
Revbump for boost update

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Apr 30 01:22:03 2017 UTC (7 years, 6 months ago) by ryoon
Branches: MAIN
CVS tags: pkgsrc-2017Q2-base, pkgsrc-2017Q2
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
Recursive revbump from boost update

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Jan 1 16:06:39 2017 UTC (7 years, 10 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2017Q1-base, pkgsrc-2017Q1
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
Revbump after boost update

Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Oct 7 18:26:13 2016 UTC (8 years ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2016Q4-base, pkgsrc-2016Q4
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -1 lines
Revbump post boost update

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat Mar 12 09:15:15 2016 UTC (8 years, 7 months ago) by fhajny
Branches: 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.

Diff request

This form allows you to request diffs 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.

Log view options

CVSweb <webmaster@jp.NetBSD.org>