From 49cb7d27eb1eabc4e025f4bdafa0ee7dc3c42db6 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Sat, 4 Feb 2023 10:55:21 +0100 Subject: [PATCH] php82: Updated to 8.2.2 --- private/php82/README | 4 +++- private/php82/php82.SlackBuild | 7 ++++--- private/php82/php82.info | 6 +++--- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/private/php82/README b/private/php82/README index d4ff3a4..d7aaa78 100644 --- a/private/php82/README +++ b/private/php82/README @@ -4,4 +4,6 @@ this language is to make a fast and easy-to-use scripting language for dynamic web sites. This installation is compatible with the official php package and -doesn't overwrit any stock files. +doesn't overwrite any stock files. + +This script doesn't build mod_php. diff --git a/private/php82/php82.SlackBuild b/private/php82/php82.SlackBuild index 3431ffe..7f93e2b 100644 --- a/private/php82/php82.SlackBuild +++ b/private/php82/php82.SlackBuild @@ -1,7 +1,7 @@ #!/bin/bash # Build and package PHP FPM 8.2 -# Copyright 2022 Eugene Wissner, Germany, Dachau +# Copyright 2023 Eugene Wissner, Germany, Dachau # # by: David Cantrell # Modified for PHP 4-5 by volkerdi@slackware.com @@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=php82 -VERSION=${VERSION:-8.2.1} +VERSION=${VERSION:-8.2.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -51,7 +51,7 @@ if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then exit 0 fi -TMP=${TMP:-/tmp} +TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} @@ -206,6 +206,7 @@ for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; r rm -r $PKG/usr/share/fpm $PKG/usr/bin/pear $PKG/usr/bin/peardev mv $PKG/usr/bin/pecl $PKG/usr/bin/pecl-${VERSION_SUFFIX} +install -m 644 php.ini-development php.ini-production $PKG/etc/php/8.2/ mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ diff --git a/private/php82/php82.info b/private/php82/php82.info index deb2c2f..5e958a4 100644 --- a/private/php82/php82.info +++ b/private/php82/php82.info @@ -1,8 +1,8 @@ PRGNAM="php82" -VERSION="8.2.1" +VERSION="8.2.2" HOMEPAGE="https://www.php.net/" -DOWNLOAD="https://www.php.net/distributions/php-8.2.1.tar.xz" -MD5SUM="b30961d64b35fe4c6727ee3add54d16e" +DOWNLOAD="https://www.php.net/distributions/php-8.2.2.tar.xz" +MD5SUM="fa93816863003f4908f638a3fd7757ac" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="postgresql"