summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2021-10-28 20:27:04 +0000
committer Eric Hameleers <alien@slackware.com>2021-10-29 08:59:58 +0200
commit33c39826b0b2574d0d273d582c1c72cd16f5fa64 (patch)
treee64da4b0570d07f06cd094f520818a94d5e14a2d /source
parente2c76f9da884cde16347144d21d387e7558a3253 (diff)
downloadcurrent-33c39826b0b2574d0d273d582c1c72cd16f5fa64.tar.gz
current-33c39826b0b2574d0d273d582c1c72cd16f5fa64.tar.xz
Thu Oct 28 20:27:04 UTC 202120211028202704
a/kernel-firmware-20211028_b21eb26-noarch-1.txz: Upgraded. l/glib2-2.70.1-x86_64-1.txz: Upgraded. l/mozilla-nss-3.72-x86_64-1.txz: Upgraded. l/python-distro-1.6.0-x86_64-1.txz: Upgraded. l/v4l-utils-1.22.1-x86_64-1.txz: Upgraded. n/dovecot-2.3.17-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source')
-rwxr-xr-xsource/l/mozilla-nss/mozilla-nss.SlackBuild2
-rwxr-xr-xsource/l/python-distro/python-distro.SlackBuild2
-rwxr-xr-xsource/l/v4l-utils/v4l-utils.SlackBuild7
3 files changed, 4 insertions, 7 deletions
diff --git a/source/l/mozilla-nss/mozilla-nss.SlackBuild b/source/l/mozilla-nss/mozilla-nss.SlackBuild
index 1114ebb65..9840a08fc 100755
--- a/source/l/mozilla-nss/mozilla-nss.SlackBuild
+++ b/source/l/mozilla-nss/mozilla-nss.SlackBuild
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=mozilla-nss
SRCNAM=nss
-VERSION=${VERSION:-3.71}
+VERSION=${VERSION:-3.72}
NSPR=${NSPR:-4.32}
BUILD=${BUILD:-1}
diff --git a/source/l/python-distro/python-distro.SlackBuild b/source/l/python-distro/python-distro.SlackBuild
index 093259fe9..ca273b50d 100755
--- a/source/l/python-distro/python-distro.SlackBuild
+++ b/source/l/python-distro/python-distro.SlackBuild
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=python-distro
SRCNAM=distro
VERSION=${VERSION:-$(echo $SRCNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-5}
+BUILD=${BUILD:-1}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
diff --git a/source/l/v4l-utils/v4l-utils.SlackBuild b/source/l/v4l-utils/v4l-utils.SlackBuild
index f83a08996..9fc5dd8d7 100755
--- a/source/l/v4l-utils/v4l-utils.SlackBuild
+++ b/source/l/v4l-utils/v4l-utils.SlackBuild
@@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=v4l-utils
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-3}
+BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}
@@ -79,12 +79,9 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \+
-# Using -std=gnu++14 to fix compile with gcc11 - revisit later to see if it's
-# still needed.
-
# Configure:
CFLAGS="$SLKCFLAGS" \
-CXXFLAGS="$SLKCFLAGS -std=gnu++14" \
+CXXFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \
--sysconfdir=/etc \