View | Details | Raw Unified | Return to bug 252509
Collapse All | Expand All

(-)lang/php74/Makefile (-2 / +2 lines)
Lines 1-8 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
PORTNAME=	php74
2
PORTNAME=	php74
3
DISTVERSION=	7.4.13
3
DISTVERSION=	7.4.14
4
PORTREVISION?=	2
4
PORTREVISION?=	0
5
CATEGORIES?=	lang devel www
5
CATEGORIES?=	lang devel www
6
MASTER_SITES=   PHP/distributions
6
MASTER_SITES=   PHP/distributions
7
DISTNAME=	php-${DISTVERSION}
7
DISTNAME=	php-${DISTVERSION}
(-)lang/php74/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1606917205
1
TIMESTAMP = 1610096498
2
SHA256 (php-7.4.13.tar.xz) = aead303e3abac23106529560547baebbedba0bb2943b91d5aa08fff1f41680f4
2
SHA256 (php-7.4.14.tar.xz) = f9f3c37969fcd9006c1dbb1dd76ab53f28c698a1646fa2dde8547c3f45e02886
3
SIZE (php-7.4.13.tar.xz) = 10319848
3
SIZE (php-7.4.14.tar.xz) = 10326868
(-)security/php74-openssl/files/patch-openssl.c (-11 lines)
Removed Link Here
1
--- openssl.c.orig	2020-12-04 10:00:27.778868000 +0000
2
+++ openssl.c	2020-12-04 10:01:36.820415000 +0000
3
@@ -6496,7 +6496,7 @@
4
 	int cipher_mode = EVP_CIPHER_mode(cipher_type);
5
 	memset(mode, 0, sizeof(struct php_openssl_cipher_mode));
6
 	switch (cipher_mode) {
7
-#if PHP_OPENSSL_API_VERSION >= 0x10100
8
+#ifdef EVP_CIPH_OCB_MODE
9
 		case EVP_CIPH_GCM_MODE:
10
 		case EVP_CIPH_OCB_MODE:
11
 		case EVP_CIPH_CCM_MODE:

Return to bug 252509