summaryrefslogtreecommitdiffstats
path: root/source/n
diff options
context:
space:
mode:
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