Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 17F6684E84 for ; Thu, 30 Nov 2023 16:24:14 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id pKHmlMEDh8x3 for ; Thu, 30 Nov 2023 16:24:13 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 8102884CEB for ; Thu, 30 Nov 2023 16:24:13 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7EC25FA40; Thu, 30 Nov 2023 16:24:13 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1701361453185940" MIME-Version: 1.0 Date: Thu, 30 Nov 2023 16:24:13 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/www/php-http4 To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20231130162413.7EC25FA40@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1701361453185940 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1701361453185940 Content-Disposition: inline Content-Length: 2011 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 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 --_----------=_1701361453185940--