From 5d8d4fbbcb5c5de9370711c19bb3510210989a98 Mon Sep 17 00:00:00 2001 From: Ilya Lipnitskiy Date: Sat, 20 Feb 2021 16:02:15 -0800 Subject: treewide: Run refresh on all packages The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy --- net/netcat/patches/001-netcat_flag_count.patch | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'net/netcat/patches') diff --git a/net/netcat/patches/001-netcat_flag_count.patch b/net/netcat/patches/001-netcat_flag_count.patch index 44ee9e1f9..004fe9461 100644 --- a/net/netcat/patches/001-netcat_flag_count.patch +++ b/net/netcat/patches/001-netcat_flag_count.patch @@ -1,8 +1,6 @@ -Index: netcat-0.7.1/src/flagset.c -=================================================================== ---- netcat-0.7.1.orig/src/flagset.c 2009-02-06 19:56:01.000000000 +0100 -+++ netcat-0.7.1/src/flagset.c 2009-02-06 19:56:13.000000000 +0100 -@@ -134,7 +134,7 @@ +--- a/src/flagset.c ++++ b/src/flagset.c +@@ -134,7 +134,7 @@ unsigned short netcat_flag_next(unsigned int netcat_flag_count(void) { @@ -11,7 +9,7 @@ Index: netcat-0.7.1/src/flagset.c register int i; int ret = 0; -@@ -154,7 +154,7 @@ +@@ -154,7 +154,7 @@ int netcat_flag_count(void) Assumed that the bit number 1 is the sign, and that we will shift the bit 1 (or the bit that takes its place later) until the the most right, WHY it has to keep the wrong sign? */ -- cgit v1.2.3