pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/php-http4



Module Name:    pkgsrc
Committed By:   taca
Date:           Thu Jul 30 17:18:35 UTC 2026

Modified Files:
        pkgsrc/www/php-http4: Makefile distinfo

Log Message:
www/php-http4: update to 4.3.1

pkgsrc change: allow PHP 8.4 and 8.5.

4.2.6 (2024-11-19)

* Fix #136 Potential incompatibility with libcurl 8.9.0; add workaround for
  CURLOPT_INTERFACE for v8.9-8.10
* Fix #137 Potential compilation error with PHP 8.4; php_lcg.h was
  deprecated in 8.2

4.3.0 (2025-10-09)

What's Changed

* fix PHP-8.5 compat
* fix incompatible pointer type by @remicollet in #143
* Add new curl options: default_protocol, protocols, redir_protocols by
  @afflerbach in #146
* return string in output handler by @remicollet in #149

New Contributors

* @afflerbach made their first contribution in #146

4.3.1 (2025-10-09)

* NOTE: Fixed git tag


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/www/php-http4/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/php-http4/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/php-http4/Makefile
diff -u pkgsrc/www/php-http4/Makefile:1.26 pkgsrc/www/php-http4/Makefile:1.27
--- pkgsrc/www/php-http4/Makefile:1.26  Thu May 14 16:42:23 2026
+++ pkgsrc/www/php-http4/Makefile       Thu Jul 30 17:18:35 2026
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.26 2026/05/14 16:42:23 ryoon Exp $
+# $NetBSD: Makefile,v 1.27 2026/07/30 17:18:35 taca Exp $
 
 MODNAME=               http
-PECL_VERSION=          4.2.4
-PKGREVISION=           12
+PECL_VERSION=          4.3.1
 CATEGORIES+=           www
 
 PECL_DISTNAME=         pecl_http-${PECL_VERSION}
@@ -14,7 +13,7 @@ LICENSE=              2-clause-bsd AND isc
 
 CONFLICTS=             php-http-[0-9]*
 
-PHP_VERSIONS_ACCEPTED= 82 83
+PHP_VERSIONS_ACCEPTED= 82 83 84 85
 
 USE_LANGUAGES=         c c++
 USE_TOOLS+=            bash

Index: pkgsrc/www/php-http4/distinfo
diff -u pkgsrc/www/php-http4/distinfo:1.4 pkgsrc/www/php-http4/distinfo:1.5
--- pkgsrc/www/php-http4/distinfo:1.4   Thu Nov 30 16:24:13 2023
+++ pkgsrc/www/php-http4/distinfo       Thu Jul 30 17:18:35 2026
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2023/11/30 16:24:13 taca Exp $
+$NetBSD: distinfo,v 1.5 2026/07/30 17:18:35 taca Exp $
 
-BLAKE2s (php-http/pecl_http-4.2.4.tgz) = a64e88c34eaf6a4a613929153f9a1d516ceab206c4fe24de5fd966618aa61d38
-SHA512 (php-http/pecl_http-4.2.4.tgz) = b1eb43a458f89b3fd384244bddc8f9d470f82d3162411df3070bf0adf0c3e0457bc1ce928c05e8fffe836fb52cbe4c88f733466a867c3f6320288c5051007b20
-Size (php-http/pecl_http-4.2.4.tgz) = 224933 bytes
+BLAKE2s (php-http/pecl_http-4.3.1.tgz) = ae9ae4be72aa75a5f283fec96878edd1995a5f7c7313cce50e70ef2f650d30ed
+SHA512 (php-http/pecl_http-4.3.1.tgz) = de1d03d37c761ad443c2d1d401662dc6c175c63c63464f79d69175548b98260716325b92ac0f98c903b0de6cf8bed481617e61166a0a314d061ffc32adb129ab
+Size (php-http/pecl_http-4.3.1.tgz) = 224532 bytes
 SHA1 (patch-autoconf_pecl_libcurl.m4) = 48263c311aeccc4fd2a5b366b56e85041d659b91



Home | Main Index | Thread Index | Old Index