diff --git a/lang/php74/Makefile b/lang/php74/Makefile index 74a607744cf6..03fd77184a46 100644 --- a/lang/php74/Makefile +++ b/lang/php74/Makefile @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= php74 -DISTVERSION= 7.4.13 -PORTREVISION?= 2 +DISTVERSION= 7.4.14 +PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions DISTNAME= php-${DISTVERSION} diff --git a/lang/php74/distinfo b/lang/php74/distinfo index 31f9cb837159..460fd9d5d1a8 100644 --- a/lang/php74/distinfo +++ b/lang/php74/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1606917205 -SHA256 (php-7.4.13.tar.xz) = aead303e3abac23106529560547baebbedba0bb2943b91d5aa08fff1f41680f4 -SIZE (php-7.4.13.tar.xz) = 10319848 +TIMESTAMP = 1610219227 +SHA256 (php-7.4.14.tar.xz) = f9f3c37969fcd9006c1dbb1dd76ab53f28c698a1646fa2dde8547c3f45e02886 +SIZE (php-7.4.14.tar.xz) = 10326868 diff --git a/security/php74-openssl/files/patch-openssl.c b/security/php74-openssl/files/patch-openssl.c deleted file mode 100644 index 4e2489a03ed1..000000000000 --- a/security/php74-openssl/files/patch-openssl.c +++ /dev/null @@ -1,11 +0,0 @@ ---- openssl.c.orig 2020-12-04 10:00:27.778868000 +0000 -+++ openssl.c 2020-12-04 10:01:36.820415000 +0000 -@@ -6496,7 +6496,7 @@ - int cipher_mode = EVP_CIPHER_mode(cipher_type); - memset(mode, 0, sizeof(struct php_openssl_cipher_mode)); - switch (cipher_mode) { --#if PHP_OPENSSL_API_VERSION >= 0x10100 -+#ifdef EVP_CIPH_OCB_MODE - case EVP_CIPH_GCM_MODE: - case EVP_CIPH_OCB_MODE: - case EVP_CIPH_CCM_MODE: