security/pecl-mcrypt: update to 1.0.9

This commit is contained in:
R. Christian McDonald
2025-11-10 14:21:24 -05:00
parent 746d9346b6
commit 435e94720d
3 changed files with 4 additions and 19 deletions
+1 -2
View File
@@ -1,6 +1,5 @@
PORTNAME= mcrypt
PORTVERSION= 1.0.7
PORTREVISION= 0
PORTVERSION= 1.0.9
CATEGORIES= security pear
MAINTAINER= pizzamig@FreeBSD.org
+3 -3
View File
@@ -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
-14
View File
@@ -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"