diff options
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 |
commit | 2aacdc1363933cb9d155e2d694a63db7c6441f56 (patch) | |
tree | a2a99ffd9a6af520524b980bc6db6afed4c8bdf0 /source/a | |
parent | 9c985cec73b56a192a6d0bad7dac12ac83b77d34 (diff) | |
download | current-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/a')
-rwxr-xr-x | source/a/libbytesize/libbytesize.SlackBuild | 2 | ||||
-rwxr-xr-x | source/a/ntfs-3g/ntfs-3g.SlackBuild | 9 | ||||
-rwxr-xr-x | source/a/tree/tree.SlackBuild | 8 |
3 files changed, 13 insertions, 6 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 \ |