mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
security/pecl-mcrypt: update to 1.0.9
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
PORTNAME= mcrypt
|
||||
PORTVERSION= 1.0.7
|
||||
PORTREVISION= 0
|
||||
PORTVERSION= 1.0.9
|
||||
CATEGORIES= security pear
|
||||
|
||||
MAINTAINER= pizzamig@FreeBSD.org
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user