Index: head/lang/php80/Makefile =================================================================== --- head/lang/php80/Makefile +++ head/lang/php80/Makefile @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= php80 -DISTVERSION= 8.0.0 -PORTREVISION?= 1 +DISTVERSION= 8.0.1 +PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions DISTNAME= php-${DISTVERSION} Index: head/lang/php80/distinfo =================================================================== --- head/lang/php80/distinfo +++ head/lang/php80/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1606917407 -SHA256 (php-8.0.0.tar.xz) = b5278b3eef584f0c075d15666da4e952fa3859ee509d6b0cc2ed13df13f65ebb -SIZE (php-8.0.0.tar.xz) = 10726788 +TIMESTAMP = 1610219271 +SHA256 (php-8.0.1.tar.xz) = 208b3330af881b44a6a8c6858d569c72db78dab97810332978cc65206b0ec2dc +SIZE (php-8.0.1.tar.xz) = 10642344 Index: head/security/php80-openssl/files/patch-openssl.c =================================================================== --- head/security/php80-openssl/files/patch-openssl.c +++ head/security/php80-openssl/files/patch-openssl.c @@ -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: