summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2022-05-26 18:27:32 +0000
committer Eric Hameleers <alien@slackware.com>2022-05-27 06:59:46 +0200
commit2aacdc1363933cb9d155e2d694a63db7c6441f56 (patch)
treea2a99ffd9a6af520524b980bc6db6afed4c8bdf0 /source
parent9c985cec73b56a192a6d0bad7dac12ac83b77d34 (diff)
downloadcurrent-2aacdc1363933cb9d155e2d694a63db7c6441f56.tar.gz
current-2aacdc1363933cb9d155e2d694a63db7c6441f56.tar.xz
Thu May 26 18:27:32 UTC 202220220526182732
a/libbytesize-2.7-x86_64-1.txz: Upgraded. a/logrotate-3.20.1-x86_64-1.txz: Upgraded. a/ntfs-3g-2022.5.17-x86_64-1.txz: Upgraded. a/tree-2.0.2-x86_64-1.txz: Upgraded. ap/cups-2.4.2-x86_64-1.txz: Upgraded. Fixed certificate strings comparison for Local authorization. For more information, see: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-26691 (* Security fix *) d/cmake-3.23.2-x86_64-1.txz: Upgraded. l/libqalculate-4.2.0-x86_64-1.txz: Upgraded. n/epic5-2.1.10-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source')
-rwxr-xr-xsource/a/libbytesize/libbytesize.SlackBuild2
-rwxr-xr-xsource/a/ntfs-3g/ntfs-3g.SlackBuild9
-rwxr-xr-xsource/a/tree/tree.SlackBuild8
-rwxr-xr-xsource/l/libqalculate/libqalculate.SlackBuild2
4 files changed, 14 insertions, 7 deletions
diff --git a/source/a/libbytesize/libbytesize.SlackBuild b/source/a/libbytesize/libbytesize.SlackBuild
index 971d689fe..21765d4e3 100755
--- a/source/a/libbytesize/libbytesize.SlackBuild
+++ b/source/a/libbytesize/libbytesize.SlackBuild
@@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=libbytesize
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | 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
diff --git a/source/a/ntfs-3g/ntfs-3g.SlackBuild b/source/a/ntfs-3g/ntfs-3g.SlackBuild
index eccbb903c..068743ffe 100755
--- a/source/a/ntfs-3g/ntfs-3g.SlackBuild
+++ b/source/a/ntfs-3g/ntfs-3g.SlackBuild
@@ -29,7 +29,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=ntfs-3g
-SRCNAM=ntfs-3g_ntfsprogs
+SRCNAM=ntfs-3g
VERSION=${VERSION:-$(echo $SRCNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
BUILD=${BUILD:-1}
@@ -83,6 +83,13 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \+
+if [ ! -r configure ]; then
+ if [ -x ./autogen.sh ]; then
+ NOCONFIGURE=1 ./autogen.sh
+ else
+ autoreconf -vif
+ fi
+fi
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
diff --git a/source/a/tree/tree.SlackBuild b/source/a/tree/tree.SlackBuild
index ef41594e0..0ada3cc7c 100755
--- a/source/a/tree/tree.SlackBuild
+++ b/source/a/tree/tree.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright 2007-2018 Patrick J. Volkerding, Sebeka, Minnesota, USA
+# Copyright 2007-2022 Patrick J. Volkerding, Sebeka, Minnesota, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,8 +23,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=tree
-VERSION=1.8.0
-BUILD=${BUILD:-3}
+VERSION=2.0.2
+BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
@@ -85,7 +85,7 @@ chmod 755 $PKG/usr/bin/tree
mkdir -p $PKG/usr/man/man1 $PKG/usr/man/fr/man1
gzip -9c doc/tree.1 > $PKG/usr/man/man1/tree.1.gz
-gzip -9c doc/tree.1.fr > $PKG/usr/man/fr/man1/tree.1.gz
+gzip -9c doc/tree.fr.1 > $PKG/usr/man/fr/man1/tree.1.gz
mkdir -p $PKG/usr/doc/tree-$VERSION
cp -a \
diff --git a/source/l/libqalculate/libqalculate.SlackBuild b/source/l/libqalculate/libqalculate.SlackBuild
index f06cb4de0..82062ea8a 100755
--- a/source/l/libqalculate/libqalculate.SlackBuild
+++ b/source/l/libqalculate/libqalculate.SlackBuild
@@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=libqalculate
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then