diff options
Diffstat (limited to 'www/pecl-http')
| -rw-r--r-- | www/pecl-http/Makefile | 3 | ||||
| -rw-r--r-- | www/pecl-http/distinfo | 6 | ||||
| -rw-r--r-- | www/pecl-http/files/patch-src_php__http__message__body.c | 14 | ||||
| -rw-r--r-- | www/pecl-http/files/patch-src_php__http__misc.c | 14 | 
4 files changed, 4 insertions, 33 deletions
| diff --git a/www/pecl-http/Makefile b/www/pecl-http/Makefile index 8ddc039f6444..456a3620162e 100644 --- a/www/pecl-http/Makefile +++ b/www/pecl-http/Makefile @@ -1,6 +1,5 @@  PORTNAME=	http -PORTVERSION=	4.2.4 -PORTREVISION=	2 +DISTVERSION=	4.3.1  CATEGORIES=	www  DISTNAME=	pecl_${PORTNAME}-${PORTVERSION} diff --git a/www/pecl-http/distinfo b/www/pecl-http/distinfo index 052098ff66b5..88fc0733678c 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 = 1760696466 +SHA256 (PECL/pecl_http-4.3.1.tgz) = 1512dc02fea2356c4df50113e00943b0b7fc99bb22d34d9f624b4662f1dad263 +SIZE (PECL/pecl_http-4.3.1.tgz) = 224532 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 */ | 
