From 47328317b34b179ce388a8211b61554215c37148 Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Fri, 30 Apr 2021 18:09:21 +0000 Subject: Fri Apr 30 18:09:21 UTC 2021 l/gvfs-1.48.1-x86_64-1.txz: Upgraded. l/imagemagick-7.0.11_10-x86_64-1.txz: Upgraded. n/php-7.4.18-x86_64-1.txz: Upgraded. This update fixes bugs and security issues. For more information, see: https://www.php.net/ChangeLog-7.php#7.4.18 (* Security fix *) n/postfix-3.6.0-x86_64-1.txz: Upgraded. x/libepoxy-1.5.7-x86_64-1.txz: Upgraded. x/libinput-1.17.2-x86_64-1.txz: Upgraded. x/xorgproto-2021.4-x86_64-1.txz: Upgraded. xap/pavucontrol-4.0-x86_64-4.txz: Rebuilt. Fix segfault after crtl-Q. Thanks to Jonathan Woithe and 2slguevH. xap/pidgin-2.14.4-x86_64-1.txz: Upgraded. --- source/n/php/fetch-php.sh | 4 ++-- source/n/php/php.SlackBuild | 2 +- source/n/postfix/postfix.SlackBuild | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'source/n') diff --git a/source/n/php/fetch-php.sh b/source/n/php/fetch-php.sh index 5fa8692cc..18d44916e 100755 --- a/source/n/php/fetch-php.sh +++ b/source/n/php/fetch-php.sh @@ -1,2 +1,2 @@ -lftpget http://us.php.net/distributions/php-7.4.16.tar.xz.asc -lftpget http://us.php.net/distributions/php-7.4.16.tar.xz +lftpget http://us.php.net/distributions/php-7.4.18.tar.xz.asc +lftpget http://us.php.net/distributions/php-7.4.18.tar.xz diff --git a/source/n/php/php.SlackBuild b/source/n/php/php.SlackBuild index d1d9ac183..74c8d4854 100755 --- a/source/n/php/php.SlackBuild +++ b/source/n/php/php.SlackBuild @@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=php VERSION=${VERSION:-$(echo php-*.tar.xz | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} ALPINE=2.24 -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then diff --git a/source/n/postfix/postfix.SlackBuild b/source/n/postfix/postfix.SlackBuild index 3cc6375a9..b3cbf888e 100755 --- a/source/n/postfix/postfix.SlackBuild +++ b/source/n/postfix/postfix.SlackBuild @@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=postfix VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} if [ -z "$ARCH" ]; then case "$( uname -m )" in -- cgit v1.2.3