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 Nov 30 16:24:13 UTC 2023

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

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

pkgsrc change: allow php82 and php83

4.2.4 (2023-10-02)

* Fix Error using ssl array in options : Could not set option tlsauthtype
  (see gh issue #131)
* Fix arginfo wargnings of the internal curl client user handler
* Disable libidn support for v1.36-v1.38 due to broken locale detection


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/php-http4/Makefile
cvs rdiff -u -r1.3 -r1.4 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.10 pkgsrc/www/php-http4/Makefile:1.11
--- pkgsrc/www/php-http4/Makefile:1.10  Wed Nov  8 13:21:22 2023
+++ pkgsrc/www/php-http4/Makefile       Thu Nov 30 16:24:13 2023
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2023/11/08 13:21:22 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2023/11/30 16:24:13 taca Exp $
 
 MODNAME=               http
-PECL_VERSION=          4.2.3
+PECL_VERSION=          4.2.4
 CATEGORIES+=           www
 
 PECL_DISTNAME=         pecl_http-${PECL_VERSION}
@@ -9,12 +9,11 @@ PECL_DISTNAME=                pecl_http-${PECL_VERSION
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=              http://pecl.php.net/package/pecl_http
 COMMENT=               PHP extension for extended HTTP support
-PKGREVISION=           5
 LICENSE=               2-clause-bsd AND isc
 
 CONFLICTS=             php-http-[0-9]*
 
-PHP_VERSIONS_ACCEPTED= 80 81
+PHP_VERSIONS_ACCEPTED= 80 81 82 83
 
 USE_LANGUAGES=         c c++
 USE_TOOLS+=            bash

Index: pkgsrc/www/php-http4/distinfo
diff -u pkgsrc/www/php-http4/distinfo:1.3 pkgsrc/www/php-http4/distinfo:1.4
--- pkgsrc/www/php-http4/distinfo:1.3   Sat Sep 10 16:00:10 2022
+++ pkgsrc/www/php-http4/distinfo       Thu Nov 30 16:24:13 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2022/09/10 16:00:10 taca Exp $
+$NetBSD: distinfo,v 1.4 2023/11/30 16:24:13 taca Exp $
 
-BLAKE2s (php-http/pecl_http-4.2.3.tgz) = 15f25df141084091851360c4e841da54106ad8a3581dda1e1838aeb6fb83a127
-SHA512 (php-http/pecl_http-4.2.3.tgz) = be8bac0947e9fb63da5afa3eaf7b75a70775ca59a8a8c24b5f4b1875909dd8b6b2f4b25bf462acef78f18d5dd739c02352786853d9963cb71f3c1b114f113558
-Size (php-http/pecl_http-4.2.3.tgz) = 224523 bytes
+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
 SHA1 (patch-autoconf_pecl_libcurl.m4) = 48263c311aeccc4fd2a5b366b56e85041d659b91



Home | Main Index | Thread Index | Old Index