From 435e94720d2d4cd598a8f4347813e1fe12e412dc Mon Sep 17 00:00:00 2001 From: "R. Christian McDonald" Date: Mon, 10 Nov 2025 14:21:24 -0500 Subject: [PATCH] security/pecl-mcrypt: update to 1.0.9 --- security/pecl-mcrypt/Makefile | 3 +-- security/pecl-mcrypt/distinfo | 6 +++--- security/pecl-mcrypt/files/patch-php84 | 14 -------------- 3 files changed, 4 insertions(+), 19 deletions(-) delete mode 100644 security/pecl-mcrypt/files/patch-php84 diff --git a/security/pecl-mcrypt/Makefile b/security/pecl-mcrypt/Makefile index f85fd42af54c..cd82b0079810 100644 --- a/security/pecl-mcrypt/Makefile +++ b/security/pecl-mcrypt/Makefile @@ -1,6 +1,5 @@ PORTNAME= mcrypt -PORTVERSION= 1.0.7 -PORTREVISION= 0 +PORTVERSION= 1.0.9 CATEGORIES= security pear MAINTAINER= pizzamig@FreeBSD.org diff --git a/security/pecl-mcrypt/distinfo b/security/pecl-mcrypt/distinfo index e1038c69cacc..ba50665031a2 100644 --- a/security/pecl-mcrypt/distinfo +++ b/security/pecl-mcrypt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1715118049 -SHA256 (PECL/mcrypt-1.0.7.tgz) = 12ea2fbbf2e2efbe790a12121f77bf096c8b84cef81d0216bec00d56e5badef4 -SIZE (PECL/mcrypt-1.0.7.tgz) = 27060 +TIMESTAMP = 1762785607 +SHA256 (PECL/mcrypt-1.0.9.tgz) = 2a9ef0817d3bf677f6d7baf8e325629a2758974735d8abad6566384788d424a5 +SIZE (PECL/mcrypt-1.0.9.tgz) = 27142 diff --git a/security/pecl-mcrypt/files/patch-php84 b/security/pecl-mcrypt/files/patch-php84 deleted file mode 100644 index 9d7ac9def9e6..000000000000 --- a/security/pecl-mcrypt/files/patch-php84 +++ /dev/null @@ -1,14 +0,0 @@ ---- mcrypt.c.orig 2023-12-19 10:55:02 UTC -+++ mcrypt.c -@@ -38,7 +38,11 @@ - #include "php_ini.h" - #include "php_globals.h" - #include "ext/standard/info.h" -+#if PHP_VERSION_ID >= 80400 -+#include "ext/random/php_random.h" -+#else - #include "ext/standard/php_rand.h" -+#endif - #include "zend_smart_str.h" - #include "php_mcrypt_filter.h" -