git: 8d3544f838b5 - main - */php83: Update version 8.3.7=>8.3.8
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 07 Jun 2024 15:30:37 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=8d3544f838b596991208b7ae7e4342748c85ae85 commit 8d3544f838b596991208b7ae7e4342748c85ae85 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-06-07 15:17:44 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-06-07 15:17:44 +0000 */php83: Update version 8.3.7=>8.3.8 - Fix comment in rc file - Make rc script jail ready [1] Changelog: https://www.php.net/ChangeLog-8.php#8.3.8 Reported by: netchild [1] --- lang/php83/Makefile | 2 +- lang/php83/distinfo | 6 +++--- lang/php83/files/php-fpm.in | 3 ++- security/php83-sodium/Makefile | 1 - www/php83-tidy/Makefile | 1 - 5 files changed, 6 insertions(+), 7 deletions(-) diff --git a/lang/php83/Makefile b/lang/php83/Makefile index 63d1f8748a58..ba09317b3de1 100644 --- a/lang/php83/Makefile +++ b/lang/php83/Makefile @@ -1,5 +1,5 @@ PORTNAME= php83 -DISTVERSION= 8.3.7 +DISTVERSION= 8.3.8 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions diff --git a/lang/php83/distinfo b/lang/php83/distinfo index 91e75c24642d..7325709454ae 100644 --- a/lang/php83/distinfo +++ b/lang/php83/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1715457851 -SHA256 (php-8.3.7.tar.xz) = d53433c1ca6b2c8741afa7c524272e6806c1e895e5912a058494fea89988570a -SIZE (php-8.3.7.tar.xz) = 12456020 +TIMESTAMP = 1717709456 +SHA256 (php-8.3.8.tar.xz) = aea358b56186f943c2bbd350c9005b9359133d47e954cfc561385319ae5bb8d7 +SIZE (php-8.3.8.tar.xz) = 12480896 diff --git a/lang/php83/files/php-fpm.in b/lang/php83/files/php-fpm.in index 511e53426b71..9f753ea485e9 100644 --- a/lang/php83/files/php-fpm.in +++ b/lang/php83/files/php-fpm.in @@ -7,7 +7,7 @@ # # Add the following line to /etc/rc.conf to enable php-fpm: # php-fpm_enable (bool): Set to "NO" by default. -# Set it to "YES" to enable nginx +# Set it to "YES" to enable php-fpm # php-fpm_profiles (str): Set to "" by default. # Define your profiles here. # php_fpm_pid_prefix (str): Set to "" by default. @@ -32,6 +32,7 @@ load_rc_config "${name}" : ${php_fpm_enable="NO"} : ${php_fpm_umask=""} +: ${php_fpm_svcj_options:="net_basic"} if [ -n "$2" ]; then profile="$2" diff --git a/security/php83-sodium/Makefile b/security/php83-sodium/Makefile index 4dd18edbbc41..1d475b2390fd 100644 --- a/security/php83-sodium/Makefile +++ b/security/php83-sodium/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 1 CATEGORIES= security MASTERDIR= ${.CURDIR}/../../lang/php83 diff --git a/www/php83-tidy/Makefile b/www/php83-tidy/Makefile index e8b8a4b50107..ee01c71c663a 100644 --- a/www/php83-tidy/Makefile +++ b/www/php83-tidy/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 1 CATEGORIES= www MASTERDIR= ${.CURDIR}/../../lang/php83