mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 15:08:40 +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>
This commit is contained in:
-5
@@ -11,8 +11,6 @@ Signed-off-by: Jan Engelhardt <jengelh@inai.de>
|
||||
Make_global.am | 4 ++--
|
||||
1 file changed, 2 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/Make_global.am b/Make_global.am
|
||||
index b7dab7b..a4e9bd9 100644
|
||||
--- a/Make_global.am
|
||||
+++ b/Make_global.am
|
||||
@@ -1,2 +1,2 @@
|
||||
@@ -20,6 +18,3 @@ index b7dab7b..a4e9bd9 100644
|
||||
-AM_CFLAGS = -Wall ${LIBNFNETLINK_CFLAGS}
|
||||
+AM_CPPFLAGS = -I${top_srcdir}/include ${LIBNFNETLINK_CFLAGS}
|
||||
+AM_CFLAGS = -Wall
|
||||
--
|
||||
1.7.10.4
|
||||
|
||||
|
||||
@@ -8,8 +8,6 @@ Signed-off-by: Jan Engelhardt <jengelh@inai.de>
|
||||
Makefile.am | 2 --
|
||||
1 file changed, 2 deletions(-)
|
||||
|
||||
diff --git a/Makefile.am b/Makefile.am
|
||||
index b758e56..9a1cbcb 100644
|
||||
--- a/Makefile.am
|
||||
+++ b/Makefile.am
|
||||
@@ -1,6 +1,4 @@
|
||||
@@ -19,6 +17,3 @@ index b758e56..9a1cbcb 100644
|
||||
|
||||
ACLOCAL_AMFLAGS = -I m4
|
||||
|
||||
--
|
||||
1.7.10.4
|
||||
|
||||
|
||||
@@ -12,8 +12,6 @@ Signed-off-by: Jan Engelhardt <jengelh@inai.de>
|
||||
configure.ac | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/configure.ac b/configure.ac
|
||||
index fe6e75f..e6e1317 100644
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -7,6 +7,7 @@ AC_CONFIG_MACRO_DIR([m4])
|
||||
@@ -24,6 +22,3 @@ index fe6e75f..e6e1317 100644
|
||||
|
||||
dnl kernel style compile messages
|
||||
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
|
||||
--
|
||||
1.7.10.4
|
||||
|
||||
|
||||
-5
@@ -7,8 +7,6 @@ Subject: [PATCH 4/6] Add include needed for integer type definition.
|
||||
include/libnetfilter_log/libnetfilter_log.h | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/include/libnetfilter_log/libnetfilter_log.h b/include/libnetfilter_log/libnetfilter_log.h
|
||||
index 6b0d3b0..a1331de 100644
|
||||
--- a/include/libnetfilter_log/libnetfilter_log.h
|
||||
+++ b/include/libnetfilter_log/libnetfilter_log.h
|
||||
@@ -9,6 +9,7 @@
|
||||
@@ -19,6 +17,3 @@ index 6b0d3b0..a1331de 100644
|
||||
#include <libnetfilter_log/linux_nfnetlink_log.h>
|
||||
|
||||
struct nflog_handle;
|
||||
--
|
||||
1.7.10.4
|
||||
|
||||
|
||||
@@ -9,8 +9,6 @@ Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
|
||||
configure.ac | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/configure.ac b/configure.ac
|
||||
index e6e1317..189a753 100644
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -20,7 +20,7 @@ AC_PROG_INSTALL
|
||||
@@ -22,6 +20,3 @@ index e6e1317..189a753 100644
|
||||
*) AC_MSG_ERROR([Linux only, dude!]);;
|
||||
esac
|
||||
|
||||
--
|
||||
1.7.10.4
|
||||
|
||||
|
||||
-11
@@ -16,8 +16,6 @@ Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
|
||||
utils/Makefile.am | 7 +++++--
|
||||
4 files changed, 19 insertions(+), 4 deletions(-)
|
||||
|
||||
diff --git a/configure.ac b/configure.ac
|
||||
index 189a753..88ff7ab 100644
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -24,6 +24,11 @@ case "$host" in
|
||||
@@ -32,8 +30,6 @@ index 189a753..88ff7ab 100644
|
||||
dnl Dependencies
|
||||
PKG_CHECK_MODULES([LIBNFNETLINK], [libnfnetlink >= 0.0.41])
|
||||
|
||||
diff --git a/include/libnetfilter_log/Makefile.am b/include/libnetfilter_log/Makefile.am
|
||||
index fe934f1..fde1d60 100644
|
||||
--- a/include/libnetfilter_log/Makefile.am
|
||||
+++ b/include/libnetfilter_log/Makefile.am
|
||||
@@ -1,3 +1,6 @@
|
||||
@@ -44,8 +40,6 @@ index fe934f1..fde1d60 100644
|
||||
+if BUILD_IPULOG
|
||||
+pkginclude_HEADERS += libipulog.h
|
||||
+endif
|
||||
diff --git a/src/Makefile.am b/src/Makefile.am
|
||||
index 10a66e2..33933a4 100644
|
||||
--- a/src/Makefile.am
|
||||
+++ b/src/Makefile.am
|
||||
@@ -22,14 +22,18 @@ LIBVERSION=2:0:1
|
||||
@@ -68,8 +62,6 @@ index 10a66e2..33933a4 100644
|
||||
libnetfilter_log_libipulog_la_LIBADD = libnetfilter_log.la
|
||||
libnetfilter_log_libipulog_la_SOURCES = libipulog_compat.c
|
||||
+endif
|
||||
diff --git a/utils/Makefile.am b/utils/Makefile.am
|
||||
index ae64c90..f961b6c 100644
|
||||
--- a/utils/Makefile.am
|
||||
+++ b/utils/Makefile.am
|
||||
@@ -1,12 +1,15 @@
|
||||
@@ -90,6 +82,3 @@ index ae64c90..f961b6c 100644
|
||||
ulog_test_LDFLAGS = -dynamic
|
||||
-
|
||||
+endif
|
||||
--
|
||||
1.7.10.4
|
||||
|
||||
|
||||
@@ -9,8 +9,6 @@ Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
|
||||
include/libnetfilter_log/linux_nfnetlink_log.h | 51 +++++++++++++-------------
|
||||
1 file changed, 25 insertions(+), 26 deletions(-)
|
||||
|
||||
diff --git a/include/libnetfilter_log/linux_nfnetlink_log.h b/include/libnetfilter_log/linux_nfnetlink_log.h
|
||||
index 4c802c8..9f38277 100644
|
||||
--- a/include/libnetfilter_log/linux_nfnetlink_log.h
|
||||
+++ b/include/libnetfilter_log/linux_nfnetlink_log.h
|
||||
@@ -20,33 +20,31 @@ enum nfulnl_msg_types {
|
||||
@@ -103,6 +101,3 @@ index 4c802c8..9f38277 100644
|
||||
|
||||
#define NFULNL_CFG_F_SEQ 0x0001
|
||||
#define NFULNL_CFG_F_SEQ_GLOBAL 0x0002
|
||||
--
|
||||
2.11.0
|
||||
|
||||
|
||||
@@ -9,8 +9,6 @@ Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
|
||||
include/libnetfilter_log/linux_nfnetlink_log.h | 9 ++++-----
|
||||
1 file changed, 4 insertions(+), 5 deletions(-)
|
||||
|
||||
diff --git a/include/libnetfilter_log/linux_nfnetlink_log.h b/include/libnetfilter_log/linux_nfnetlink_log.h
|
||||
index 9f38277..081e7f9 100644
|
||||
--- a/include/libnetfilter_log/linux_nfnetlink_log.h
|
||||
+++ b/include/libnetfilter_log/linux_nfnetlink_log.h
|
||||
@@ -1,16 +1,12 @@
|
||||
@@ -47,6 +45,3 @@ index 9f38277..081e7f9 100644
|
||||
+#define NFULNL_CFG_F_CONNTRACK 0x0004
|
||||
|
||||
#endif /* _NFNETLINK_LOG_H */
|
||||
--
|
||||
2.11.0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user