diff --git a/www/pecl-http/Makefile b/www/pecl-http/Makefile index 8ddc039f6444..45edef5f251d 100644 --- a/www/pecl-http/Makefile +++ b/www/pecl-http/Makefile @@ -1,27 +1,26 @@ PORTNAME= http -PORTVERSION= 4.2.4 -PORTREVISION= 2 +PORTVERSION= 4.2.6 CATEGORIES= www DISTNAME= pecl_${PORTNAME}-${PORTVERSION} MAINTAINER= bofh@FreeBSD.org COMMENT= Extended HTTP Support WWW= https://pecl.php.net/package/pecl_http LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/raphf.so:devel/pecl-raphf2@${PHP_FLAVOR} \ re2c:devel/re2c \ bash>0:shells/bash LIB_DEPENDS= libcurl.so:ftp/curl \ libevent.so:devel/libevent \ libicudata.so:devel/icu RUN_DEPENDS= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/raphf.so:devel/pecl-raphf2@${PHP_FLAVOR} USES= php:build,pecl USE_PHP= iconv:build zlib:build CONFIGURE_SHELL= ${LOCALBASE}/bin/bash .include diff --git a/www/pecl-http/distinfo b/www/pecl-http/distinfo index 052098ff66b5..fe63de1d1342 100644 --- a/www/pecl-http/distinfo +++ b/www/pecl-http/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1696782169 -SHA256 (PECL/pecl_http-4.2.4.tgz) = fb1e10c2e5edfb011ff8dc2e473cdbd2bbe0127d1279dfce4d98570555ac6ded -SIZE (PECL/pecl_http-4.2.4.tgz) = 224933 +TIMESTAMP = 1760257345 +SHA256 (PECL/pecl_http-4.2.6.tgz) = cd33230050b3f7c5ddb6f4383ce2a81f0bcdb934432029eec72ebf0f942b876d +SIZE (PECL/pecl_http-4.2.6.tgz) = 225503 diff --git a/www/pecl-http/files/patch-src_php__http__message__body.c b/www/pecl-http/files/patch-src_php__http__message__body.c deleted file mode 100644 index ae84c6f2e52f..000000000000 --- a/www/pecl-http/files/patch-src_php__http__message__body.c +++ /dev/null @@ -1,14 +0,0 @@ ---- src/php_http_message_body.c.orig 2024-08-03 15:37:59 UTC -+++ src/php_http_message_body.c -@@ -12,7 +12,11 @@ - - #include "php_http_api.h" - -+#if PHP_VERSION_ID <= 80300 - #include "ext/standard/php_lcg.h" -+#else -+#include "ext/random/php_random.h" -+#endif - - #define BOUNDARY_OPEN(body) \ - do {\ diff --git a/www/pecl-http/files/patch-src_php__http__misc.c b/www/pecl-http/files/patch-src_php__http__misc.c deleted file mode 100644 index 2686d6e30ba3..000000000000 --- a/www/pecl-http/files/patch-src_php__http__misc.c +++ /dev/null @@ -1,14 +0,0 @@ ---- src/php_http_misc.c.orig 2024-08-03 15:35:31 UTC -+++ src/php_http_misc.c -@@ -12,7 +12,11 @@ - - #include "php_http_api.h" - -+#if PHP_VERSION_ID <= 80300 - #include "ext/standard/php_lcg.h" -+#else -+#include "ext/random/php_random.h" -+#endif - #include "zend_exceptions.h" - - /* SLEEP */