svn commit: r556964 - in head: lang/php74 security/php74-openssl/files

Torsten Zuehlsdorff freebsd at toco-domains.de
Fri Dec 4 21:57:37 UTC 2020


On 04.12.20 11:22, Pietro Cerutti wrote:
> Author: gahr
> Date: Fri Dec  4 10:22:09 2020
> New Revision: 556964
> URL: https://svnweb.freebsd.org/changeset/ports/556964
> 
> Log:
>   lang/php74, security/php74-openssl: fix build with LibreSSL
>   
>   Upstream: https://bugs.php.net/bug.php?id=80368
>   https://github.com/php/php-src/commit/ecee3f1209a7c0ac9f99c7f640b2f5df56656e58
> 
> Added:
>   head/security/php74-openssl/files/
>   head/security/php74-openssl/files/patch-openssl.c   (contents, props changed)
> Modified:
>   head/lang/php74/Makefile
> 
> Modified: head/lang/php74/Makefile
> ==============================================================================
> --- head/lang/php74/Makefile	Fri Dec  4 10:20:44 2020	(r556963)
> +++ head/lang/php74/Makefile	Fri Dec  4 10:22:09 2020	(r556964)
> @@ -2,7 +2,7 @@
>  
>  PORTNAME=	php74
>  DISTVERSION=	7.4.13
> -PORTREVISION?=	1
> +PORTREVISION?=	2

First: thank you for taking care of this so fast Pietro!

For the next time: please increase the PORTREVISION of
security/php74-openssl only. You only need to add PORTREVISON=1 at the
beginning of the Makefile. This way you avoid that users need to
recompile *all* PHP modules.

Thank you  gain,
Torsten


More information about the svn-ports-all mailing list