summaryrefslogtreecommitdiffstats
path: root/source/n
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2021-09-28 01:37:33 +0000
committer Eric Hameleers <alien@slackware.com>2021-09-28 08:59:55 +0200
commit14c5bb40d1dfae2acc1a0c84ef261d09fbea0001 (patch)
tree9c80f8cc7ce6d76bce0aaec0576c758ef31b8f2c /source/n
parentd66220bda595fffe9e5d8bf506be65e4a3dc7e50 (diff)
downloadcurrent-14c5bb40d1dfae2acc1a0c84ef261d09fbea0001.tar.gz
current-14c5bb40d1dfae2acc1a0c84ef261d09fbea0001.tar.xz
Tue Sep 28 01:37:33 UTC 202120210928013733
n/nftables-1.0.0-x86_64-2.txz: Rebuilt. Added options --with-json and --enable-python needed for firewalld. Thanks to stormtracknole. xap/mozilla-thunderbird-91.1.2-x86_64-1.txz: Upgraded. This is a bugfix release. For more information, see: https://www.mozilla.org/en-US/thunderbird/91.1.2/releasenotes/
Diffstat (limited to 'source/n')
-rwxr-xr-xsource/n/NetworkManager/NetworkManager.SlackBuild2
-rwxr-xr-xsource/n/nftables/nftables.SlackBuild4
-rwxr-xr-xsource/n/tin/tin.SlackBuild2
3 files changed, 5 insertions, 3 deletions
diff --git a/source/n/NetworkManager/NetworkManager.SlackBuild b/source/n/NetworkManager/NetworkManager.SlackBuild
index c2fb7ed04..f607e36aa 100755
--- a/source/n/NetworkManager/NetworkManager.SlackBuild
+++ b/source/n/NetworkManager/NetworkManager.SlackBuild
@@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=NetworkManager
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-4}
+BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
MARCH=$( uname -m )
diff --git a/source/n/nftables/nftables.SlackBuild b/source/n/nftables/nftables.SlackBuild
index ca860fb5e..8dbb9e4e1 100755
--- a/source/n/nftables/nftables.SlackBuild
+++ b/source/n/nftables/nftables.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=nftables
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}
@@ -91,6 +91,8 @@ LIBS="-lncursesw" \
--with-python-bin=python3 \
--with-xtables \
--disable-static \
+ --with-json \
+ --enable-python \
--build=$ARCH-slackware-linux || exit 1
make $NUMJOBS || make || exit 1
diff --git a/source/n/tin/tin.SlackBuild b/source/n/tin/tin.SlackBuild
index 69a47bd8c..53e983eeb 100755
--- a/source/n/tin/tin.SlackBuild
+++ b/source/n/tin/tin.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=tin
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.xz | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-3}
+BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then