aboutsummaryrefslogtreecommitdiffstats
path: root/package/utils/busybox/patches/002-backport1330fix-traceroute.patch
diff options
context:
space:
mode:
authorNick Hainke <vincent@systemli.org>2021-05-08 09:38:58 +0200
committerPaul Spooren <mail@aparcar.org>2021-05-12 18:32:03 +0200
commit6713fe030fca32fc3d5ad9761f3b2f96501aedd6 (patch)
tree19c8544e3347b66a35e33a8f50791c7f9ef4614f /package/utils/busybox/patches/002-backport1330fix-traceroute.patch
parent025bd93f36c9923127674ce127e22933592cba6c (diff)
downloadupstream-6713fe030fca32fc3d5ad9761f3b2f96501aedd6.tar.gz
upstream-6713fe030fca32fc3d5ad9761f3b2f96501aedd6.tar.bz2
upstream-6713fe030fca32fc3d5ad9761f3b2f96501aedd6.zip
busybox: update to 1.33.1
Remove backports: - 001-backport1330fix-ash-make-strdup-copy.patch - 002-backport1330fix-traceroute.patch - 005-backport-CVE-2021-28831.patch Remove upstreamed: - 010-fix-wrong-variable.patch Signed-off-by: Nick Hainke <vincent@systemli.org> [don't use $(AUTORELEASE) for now] Signed-off-by: Paul Spooren <mail@aparcar.org>
Diffstat (limited to 'package/utils/busybox/patches/002-backport1330fix-traceroute.patch')
-rw-r--r--package/utils/busybox/patches/002-backport1330fix-traceroute.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/package/utils/busybox/patches/002-backport1330fix-traceroute.patch b/package/utils/busybox/patches/002-backport1330fix-traceroute.patch
deleted file mode 100644
index eb03094eee..0000000000
--- a/package/utils/busybox/patches/002-backport1330fix-traceroute.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From 89358a7131d3e75c74af834bb117b4fad7914983 Mon Sep 17 00:00:00 2001
-From: Denys Vlasenko <vda.linux@googlemail.com>
-Date: Tue, 2 Feb 2021 13:48:21 +0100
-Subject: traceroute: fix option parsing
-
-Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
----
- networking/traceroute.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/networking/traceroute.c b/networking/traceroute.c
-index 3f1a9ab46..29f5e480b 100644
---- a/networking/traceroute.c
-+++ b/networking/traceroute.c
-@@ -896,7 +896,7 @@ traceroute_init(int op, char **argv)
-
- op |= getopt32(argv, "^"
- OPT_STRING
-- "\0" "-1:x-x" /* minimum 1 arg */
-+ "\0" "-1" /* minimum 1 arg */
- , &tos_str, &device, &max_ttl_str, &port_str, &nprobes_str
- , &source, &waittime_str, &pausemsecs_str, &first_ttl_str
- );
---
-cgit v1.2.1
-