summaryrefslogtreecommitdiffstats
path: root/source/n
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2023-12-21 20:46:11 +0000
committer Eric Hameleers <alien@slackware.com>2023-12-21 22:30:03 +0100
commit6011a48b2a96356beb8a567ee93b7fe8c87ace50 (patch)
tree1d32c7b1d1e58d0bbc147850312a89621ad83108 /source/n
parent9798eebe58316437a0bf67e9c99a6d415d346ee7 (diff)
downloadcurrent-6011a48b2a96356beb8a567ee93b7fe8c87ace50.tar.gz
current-6011a48b2a96356beb8a567ee93b7fe8c87ace50.tar.xz
Thu Dec 21 20:46:11 UTC 202320231221204611
n/iw-6.7-x86_64-1.txz: Upgraded. n/php-8.3.1-x86_64-1.txz: Upgraded. x/libdrm-2.4.119-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/n')
-rw-r--r--source/n/FTBFSlog3
-rwxr-xr-xsource/n/bind/bind.SlackBuild2
-rwxr-xr-xsource/n/php/fetch-php.sh4
3 files changed, 6 insertions, 3 deletions
diff --git a/source/n/FTBFSlog b/source/n/FTBFSlog
index 1afd3c10e..bea9fa2dc 100644
--- a/source/n/FTBFSlog
+++ b/source/n/FTBFSlog
@@ -1,3 +1,6 @@
+Thu Dec 21 19:06:04 UTC 2023
+ bind: fix build without krb5. Thanks to teoberi and Windu.
++--------------------------+
Sun Aug 27 18:13:06 UTC 2023
openssh: fix zlib version check. Thanks to nobodino and marav.
+--------------------------+
diff --git a/source/n/bind/bind.SlackBuild b/source/n/bind/bind.SlackBuild
index dbc4271f4..47a606d5b 100755
--- a/source/n/bind/bind.SlackBuild
+++ b/source/n/bind/bind.SlackBuild
@@ -76,7 +76,7 @@ find . \
-exec chmod 644 {} \+
# Detect krb5:
-if ls /lib*/libgssapi_krb5* 1> /dev/null 2> /dev/null ; then
+if pkg-config --exists krb5-gssapi 1> /dev/null 2> /dev/null ; then
GSSAPI=" --with-gssapi "
else
GSSAPI=" "
diff --git a/source/n/php/fetch-php.sh b/source/n/php/fetch-php.sh
index efe507ae5..5429429b4 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-8.3.0.tar.xz.asc
-lftpget http://us.php.net/distributions/php-8.3.0.tar.xz
+lftpget http://us.php.net/distributions/php-8.3.1.tar.xz.asc
+lftpget http://us.php.net/distributions/php-8.3.1.tar.xz