summaryrefslogtreecommitdiffstats
path: root/source/a/findutils/patches/findutils-4.6.0-man-exec.patch
diff options
context:
space:
mode:
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
commitbfb7494122bbe72a83747ff11d0f7497e9b50e1e (patch)
tree445109bfc9c568d912036a89b655f55ee267a847 /source/a/findutils/patches/findutils-4.6.0-man-exec.patch
parent0b228c957620e1f1cd1b9ef86f2b1f0b9c104b6f (diff)
downloadcurrent-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/patches/findutils-4.6.0-man-exec.patch')
-rw-r--r--source/a/findutils/patches/findutils-4.6.0-man-exec.patch44
1 files changed, 0 insertions, 44 deletions
diff --git a/source/a/findutils/patches/findutils-4.6.0-man-exec.patch b/source/a/findutils/patches/findutils-4.6.0-man-exec.patch
deleted file mode 100644
index 6a64568db..000000000
--- a/source/a/findutils/patches/findutils-4.6.0-man-exec.patch
+++ /dev/null
@@ -1,44 +0,0 @@
-From a8ff1e964b2b8cd0b60362c76bd92795cee6b3c3 Mon Sep 17 00:00:00 2001
-From: Kamil Dudka <kdudka@redhat.com>
-Date: Sun, 17 Apr 2016 22:36:13 +0200
-Subject: [PATCH] doc: clarify exit status handling of -exec command {} +
-
-* find/find.1 (-exec): Explain how exit status is propagated if the
--exec command {} + syntax is used.
-(-execdir): Likewise.
-
-Reported at https://bugzilla.redhat.com/1325049
-
-Upstream-commit: ae424b959c5e9bd23f9f686cb34653bc4cd1270e
-Signed-off-by: Kamil Dudka <kdudka@redhat.com>
----
- find/find.1 | 6 ++++++
- 1 file changed, 6 insertions(+)
-
-diff --git a/find/find.1 b/find/find.1
-index a36a0bc..c4aaf17 100644
---- a/find/find.1
-+++ b/find/find.1
-@@ -1069,6 +1069,9 @@ command line is built in much the same way that
- .B xargs
- builds its command lines. Only one instance of `{}' is allowed within
- the command. The command is executed in the starting directory. If
-+any invocation returns a non-zero value as exit status, then
-+.B find
-+returns a non-zero exit status. If
- .B find
- encounters an error, this can sometimes cause an
- immediate exit, so some pending commands may not be run
-@@ -1104,6 +1107,9 @@ appropriately-named file in a directory in which you will run
- The same applies to having entries in
- .B $PATH
- which are empty or which are not absolute directory names. If
-+any invocation returns a non-zero value as exit status, then
-+.B find
-+returns a non-zero exit status. If
- .B find
- encounters an error, this can sometimes cause an
- immediate exit, so some pending commands may not be run
---
-2.5.5
-