[openwrt/openwrt] busybox: clean up patch fuzz

LEDE Commits lede-commits at lists.infradead.org
Fri Jan 5 01:38:09 PST 2018


dedeckeh pushed a commit to openwrt/openwrt.git, branch master:
https://git.lede-project.org/b61a648e4adff13e08caca1eaf44ea3e03ae4dc8

commit b61a648e4adff13e08caca1eaf44ea3e03ae4dc8
Author: Kevin Darbyshire-Bryant <ldir at darbyshire-bryant.me.uk>
AuthorDate: Thu Jan 4 21:22:38 2018 +0000

    busybox: clean up patch fuzz
    
    Refresh patches to tidy up fuzz.  No functional changes
    
    Signed-off-by: Kevin Darbyshire-Bryant <ldir at darbyshire-bryant.me.uk>
---
 .../utils/busybox/patches/500-move-traceroute-applets-to-bin.patch | 4 ++--
 package/utils/busybox/patches/600-cve-2017-16544.patch             | 7 +------
 2 files changed, 3 insertions(+), 8 deletions(-)

diff --git a/package/utils/busybox/patches/500-move-traceroute-applets-to-bin.patch b/package/utils/busybox/patches/500-move-traceroute-applets-to-bin.patch
index 7fa06a6..3741e25 100644
--- a/package/utils/busybox/patches/500-move-traceroute-applets-to-bin.patch
+++ b/package/utils/busybox/patches/500-move-traceroute-applets-to-bin.patch
@@ -1,7 +1,7 @@
 --- a/networking/traceroute.c
 +++ b/networking/traceroute.c
-@@ -239,8 +239,8 @@
- //config:	  Add option -I to use ICMP ECHO instead of UDP datagrams.
+@@ -237,8 +237,8 @@
+ //config:	depends on TRACEROUTE || TRACEROUTE6
  
  /* Needs socket(AF_INET, SOCK_RAW, IPPROTO_ICMP), therefore BB_SUID_MAYBE: */
 -//applet:IF_TRACEROUTE(APPLET(traceroute, BB_DIR_USR_BIN, BB_SUID_MAYBE))
diff --git a/package/utils/busybox/patches/600-cve-2017-16544.patch b/package/utils/busybox/patches/600-cve-2017-16544.patch
index cbbdd53..3b142bd 100644
--- a/package/utils/busybox/patches/600-cve-2017-16544.patch
+++ b/package/utils/busybox/patches/600-cve-2017-16544.patch
@@ -12,11 +12,9 @@ Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
  libbb/lineedit.c | 12 ++++++++++++
  1 file changed, 12 insertions(+)
 
-diff --git a/libbb/lineedit.c b/libbb/lineedit.c
-index c0e35bb..56e8140 100644
 --- a/libbb/lineedit.c
 +++ b/libbb/lineedit.c
-@@ -645,6 +645,18 @@ static void free_tab_completion_data(void)
+@@ -633,6 +633,18 @@ static void free_tab_completion_data(voi
  
  static void add_match(char *matched)
  {
@@ -35,6 +33,3 @@ index c0e35bb..56e8140 100644
  	matches = xrealloc_vector(matches, 4, num_matches);
  	matches[num_matches] = matched;
  	num_matches++;
--- 
-cgit v0.12
-



More information about the lede-commits mailing list