summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/pecl-http/Makefile3
-rw-r--r--www/pecl-http/distinfo6
-rw-r--r--www/pecl-http/files/patch-src_php__http__message__body.c14
-rw-r--r--www/pecl-http/files/patch-src_php__http__misc.c14
4 files changed, 4 insertions, 33 deletions
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,6 +1,5 @@
PORTNAME= http
-PORTVERSION= 4.2.4
-PORTREVISION= 2
+PORTVERSION= 4.2.6
CATEGORIES= www
DISTNAME= pecl_${PORTNAME}-${PORTVERSION}
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 */