mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 23:48:39 +01:00
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 <ilya.lipnitskiy@gmail.com>
(cherry picked from commit 5d8d4fbbcb)
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
committed by
Jeffery To
parent
99a5a094eb
commit
b1cbd93bcd
@@ -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? */
|
||||
|
||||
Reference in New Issue
Block a user