diff --git a/lang/php80/Makefile b/lang/php80/Makefile index e707be8fa7b2..65864e3f8e24 100644 --- a/lang/php80/Makefile +++ b/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} diff --git a/lang/php80/distinfo b/lang/php80/distinfo index 7eb5d6bc9032..f9d49446e8b4 100644 --- a/lang/php80/distinfo +++ b/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 diff --git a/security/php80-openssl/files/patch-openssl.c b/security/php80-openssl/files/patch-openssl.c deleted file mode 100644 index 4e2489a03ed1..000000000000 --- a/security/php80-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: