git: 4940c355d694 - main - */php81: Update version 8.1.28=>8.1.29
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 07 Jun 2024 15:30:35 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=4940c355d6948e62abce39f5fa695bcbfc8f1f3e commit 4940c355d6948e62abce39f5fa695bcbfc8f1f3e Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-06-07 15:13:49 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-06-07 15:15:39 +0000 */php81: Update version 8.1.28=>8.1.29 - Fix comment in rc files - Make the rc script jail ready [1] Changelog: https://www.php.net/ChangeLog-8.php#8.1.29 Reported by: netchile [1] --- databases/php81-pdo_firebird/Makefile | 2 -- devel/php81-intl/Makefile | 1 - lang/php81/Makefile | 4 ++-- lang/php81/distinfo | 6 +++--- lang/php81/files/php-fpm.in | 3 ++- security/php81-sodium/Makefile | 1 - www/php81-tidy/Makefile | 1 - 7 files changed, 7 insertions(+), 11 deletions(-) diff --git a/databases/php81-pdo_firebird/Makefile b/databases/php81-pdo_firebird/Makefile index 03cd8115a6df..3d8a88b9eb21 100644 --- a/databases/php81-pdo_firebird/Makefile +++ b/databases/php81-pdo_firebird/Makefile @@ -1,7 +1,5 @@ CATEGORIES= databases -PORTREVISION= 1 - MASTERDIR= ${.CURDIR}/../../lang/php81 PKGNAMESUFFIX= -pdo_firebird diff --git a/devel/php81-intl/Makefile b/devel/php81-intl/Makefile index 9b26b350679d..1ccc80b52ca4 100644 --- a/devel/php81-intl/Makefile +++ b/devel/php81-intl/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 1 CATEGORIES= devel MASTERDIR= ${.CURDIR}/../../lang/php81 diff --git a/lang/php81/Makefile b/lang/php81/Makefile index e700bd84b4d6..750403b7109c 100644 --- a/lang/php81/Makefile +++ b/lang/php81/Makefile @@ -1,5 +1,5 @@ PORTNAME= php81 -DISTVERSION= 8.1.28 +DISTVERSION= 8.1.29 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions @@ -11,7 +11,7 @@ WWW= https://www.php.net/ LICENSE= PHP301 -DEPRECATED= Upstream EOL reaches on 2024-11-25 +DEPRECATED= Upstream EOL reaches on 2025-12-31 EXPIRATION_DATE= 2025-12-31 USES+= compiler:c11 cpe gnome localbase pkgconfig tar:xz diff --git a/lang/php81/distinfo b/lang/php81/distinfo index c0beb444ed21..dc21da65012f 100644 --- a/lang/php81/distinfo +++ b/lang/php81/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713000963 -SHA256 (php-8.1.28.tar.xz) = 95d0b2e9466108fd750dab5c30a09e5c67f5ad2cb3b1ffb3625a038a755ad080 -SIZE (php-8.1.28.tar.xz) = 11848504 +TIMESTAMP = 1717709327 +SHA256 (php-8.1.29.tar.xz) = 288884af60581d4284baba2ace9ca6d646f72facbd3e3c2dd2acc7fe6f903536 +SIZE (php-8.1.29.tar.xz) = 11826292 diff --git a/lang/php81/files/php-fpm.in b/lang/php81/files/php-fpm.in index 511e53426b71..9f753ea485e9 100644 --- a/lang/php81/files/php-fpm.in +++ b/lang/php81/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/php81-sodium/Makefile b/security/php81-sodium/Makefile index 4db6c003901c..d45e7115b38d 100644 --- a/security/php81-sodium/Makefile +++ b/security/php81-sodium/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 1 CATEGORIES= security MASTERDIR= ${.CURDIR}/../../lang/php81 diff --git a/www/php81-tidy/Makefile b/www/php81-tidy/Makefile index e5d423609516..9b3aed822ddb 100644 --- a/www/php81-tidy/Makefile +++ b/www/php81-tidy/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 1 CATEGORIES= www MASTERDIR= ${.CURDIR}/../../lang/php81