diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2019-08-30 18:50:32 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2019-08-31 08:59:46 +0200 |
commit | bfb7494122bbe72a83747ff11d0f7497e9b50e1e (patch) | |
tree | 445109bfc9c568d912036a89b655f55ee267a847 /source/a/findutils/findutils.SlackBuild | |
parent | 0b228c957620e1f1cd1b9ef86f2b1f0b9c104b6f (diff) | |
download | current-bfb7494122bbe72a83747ff11d0f7497e9b50e1e.tar.gz current-bfb7494122bbe72a83747ff11d0f7497e9b50e1e.tar.xz |
Fri Aug 30 18:50:32 UTC 201920190830185032
a/bash-5.0.011-x86_64-1.txz: Upgraded.
a/findutils-4.7.0-x86_64-1.txz: Upgraded.
ap/squashfs-tools-4.4-x86_64-1.txz: Upgraded.
n/irssi-1.2.2-x86_64-1.txz: Upgraded.
This update fixes a security issue:
Use after free when receiving duplicate CAP found by Joseph Bisch.
For more information, see:
https://irssi.org/security/html/irssi_sa_2019_08
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-15717
(* Security fix *)
x/libvdpau-1.3-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/a/findutils/findutils.SlackBuild')
-rwxr-xr-x | source/a/findutils/findutils.SlackBuild | 16 |
1 files changed, 3 insertions, 13 deletions
diff --git a/source/a/findutils/findutils.SlackBuild b/source/a/findutils/findutils.SlackBuild index 2b80de120..8c6e2b1fc 100755 --- a/source/a/findutils/findutils.SlackBuild +++ b/source/a/findutils/findutils.SlackBuild @@ -79,19 +79,8 @@ find . \ # like to be yelled at. zcat $CWD/findutils.no.default.options.warnings.diff.gz | patch -p1 --verbose || exit 1 -# Add patches from Fedora to finally make findutils-4.6.0 usable: -zcat $CWD/patches/findutils-4.4.2-xautofs.patch.gz | patch -p1 --verbose || exit 1 -zcat $CWD/patches/findutils-4.5.13-warnings.patch.gz | patch -p1 --verbose || exit 1 -zcat $CWD/patches/findutils-4.5.15-no-locate.patch.gz | patch -p1 --verbose || exit 1 -zcat $CWD/patches/findutils-4.6.0-exec-args.patch.gz | patch -p1 --verbose || exit 1 -zcat $CWD/patches/findutils-4.6.0-fts-update.patch.gz | patch -p1 --verbose || exit 1 -zcat $CWD/patches/findutils-4.6.0-gnulib-fflush.patch.gz | patch -p1 --verbose || exit 1 -zcat $CWD/patches/findutils-4.6.0-gnulib-makedev.patch.gz | patch -p1 --verbose || exit 1 -zcat $CWD/patches/findutils-4.6.0-internal-noop.patch.gz | patch -p1 --verbose || exit 1 -zcat $CWD/patches/findutils-4.6.0-leaf-opt.patch.gz | patch -p1 --verbose || exit 1 -zcat $CWD/patches/findutils-4.6.0-man-exec.patch.gz | patch -p1 --verbose || exit 1 -zcat $CWD/patches/findutils-4.6.0-mbrtowc-tests.patch.gz | patch -p1 --verbose || exit 1 -zcat $CWD/patches/findutils-4.6.0-test-lock.patch.gz | patch -p1 --verbose || exit 1 +# Don't include updatedb, locate, frcode: +zcat $CWD/findutils.nolocate.diff.gz | patch -p1 --verbose || exit 1 autoreconf -vif @@ -104,6 +93,7 @@ CFLAGS="$SLKCFLAGS" \ make $NUMJOBS || make || exit 1 make install DESTDIR=$PKG || exit 1 +make install-man DESTDIR=$PKG || exit 1 # Now there is only FTS find, but make the old symlink in case any scripts # out there are using it: |