diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2023-06-21 18:09:11 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-06-21 09:15:20 -0700 |
commit | be8c765c7c4ed48404da8fd8e813c9f3ab5ad415 (patch) | |
tree | 45fa8c8906c400a9bc25085ec91588d02fdf5c80 /meta-networking | |
parent | 2393cd93ae1bb706744bae9185f2af74867950b8 (diff) | |
download | meta-openembedded-be8c765c7c4ed48404da8fd8e813c9f3ab5ad415.tar.gz |
*.patch: add Upstream-Status to all patches
There is new patch-status QA check in oe-core:
https://git.openembedded.org/openembedded-core/commit/?id=76a685bfcf927593eac67157762a53259089ea8a
This is temporary work around just to hide _many_ warnings from
optional patch-status (if you add it to WARN_QA).
This just added
Upstream-Status: Pending
everywhere without actually investigating what's the proper status.
This is just to hide current QA warnings and to catch new .patch files being
added without Upstream-Status, but the number of Pending patches is now terrible:
5 (26%) meta-xfce
6 (50%) meta-perl
15 (42%) meta-webserver
21 (36%) meta-gnome
25 (57%) meta-filesystems
26 (43%) meta-initramfs
45 (45%) meta-python
47 (55%) meta-multimedia
312 (63%) meta-networking
756 (61%) meta-oe
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking')
120 files changed, 240 insertions, 0 deletions
diff --git a/meta-networking/recipes-connectivity/bearssl/bearssl/0002-test-test_x509.c-fix-potential-overflow-issue.patch b/meta-networking/recipes-connectivity/bearssl/bearssl/0002-test-test_x509.c-fix-potential-overflow-issue.patch index 94abd27faf..e0e5c13588 100644 --- a/meta-networking/recipes-connectivity/bearssl/bearssl/0002-test-test_x509.c-fix-potential-overflow-issue.patch +++ b/meta-networking/recipes-connectivity/bearssl/bearssl/0002-test-test_x509.c-fix-potential-overflow-issue.patch | |||
@@ -19,6 +19,8 @@ Fixes: | |||
19 | 19 | ||
20 | Signed-off-by: Jens Rehsack <sno@netbsd.org> | 20 | Signed-off-by: Jens Rehsack <sno@netbsd.org> |
21 | --- | 21 | --- |
22 | Upstream-Status: Pending | ||
23 | |||
22 | test/test_x509.c | 3 +-- | 24 | test/test_x509.c | 3 +-- |
23 | 1 file changed, 1 insertion(+), 2 deletions(-) | 25 | 1 file changed, 1 insertion(+), 2 deletions(-) |
24 | 26 | ||
diff --git a/meta-networking/recipes-connectivity/daq/files/0001-correct-the-location-of-unistd.h.patch b/meta-networking/recipes-connectivity/daq/files/0001-correct-the-location-of-unistd.h.patch index 4798a77f55..38dae2099a 100644 --- a/meta-networking/recipes-connectivity/daq/files/0001-correct-the-location-of-unistd.h.patch +++ b/meta-networking/recipes-connectivity/daq/files/0001-correct-the-location-of-unistd.h.patch | |||
@@ -5,6 +5,8 @@ Subject: [PATCH] correct the location of unistd.h | |||
5 | 5 | ||
6 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 6 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
7 | --- | 7 | --- |
8 | Upstream-Status: Pending | ||
9 | |||
8 | os-daq-modules/daq_ipfw.c | 2 +- | 10 | os-daq-modules/daq_ipfw.c | 2 +- |
9 | 1 file changed, 1 insertion(+), 1 deletion(-) | 11 | 1 file changed, 1 insertion(+), 1 deletion(-) |
10 | 12 | ||
diff --git a/meta-networking/recipes-connectivity/dibbler/dibbler/dibbler_fix_getSize_crash.patch b/meta-networking/recipes-connectivity/dibbler/dibbler/dibbler_fix_getSize_crash.patch index 42d2627a1a..439ef1177d 100644 --- a/meta-networking/recipes-connectivity/dibbler/dibbler/dibbler_fix_getSize_crash.patch +++ b/meta-networking/recipes-connectivity/dibbler/dibbler/dibbler_fix_getSize_crash.patch | |||
@@ -1,3 +1,5 @@ | |||
1 | Upstream-Status: Pending | ||
2 | |||
1 | Index: git/ClntMessages/ClntMsgRequest.cpp | 3 | Index: git/ClntMessages/ClntMsgRequest.cpp |
2 | =================================================================== | 4 | =================================================================== |
3 | --- git.orig/ClntMessages/ClntMsgRequest.cpp | 5 | --- git.orig/ClntMessages/ClntMsgRequest.cpp |
diff --git a/meta-networking/recipes-connectivity/ez-ipupdate/files/Makefile.am.patch b/meta-networking/recipes-connectivity/ez-ipupdate/files/Makefile.am.patch index d80ed3e29d..dde233121a 100644 --- a/meta-networking/recipes-connectivity/ez-ipupdate/files/Makefile.am.patch +++ b/meta-networking/recipes-connectivity/ez-ipupdate/files/Makefile.am.patch | |||
@@ -1,3 +1,5 @@ | |||
1 | Upstream-Status: Pending | ||
2 | |||
1 | Remove EXTRASRC and EXTRAOBJ from obj list | 3 | Remove EXTRASRC and EXTRAOBJ from obj list |
2 | 4 | ||
3 | --- ez-ipupdate-3.0.11b7/Makefile.am.orig 2014-07-02 13:47:50.758034983 -0600 | 5 | --- ez-ipupdate-3.0.11b7/Makefile.am.orig 2014-07-02 13:47:50.758034983 -0600 |
diff --git a/meta-networking/recipes-connectivity/ez-ipupdate/files/cache_file.c.patch b/meta-networking/recipes-connectivity/ez-ipupdate/files/cache_file.c.patch index de5eb3a6d1..0199cb1278 100644 --- a/meta-networking/recipes-connectivity/ez-ipupdate/files/cache_file.c.patch +++ b/meta-networking/recipes-connectivity/ez-ipupdate/files/cache_file.c.patch | |||
@@ -1,3 +1,5 @@ | |||
1 | Upstream-Status: Pending | ||
2 | |||
1 | Dont assume errno type | 3 | Dont assume errno type |
2 | 4 | ||
3 | --- ez-ipupdate-3.0.11b7/cache_file.c.orig 2014-07-02 14:01:07.126029412 -0600 | 5 | --- ez-ipupdate-3.0.11b7/cache_file.c.orig 2014-07-02 14:01:07.126029412 -0600 |
diff --git a/meta-networking/recipes-connectivity/ez-ipupdate/files/conf_file.c.patch b/meta-networking/recipes-connectivity/ez-ipupdate/files/conf_file.c.patch index 02218a39ea..6325c1873f 100644 --- a/meta-networking/recipes-connectivity/ez-ipupdate/files/conf_file.c.patch +++ b/meta-networking/recipes-connectivity/ez-ipupdate/files/conf_file.c.patch | |||
@@ -1,3 +1,5 @@ | |||
1 | Upstream-Status: Pending | ||
2 | |||
1 | Dont assume errno type | 3 | Dont assume errno type |
2 | 4 | ||
3 | --- ez-ipupdate-3.0.11b7/conf_file.c.orig 2014-07-02 14:01:19.174029328 -0600 | 5 | --- ez-ipupdate-3.0.11b7/conf_file.c.orig 2014-07-02 14:01:19.174029328 -0600 |
diff --git a/meta-networking/recipes-connectivity/ez-ipupdate/files/wformat.patch b/meta-networking/recipes-connectivity/ez-ipupdate/files/wformat.patch index 1de267f083..3b791559d5 100644 --- a/meta-networking/recipes-connectivity/ez-ipupdate/files/wformat.patch +++ b/meta-networking/recipes-connectivity/ez-ipupdate/files/wformat.patch | |||
@@ -1,3 +1,5 @@ | |||
1 | Upstream-Status: Pending | ||
2 | |||
1 | Index: ez-ipupdate-3.0.11b7/ez-ipupdate.c | 3 | Index: ez-ipupdate-3.0.11b7/ez-ipupdate.c |
2 | =================================================================== | 4 | =================================================================== |
3 | --- ez-ipupdate-3.0.11b7.orig/ez-ipupdate.c | 5 | --- ez-ipupdate-3.0.11b7.orig/ez-ipupdate.c |
diff --git a/meta-networking/recipes-connectivity/libiec61850/files/0001-pyiec61850-don-t-break-CMAKE_INSTALL_PATH-by-trying-.patch b/meta-networking/recipes-connectivity/libiec61850/files/0001-pyiec61850-don-t-break-CMAKE_INSTALL_PATH-by-trying-.patch index 2168a0713c..3f0490cb80 100644 --- a/meta-networking/recipes-connectivity/libiec61850/files/0001-pyiec61850-don-t-break-CMAKE_INSTALL_PATH-by-trying-.patch +++ b/meta-networking/recipes-connectivity/libiec61850/files/0001-pyiec61850-don-t-break-CMAKE_INSTALL_PATH-by-trying-.patch | |||
@@ -8,6 +8,8 @@ https://stackoverflow.com/questions/1242904/finding-python-site-packages-directo | |||
8 | 8 | ||
9 | Signed-off-by: Romain Naour <romain.naour@smile.fr> | 9 | Signed-off-by: Romain Naour <romain.naour@smile.fr> |
10 | --- | 10 | --- |
11 | Upstream-Status: Pending | ||
12 | |||
11 | pyiec61850/CMakeLists.txt | 11 ++--------- | 13 | pyiec61850/CMakeLists.txt | 11 ++--------- |
12 | 1 file changed, 2 insertions(+), 9 deletions(-) | 14 | 1 file changed, 2 insertions(+), 9 deletions(-) |
13 | 15 | ||
diff --git a/meta-networking/recipes-connectivity/openthread/ot-br-posix/unused_var.patch b/meta-networking/recipes-connectivity/openthread/ot-br-posix/unused_var.patch index 9727cbafd8..f10cec2d6c 100644 --- a/meta-networking/recipes-connectivity/openthread/ot-br-posix/unused_var.patch +++ b/meta-networking/recipes-connectivity/openthread/ot-br-posix/unused_var.patch | |||
@@ -1,3 +1,5 @@ | |||
1 | Upstream-Status: Pending | ||
2 | |||
1 | --- a/third_party/openthread/repo/src/cli/cli.cpp | 3 | --- a/third_party/openthread/repo/src/cli/cli.cpp |
2 | +++ b/third_party/openthread/repo/src/cli/cli.cpp | 4 | +++ b/third_party/openthread/repo/src/cli/cli.cpp |
3 | @@ -1785,6 +1785,7 @@ template <> otError Interpreter::Process | 5 | @@ -1785,6 +1785,7 @@ template <> otError Interpreter::Process |
diff --git a/meta-networking/recipes-connectivity/rdate/rdate/0001-rdate-define-logwtmp-on-libc-glibc.patch b/meta-networking/recipes-connectivity/rdate/rdate/0001-rdate-define-logwtmp-on-libc-glibc.patch index 08ba2c31e9..5fc21808f9 100644 --- a/meta-networking/recipes-connectivity/rdate/rdate/0001-rdate-define-logwtmp-on-libc-glibc.patch +++ b/meta-networking/recipes-connectivity/rdate/rdate/0001-rdate-define-logwtmp-on-libc-glibc.patch | |||
@@ -5,6 +5,8 @@ Subject: [PATCH] rdate: define logwtmp on libc != glibc | |||
5 | 5 | ||
6 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 6 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
7 | --- | 7 | --- |
8 | Upstream-Status: Pending | ||
9 | |||
8 | src/rdate.c | 15 +++++++++++++++ | 10 | src/rdate.c | 15 +++++++++++++++ |
9 | 1 file changed, 15 insertions(+) | 11 | 1 file changed, 15 insertions(+) |
10 | 12 | ||
diff --git a/meta-networking/recipes-connectivity/samba/samba/0002-do-not-import-target-module-while-cross-compile.patch b/meta-networking/recipes-connectivity/samba/samba/0002-do-not-import-target-module-while-cross-compile.patch index 186ee553a2..3b02690926 100644 --- a/meta-networking/recipes-connectivity/samba/samba/0002-do-not-import-target-module-while-cross-compile.patch +++ b/meta-networking/recipes-connectivity/samba/samba/0002-do-not-import-target-module-while-cross-compile.patch | |||
@@ -11,6 +11,8 @@ Signed-off-by: Bian Naimeng <biannm@cn.fujitsu.com> | |||
11 | update to version 4.10.5, and switch to python3 | 11 | update to version 4.10.5, and switch to python3 |
12 | Signed-off-by: Changqing Li <changqing.li@windriver.com> | 12 | Signed-off-by: Changqing Li <changqing.li@windriver.com> |
13 | --- | 13 | --- |
14 | Upstream-Status: Pending | ||
15 | |||
14 | buildtools/wafsamba/samba_bundled.py | 27 +++++++++++++++++++-------- | 16 | buildtools/wafsamba/samba_bundled.py | 27 +++++++++++++++++++-------- |
15 | 1 file changed, 19 insertions(+), 8 deletions(-) | 17 | 1 file changed, 19 insertions(+), 8 deletions(-) |
16 | 18 | ||
diff --git a/meta-networking/recipes-connectivity/samba/samba/samba-4.3.9-remove-getpwent_r.patch b/meta-networking/recipes-connectivity/samba/samba/samba-4.3.9-remove-getpwent_r.patch index 22451a2d11..9a83574e66 100644 --- a/meta-networking/recipes-connectivity/samba/samba/samba-4.3.9-remove-getpwent_r.patch +++ b/meta-networking/recipes-connectivity/samba/samba/samba-4.3.9-remove-getpwent_r.patch | |||
@@ -9,6 +9,8 @@ http://data.gpo.zugaina.org/musl/net-fs/samba/files/samba-4.3.9-remove-getpwent_ | |||
9 | 9 | ||
10 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 10 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
11 | --- | 11 | --- |
12 | Upstream-Status: Pending | ||
13 | |||
12 | source4/torture/local/nss_tests.c | 13 ++++++++----- | 14 | source4/torture/local/nss_tests.c | 13 ++++++++----- |
13 | 1 file changed, 8 insertions(+), 5 deletions(-) | 15 | 1 file changed, 8 insertions(+), 5 deletions(-) |
14 | 16 | ||
diff --git a/meta-networking/recipes-connectivity/samba/samba/samba-pam.patch b/meta-networking/recipes-connectivity/samba/samba/samba-pam.patch index 9e45459931..9bf1f9757c 100644 --- a/meta-networking/recipes-connectivity/samba/samba/samba-pam.patch +++ b/meta-networking/recipes-connectivity/samba/samba/samba-pam.patch | |||
@@ -7,6 +7,8 @@ http://data.gpo.zugaina.org/musl/net-fs/samba/files/samba-4.2.7-pam.patch | |||
7 | 7 | ||
8 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 8 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
9 | --- | 9 | --- |
10 | Upstream-Status: Pending | ||
11 | |||
10 | source3/wscript | 13 ++++++++++++- | 12 | source3/wscript | 13 ++++++++++++- |
11 | 1 file changed, 12 insertions(+), 1 deletion(-) | 13 | 1 file changed, 12 insertions(+), 1 deletion(-) |
12 | 14 | ||
diff --git a/meta-networking/recipes-connectivity/vpnc/vpnc/0001-search-for-log-help-in-build-dir.patch b/meta-networking/recipes-connectivity/vpnc/vpnc/0001-search-for-log-help-in-build-dir.patch index 184c7943b5..735edb582e 100644 --- a/meta-networking/recipes-connectivity/vpnc/vpnc/0001-search-for-log-help-in-build-dir.patch +++ b/meta-networking/recipes-connectivity/vpnc/vpnc/0001-search-for-log-help-in-build-dir.patch | |||
@@ -5,6 +5,8 @@ Subject: [PATCH 1/8] search for log-help in build dir | |||
5 | 5 | ||
6 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 6 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
7 | --- | 7 | --- |
8 | Upstream-Status: Pending | ||
9 | |||
8 | makeman.pl | 2 +- | 10 | makeman.pl | 2 +- |
9 | 1 file changed, 1 insertion(+), 1 deletion(-) | 11 | 1 file changed, 1 insertion(+), 1 deletion(-) |
10 | 12 | ||
diff --git a/meta-networking/recipes-connectivity/vpnc/vpnc/0002-Fix-vpnc-install-for-cross-compile.patch b/meta-networking/recipes-connectivity/vpnc/vpnc/0002-Fix-vpnc-install-for-cross-compile.patch index 6f00d3b894..6380804368 100644 --- a/meta-networking/recipes-connectivity/vpnc/vpnc/0002-Fix-vpnc-install-for-cross-compile.patch +++ b/meta-networking/recipes-connectivity/vpnc/vpnc/0002-Fix-vpnc-install-for-cross-compile.patch | |||
@@ -4,6 +4,8 @@ Date: Sun, 2 Dec 2012 02:16:54 +0100 | |||
4 | Subject: [PATCH 2/8] Fix vpnc install for cross compile | 4 | Subject: [PATCH 2/8] Fix vpnc install for cross compile |
5 | 5 | ||
6 | --- | 6 | --- |
7 | Upstream-Status: Pending | ||
8 | |||
7 | Makefile | 22 +++++++++++----------- | 9 | Makefile | 22 +++++++++++----------- |
8 | 1 file changed, 11 insertions(+), 11 deletions(-) | 10 | 1 file changed, 11 insertions(+), 11 deletions(-) |
9 | 11 | ||
diff --git a/meta-networking/recipes-connectivity/vpnc/vpnc/0003-error.h-is-specific-to-glibc-on-linux.patch b/meta-networking/recipes-connectivity/vpnc/vpnc/0003-error.h-is-specific-to-glibc-on-linux.patch index bb7730647b..60c28cef31 100644 --- a/meta-networking/recipes-connectivity/vpnc/vpnc/0003-error.h-is-specific-to-glibc-on-linux.patch +++ b/meta-networking/recipes-connectivity/vpnc/vpnc/0003-error.h-is-specific-to-glibc-on-linux.patch | |||
@@ -5,6 +5,8 @@ Subject: [PATCH 3/8] error.h is specific to glibc on linux | |||
5 | 5 | ||
6 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 6 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
7 | --- | 7 | --- |
8 | Upstream-Status: Pending | ||
9 | |||
8 | sysdep.h | 5 +++-- | 10 | sysdep.h | 5 +++-- |
9 | 1 file changed, 3 insertions(+), 2 deletions(-) | 11 | 1 file changed, 3 insertions(+), 2 deletions(-) |
10 | 12 | ||
diff --git a/meta-networking/recipes-connectivity/vpnc/vpnc/0004-Use-pkgconfig-instead-of-libgcrypt-config.patch b/meta-networking/recipes-connectivity/vpnc/vpnc/0004-Use-pkgconfig-instead-of-libgcrypt-config.patch index f70a13898f..305e9aabb1 100644 --- a/meta-networking/recipes-connectivity/vpnc/vpnc/0004-Use-pkgconfig-instead-of-libgcrypt-config.patch +++ b/meta-networking/recipes-connectivity/vpnc/vpnc/0004-Use-pkgconfig-instead-of-libgcrypt-config.patch | |||
@@ -5,6 +5,8 @@ Subject: [PATCH 4/8] Use pkgconfig instead of libgcrypt-config | |||
5 | 5 | ||
6 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 6 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
7 | --- | 7 | --- |
8 | Upstream-Status: Pending | ||
9 | |||
8 | Makefile | 4 ++-- | 10 | Makefile | 4 ++-- |
9 | 1 file changed, 2 insertions(+), 2 deletions(-) | 11 | 1 file changed, 2 insertions(+), 2 deletions(-) |
10 | 12 | ||
diff --git a/meta-networking/recipes-connectivity/vpnc/vpnc/0005-include-sys-ttydefaults.h-for-CEOT-definition.patch b/meta-networking/recipes-connectivity/vpnc/vpnc/0005-include-sys-ttydefaults.h-for-CEOT-definition.patch index 01783f45b7..af63433c0f 100644 --- a/meta-networking/recipes-connectivity/vpnc/vpnc/0005-include-sys-ttydefaults.h-for-CEOT-definition.patch +++ b/meta-networking/recipes-connectivity/vpnc/vpnc/0005-include-sys-ttydefaults.h-for-CEOT-definition.patch | |||
@@ -10,6 +10,8 @@ config.c:146:25: error: use of undeclared identifier 'CEOT' | |||
10 | 10 | ||
11 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 11 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
12 | --- | 12 | --- |
13 | Upstream-Status: Pending | ||
14 | |||
13 | config.c | 1 + | 15 | config.c | 1 + |
14 | 1 file changed, 1 insertion(+) | 16 | 1 file changed, 1 insertion(+) |
15 | 17 | ||
diff --git a/meta-networking/recipes-connectivity/vpnc/vpnc/0006-sysdep-Add-header-include-sequence-to-adjust-for-mus.patch b/meta-networking/recipes-connectivity/vpnc/vpnc/0006-sysdep-Add-header-include-sequence-to-adjust-for-mus.patch index fa89df2796..664c73a713 100644 --- a/meta-networking/recipes-connectivity/vpnc/vpnc/0006-sysdep-Add-header-include-sequence-to-adjust-for-mus.patch +++ b/meta-networking/recipes-connectivity/vpnc/vpnc/0006-sysdep-Add-header-include-sequence-to-adjust-for-mus.patch | |||
@@ -4,6 +4,8 @@ Date: Wed, 29 Mar 2017 23:09:47 -0700 | |||
4 | Subject: [PATCH 6/8] sysdep: Add header include sequence to adjust for musl | 4 | Subject: [PATCH 6/8] sysdep: Add header include sequence to adjust for musl |
5 | 5 | ||
6 | --- | 6 | --- |
7 | Upstream-Status: Pending | ||
8 | |||
7 | sysdep.h | 10 +++++++--- | 9 | sysdep.h | 10 +++++++--- |
8 | 1 file changed, 7 insertions(+), 3 deletions(-) | 10 | 1 file changed, 7 insertions(+), 3 deletions(-) |
9 | 11 | ||
diff --git a/meta-networking/recipes-connectivity/vpnc/vpnc/0007-add-error-API-when-error.h-is-not-on-platform.patch b/meta-networking/recipes-connectivity/vpnc/vpnc/0007-add-error-API-when-error.h-is-not-on-platform.patch index de67b47a43..f7d7b0aec3 100644 --- a/meta-networking/recipes-connectivity/vpnc/vpnc/0007-add-error-API-when-error.h-is-not-on-platform.patch +++ b/meta-networking/recipes-connectivity/vpnc/vpnc/0007-add-error-API-when-error.h-is-not-on-platform.patch | |||
@@ -5,6 +5,8 @@ Subject: [PATCH 7/8] add error() API when error.h is not on platform | |||
5 | 5 | ||
6 | sign-off-by: Khem Raj <raj.khem@gmail.com> | 6 | sign-off-by: Khem Raj <raj.khem@gmail.com> |
7 | --- | 7 | --- |
8 | Upstream-Status: Pending | ||
9 | |||
8 | sysdep.c | 24 ++++++++++++++++++++++++ | 10 | sysdep.c | 24 ++++++++++++++++++++++++ |
9 | sysdep.h | 2 ++ | 11 | sysdep.h | 2 ++ |
10 | 2 files changed, 26 insertions(+) | 12 | 2 files changed, 26 insertions(+) |
diff --git a/meta-networking/recipes-connectivity/vpnc/vpnc/0008-include-sysdep.h-before-net-if_tun.h.patch b/meta-networking/recipes-connectivity/vpnc/vpnc/0008-include-sysdep.h-before-net-if_tun.h.patch index 62ffdb7c9f..6c63011997 100644 --- a/meta-networking/recipes-connectivity/vpnc/vpnc/0008-include-sysdep.h-before-net-if_tun.h.patch +++ b/meta-networking/recipes-connectivity/vpnc/vpnc/0008-include-sysdep.h-before-net-if_tun.h.patch | |||
@@ -7,6 +7,8 @@ Fixes duplicate defines in header errors | |||
7 | 7 | ||
8 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 8 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
9 | --- | 9 | --- |
10 | Upstream-Status: Pending | ||
11 | |||
10 | sysdep.c | 3 ++- | 12 | sysdep.c | 3 ++- |
11 | 1 file changed, 2 insertions(+), 1 deletion(-) | 13 | 1 file changed, 2 insertions(+), 1 deletion(-) |
12 | 14 | ||
diff --git a/meta-networking/recipes-connectivity/vpnc/vpnc/0009-reduce-lifetime-value.patch b/meta-networking/recipes-connectivity/vpnc/vpnc/0009-reduce-lifetime-value.patch index 2bed550415..3da2efe479 100644 --- a/meta-networking/recipes-connectivity/vpnc/vpnc/0009-reduce-lifetime-value.patch +++ b/meta-networking/recipes-connectivity/vpnc/vpnc/0009-reduce-lifetime-value.patch | |||
@@ -12,6 +12,8 @@ don't. | |||
12 | Reducing the lifetime from its current value to 28800 (exactly 8 hours) | 12 | Reducing the lifetime from its current value to 28800 (exactly 8 hours) |
13 | causes it to start working with fortigate devices. | 13 | causes it to start working with fortigate devices. |
14 | --- | 14 | --- |
15 | Upstream-Status: Pending | ||
16 | |||
15 | vpnc.c | 4 ++-- | 17 | vpnc.c | 4 ++-- |
16 | 1 file changed, 2 insertions(+), 2 deletions(-) | 18 | 1 file changed, 2 insertions(+), 2 deletions(-) |
17 | 19 | ||
diff --git a/meta-networking/recipes-daemons/autofs/autofs/0001-Define-__SWORD_TYPE-and-_PATH_NSSWITCH_CONF.patch b/meta-networking/recipes-daemons/autofs/autofs/0001-Define-__SWORD_TYPE-and-_PATH_NSSWITCH_CONF.patch index 87159718b2..6128f3d0ed 100644 --- a/meta-networking/recipes-daemons/autofs/autofs/0001-Define-__SWORD_TYPE-and-_PATH_NSSWITCH_CONF.patch +++ b/meta-networking/recipes-daemons/autofs/autofs/0001-Define-__SWORD_TYPE-and-_PATH_NSSWITCH_CONF.patch | |||
@@ -9,6 +9,8 @@ them here | |||
9 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 9 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
10 | 10 | ||
11 | --- | 11 | --- |
12 | Upstream-Status: Pending | ||
13 | |||
12 | include/automount.h | 8 ++++++++ | 14 | include/automount.h | 8 ++++++++ |
13 | include/nsswitch.h | 3 +++ | 15 | include/nsswitch.h | 3 +++ |
14 | 2 files changed, 11 insertions(+) | 16 | 2 files changed, 11 insertions(+) |
diff --git a/meta-networking/recipes-daemons/autofs/autofs/0001-autofs-5.1.8-add-autofs_strerror_r-helper-for-musl.patch b/meta-networking/recipes-daemons/autofs/autofs/0001-autofs-5.1.8-add-autofs_strerror_r-helper-for-musl.patch index 5fd9a8d129..caf0105118 100644 --- a/meta-networking/recipes-daemons/autofs/autofs/0001-autofs-5.1.8-add-autofs_strerror_r-helper-for-musl.patch +++ b/meta-networking/recipes-daemons/autofs/autofs/0001-autofs-5.1.8-add-autofs_strerror_r-helper-for-musl.patch | |||
@@ -11,6 +11,8 @@ Signed-off-by: Fabian Groffen <grobian@gentoo.org> | |||
11 | Signed-off-by: Ian Kent <raven@themaw.net> | 11 | Signed-off-by: Ian Kent <raven@themaw.net> |
12 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 12 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
13 | --- | 13 | --- |
14 | Upstream-Status: Pending | ||
15 | |||
14 | include/automount.h | 5 +++++ | 16 | include/automount.h | 5 +++++ |
15 | lib/log.c | 10 ++++++++++ | 17 | lib/log.c | 10 ++++++++++ |
16 | 2 files changed, 15 insertions(+) | 18 | 2 files changed, 15 insertions(+) |
diff --git a/meta-networking/recipes-daemons/autofs/autofs/0001-modules-lookup_multi.c-Replace-__S_IEXEC-with-S_IEXE.patch b/meta-networking/recipes-daemons/autofs/autofs/0001-modules-lookup_multi.c-Replace-__S_IEXEC-with-S_IEXE.patch index 32293dd09f..8eec3014a0 100644 --- a/meta-networking/recipes-daemons/autofs/autofs/0001-modules-lookup_multi.c-Replace-__S_IEXEC-with-S_IEXE.patch +++ b/meta-networking/recipes-daemons/autofs/autofs/0001-modules-lookup_multi.c-Replace-__S_IEXEC-with-S_IEXE.patch | |||
@@ -9,6 +9,8 @@ all libc e.g. musl | |||
9 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 9 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
10 | 10 | ||
11 | --- | 11 | --- |
12 | Upstream-Status: Pending | ||
13 | |||
12 | modules/lookup_multi.c | 2 +- | 14 | modules/lookup_multi.c | 2 +- |
13 | 1 file changed, 1 insertion(+), 1 deletion(-) | 15 | 1 file changed, 1 insertion(+), 1 deletion(-) |
14 | 16 | ||
diff --git a/meta-networking/recipes-daemons/autofs/autofs/0002-Replace-__S_IEXEC-with-S_IEXEC.patch b/meta-networking/recipes-daemons/autofs/autofs/0002-Replace-__S_IEXEC-with-S_IEXEC.patch index 1a2eb4fc21..d67f6300c8 100644 --- a/meta-networking/recipes-daemons/autofs/autofs/0002-Replace-__S_IEXEC-with-S_IEXEC.patch +++ b/meta-networking/recipes-daemons/autofs/autofs/0002-Replace-__S_IEXEC-with-S_IEXEC.patch | |||
@@ -12,6 +12,8 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||
12 | update patch to version 5.1.5 | 12 | update patch to version 5.1.5 |
13 | Signed-off-by: Changqing Li <changqing.li@windriver.com> | 13 | Signed-off-by: Changqing Li <changqing.li@windriver.com> |
14 | --- | 14 | --- |
15 | Upstream-Status: Pending | ||
16 | |||
15 | daemon/lookup.c | 6 +++--- | 17 | daemon/lookup.c | 6 +++--- |
16 | modules/lookup_multi.c | 2 +- | 18 | modules/lookup_multi.c | 2 +- |
17 | 2 files changed, 4 insertions(+), 4 deletions(-) | 19 | 2 files changed, 4 insertions(+), 4 deletions(-) |
diff --git a/meta-networking/recipes-daemons/autofs/autofs/cross.patch b/meta-networking/recipes-daemons/autofs/autofs/cross.patch index b25c43f747..2a4f4fd0dd 100644 --- a/meta-networking/recipes-daemons/autofs/autofs/cross.patch +++ b/meta-networking/recipes-daemons/autofs/autofs/cross.patch | |||
@@ -3,6 +3,8 @@ From: Khem Raj <raj.khem@gmail.com> | |||
3 | Date: Sat, 5 Jan 2013 19:53:10 -0800 | 3 | Date: Sat, 5 Jan 2013 19:53:10 -0800 |
4 | 4 | ||
5 | --- | 5 | --- |
6 | Upstream-Status: Pending | ||
7 | |||
6 | aclocal.m4 | 2 ++ | 8 | aclocal.m4 | 2 ++ |
7 | configure.in | 8 ++++++-- | 9 | configure.in | 8 ++++++-- |
8 | 2 files changed, 8 insertions(+), 2 deletions(-) | 10 | 2 files changed, 8 insertions(+), 2 deletions(-) |
diff --git a/meta-networking/recipes-daemons/autofs/autofs/fix-the-YACC-rule-to-fix-a-building-failure.patch b/meta-networking/recipes-daemons/autofs/autofs/fix-the-YACC-rule-to-fix-a-building-failure.patch index 8ad3b22de5..fd736296a5 100644 --- a/meta-networking/recipes-daemons/autofs/autofs/fix-the-YACC-rule-to-fix-a-building-failure.patch +++ b/meta-networking/recipes-daemons/autofs/autofs/fix-the-YACC-rule-to-fix-a-building-failure.patch | |||
@@ -19,6 +19,8 @@ This lead to a race when compile amd_tok.o, the header file maybe rewritten. | |||
19 | Signed-off-by: Roy Li <rongqing.li@windriver.com> | 19 | Signed-off-by: Roy Li <rongqing.li@windriver.com> |
20 | 20 | ||
21 | --- | 21 | --- |
22 | Upstream-Status: Pending | ||
23 | |||
22 | lib/Makefile | 6 ++++-- | 24 | lib/Makefile | 6 ++++-- |
23 | modules/Makefile | 3 ++- | 25 | modules/Makefile | 3 ++- |
24 | 2 files changed, 6 insertions(+), 3 deletions(-) | 26 | 2 files changed, 6 insertions(+), 3 deletions(-) |
diff --git a/meta-networking/recipes-daemons/autofs/autofs/force-STRIP-to-emtpy.patch b/meta-networking/recipes-daemons/autofs/autofs/force-STRIP-to-emtpy.patch index 21396dd6f6..1fc500319e 100644 --- a/meta-networking/recipes-daemons/autofs/autofs/force-STRIP-to-emtpy.patch +++ b/meta-networking/recipes-daemons/autofs/autofs/force-STRIP-to-emtpy.patch | |||
@@ -8,6 +8,8 @@ otherwise the generate file will be stripped | |||
8 | Signed-off-by: Roy Li <rongqing.li@windriver.com> | 8 | Signed-off-by: Roy Li <rongqing.li@windriver.com> |
9 | 9 | ||
10 | --- | 10 | --- |
11 | Upstream-Status: Pending | ||
12 | |||
11 | Makefile.rules | 2 +- | 13 | Makefile.rules | 2 +- |
12 | 1 file changed, 1 insertion(+), 1 deletion(-) | 14 | 1 file changed, 1 insertion(+), 1 deletion(-) |
13 | 15 | ||
diff --git a/meta-networking/recipes-daemons/autofs/autofs/no-bash.patch b/meta-networking/recipes-daemons/autofs/autofs/no-bash.patch index c46c0e5ad2..f91c307d34 100644 --- a/meta-networking/recipes-daemons/autofs/autofs/no-bash.patch +++ b/meta-networking/recipes-daemons/autofs/autofs/no-bash.patch | |||
@@ -3,6 +3,8 @@ From: Khem Raj <raj.khem@gmail.com> | |||
3 | Date: Sat, 5 Jan 2013 19:53:10 -0800 | 3 | Date: Sat, 5 Jan 2013 19:53:10 -0800 |
4 | 4 | ||
5 | --- | 5 | --- |
6 | Upstream-Status: Pending | ||
7 | |||
6 | samples/auto.net | 2 +- | 8 | samples/auto.net | 2 +- |
7 | samples/auto.smb | 2 +- | 9 | samples/auto.smb | 2 +- |
8 | 2 files changed, 2 insertions(+), 2 deletions(-) | 10 | 2 files changed, 2 insertions(+), 2 deletions(-) |
diff --git a/meta-networking/recipes-daemons/ippool/ippool/0001-Respect-flags-from-env.patch b/meta-networking/recipes-daemons/ippool/ippool/0001-Respect-flags-from-env.patch index e967621259..5555d464c1 100644 --- a/meta-networking/recipes-daemons/ippool/ippool/0001-Respect-flags-from-env.patch +++ b/meta-networking/recipes-daemons/ippool/ippool/0001-Respect-flags-from-env.patch | |||
@@ -5,6 +5,8 @@ Subject: [PATCH 1/3] Respect flags from env | |||
5 | 5 | ||
6 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 6 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
7 | --- | 7 | --- |
8 | Upstream-Status: Pending | ||
9 | |||
8 | Makefile | 4 ++-- | 10 | Makefile | 4 ++-- |
9 | cli/Makefile | 2 +- | 11 | cli/Makefile | 2 +- |
10 | pppd/Makefile | 2 +- | 12 | pppd/Makefile | 2 +- |
diff --git a/meta-networking/recipes-daemons/ippool/ippool/0001-read-returns-ssize_t.patch b/meta-networking/recipes-daemons/ippool/ippool/0001-read-returns-ssize_t.patch index 7d3f9acb65..1b8de349cf 100644 --- a/meta-networking/recipes-daemons/ippool/ippool/0001-read-returns-ssize_t.patch +++ b/meta-networking/recipes-daemons/ippool/ippool/0001-read-returns-ssize_t.patch | |||
@@ -10,6 +10,8 @@ usl_fd.c:284:10: error: comparison of unsigned expression < 0 is always false [- | |||
10 | 10 | ||
11 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 11 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
12 | --- | 12 | --- |
13 | Upstream-Status: Pending | ||
14 | |||
13 | usl/usl_fd.c | 2 +- | 15 | usl/usl_fd.c | 2 +- |
14 | 1 file changed, 1 insertion(+), 1 deletion(-) | 16 | 1 file changed, 1 insertion(+), 1 deletion(-) |
15 | 17 | ||
diff --git a/meta-networking/recipes-daemons/ippool/ippool/0001-usl_timer-Check-for-return-value-of-write-API.patch b/meta-networking/recipes-daemons/ippool/ippool/0001-usl_timer-Check-for-return-value-of-write-API.patch index 6fb7cc5c46..2c612e42fe 100644 --- a/meta-networking/recipes-daemons/ippool/ippool/0001-usl_timer-Check-for-return-value-of-write-API.patch +++ b/meta-networking/recipes-daemons/ippool/ippool/0001-usl_timer-Check-for-return-value-of-write-API.patch | |||
@@ -5,6 +5,8 @@ Subject: [PATCH] usl_timer: Check for return value of write() API | |||
5 | 5 | ||
6 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 6 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
7 | --- | 7 | --- |
8 | Upstream-Status: Pending | ||
9 | |||
8 | usl/usl_timer.c | 4 +++- | 10 | usl/usl_timer.c | 4 +++- |
9 | 1 file changed, 3 insertions(+), 1 deletion(-) | 11 | 1 file changed, 3 insertions(+), 1 deletion(-) |
10 | 12 | ||
diff --git a/meta-networking/recipes-daemons/ippool/ippool/0002-Mark-first-element-of-a-string-as-null.patch b/meta-networking/recipes-daemons/ippool/ippool/0002-Mark-first-element-of-a-string-as-null.patch index 6e2bd523da..f21c68f0d1 100644 --- a/meta-networking/recipes-daemons/ippool/ippool/0002-Mark-first-element-of-a-string-as-null.patch +++ b/meta-networking/recipes-daemons/ippool/ippool/0002-Mark-first-element-of-a-string-as-null.patch | |||
@@ -10,6 +10,8 @@ cli_lib.c:427:20: error: expression which evaluates to zero treated as a null po | |||
10 | 10 | ||
11 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 11 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
12 | --- | 12 | --- |
13 | Upstream-Status: Pending | ||
14 | |||
13 | cli/cli_lib.c | 2 +- | 15 | cli/cli_lib.c | 2 +- |
14 | 1 file changed, 1 insertion(+), 1 deletion(-) | 16 | 1 file changed, 1 insertion(+), 1 deletion(-) |
15 | 17 | ||
diff --git a/meta-networking/recipes-daemons/ippool/ippool/0002-link-with-libtirpc.patch b/meta-networking/recipes-daemons/ippool/ippool/0002-link-with-libtirpc.patch index d80f7b4362..75bb825302 100644 --- a/meta-networking/recipes-daemons/ippool/ippool/0002-link-with-libtirpc.patch +++ b/meta-networking/recipes-daemons/ippool/ippool/0002-link-with-libtirpc.patch | |||
@@ -7,6 +7,8 @@ musl needs it | |||
7 | 7 | ||
8 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 8 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
9 | --- | 9 | --- |
10 | Upstream-Status: Pending | ||
11 | |||
10 | Makefile | 4 ++-- | 12 | Makefile | 4 ++-- |
11 | 1 file changed, 2 insertions(+), 2 deletions(-) | 13 | 1 file changed, 2 insertions(+), 2 deletions(-) |
12 | 14 | ||
diff --git a/meta-networking/recipes-daemons/ippool/ippool/0003-cli-Mark-return-of-strtol-as-long-int.patch b/meta-networking/recipes-daemons/ippool/ippool/0003-cli-Mark-return-of-strtol-as-long-int.patch index 3854b1133c..f6a8d62b98 100644 --- a/meta-networking/recipes-daemons/ippool/ippool/0003-cli-Mark-return-of-strtol-as-long-int.patch +++ b/meta-networking/recipes-daemons/ippool/ippool/0003-cli-Mark-return-of-strtol-as-long-int.patch | |||
@@ -10,6 +10,8 @@ error: taking the absolute value of unsigned type 'unsigned long' has no effect | |||
10 | 10 | ||
11 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 11 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
12 | --- | 12 | --- |
13 | Upstream-Status: Pending | ||
14 | |||
13 | cli/cli_lib.c | 8 ++++---- | 15 | cli/cli_lib.c | 8 ++++---- |
14 | 1 file changed, 4 insertions(+), 4 deletions(-) | 16 | 1 file changed, 4 insertions(+), 4 deletions(-) |
15 | 17 | ||
diff --git a/meta-networking/recipes-daemons/ippool/ippool/0003-musl-fixes.patch b/meta-networking/recipes-daemons/ippool/ippool/0003-musl-fixes.patch index 952e4f0d04..8c42ebe30b 100644 --- a/meta-networking/recipes-daemons/ippool/ippool/0003-musl-fixes.patch +++ b/meta-networking/recipes-daemons/ippool/ippool/0003-musl-fixes.patch | |||
@@ -5,6 +5,8 @@ Subject: [PATCH 3/3] musl fixes | |||
5 | 5 | ||
6 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 6 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
7 | --- | 7 | --- |
8 | Upstream-Status: Pending | ||
9 | |||
8 | cli/cli_readline.c | 7 +- | 10 | cli/cli_readline.c | 7 +- |
9 | ippool_api.c | 9 ++- | 11 | ippool_api.c | 9 ++- |
10 | net/ppp_defs.h | 194 +++++++++++++++++++++++++++++++++++++++++++++++++++++ | 12 | net/ppp_defs.h | 194 +++++++++++++++++++++++++++++++++++++++++++++++++++++ |
diff --git a/meta-networking/recipes-daemons/keepalived/keepalived/0001-layer4-Change-order-of-include-files.patch b/meta-networking/recipes-daemons/keepalived/keepalived/0001-layer4-Change-order-of-include-files.patch index f9cadbc26d..678a208ac3 100644 --- a/meta-networking/recipes-daemons/keepalived/keepalived/0001-layer4-Change-order-of-include-files.patch +++ b/meta-networking/recipes-daemons/keepalived/keepalived/0001-layer4-Change-order-of-include-files.patch | |||
@@ -14,6 +14,8 @@ amicably, and I think this is right order too | |||
14 | Upsteam-Status: Pending | 14 | Upsteam-Status: Pending |
15 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 15 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
16 | --- | 16 | --- |
17 | Upstream-Status: Pending | ||
18 | |||
17 | keepalived/core/layer4.c | 21 ++++++++++----------- | 19 | keepalived/core/layer4.c | 21 ++++++++++----------- |
18 | 1 file changed, 10 insertions(+), 11 deletions(-) | 20 | 1 file changed, 10 insertions(+), 11 deletions(-) |
19 | 21 | ||
diff --git a/meta-networking/recipes-daemons/openhpi/files/fix-narrowing-warning.patch b/meta-networking/recipes-daemons/openhpi/files/fix-narrowing-warning.patch index 4c545708fc..eabffa7d9c 100644 --- a/meta-networking/recipes-daemons/openhpi/files/fix-narrowing-warning.patch +++ b/meta-networking/recipes-daemons/openhpi/files/fix-narrowing-warning.patch | |||
@@ -1,3 +1,5 @@ | |||
1 | Upstream-Status: Pending | ||
2 | |||
1 | Fix | 3 | Fix |
2 | 4 | ||
3 | sensor_factors_000.cpp:66:5: error: non-constant-expression cannot be narrowed from type 'int' to 'unsigned char' in initializer list [-Wc++11-narrowing] | 5 | sensor_factors_000.cpp:66:5: error: non-constant-expression cannot be narrowed from type 'int' to 'unsigned char' in initializer list [-Wc++11-narrowing] |
diff --git a/meta-networking/recipes-daemons/opensaf/opensaf/0001-configure-Disable-format-overflow-if-supported-by-gc.patch b/meta-networking/recipes-daemons/opensaf/opensaf/0001-configure-Disable-format-overflow-if-supported-by-gc.patch index be0a587679..c5264e5e7a 100644 --- a/meta-networking/recipes-daemons/opensaf/opensaf/0001-configure-Disable-format-overflow-if-supported-by-gc.patch +++ b/meta-networking/recipes-daemons/opensaf/opensaf/0001-configure-Disable-format-overflow-if-supported-by-gc.patch | |||
@@ -6,6 +6,8 @@ Subject: [PATCH] configure: Disable format-overflow if supported by gcc | |||
6 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 6 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
7 | 7 | ||
8 | --- | 8 | --- |
9 | Upstream-Status: Pending | ||
10 | |||
9 | Makefile.am | 6 +-- | 11 | Makefile.am | 6 +-- |
10 | configure.ac | 2 + | 12 | configure.ac | 2 + |
11 | m4/ax_check_compile_flag.m4 | 74 +++++++++++++++++++++++++++++++++++++ | 13 | m4/ax_check_compile_flag.m4 | 74 +++++++++++++++++++++++++++++++++++++ |
diff --git a/meta-networking/recipes-daemons/opensaf/opensaf/0001-configure-Pass-linker-specific-options-with-Wl.patch b/meta-networking/recipes-daemons/opensaf/opensaf/0001-configure-Pass-linker-specific-options-with-Wl.patch index e4bbb4c3cd..daf06d38fb 100644 --- a/meta-networking/recipes-daemons/opensaf/opensaf/0001-configure-Pass-linker-specific-options-with-Wl.patch +++ b/meta-networking/recipes-daemons/opensaf/opensaf/0001-configure-Pass-linker-specific-options-with-Wl.patch | |||
@@ -9,6 +9,8 @@ and we can use non-gcc compilers | |||
9 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 9 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
10 | 10 | ||
11 | --- | 11 | --- |
12 | Upstream-Status: Pending | ||
13 | |||
12 | configure.ac | 2 +- | 14 | configure.ac | 2 +- |
13 | 1 file changed, 1 insertion(+), 1 deletion(-) | 15 | 1 file changed, 1 insertion(+), 1 deletion(-) |
14 | 16 | ||
diff --git a/meta-networking/recipes-daemons/opensaf/opensaf/0001-immpbe_dump.cc-Use-sys-wait.h-instead-of-wait.h.patch b/meta-networking/recipes-daemons/opensaf/opensaf/0001-immpbe_dump.cc-Use-sys-wait.h-instead-of-wait.h.patch index e40d2b3198..99fab3b034 100644 --- a/meta-networking/recipes-daemons/opensaf/opensaf/0001-immpbe_dump.cc-Use-sys-wait.h-instead-of-wait.h.patch +++ b/meta-networking/recipes-daemons/opensaf/opensaf/0001-immpbe_dump.cc-Use-sys-wait.h-instead-of-wait.h.patch | |||
@@ -9,6 +9,8 @@ redirecting incorrect #include <wait.h> to <sys/wait.h> | |||
9 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 9 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
10 | 10 | ||
11 | --- | 11 | --- |
12 | Upstream-Status: Pending | ||
13 | |||
12 | src/imm/common/immpbe_dump.cc | 2 +- | 14 | src/imm/common/immpbe_dump.cc | 2 +- |
13 | 1 file changed, 1 insertion(+), 1 deletion(-) | 15 | 1 file changed, 1 insertion(+), 1 deletion(-) |
14 | 16 | ||
diff --git a/meta-networking/recipes-daemons/opensaf/opensaf/0001-src-Add-missing-header-limits.h-for-_POSIX_HOST_NAME.patch b/meta-networking/recipes-daemons/opensaf/opensaf/0001-src-Add-missing-header-limits.h-for-_POSIX_HOST_NAME.patch index e4a3975da6..2521839c73 100644 --- a/meta-networking/recipes-daemons/opensaf/opensaf/0001-src-Add-missing-header-limits.h-for-_POSIX_HOST_NAME.patch +++ b/meta-networking/recipes-daemons/opensaf/opensaf/0001-src-Add-missing-header-limits.h-for-_POSIX_HOST_NAME.patch | |||
@@ -9,6 +9,8 @@ Do not use the deprecated headers under include/sys | |||
9 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 9 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
10 | 10 | ||
11 | --- | 11 | --- |
12 | Upstream-Status: Pending | ||
13 | |||
12 | src/base/os_defs.h | 5 +++-- | 14 | src/base/os_defs.h | 5 +++-- |
13 | src/mds/mds_dt_tcp.c | 1 - | 15 | src/mds/mds_dt_tcp.c | 1 - |
14 | src/mds/mds_dt_tcp_disc.h | 2 +- | 16 | src/mds/mds_dt_tcp_disc.h | 2 +- |
diff --git a/meta-networking/recipes-daemons/opensaf/opensaf/0002-Fix-Werror-enum-int-mismatch-with-gcc13.patch b/meta-networking/recipes-daemons/opensaf/opensaf/0002-Fix-Werror-enum-int-mismatch-with-gcc13.patch index e3288431eb..a6aa2c3d07 100644 --- a/meta-networking/recipes-daemons/opensaf/opensaf/0002-Fix-Werror-enum-int-mismatch-with-gcc13.patch +++ b/meta-networking/recipes-daemons/opensaf/opensaf/0002-Fix-Werror-enum-int-mismatch-with-gcc13.patch | |||
@@ -5,6 +5,8 @@ Subject: [PATCH 2/2] Fix -Werror=enum-int-mismatch with gcc13 | |||
5 | 5 | ||
6 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 6 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
7 | --- | 7 | --- |
8 | Upstream-Status: Pending | ||
9 | |||
8 | src/evt/agent/eda_hdl.h | 5 +++-- | 10 | src/evt/agent/eda_hdl.h | 5 +++-- |
9 | src/evt/evtd/eds_mds.h | 3 +-- | 11 | src/evt/evtd/eds_mds.h | 3 +-- |
10 | src/smf/smfnd/smfnd.h | 8 ++++---- | 12 | src/smf/smfnd/smfnd.h | 8 ++++---- |
diff --git a/meta-networking/recipes-daemons/postfix/files/0001-Fix-makedefs.patch b/meta-networking/recipes-daemons/postfix/files/0001-Fix-makedefs.patch index 8c9c13b1c4..bacfdb5e67 100644 --- a/meta-networking/recipes-daemons/postfix/files/0001-Fix-makedefs.patch +++ b/meta-networking/recipes-daemons/postfix/files/0001-Fix-makedefs.patch | |||
@@ -15,6 +15,8 @@ Upstream-Status: Inappropriate [embedded specific] | |||
15 | 15 | ||
16 | Signed-off-by: Yao Zhao <yao.zhao@windriver.com> | 16 | Signed-off-by: Yao Zhao <yao.zhao@windriver.com> |
17 | --- | 17 | --- |
18 | Upstream-Status: Pending | ||
19 | |||
18 | makedefs | 27 +++++++++++---------------- | 20 | makedefs | 27 +++++++++++---------------- |
19 | 1 file changed, 11 insertions(+), 16 deletions(-) | 21 | 1 file changed, 11 insertions(+), 16 deletions(-) |
20 | 22 | ||
diff --git a/meta-networking/recipes-daemons/postfix/files/0003-makedefs-Use-native-compiler-to-build-makedefs.test.patch b/meta-networking/recipes-daemons/postfix/files/0003-makedefs-Use-native-compiler-to-build-makedefs.test.patch index 0fc938e13d..1545f21637 100644 --- a/meta-networking/recipes-daemons/postfix/files/0003-makedefs-Use-native-compiler-to-build-makedefs.test.patch +++ b/meta-networking/recipes-daemons/postfix/files/0003-makedefs-Use-native-compiler-to-build-makedefs.test.patch | |||
@@ -7,6 +7,8 @@ Its a binary used during build | |||
7 | 7 | ||
8 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 8 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
9 | --- | 9 | --- |
10 | Upstream-Status: Pending | ||
11 | |||
10 | makedefs | 10 +++++----- | 12 | makedefs | 10 +++++----- |
11 | 1 file changed, 5 insertions(+), 5 deletions(-) | 13 | 1 file changed, 5 insertions(+), 5 deletions(-) |
12 | 14 | ||
diff --git a/meta-networking/recipes-daemons/postfix/files/0004-Fix-icu-config.patch b/meta-networking/recipes-daemons/postfix/files/0004-Fix-icu-config.patch index 6b4a5f7a0c..a38e783309 100644 --- a/meta-networking/recipes-daemons/postfix/files/0004-Fix-icu-config.patch +++ b/meta-networking/recipes-daemons/postfix/files/0004-Fix-icu-config.patch | |||
@@ -12,6 +12,8 @@ entertained. | |||
12 | 12 | ||
13 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 13 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
14 | --- | 14 | --- |
15 | Upstream-Status: Pending | ||
16 | |||
15 | makedefs | 1 - | 17 | makedefs | 1 - |
16 | 1 file changed, 1 deletion(-) | 18 | 1 file changed, 1 deletion(-) |
17 | 19 | ||
diff --git a/meta-networking/recipes-daemons/squid/files/0001-configure-Check-for-Wno-error-format-truncation-comp.patch b/meta-networking/recipes-daemons/squid/files/0001-configure-Check-for-Wno-error-format-truncation-comp.patch index 302136a03c..acebd6dce5 100644 --- a/meta-networking/recipes-daemons/squid/files/0001-configure-Check-for-Wno-error-format-truncation-comp.patch +++ b/meta-networking/recipes-daemons/squid/files/0001-configure-Check-for-Wno-error-format-truncation-comp.patch | |||
@@ -11,6 +11,8 @@ client.c:834:23: error: '%s' directive output may be truncated writing up to 102 | |||
11 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 11 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
12 | 12 | ||
13 | --- | 13 | --- |
14 | Upstream-Status: Pending | ||
15 | |||
14 | acinclude/ax_check_compile_flag.m4 | 74 ++++++++++++++++++++++++++++++++++++++ | 16 | acinclude/ax_check_compile_flag.m4 | 74 ++++++++++++++++++++++++++++++++++++++ |
15 | configure.ac | 2 ++ | 17 | configure.ac | 2 ++ |
16 | 2 files changed, 76 insertions(+) | 18 | 2 files changed, 76 insertions(+) |
diff --git a/meta-networking/recipes-daemons/squid/files/Fix-flawed-dynamic-ldb-link-test-in-configure.patch b/meta-networking/recipes-daemons/squid/files/Fix-flawed-dynamic-ldb-link-test-in-configure.patch index a429b7b2db..738e609c05 100644 --- a/meta-networking/recipes-daemons/squid/files/Fix-flawed-dynamic-ldb-link-test-in-configure.patch +++ b/meta-networking/recipes-daemons/squid/files/Fix-flawed-dynamic-ldb-link-test-in-configure.patch | |||
@@ -12,6 +12,8 @@ about why and setting the need for -ldb incorrectly. | |||
12 | Signed-off-by: Jim Somerville <Jim.Somerville@windriver.com> | 12 | Signed-off-by: Jim Somerville <Jim.Somerville@windriver.com> |
13 | 13 | ||
14 | --- | 14 | --- |
15 | Upstream-Status: Pending | ||
16 | |||
15 | configure.ac | 10 ++++++++++ | 17 | configure.ac | 10 ++++++++++ |
16 | 1 file changed, 10 insertions(+) | 18 | 1 file changed, 10 insertions(+) |
17 | 19 | ||
diff --git a/meta-networking/recipes-daemons/squid/files/Set-up-for-cross-compilation.patch b/meta-networking/recipes-daemons/squid/files/Set-up-for-cross-compilation.patch index 3852f7c255..ffb7371640 100644 --- a/meta-networking/recipes-daemons/squid/files/Set-up-for-cross-compilation.patch +++ b/meta-networking/recipes-daemons/squid/files/Set-up-for-cross-compilation.patch | |||
@@ -11,6 +11,8 @@ proper cross compilation can occur. | |||
11 | Signed-off-by: Jim Somerville <Jim.Somerville@windriver.com> | 11 | Signed-off-by: Jim Somerville <Jim.Somerville@windriver.com> |
12 | 12 | ||
13 | --- | 13 | --- |
14 | Upstream-Status: Pending | ||
15 | |||
14 | configure.ac | 1 + | 16 | configure.ac | 1 + |
15 | 1 file changed, 1 insertion(+) | 17 | 1 file changed, 1 insertion(+) |
16 | 18 | ||
diff --git a/meta-networking/recipes-daemons/tftp-hpa/files/0001-__progname-is-provided-by-libc.patch b/meta-networking/recipes-daemons/tftp-hpa/files/0001-__progname-is-provided-by-libc.patch index cead977e28..66c15b5f8b 100644 --- a/meta-networking/recipes-daemons/tftp-hpa/files/0001-__progname-is-provided-by-libc.patch +++ b/meta-networking/recipes-daemons/tftp-hpa/files/0001-__progname-is-provided-by-libc.patch | |||
@@ -12,6 +12,8 @@ global symbols and work around Debian bug #519006 (Closes: #564052). | |||
12 | Signed-off-by: Ron Lee <ron@debian.org> | 12 | Signed-off-by: Ron Lee <ron@debian.org> |
13 | Signed-off-by: H. Peter Anvin <hpa@linux.intel.com> | 13 | Signed-off-by: H. Peter Anvin <hpa@linux.intel.com> |
14 | --- | 14 | --- |
15 | Upstream-Status: Pending | ||
16 | |||
15 | tftpd/tftpd.c | 10 +++++----- | 17 | tftpd/tftpd.c | 10 +++++----- |
16 | 1 file changed, 5 insertions(+), 5 deletions(-) | 18 | 1 file changed, 5 insertions(+), 5 deletions(-) |
17 | 19 | ||
diff --git a/meta-networking/recipes-daemons/vsftpd/vsftpd-3.0.5/0001-sysdeputil.c-Fix-with-musl-which-does-not-have-utmpx.patch b/meta-networking/recipes-daemons/vsftpd/vsftpd-3.0.5/0001-sysdeputil.c-Fix-with-musl-which-does-not-have-utmpx.patch index d81c94a4aa..6c68989d3b 100644 --- a/meta-networking/recipes-daemons/vsftpd/vsftpd-3.0.5/0001-sysdeputil.c-Fix-with-musl-which-does-not-have-utmpx.patch +++ b/meta-networking/recipes-daemons/vsftpd/vsftpd-3.0.5/0001-sysdeputil.c-Fix-with-musl-which-does-not-have-utmpx.patch | |||
@@ -6,6 +6,8 @@ Subject: [PATCH] sysdeputil.c: Fix with musl which does not have utmpx | |||
6 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 6 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
7 | 7 | ||
8 | --- | 8 | --- |
9 | Upstream-Status: Pending | ||
10 | |||
9 | sysdeputil.c | 4 +++- | 11 | sysdeputil.c | 4 +++- |
10 | 1 file changed, 3 insertions(+), 1 deletion(-) | 12 | 1 file changed, 3 insertions(+), 1 deletion(-) |
11 | 13 | ||
diff --git a/meta-networking/recipes-extended/tgt/files/usr-Makefile-apply-LDFLAGS-to-all-executables.patch b/meta-networking/recipes-extended/tgt/files/usr-Makefile-apply-LDFLAGS-to-all-executables.patch index d480ef786e..b6c674bd9d 100644 --- a/meta-networking/recipes-extended/tgt/files/usr-Makefile-apply-LDFLAGS-to-all-executables.patch +++ b/meta-networking/recipes-extended/tgt/files/usr-Makefile-apply-LDFLAGS-to-all-executables.patch | |||
@@ -5,6 +5,8 @@ Subject: [PATCH] usr/Makefile: apply LDFLAGS to all executables | |||
5 | 5 | ||
6 | Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> | 6 | Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> |
7 | --- | 7 | --- |
8 | Upstream-Status: Pending | ||
9 | |||
8 | usr/Makefile | 4 ++-- | 10 | usr/Makefile | 4 ++-- |
9 | 1 file changed, 2 insertions(+), 2 deletions(-) | 11 | 1 file changed, 2 insertions(+), 2 deletions(-) |
10 | 12 | ||
diff --git a/meta-networking/recipes-filter/ebtables/ebtables-2.0.11/0010-Adjust-header-include-sequence.patch b/meta-networking/recipes-filter/ebtables/ebtables-2.0.11/0010-Adjust-header-include-sequence.patch index 1f3fcfe370..dd8ad969c0 100644 --- a/meta-networking/recipes-filter/ebtables/ebtables-2.0.11/0010-Adjust-header-include-sequence.patch +++ b/meta-networking/recipes-filter/ebtables/ebtables-2.0.11/0010-Adjust-header-include-sequence.patch | |||
@@ -8,6 +8,8 @@ This fixes the build with musl | |||
8 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 8 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
9 | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> | 9 | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> |
10 | --- | 10 | --- |
11 | Upstream-Status: Pending | ||
12 | |||
11 | extensions/ebt_among.c | 2 +- | 13 | extensions/ebt_among.c | 2 +- |
12 | extensions/ebt_arpreply.c | 2 +- | 14 | extensions/ebt_arpreply.c | 2 +- |
13 | extensions/ebt_nat.c | 2 +- | 15 | extensions/ebt_nat.c | 2 +- |
diff --git a/meta-networking/recipes-filter/libnetfilter/files/0001-libnetfilter-acct-Declare-the-define-visivility-attribute-together.patch b/meta-networking/recipes-filter/libnetfilter/files/0001-libnetfilter-acct-Declare-the-define-visivility-attribute-together.patch index 9e0b420e0a..92e178efb7 100644 --- a/meta-networking/recipes-filter/libnetfilter/files/0001-libnetfilter-acct-Declare-the-define-visivility-attribute-together.patch +++ b/meta-networking/recipes-filter/libnetfilter/files/0001-libnetfilter-acct-Declare-the-define-visivility-attribute-together.patch | |||
@@ -10,6 +10,8 @@ fail to link due to these missing symbols | |||
10 | 10 | ||
11 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 11 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
12 | --- | 12 | --- |
13 | Upstream-Status: Pending | ||
14 | |||
13 | doxygen.cfg.in | 2 +- | 15 | doxygen.cfg.in | 2 +- |
14 | src/internal.h | 5 ++--- | 16 | src/internal.h | 5 ++--- |
15 | src/libnetfilter_acct.c | 41 ++++++++++++++--------------------------- | 17 | src/libnetfilter_acct.c | 41 ++++++++++++++--------------------------- |
diff --git a/meta-networking/recipes-netkit/netkit-ftp/netkit-ftp/0001-ftp-include-sys-types.h-for-u_long.patch b/meta-networking/recipes-netkit/netkit-ftp/netkit-ftp/0001-ftp-include-sys-types.h-for-u_long.patch index 8376603ead..2cd639ee92 100644 --- a/meta-networking/recipes-netkit/netkit-ftp/netkit-ftp/0001-ftp-include-sys-types.h-for-u_long.patch +++ b/meta-networking/recipes-netkit/netkit-ftp/netkit-ftp/0001-ftp-include-sys-types.h-for-u_long.patch | |||
@@ -10,6 +10,8 @@ ftp.c:1091:2: error: unknown type name 'u_long'; did you mean 'long'? | |||
10 | 10 | ||
11 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 11 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
12 | --- | 12 | --- |
13 | Upstream-Status: Pending | ||
14 | |||
13 | ftp/ftp.c | 1 + | 15 | ftp/ftp.c | 1 + |
14 | 1 file changed, 1 insertion(+) | 16 | 1 file changed, 1 insertion(+) |
15 | 17 | ||
diff --git a/meta-networking/recipes-netkit/netkit-rpc/netkit-rpc/0001-rpcgen-Fix-printf-formats.patch b/meta-networking/recipes-netkit/netkit-rpc/netkit-rpc/0001-rpcgen-Fix-printf-formats.patch index 8bd77d2e47..508db6aadf 100644 --- a/meta-networking/recipes-netkit/netkit-rpc/netkit-rpc/0001-rpcgen-Fix-printf-formats.patch +++ b/meta-networking/recipes-netkit/netkit-rpc/netkit-rpc/0001-rpcgen-Fix-printf-formats.patch | |||
@@ -7,6 +7,8 @@ Fixes build with hardening flags | |||
7 | 7 | ||
8 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 8 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
9 | --- | 9 | --- |
10 | Upstream-Status: Pending | ||
11 | |||
10 | rpcgen/rpc_hout.c | 2 +- | 12 | rpcgen/rpc_hout.c | 2 +- |
11 | rpcgen/rpc_tblout.c | 4 ++-- | 13 | rpcgen/rpc_tblout.c | 4 ++-- |
12 | 2 files changed, 3 insertions(+), 3 deletions(-) | 14 | 2 files changed, 3 insertions(+), 3 deletions(-) |
diff --git a/meta-networking/recipes-netkit/netkit-telnet/files/0001-telnet-telnetd-Fix-deadlock-on-cleanup.patch b/meta-networking/recipes-netkit/netkit-telnet/files/0001-telnet-telnetd-Fix-deadlock-on-cleanup.patch index 945785d3ce..afcc66dada 100644 --- a/meta-networking/recipes-netkit/netkit-telnet/files/0001-telnet-telnetd-Fix-deadlock-on-cleanup.patch +++ b/meta-networking/recipes-netkit/netkit-telnet/files/0001-telnet-telnetd-Fix-deadlock-on-cleanup.patch | |||
@@ -47,6 +47,8 @@ in upstream. | |||
47 | 47 | ||
48 | Signed-off-by: Seiichi Ishitsuka <ishitsuka.sc@ncos.nec.co.jp> | 48 | Signed-off-by: Seiichi Ishitsuka <ishitsuka.sc@ncos.nec.co.jp> |
49 | --- | 49 | --- |
50 | Upstream-Status: Pending | ||
51 | |||
50 | telnetd/ext.h | 1 + | 52 | telnetd/ext.h | 1 + |
51 | telnetd/sys_term.c | 17 ++++++++++++++++- | 53 | telnetd/sys_term.c | 17 ++++++++++++++++- |
52 | telnetd/telnetd.c | 2 +- | 54 | telnetd/telnetd.c | 2 +- |
diff --git a/meta-networking/recipes-netkit/netkit-telnet/files/0001-telnet-telnetd-Fix-print-format-strings.patch b/meta-networking/recipes-netkit/netkit-telnet/files/0001-telnet-telnetd-Fix-print-format-strings.patch index f2f1b12e28..755b882b67 100644 --- a/meta-networking/recipes-netkit/netkit-telnet/files/0001-telnet-telnetd-Fix-print-format-strings.patch +++ b/meta-networking/recipes-netkit/netkit-telnet/files/0001-telnet-telnetd-Fix-print-format-strings.patch | |||
@@ -7,6 +7,8 @@ Fixes build with hardening flags | |||
7 | 7 | ||
8 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 8 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
9 | --- | 9 | --- |
10 | Upstream-Status: Pending | ||
11 | |||
10 | telnet/utilities.cc | 6 +++--- | 12 | telnet/utilities.cc | 6 +++--- |
11 | telnetd/utility.c | 6 +++--- | 13 | telnetd/utility.c | 6 +++--- |
12 | 2 files changed, 6 insertions(+), 6 deletions(-) | 14 | 2 files changed, 6 insertions(+), 6 deletions(-) |
diff --git a/meta-networking/recipes-protocols/mdns/mdns/0005-mDNSCore-Fix-broken-debug-parameter.patch b/meta-networking/recipes-protocols/mdns/mdns/0005-mDNSCore-Fix-broken-debug-parameter.patch index 6553f6b983..39e67cdf48 100644 --- a/meta-networking/recipes-protocols/mdns/mdns/0005-mDNSCore-Fix-broken-debug-parameter.patch +++ b/meta-networking/recipes-protocols/mdns/mdns/0005-mDNSCore-Fix-broken-debug-parameter.patch | |||
@@ -5,6 +5,8 @@ Subject: [PATCH 5/6] mDNSCore: Fix broken debug parameter | |||
5 | 5 | ||
6 | Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> | 6 | Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> |
7 | --- | 7 | --- |
8 | Upstream-Status: Pending | ||
9 | |||
8 | mDNSCore/mDNS.c | 2 +- | 10 | mDNSCore/mDNS.c | 2 +- |
9 | 1 file changed, 1 insertion(+), 1 deletion(-) | 11 | 1 file changed, 1 insertion(+), 1 deletion(-) |
10 | 12 | ||
diff --git a/meta-networking/recipes-protocols/net-snmp/net-snmp/0001-snmplib-keytools.c-Don-t-check-for-return-from-EVP_M.patch b/meta-networking/recipes-protocols/net-snmp/net-snmp/0001-snmplib-keytools.c-Don-t-check-for-return-from-EVP_M.patch index af6334f726..6450c1cc92 100644 --- a/meta-networking/recipes-protocols/net-snmp/net-snmp/0001-snmplib-keytools.c-Don-t-check-for-return-from-EVP_M.patch +++ b/meta-networking/recipes-protocols/net-snmp/net-snmp/0001-snmplib-keytools.c-Don-t-check-for-return-from-EVP_M.patch | |||
@@ -13,6 +13,8 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||
13 | Signed-off-by: Ovidiu Panait <ovidiu.panait@windriver.com> | 13 | Signed-off-by: Ovidiu Panait <ovidiu.panait@windriver.com> |
14 | 14 | ||
15 | --- | 15 | --- |
16 | Upstream-Status: Pending | ||
17 | |||
16 | snmplib/keytools.c | 5 +---- | 18 | snmplib/keytools.c | 5 +---- |
17 | 1 file changed, 1 insertion(+), 4 deletions(-) | 19 | 1 file changed, 1 insertion(+), 4 deletions(-) |
18 | 20 | ||
diff --git a/meta-networking/recipes-protocols/net-snmp/net-snmp/reproducibility-have-printcap.patch b/meta-networking/recipes-protocols/net-snmp/net-snmp/reproducibility-have-printcap.patch index c0b51c51e3..5fbb411a5f 100644 --- a/meta-networking/recipes-protocols/net-snmp/net-snmp/reproducibility-have-printcap.patch +++ b/meta-networking/recipes-protocols/net-snmp/net-snmp/reproducibility-have-printcap.patch | |||
@@ -9,6 +9,8 @@ ac_cv_file__etc_printcap instead. When cross-compiling, this variable should be | |||
9 | set in the environment to "yes" or "no" as appropriate for the target platform. | 9 | set in the environment to "yes" or "no" as appropriate for the target platform. |
10 | 10 | ||
11 | --- | 11 | --- |
12 | Upstream-Status: Pending | ||
13 | |||
12 | configure.d/config_os_misc4 | 4 ++-- | 14 | configure.d/config_os_misc4 | 4 ++-- |
13 | 1 file changed, 2 insertions(+), 2 deletions(-) | 15 | 1 file changed, 2 insertions(+), 2 deletions(-) |
14 | 16 | ||
diff --git a/meta-networking/recipes-protocols/opcua/open62541/0001-fix-build-do-not-install-git-files.patch b/meta-networking/recipes-protocols/opcua/open62541/0001-fix-build-do-not-install-git-files.patch index 44ee7b92c5..a84290218d 100644 --- a/meta-networking/recipes-protocols/opcua/open62541/0001-fix-build-do-not-install-git-files.patch +++ b/meta-networking/recipes-protocols/opcua/open62541/0001-fix-build-do-not-install-git-files.patch | |||
@@ -5,6 +5,8 @@ Subject: [PATCH] fix(build): do not install git files | |||
5 | 5 | ||
6 | Signed-off-by: Vyacheslav Yurkov <v.yurkov@precitec.de> | 6 | Signed-off-by: Vyacheslav Yurkov <v.yurkov@precitec.de> |
7 | --- | 7 | --- |
8 | Upstream-Status: Pending | ||
9 | |||
8 | CMakeLists.txt | 1 + | 10 | CMakeLists.txt | 1 + |
9 | 1 file changed, 1 insertion(+) | 11 | 1 file changed, 1 insertion(+) |
10 | 12 | ||
diff --git a/meta-networking/recipes-protocols/openflow/openflow/0001-Check-and-use-strlcpy-from-libc-before-defining-own.patch b/meta-networking/recipes-protocols/openflow/openflow/0001-Check-and-use-strlcpy-from-libc-before-defining-own.patch index 952274bb97..2175a20b90 100644 --- a/meta-networking/recipes-protocols/openflow/openflow/0001-Check-and-use-strlcpy-from-libc-before-defining-own.patch +++ b/meta-networking/recipes-protocols/openflow/openflow/0001-Check-and-use-strlcpy-from-libc-before-defining-own.patch | |||
@@ -9,6 +9,8 @@ failures. | |||
9 | 9 | ||
10 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 10 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
11 | --- | 11 | --- |
12 | Upstream-Status: Pending | ||
13 | |||
12 | configure.ac | 2 +- | 14 | configure.ac | 2 +- |
13 | lib/util.c | 2 ++ | 15 | lib/util.c | 2 ++ |
14 | lib/util.h | 1 + | 16 | lib/util.h | 1 + |
diff --git a/meta-networking/recipes-protocols/openflow/openflow/0002-lib-netdev-Adjust-header-include-sequence.patch b/meta-networking/recipes-protocols/openflow/openflow/0002-lib-netdev-Adjust-header-include-sequence.patch index 75180fe32f..9a49f4ef39 100644 --- a/meta-networking/recipes-protocols/openflow/openflow/0002-lib-netdev-Adjust-header-include-sequence.patch +++ b/meta-networking/recipes-protocols/openflow/openflow/0002-lib-netdev-Adjust-header-include-sequence.patch | |||
@@ -10,6 +10,8 @@ about double definition in libc headers | |||
10 | 10 | ||
11 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 11 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
12 | --- | 12 | --- |
13 | Upstream-Status: Pending | ||
14 | |||
13 | lib/netdev.c | 11 +++++------ | 15 | lib/netdev.c | 11 +++++------ |
14 | 1 file changed, 5 insertions(+), 6 deletions(-) | 16 | 1 file changed, 5 insertions(+), 6 deletions(-) |
15 | 17 | ||
diff --git a/meta-networking/recipes-protocols/openl2tp/openl2tp/0001-Use-1-instead-of-WAIT_ANY.patch b/meta-networking/recipes-protocols/openl2tp/openl2tp/0001-Use-1-instead-of-WAIT_ANY.patch index d1ee3c5916..8314b5d964 100644 --- a/meta-networking/recipes-protocols/openl2tp/openl2tp/0001-Use-1-instead-of-WAIT_ANY.patch +++ b/meta-networking/recipes-protocols/openl2tp/openl2tp/0001-Use-1-instead-of-WAIT_ANY.patch | |||
@@ -8,6 +8,8 @@ e.g. musl do not define this. | |||
8 | 8 | ||
9 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 9 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
10 | --- | 10 | --- |
11 | Upstream-Status: Pending | ||
12 | |||
11 | usl/usl_pid.c | 2 +- | 13 | usl/usl_pid.c | 2 +- |
12 | 1 file changed, 1 insertion(+), 1 deletion(-) | 14 | 1 file changed, 1 insertion(+), 1 deletion(-) |
13 | 15 | ||
diff --git a/meta-networking/recipes-protocols/openl2tp/openl2tp/0001-l2tp_api-Included-needed-headers.patch b/meta-networking/recipes-protocols/openl2tp/openl2tp/0001-l2tp_api-Included-needed-headers.patch index c50f68e65d..4bdbf458cd 100644 --- a/meta-networking/recipes-protocols/openl2tp/openl2tp/0001-l2tp_api-Included-needed-headers.patch +++ b/meta-networking/recipes-protocols/openl2tp/openl2tp/0001-l2tp_api-Included-needed-headers.patch | |||
@@ -7,6 +7,8 @@ These are flagged by musl | |||
7 | 7 | ||
8 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 8 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
9 | --- | 9 | --- |
10 | Upstream-Status: Pending | ||
11 | |||
10 | l2tp_api.c | 7 +++++-- | 12 | l2tp_api.c | 7 +++++-- |
11 | 1 file changed, 5 insertions(+), 2 deletions(-) | 13 | 1 file changed, 5 insertions(+), 2 deletions(-) |
12 | 14 | ||
diff --git a/meta-networking/recipes-protocols/openl2tp/openl2tp/0001-test-pppd_dummy.c-Fix-return-value.patch b/meta-networking/recipes-protocols/openl2tp/openl2tp/0001-test-pppd_dummy.c-Fix-return-value.patch index 1f576fa710..42d6f58007 100644 --- a/meta-networking/recipes-protocols/openl2tp/openl2tp/0001-test-pppd_dummy.c-Fix-return-value.patch +++ b/meta-networking/recipes-protocols/openl2tp/openl2tp/0001-test-pppd_dummy.c-Fix-return-value.patch | |||
@@ -9,6 +9,8 @@ declaration | |||
9 | 9 | ||
10 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 10 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
11 | --- | 11 | --- |
12 | Upstream-Status: Pending | ||
13 | |||
12 | test/pppd_dummy.c | 3 ++- | 14 | test/pppd_dummy.c | 3 ++- |
13 | 1 file changed, 2 insertions(+), 1 deletion(-) | 15 | 1 file changed, 2 insertions(+), 1 deletion(-) |
14 | 16 | ||
diff --git a/meta-networking/recipes-protocols/openl2tp/openl2tp/0002-cli-include-fcntl.h-for-O_CREAT-define.patch b/meta-networking/recipes-protocols/openl2tp/openl2tp/0002-cli-include-fcntl.h-for-O_CREAT-define.patch index 9df32658a0..bad1007e04 100644 --- a/meta-networking/recipes-protocols/openl2tp/openl2tp/0002-cli-include-fcntl.h-for-O_CREAT-define.patch +++ b/meta-networking/recipes-protocols/openl2tp/openl2tp/0002-cli-include-fcntl.h-for-O_CREAT-define.patch | |||
@@ -5,6 +5,8 @@ Subject: [PATCH 2/4] cli: include fcntl.h for O_CREAT define | |||
5 | 5 | ||
6 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 6 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
7 | --- | 7 | --- |
8 | Upstream-Status: Pending | ||
9 | |||
8 | cli/cli_readline.c | 1 + | 10 | cli/cli_readline.c | 1 + |
9 | 1 file changed, 1 insertion(+) | 11 | 1 file changed, 1 insertion(+) |
10 | 12 | ||
diff --git a/meta-networking/recipes-protocols/openl2tp/openl2tp/0002-user-ipv6-structures.patch b/meta-networking/recipes-protocols/openl2tp/openl2tp/0002-user-ipv6-structures.patch index bd9bcb8f27..6574ba22f0 100644 --- a/meta-networking/recipes-protocols/openl2tp/openl2tp/0002-user-ipv6-structures.patch +++ b/meta-networking/recipes-protocols/openl2tp/openl2tp/0002-user-ipv6-structures.patch | |||
@@ -8,6 +8,8 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||
8 | Update for ipv6 address compare | 8 | Update for ipv6 address compare |
9 | Signed-off-by: Changqing Li <changqing.li@windriver.com> | 9 | Signed-off-by: Changqing Li <changqing.li@windriver.com> |
10 | --- | 10 | --- |
11 | Upstream-Status: Pending | ||
12 | |||
11 | l2tp_api.c | 8 +++++--- | 13 | l2tp_api.c | 8 +++++--- |
12 | 1 file changed, 5 insertions(+), 3 deletions(-) | 14 | 1 file changed, 5 insertions(+), 3 deletions(-) |
13 | 15 | ||
diff --git a/meta-networking/recipes-protocols/openl2tp/openl2tp/0003-cli-Define-_GNU_SOURCE-for-getting-sighandler_t.patch b/meta-networking/recipes-protocols/openl2tp/openl2tp/0003-cli-Define-_GNU_SOURCE-for-getting-sighandler_t.patch index e05be1bbb4..5d0c29cb42 100644 --- a/meta-networking/recipes-protocols/openl2tp/openl2tp/0003-cli-Define-_GNU_SOURCE-for-getting-sighandler_t.patch +++ b/meta-networking/recipes-protocols/openl2tp/openl2tp/0003-cli-Define-_GNU_SOURCE-for-getting-sighandler_t.patch | |||
@@ -5,6 +5,8 @@ Subject: [PATCH 3/4] cli: Define _GNU_SOURCE for getting sighandler_t | |||
5 | 5 | ||
6 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 6 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
7 | --- | 7 | --- |
8 | Upstream-Status: Pending | ||
9 | |||
8 | cli/cli_readline.c | 4 ++-- | 10 | cli/cli_readline.c | 4 ++-- |
9 | 1 file changed, 2 insertions(+), 2 deletions(-) | 11 | 1 file changed, 2 insertions(+), 2 deletions(-) |
10 | 12 | ||
diff --git a/meta-networking/recipes-protocols/openl2tp/openl2tp/openl2tpd-enable-tests.patch b/meta-networking/recipes-protocols/openl2tp/openl2tp/openl2tpd-enable-tests.patch index 0bece2f4d7..ad60083d1c 100644 --- a/meta-networking/recipes-protocols/openl2tp/openl2tp/openl2tpd-enable-tests.patch +++ b/meta-networking/recipes-protocols/openl2tp/openl2tp/openl2tpd-enable-tests.patch | |||
@@ -1,3 +1,5 @@ | |||
1 | Upstream-Status: Pending | ||
2 | |||
1 | commit 3e96a6c41bdd26417265a45ed685138d8eed564e | 3 | commit 3e96a6c41bdd26417265a45ed685138d8eed564e |
2 | Author: Aws Ismail <aws.ismail@windriver.com> | 4 | Author: Aws Ismail <aws.ismail@windriver.com> |
3 | Date: Fri Sep 14 02:32:53 2012 -0400 | 5 | Date: Fri Sep 14 02:32:53 2012 -0400 |
diff --git a/meta-networking/recipes-protocols/openlldp/files/0001-Fix-musl-libc-build-issue.patch b/meta-networking/recipes-protocols/openlldp/files/0001-Fix-musl-libc-build-issue.patch index 40b082e77a..04ceb6b572 100644 --- a/meta-networking/recipes-protocols/openlldp/files/0001-Fix-musl-libc-build-issue.patch +++ b/meta-networking/recipes-protocols/openlldp/files/0001-Fix-musl-libc-build-issue.patch | |||
@@ -9,6 +9,8 @@ to compile when using musl libc. | |||
9 | Signed-off-by: Jonathan Richardson <jonathan.richardson@broadcom.com> | 9 | Signed-off-by: Jonathan Richardson <jonathan.richardson@broadcom.com> |
10 | 10 | ||
11 | --- | 11 | --- |
12 | Upstream-Status: Pending | ||
13 | |||
12 | include/clif.h | 1 + | 14 | include/clif.h | 1 + |
13 | 1 file changed, 1 insertion(+) | 15 | 1 file changed, 1 insertion(+) |
14 | 16 | ||
diff --git a/meta-networking/recipes-protocols/openlldp/files/0001-autotools-Add-include-path-to-generated-version.h.patch b/meta-networking/recipes-protocols/openlldp/files/0001-autotools-Add-include-path-to-generated-version.h.patch index b58fc104d2..f1a3ac3ad2 100644 --- a/meta-networking/recipes-protocols/openlldp/files/0001-autotools-Add-include-path-to-generated-version.h.patch +++ b/meta-networking/recipes-protocols/openlldp/files/0001-autotools-Add-include-path-to-generated-version.h.patch | |||
@@ -10,6 +10,8 @@ dir. Include the path to it in AM_CPPFLAGS. | |||
10 | Signed-off-by: Jonathan Richardson <jonathan.richardson@broadcom.com> | 10 | Signed-off-by: Jonathan Richardson <jonathan.richardson@broadcom.com> |
11 | 11 | ||
12 | --- | 12 | --- |
13 | Upstream-Status: Pending | ||
14 | |||
13 | Makefile.am | 3 +++ | 15 | Makefile.am | 3 +++ |
14 | 1 file changed, 3 insertions(+) | 16 | 1 file changed, 3 insertions(+) |
15 | 17 | ||
diff --git a/meta-networking/recipes-protocols/openlldp/files/0001-autotools-Add-option-to-disable-installation-of-syst.patch b/meta-networking/recipes-protocols/openlldp/files/0001-autotools-Add-option-to-disable-installation-of-syst.patch index a26a5299ab..98ecd38642 100644 --- a/meta-networking/recipes-protocols/openlldp/files/0001-autotools-Add-option-to-disable-installation-of-syst.patch +++ b/meta-networking/recipes-protocols/openlldp/files/0001-autotools-Add-option-to-disable-installation-of-syst.patch | |||
@@ -16,6 +16,8 @@ to a hard coded path that couldn't be changed. | |||
16 | 16 | ||
17 | Signed-off-by: Jonathan Richardson <jonathan.richardson@broadcom.com> | 17 | Signed-off-by: Jonathan Richardson <jonathan.richardson@broadcom.com> |
18 | --- | 18 | --- |
19 | Upstream-Status: Pending | ||
20 | |||
19 | Makefile.am | 3 ++- | 21 | Makefile.am | 3 ++- |
20 | configure.ac | 9 +++++++++ | 22 | configure.ac | 9 +++++++++ |
21 | 2 files changed, 11 insertions(+), 1 deletion(-) | 23 | 2 files changed, 11 insertions(+), 1 deletion(-) |
diff --git a/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe/0001-ppoe-Dont-include-linux-if_ether.h.patch b/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe/0001-ppoe-Dont-include-linux-if_ether.h.patch index 7601f0d325..572886a26c 100644 --- a/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe/0001-ppoe-Dont-include-linux-if_ether.h.patch +++ b/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe/0001-ppoe-Dont-include-linux-if_ether.h.patch | |||
@@ -8,6 +8,8 @@ Fixes build with musl | |||
8 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 8 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
9 | 9 | ||
10 | --- | 10 | --- |
11 | Upstream-Status: Pending | ||
12 | |||
11 | src/pppoe.h | 4 ---- | 13 | src/pppoe.h | 4 ---- |
12 | 1 file changed, 4 deletions(-) | 14 | 1 file changed, 4 deletions(-) |
13 | 15 | ||
diff --git a/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe/0002-Enable-support-for-the-kernel-module.patch b/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe/0002-Enable-support-for-the-kernel-module.patch index 2103b38888..cd9e40d5eb 100644 --- a/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe/0002-Enable-support-for-the-kernel-module.patch +++ b/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe/0002-Enable-support-for-the-kernel-module.patch | |||
@@ -6,6 +6,8 @@ Subject: [PATCH] Enable support for the kernel module | |||
6 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 6 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
7 | 7 | ||
8 | --- | 8 | --- |
9 | Upstream-Status: Pending | ||
10 | |||
9 | src/configure.in | 1 + | 11 | src/configure.in | 1 + |
10 | 1 file changed, 1 insertion(+) | 12 | 1 file changed, 1 insertion(+) |
11 | 13 | ||
diff --git a/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe/configure.patch b/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe/configure.patch index be892803e6..c486716b97 100644 --- a/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe/configure.patch +++ b/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe/configure.patch | |||
@@ -3,6 +3,8 @@ From: Richard Purdie <richard.purdie@linuxfoundation.org> | |||
3 | Date: Fri, 18 Jul 2014 08:25:16 +0000 | 3 | Date: Fri, 18 Jul 2014 08:25:16 +0000 |
4 | 4 | ||
5 | --- | 5 | --- |
6 | Upstream-Status: Pending | ||
7 | |||
6 | configure.in | 4 ++-- | 8 | configure.in | 4 ++-- |
7 | 1 file changed, 2 insertions(+), 2 deletions(-) | 9 | 1 file changed, 2 insertions(+), 2 deletions(-) |
8 | 10 | ||
diff --git a/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe/discard-use-of-dnl-in-Makefile.am.patch b/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe/discard-use-of-dnl-in-Makefile.am.patch index 9801f6e277..57301f430d 100644 --- a/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe/discard-use-of-dnl-in-Makefile.am.patch +++ b/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe/discard-use-of-dnl-in-Makefile.am.patch | |||
@@ -9,6 +9,8 @@ not introduce a comment. | |||
9 | Signed-off-by: Ting Liu <b28495@freescale.com> | 9 | Signed-off-by: Ting Liu <b28495@freescale.com> |
10 | 10 | ||
11 | --- | 11 | --- |
12 | Upstream-Status: Pending | ||
13 | |||
12 | Makefile.am | 2 +- | 14 | Makefile.am | 2 +- |
13 | 1 file changed, 1 insertion(+), 1 deletion(-) | 15 | 1 file changed, 1 insertion(+), 1 deletion(-) |
14 | 16 | ||
diff --git a/meta-networking/recipes-protocols/zeroconf/zeroconf/0001-zeroconf-Rename-arp_op-to-avoid-namespace-conflicts-.patch b/meta-networking/recipes-protocols/zeroconf/zeroconf/0001-zeroconf-Rename-arp_op-to-avoid-namespace-conflicts-.patch index b4d6d94b06..92b581416f 100644 --- a/meta-networking/recipes-protocols/zeroconf/zeroconf/0001-zeroconf-Rename-arp_op-to-avoid-namespace-conflicts-.patch +++ b/meta-networking/recipes-protocols/zeroconf/zeroconf/0001-zeroconf-Rename-arp_op-to-avoid-namespace-conflicts-.patch | |||
@@ -12,6 +12,8 @@ and causes the conflict | |||
12 | 12 | ||
13 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 13 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
14 | --- | 14 | --- |
15 | Upstream-Status: Pending | ||
16 | |||
15 | zeroconf.c | 10 +++++----- | 17 | zeroconf.c | 10 +++++----- |
16 | 1 file changed, 5 insertions(+), 5 deletions(-) | 18 | 1 file changed, 5 insertions(+), 5 deletions(-) |
17 | 19 | ||
diff --git a/meta-networking/recipes-support/aoetools/aoetools/reproducible-build.patch b/meta-networking/recipes-support/aoetools/aoetools/reproducible-build.patch index 4939ab25c1..34d59b1aa6 100644 --- a/meta-networking/recipes-support/aoetools/aoetools/reproducible-build.patch +++ b/meta-networking/recipes-support/aoetools/aoetools/reproducible-build.patch | |||
@@ -1,3 +1,5 @@ | |||
1 | Upstream-Status: Pending | ||
2 | |||
1 | --- a/Makefile | 3 | --- a/Makefile |
2 | +++ b/Makefile | 4 | +++ b/Makefile |
3 | @@ -40,7 +40,8 @@ NPERSHELF=16 | 5 | @@ -40,7 +40,8 @@ NPERSHELF=16 |
diff --git a/meta-networking/recipes-support/arptables/arptables/0001-Use-ARPCFLAGS-for-package-specific-compiler-flags.patch b/meta-networking/recipes-support/arptables/arptables/0001-Use-ARPCFLAGS-for-package-specific-compiler-flags.patch index eb58389c38..c58ef1a9ef 100644 --- a/meta-networking/recipes-support/arptables/arptables/0001-Use-ARPCFLAGS-for-package-specific-compiler-flags.patch +++ b/meta-networking/recipes-support/arptables/arptables/0001-Use-ARPCFLAGS-for-package-specific-compiler-flags.patch | |||
@@ -8,6 +8,8 @@ which OE uses to pass tweaks | |||
8 | 8 | ||
9 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 9 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
10 | --- | 10 | --- |
11 | Upstream-Status: Pending | ||
12 | |||
11 | Makefile | 10 ++++------ | 13 | Makefile | 10 ++++------ |
12 | extensions/Makefile | 4 ++++ | 14 | extensions/Makefile | 4 ++++ |
13 | 2 files changed, 8 insertions(+), 6 deletions(-) | 15 | 2 files changed, 8 insertions(+), 6 deletions(-) |
diff --git a/meta-networking/recipes-support/chrony/chrony/0001-Fix-compilation-with-musl.patch b/meta-networking/recipes-support/chrony/chrony/0001-Fix-compilation-with-musl.patch index 17b6353527..5e2bc64af3 100644 --- a/meta-networking/recipes-support/chrony/chrony/0001-Fix-compilation-with-musl.patch +++ b/meta-networking/recipes-support/chrony/chrony/0001-Fix-compilation-with-musl.patch | |||
@@ -8,6 +8,8 @@ Fixes: | |||
8 | 8 | ||
9 | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | 9 | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> |
10 | --- | 10 | --- |
11 | Upstream-Status: Pending | ||
12 | |||
11 | hash_intmd5.c | 2 ++ | 13 | hash_intmd5.c | 2 ++ |
12 | 1 file changed, 2 insertions(+) | 14 | 1 file changed, 2 insertions(+) |
13 | 15 | ||
diff --git a/meta-networking/recipes-support/dnsmasq/dnsmasq/lua.patch b/meta-networking/recipes-support/dnsmasq/dnsmasq/lua.patch index be2bb42fc2..f8697699ac 100644 --- a/meta-networking/recipes-support/dnsmasq/dnsmasq/lua.patch +++ b/meta-networking/recipes-support/dnsmasq/dnsmasq/lua.patch | |||
@@ -7,6 +7,8 @@ Signed-off-by: Christopher Larson <chris_larson@mentor.com> | |||
7 | Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> | 7 | Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> |
8 | 8 | ||
9 | --- | 9 | --- |
10 | Upstream-Status: Pending | ||
11 | |||
10 | Makefile | 4 ++-- | 12 | Makefile | 4 ++-- |
11 | 1 file changed, 2 insertions(+), 2 deletions(-) | 13 | 1 file changed, 2 insertions(+), 2 deletions(-) |
12 | 14 | ||
diff --git a/meta-networking/recipes-support/dovecot/dovecot/0001-not-check-pandoc.patch b/meta-networking/recipes-support/dovecot/dovecot/0001-not-check-pandoc.patch index 20ba73a824..af69c82f0f 100644 --- a/meta-networking/recipes-support/dovecot/dovecot/0001-not-check-pandoc.patch +++ b/meta-networking/recipes-support/dovecot/dovecot/0001-not-check-pandoc.patch | |||
@@ -5,6 +5,8 @@ Subject: [PATCH] not check pandoc | |||
5 | 5 | ||
6 | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> | 6 | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> |
7 | --- | 7 | --- |
8 | Upstream-Status: Pending | ||
9 | |||
8 | m4/dovecot.m4 | 2 +- | 10 | m4/dovecot.m4 | 2 +- |
9 | 1 file changed, 1 insertion(+), 1 deletion(-) | 11 | 1 file changed, 1 insertion(+), 1 deletion(-) |
10 | 12 | ||
diff --git a/meta-networking/recipes-support/drbd/drbd-utils/0001-drbdmon-add-LDFLAGS-when-linking.patch b/meta-networking/recipes-support/drbd/drbd-utils/0001-drbdmon-add-LDFLAGS-when-linking.patch index 354be0ff18..0bf4b2fce1 100644 --- a/meta-networking/recipes-support/drbd/drbd-utils/0001-drbdmon-add-LDFLAGS-when-linking.patch +++ b/meta-networking/recipes-support/drbd/drbd-utils/0001-drbdmon-add-LDFLAGS-when-linking.patch | |||
@@ -5,6 +5,8 @@ Subject: [PATCH] drbdmon: add LDFLAGS when linking | |||
5 | 5 | ||
6 | Signed-off-by: Sakib Sajal <sakib.sajal@windriver.com> | 6 | Signed-off-by: Sakib Sajal <sakib.sajal@windriver.com> |
7 | --- | 7 | --- |
8 | Upstream-Status: Pending | ||
9 | |||
8 | user/drbdmon/Makefile.in | 2 +- | 10 | user/drbdmon/Makefile.in | 2 +- |
9 | 1 file changed, 1 insertion(+), 1 deletion(-) | 11 | 1 file changed, 1 insertion(+), 1 deletion(-) |
10 | 12 | ||
diff --git a/meta-networking/recipes-support/esmtp/esmtp/0001-Fix-libESMTP-dependency-check.patch b/meta-networking/recipes-support/esmtp/esmtp/0001-Fix-libESMTP-dependency-check.patch index 92ac4b12ba..18bffe55b2 100644 --- a/meta-networking/recipes-support/esmtp/esmtp/0001-Fix-libESMTP-dependency-check.patch +++ b/meta-networking/recipes-support/esmtp/esmtp/0001-Fix-libESMTP-dependency-check.patch | |||
@@ -8,6 +8,8 @@ check for existence instead. | |||
8 | 8 | ||
9 | Signed-off-by: Jiaqing Zhao <jiaqing.zhao@linux.intel.com> | 9 | Signed-off-by: Jiaqing Zhao <jiaqing.zhao@linux.intel.com> |
10 | --- | 10 | --- |
11 | Upstream-Status: Pending | ||
12 | |||
11 | configure.ac | 8 +++++--- | 13 | configure.ac | 8 +++++--- |
12 | 1 file changed, 5 insertions(+), 3 deletions(-) | 14 | 1 file changed, 5 insertions(+), 3 deletions(-) |
13 | 15 | ||
diff --git a/meta-networking/recipes-support/ifmetric/ifmetric/ifmetric.8_typo.patch b/meta-networking/recipes-support/ifmetric/ifmetric/ifmetric.8_typo.patch index 246910036e..3bd87ff457 100644 --- a/meta-networking/recipes-support/ifmetric/ifmetric/ifmetric.8_typo.patch +++ b/meta-networking/recipes-support/ifmetric/ifmetric/ifmetric.8_typo.patch | |||
@@ -1,3 +1,5 @@ | |||
1 | Upstream-Status: Pending | ||
2 | |||
1 | Description: Correct typo: s/ommited/omitted/ | 3 | Description: Correct typo: s/ommited/omitted/ |
2 | Author: Michael Shuler <michael@pbandjelly.org> | 4 | Author: Michael Shuler <michael@pbandjelly.org> |
3 | Index: ifmetric/man/ifmetric.8 | 5 | Index: ifmetric/man/ifmetric.8 |
diff --git a/meta-networking/recipes-support/ifmetric/ifmetric/ifmetric.c_netlink-invalid-arg.patch b/meta-networking/recipes-support/ifmetric/ifmetric/ifmetric.c_netlink-invalid-arg.patch index 374135d4f6..a6d1828d22 100644 --- a/meta-networking/recipes-support/ifmetric/ifmetric/ifmetric.c_netlink-invalid-arg.patch +++ b/meta-networking/recipes-support/ifmetric/ifmetric/ifmetric.c_netlink-invalid-arg.patch | |||
@@ -1,3 +1,5 @@ | |||
1 | Upstream-Status: Pending | ||
2 | |||
1 | Description: Fix "NETLINK: Error: Invalid argument" for links that are down, in kernel 4.4+ | 3 | Description: Fix "NETLINK: Error: Invalid argument" for links that are down, in kernel 4.4+ |
2 | Author: Jim Paris <jim@jtan.com> | 4 | Author: Jim Paris <jim@jtan.com> |
3 | Bug-Debian: http://bugs.debian.org/864889 | 5 | Bug-Debian: http://bugs.debian.org/864889 |
diff --git a/meta-networking/recipes-support/ifmetric/ifmetric/ifmetric.c_typo.patch b/meta-networking/recipes-support/ifmetric/ifmetric/ifmetric.c_typo.patch index 992f7d2fbb..19290a59dd 100644 --- a/meta-networking/recipes-support/ifmetric/ifmetric/ifmetric.c_typo.patch +++ b/meta-networking/recipes-support/ifmetric/ifmetric/ifmetric.c_typo.patch | |||
@@ -1,3 +1,5 @@ | |||
1 | Upstream-Status: Pending | ||
2 | |||
1 | Description: Correct spelling-error-in-binary s/Recieved/Received/ | 3 | Description: Correct spelling-error-in-binary s/Recieved/Received/ |
2 | Author: Michael Shuler <michael@pbandjelly.org> | 4 | Author: Michael Shuler <michael@pbandjelly.org> |
3 | Index: ifmetric/src/ifmetric.c | 5 | Index: ifmetric/src/ifmetric.c |
diff --git a/meta-networking/recipes-support/ifmetric/ifmetric/nlrequest.c_packet-too-small_fix.patch b/meta-networking/recipes-support/ifmetric/ifmetric/nlrequest.c_packet-too-small_fix.patch index 15b3103334..89851517bf 100644 --- a/meta-networking/recipes-support/ifmetric/ifmetric/nlrequest.c_packet-too-small_fix.patch +++ b/meta-networking/recipes-support/ifmetric/ifmetric/nlrequest.c_packet-too-small_fix.patch | |||
@@ -1,3 +1,5 @@ | |||
1 | Upstream-Status: Pending | ||
2 | |||
1 | Description: Fix "NETLINK: Packet too small or truncated!" error. | 3 | Description: Fix "NETLINK: Packet too small or truncated!" error. |
2 | Author: Benedek László <benedekl@gmail.com> | 4 | Author: Benedek László <benedekl@gmail.com> |
3 | Bug-Debian: http://bugs.debian.org/514197 | 5 | Bug-Debian: http://bugs.debian.org/514197 |
diff --git a/meta-networking/recipes-support/libmemcached/files/0001-Fix-comparison-types.patch b/meta-networking/recipes-support/libmemcached/files/0001-Fix-comparison-types.patch index 26b5e250cb..9e5121fed7 100644 --- a/meta-networking/recipes-support/libmemcached/files/0001-Fix-comparison-types.patch +++ b/meta-networking/recipes-support/libmemcached/files/0001-Fix-comparison-types.patch | |||
@@ -8,6 +8,8 @@ error: comparison between pointer and integer ('char *' and 'int') | |||
8 | 8 | ||
9 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 9 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
10 | --- | 10 | --- |
11 | Upstream-Status: Pending | ||
12 | |||
11 | clients/memflush.cc | 4 ++-- | 13 | clients/memflush.cc | 4 ++-- |
12 | 1 file changed, 2 insertions(+), 2 deletions(-) | 14 | 1 file changed, 2 insertions(+), 2 deletions(-) |
13 | 15 | ||
diff --git a/meta-networking/recipes-support/libmemcached/files/0001-configure.ac-Do-not-configure-build-aux.patch b/meta-networking/recipes-support/libmemcached/files/0001-configure.ac-Do-not-configure-build-aux.patch index 06febc5b13..1c1d814b50 100644 --- a/meta-networking/recipes-support/libmemcached/files/0001-configure.ac-Do-not-configure-build-aux.patch +++ b/meta-networking/recipes-support/libmemcached/files/0001-configure.ac-Do-not-configure-build-aux.patch | |||
@@ -8,6 +8,8 @@ configure: error: cannot find install-sh, install.sh, or shtool | |||
8 | 8 | ||
9 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 9 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
10 | --- | 10 | --- |
11 | Upstream-Status: Pending | ||
12 | |||
11 | configure.ac | 1 - | 13 | configure.ac | 1 - |
12 | 1 file changed, 1 deletion(-) | 14 | 1 file changed, 1 deletion(-) |
13 | 15 | ||
diff --git a/meta-networking/recipes-support/libmemcached/files/0002-POSIX_SPAWN_USEVFORK-is-not-linux-specific-but-glibc.patch b/meta-networking/recipes-support/libmemcached/files/0002-POSIX_SPAWN_USEVFORK-is-not-linux-specific-but-glibc.patch index e1e1be8c68..4d38fe452e 100644 --- a/meta-networking/recipes-support/libmemcached/files/0002-POSIX_SPAWN_USEVFORK-is-not-linux-specific-but-glibc.patch +++ b/meta-networking/recipes-support/libmemcached/files/0002-POSIX_SPAWN_USEVFORK-is-not-linux-specific-but-glibc.patch | |||
@@ -9,6 +9,8 @@ cmdline.cc:206:12: error: use of undeclared identifier 'POSIX_SPAWN_USEVFORK' | |||
9 | 9 | ||
10 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 10 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
11 | --- | 11 | --- |
12 | Upstream-Status: Pending | ||
13 | |||
12 | libtest/cmdline.cc | 2 +- | 14 | libtest/cmdline.cc | 2 +- |
13 | 1 file changed, 1 insertion(+), 1 deletion(-) | 15 | 1 file changed, 1 insertion(+), 1 deletion(-) |
14 | 16 | ||
diff --git a/meta-networking/recipes-support/libmemcached/files/crosscompile.patch b/meta-networking/recipes-support/libmemcached/files/crosscompile.patch index 63511bff5f..441b8d4177 100644 --- a/meta-networking/recipes-support/libmemcached/files/crosscompile.patch +++ b/meta-networking/recipes-support/libmemcached/files/crosscompile.patch | |||
@@ -1,3 +1,5 @@ | |||
1 | Upstream-Status: Pending | ||
2 | |||
1 | libmemcached/backtrace.cc | 3 ++- | 3 | libmemcached/backtrace.cc | 3 ++- |
2 | 1 file changed, 2 insertions(+), 1 deletion(-) | 4 | 1 file changed, 2 insertions(+), 1 deletion(-) |
3 | 5 | ||
diff --git a/meta-networking/recipes-support/libtalloc/libtalloc/avoid-attr-unless-wanted.patch b/meta-networking/recipes-support/libtalloc/libtalloc/avoid-attr-unless-wanted.patch index 3c85a8a2d4..fe8d10d6f4 100644 --- a/meta-networking/recipes-support/libtalloc/libtalloc/avoid-attr-unless-wanted.patch +++ b/meta-networking/recipes-support/libtalloc/libtalloc/avoid-attr-unless-wanted.patch | |||
@@ -4,6 +4,8 @@ Date: Fri, 25 Dec 2020 15:10:58 +0900 | |||
4 | Subject: [PATCH] avoid attr unless wanted | 4 | Subject: [PATCH] avoid attr unless wanted |
5 | 5 | ||
6 | --- | 6 | --- |
7 | Upstream-Status: Pending | ||
8 | |||
7 | lib/replace/wscript | 4 +--- | 9 | lib/replace/wscript | 4 +--- |
8 | 1 file changed, 1 insertion(+), 3 deletions(-) | 10 | 1 file changed, 1 insertion(+), 3 deletions(-) |
9 | 11 | ||
diff --git a/meta-networking/recipes-support/libtevent/libtevent/avoid-attr-unless-wanted.patch b/meta-networking/recipes-support/libtevent/libtevent/avoid-attr-unless-wanted.patch index 1e340f3692..e15f14ab78 100644 --- a/meta-networking/recipes-support/libtevent/libtevent/avoid-attr-unless-wanted.patch +++ b/meta-networking/recipes-support/libtevent/libtevent/avoid-attr-unless-wanted.patch | |||
@@ -4,6 +4,8 @@ Date: Fri, 25 Dec 2020 15:10:58 +0900 | |||
4 | Subject: [PATCH] avoid attr unless wanted | 4 | Subject: [PATCH] avoid attr unless wanted |
5 | 5 | ||
6 | --- | 6 | --- |
7 | Upstream-Status: Pending | ||
8 | |||
7 | lib/replace/wscript | 4 +--- | 9 | lib/replace/wscript | 4 +--- |
8 | 1 file changed, 1 insertion(+), 3 deletions(-) | 10 | 1 file changed, 1 insertion(+), 3 deletions(-) |
9 | 11 | ||
diff --git a/meta-networking/recipes-support/linux-atm/linux-atm/install-from-buildir.patch b/meta-networking/recipes-support/linux-atm/linux-atm/install-from-buildir.patch index d1380eb2aa..08cb817f77 100644 --- a/meta-networking/recipes-support/linux-atm/linux-atm/install-from-buildir.patch +++ b/meta-networking/recipes-support/linux-atm/linux-atm/install-from-buildir.patch | |||
@@ -1,3 +1,5 @@ | |||
1 | Upstream-Status: Pending | ||
2 | |||
1 | install binaries from builddir not srcdir. | 3 | install binaries from builddir not srcdir. |
2 | 4 | ||
3 | Signed-off-by: Bian Naimeng <biannm@cn.fujitsu.com> | 5 | Signed-off-by: Bian Naimeng <biannm@cn.fujitsu.com> |
diff --git a/meta-networking/recipes-support/linux-atm/linux-atm/link-with-ldflags.patch b/meta-networking/recipes-support/linux-atm/linux-atm/link-with-ldflags.patch index 62fad2a54a..8324040da9 100644 --- a/meta-networking/recipes-support/linux-atm/linux-atm/link-with-ldflags.patch +++ b/meta-networking/recipes-support/linux-atm/linux-atm/link-with-ldflags.patch | |||
@@ -1,3 +1,5 @@ | |||
1 | Upstream-Status: Pending | ||
2 | |||
1 | LDFLAGS_FOR_BUILD should be required when doing link for qgen. | 3 | LDFLAGS_FOR_BUILD should be required when doing link for qgen. |
2 | 4 | ||
3 | Signed-off-by: Bian Naimeng <biannm@cn.fujitsu.com> | 5 | Signed-off-by: Bian Naimeng <biannm@cn.fujitsu.com> |
diff --git a/meta-networking/recipes-support/lowpan-tools/lowpan-tools/0001-Remove-newline-from-format-line.patch b/meta-networking/recipes-support/lowpan-tools/lowpan-tools/0001-Remove-newline-from-format-line.patch index 1453b75d56..b8fe66f346 100644 --- a/meta-networking/recipes-support/lowpan-tools/lowpan-tools/0001-Remove-newline-from-format-line.patch +++ b/meta-networking/recipes-support/lowpan-tools/lowpan-tools/0001-Remove-newline-from-format-line.patch | |||
@@ -11,6 +11,8 @@ error: '__builtin___snprintf_chk' output truncated before the last format charac | |||
11 | 11 | ||
12 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 12 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
13 | --- | 13 | --- |
14 | Upstream-Status: Pending | ||
15 | |||
14 | addrdb/addrdb.c | 2 +- | 16 | addrdb/addrdb.c | 2 +- |
15 | 1 file changed, 1 insertion(+), 1 deletion(-) | 17 | 1 file changed, 1 insertion(+), 1 deletion(-) |
16 | 18 | ||
diff --git a/meta-networking/recipes-support/lowpan-tools/lowpan-tools/0001-addrdb-coord-config-parse.y-add-missing-time.h-inclu.patch b/meta-networking/recipes-support/lowpan-tools/lowpan-tools/0001-addrdb-coord-config-parse.y-add-missing-time.h-inclu.patch index 0a81a22526..81a3f52d90 100644 --- a/meta-networking/recipes-support/lowpan-tools/lowpan-tools/0001-addrdb-coord-config-parse.y-add-missing-time.h-inclu.patch +++ b/meta-networking/recipes-support/lowpan-tools/lowpan-tools/0001-addrdb-coord-config-parse.y-add-missing-time.h-inclu.patch | |||
@@ -21,6 +21,8 @@ Yacc. | |||
21 | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 21 | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> |
22 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 22 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
23 | --- | 23 | --- |
24 | Upstream-Status: Pending | ||
25 | |||
24 | addrdb/coord-config-parse.y | 4 ++++ | 26 | addrdb/coord-config-parse.y | 4 ++++ |
25 | 1 file changed, 4 insertions(+) | 27 | 1 file changed, 4 insertions(+) |
26 | 28 | ||
diff --git a/meta-networking/recipes-support/lowpan-tools/lowpan-tools/0001-coordinator-Fix-strncpy-range-warning.patch b/meta-networking/recipes-support/lowpan-tools/lowpan-tools/0001-coordinator-Fix-strncpy-range-warning.patch index 493832bb84..aadfae238d 100644 --- a/meta-networking/recipes-support/lowpan-tools/lowpan-tools/0001-coordinator-Fix-strncpy-range-warning.patch +++ b/meta-networking/recipes-support/lowpan-tools/lowpan-tools/0001-coordinator-Fix-strncpy-range-warning.patch | |||
@@ -8,6 +8,8 @@ error: 'strncpy' specified bound 4096 equals destination size [-Werror=stringop- | |||
8 | 8 | ||
9 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 9 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
10 | --- | 10 | --- |
11 | Upstream-Status: Pending | ||
12 | |||
11 | src/coordinator.c | 5 +++-- | 13 | src/coordinator.c | 5 +++-- |
12 | 1 file changed, 3 insertions(+), 2 deletions(-) | 14 | 1 file changed, 3 insertions(+), 2 deletions(-) |
13 | 15 | ||
diff --git a/meta-networking/recipes-support/lowpan-tools/lowpan-tools/0001-src-iz.c-Undef-dprintf-before-redefining.patch b/meta-networking/recipes-support/lowpan-tools/lowpan-tools/0001-src-iz.c-Undef-dprintf-before-redefining.patch index 68393067d0..fec9b5736d 100644 --- a/meta-networking/recipes-support/lowpan-tools/lowpan-tools/0001-src-iz.c-Undef-dprintf-before-redefining.patch +++ b/meta-networking/recipes-support/lowpan-tools/lowpan-tools/0001-src-iz.c-Undef-dprintf-before-redefining.patch | |||
@@ -7,6 +7,8 @@ Clang is picky and warns about macros redefinition | |||
7 | 7 | ||
8 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 8 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
9 | --- | 9 | --- |
10 | Upstream-Status: Pending | ||
11 | |||
10 | src/iz.c | 1 + | 12 | src/iz.c | 1 + |
11 | 1 file changed, 1 insertion(+) | 13 | 1 file changed, 1 insertion(+) |
12 | 14 | ||
diff --git a/meta-networking/recipes-support/macchanger/macchanger/0001-Fix-musl-build.patch b/meta-networking/recipes-support/macchanger/macchanger/0001-Fix-musl-build.patch index d36087d550..5231015701 100644 --- a/meta-networking/recipes-support/macchanger/macchanger/0001-Fix-musl-build.patch +++ b/meta-networking/recipes-support/macchanger/macchanger/0001-Fix-musl-build.patch | |||
@@ -11,6 +11,8 @@ Missing data type is defined in <sys/types.h>. | |||
11 | 11 | ||
12 | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | 12 | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> |
13 | --- | 13 | --- |
14 | Upstream-Status: Pending | ||
15 | |||
14 | src/netinfo.c | 1 + | 16 | src/netinfo.c | 1 + |
15 | 1 file changed, 1 insertion(+) | 17 | 1 file changed, 1 insertion(+) |
16 | 18 | ||
diff --git a/meta-networking/recipes-support/netsniff-ng/files/0001-Cmds-automatically-create-folder.patch b/meta-networking/recipes-support/netsniff-ng/files/0001-Cmds-automatically-create-folder.patch index e535aedf51..490990d29d 100644 --- a/meta-networking/recipes-support/netsniff-ng/files/0001-Cmds-automatically-create-folder.patch +++ b/meta-networking/recipes-support/netsniff-ng/files/0001-Cmds-automatically-create-folder.patch | |||
@@ -4,6 +4,8 @@ Date: Mon, 14 Feb 2022 18:37:22 +0100 | |||
4 | Subject: [PATCH] Cmds: automatically create folder | 4 | Subject: [PATCH] Cmds: automatically create folder |
5 | 5 | ||
6 | --- | 6 | --- |
7 | Upstream-Status: Pending | ||
8 | |||
7 | Cmds | 3 ++- | 9 | Cmds | 3 ++- |
8 | 1 file changed, 2 insertions(+), 1 deletion(-) | 10 | 1 file changed, 2 insertions(+), 1 deletion(-) |
9 | 11 | ||
diff --git a/meta-networking/recipes-support/ntp/ntp/ntp-4.2.4_p6-nano.patch b/meta-networking/recipes-support/ntp/ntp/ntp-4.2.4_p6-nano.patch index d45b7e38b7..d8e0ad3309 100644 --- a/meta-networking/recipes-support/ntp/ntp/ntp-4.2.4_p6-nano.patch +++ b/meta-networking/recipes-support/ntp/ntp/ntp-4.2.4_p6-nano.patch | |||
@@ -3,6 +3,8 @@ From: Koen Kooi <koen@dominion.thruhere.net> | |||
3 | Date: Wed, 12 Jan 2011 21:38:46 +0100 | 3 | Date: Wed, 12 Jan 2011 21:38:46 +0100 |
4 | 4 | ||
5 | --- | 5 | --- |
6 | Upstream-Status: Pending | ||
7 | |||
6 | include/ntp_syscall.h | 8 ++++++++ | 8 | include/ntp_syscall.h | 8 ++++++++ |
7 | 1 file changed, 8 insertions(+) | 9 | 1 file changed, 8 insertions(+) |
8 | 10 | ||
diff --git a/meta-networking/recipes-support/ntp/ntp/reproducibility-fixed-path-to-posix-shell.patch b/meta-networking/recipes-support/ntp/ntp/reproducibility-fixed-path-to-posix-shell.patch index 1961ada9b6..036c61a78f 100644 --- a/meta-networking/recipes-support/ntp/ntp/reproducibility-fixed-path-to-posix-shell.patch +++ b/meta-networking/recipes-support/ntp/ntp/reproducibility-fixed-path-to-posix-shell.patch | |||
@@ -1,5 +1,7 @@ | |||
1 | reproducibility fixed path to posixshell | 1 | reproducibility fixed path to posixshell |
2 | --- | 2 | --- |
3 | Upstream-Status: Pending | ||
4 | |||
3 | sntp/libopts/m4/libopts.m4 | 7 ------- | 5 | sntp/libopts/m4/libopts.m4 | 7 ------- |
4 | 1 file changed, 7 deletions(-) | 6 | 1 file changed, 7 deletions(-) |
5 | 7 | ||
diff --git a/meta-networking/recipes-support/ntpsec/ntpsec/0001-wscript-Add-BISONFLAGS-support.patch b/meta-networking/recipes-support/ntpsec/ntpsec/0001-wscript-Add-BISONFLAGS-support.patch index 2e3730df47..fb29fdc47e 100644 --- a/meta-networking/recipes-support/ntpsec/ntpsec/0001-wscript-Add-BISONFLAGS-support.patch +++ b/meta-networking/recipes-support/ntpsec/ntpsec/0001-wscript-Add-BISONFLAGS-support.patch | |||
@@ -4,6 +4,8 @@ Date: Thu, 19 Jan 2023 13:00:45 +0000 | |||
4 | Subject: [PATCH] wscript: Add BISONFLAGS support | 4 | Subject: [PATCH] wscript: Add BISONFLAGS support |
5 | 5 | ||
6 | --- | 6 | --- |
7 | Upstream-Status: Pending | ||
8 | |||
7 | wscript | 2 ++ | 9 | wscript | 2 ++ |
8 | 1 file changed, 2 insertions(+) | 10 | 1 file changed, 2 insertions(+) |
9 | 11 | ||
diff --git a/meta-networking/recipes-support/open-vm-tools/open-vm-tools/0002-Use-configure-test-for-struct-timespec.patch b/meta-networking/recipes-support/open-vm-tools/open-vm-tools/0002-Use-configure-test-for-struct-timespec.patch index aa5ffde418..c6af3d5ff7 100644 --- a/meta-networking/recipes-support/open-vm-tools/open-vm-tools/0002-Use-configure-test-for-struct-timespec.patch +++ b/meta-networking/recipes-support/open-vm-tools/open-vm-tools/0002-Use-configure-test-for-struct-timespec.patch | |||
@@ -8,6 +8,8 @@ to keep track of what platforms has it. | |||
8 | 8 | ||
9 | Signed-off-by: Natanael Copa <ncopa@alpinelinux.org> | 9 | Signed-off-by: Natanael Copa <ncopa@alpinelinux.org> |
10 | --- | 10 | --- |
11 | Upstream-Status: Pending | ||
12 | |||
11 | open-vm-tools/configure.ac | 1 + | 13 | open-vm-tools/configure.ac | 1 + |
12 | open-vm-tools/lib/include/hgfsUtil.h | 8 +------- | 14 | open-vm-tools/lib/include/hgfsUtil.h | 8 +------- |
13 | 2 files changed, 2 insertions(+), 7 deletions(-) | 15 | 2 files changed, 2 insertions(+), 7 deletions(-) |
diff --git a/meta-networking/recipes-support/open-vm-tools/open-vm-tools/0003-Fix-definition-of-ALLPERMS-and-ACCESSPERMS.patch b/meta-networking/recipes-support/open-vm-tools/open-vm-tools/0003-Fix-definition-of-ALLPERMS-and-ACCESSPERMS.patch index 24279e34a0..4b6e089ace 100644 --- a/meta-networking/recipes-support/open-vm-tools/open-vm-tools/0003-Fix-definition-of-ALLPERMS-and-ACCESSPERMS.patch +++ b/meta-networking/recipes-support/open-vm-tools/open-vm-tools/0003-Fix-definition-of-ALLPERMS-and-ACCESSPERMS.patch | |||
@@ -10,6 +10,8 @@ This is needed for musl libc. | |||
10 | 10 | ||
11 | Signed-off-by: Natanael Copa <ncopa@alpinelinux.org> | 11 | Signed-off-by: Natanael Copa <ncopa@alpinelinux.org> |
12 | --- | 12 | --- |
13 | Upstream-Status: Pending | ||
14 | |||
13 | open-vm-tools/lib/hgfsServer/hgfsServerLinux.c | 8 +++++--- | 15 | open-vm-tools/lib/hgfsServer/hgfsServerLinux.c | 8 +++++--- |
14 | open-vm-tools/services/plugins/dndcp/dnd/dndLinux.c | 3 +-- | 16 | open-vm-tools/services/plugins/dndcp/dnd/dndLinux.c | 3 +-- |
15 | 2 files changed, 6 insertions(+), 5 deletions(-) | 17 | 2 files changed, 6 insertions(+), 5 deletions(-) |
diff --git a/meta-networking/recipes-support/open-vm-tools/open-vm-tools/0004-Use-configure-to-test-for-feature-instead-of-platfor.patch b/meta-networking/recipes-support/open-vm-tools/open-vm-tools/0004-Use-configure-to-test-for-feature-instead-of-platfor.patch index 613bba2126..9fe0126d30 100644 --- a/meta-networking/recipes-support/open-vm-tools/open-vm-tools/0004-Use-configure-to-test-for-feature-instead-of-platfor.patch +++ b/meta-networking/recipes-support/open-vm-tools/open-vm-tools/0004-Use-configure-to-test-for-feature-instead-of-platfor.patch | |||
@@ -23,6 +23,8 @@ Refit patch of open-vm-tools/lib/nicInfo/nicInfoPosix.c | |||
23 | Signed-off-by: Natanael Copa <ncopa@alpinelinux.org> | 23 | Signed-off-by: Natanael Copa <ncopa@alpinelinux.org> |
24 | Signed-off-by: Randy MacLeod <randy.macleod@windriver.com> | 24 | Signed-off-by: Randy MacLeod <randy.macleod@windriver.com> |
25 | --- | 25 | --- |
26 | Upstream-Status: Pending | ||
27 | |||
26 | open-vm-tools/configure.ac | 4 ++++ | 28 | open-vm-tools/configure.ac | 4 ++++ |
27 | open-vm-tools/lib/misc/idLinux.c | 30 +++++++++++------------- | 29 | open-vm-tools/lib/misc/idLinux.c | 30 +++++++++++------------- |
28 | open-vm-tools/lib/nicInfo/nicInfoPosix.c | 6 ++++- | 30 | open-vm-tools/lib/nicInfo/nicInfoPosix.c | 6 ++++- |
diff --git a/meta-networking/recipes-support/open-vm-tools/open-vm-tools/0005-Use-configure-test-for-sys-stat.h-include.patch b/meta-networking/recipes-support/open-vm-tools/open-vm-tools/0005-Use-configure-test-for-sys-stat.h-include.patch index b52f242481..ec9aa7d2ed 100644 --- a/meta-networking/recipes-support/open-vm-tools/open-vm-tools/0005-Use-configure-test-for-sys-stat.h-include.patch +++ b/meta-networking/recipes-support/open-vm-tools/open-vm-tools/0005-Use-configure-test-for-sys-stat.h-include.patch | |||
@@ -7,6 +7,8 @@ This is needed for musl libc. | |||
7 | 7 | ||
8 | Signed-off-by: Natanael Copa <ncopa@alpinelinux.org> | 8 | Signed-off-by: Natanael Copa <ncopa@alpinelinux.org> |
9 | --- | 9 | --- |
10 | Upstream-Status: Pending | ||
11 | |||
10 | open-vm-tools/services/plugins/vix/vixTools.c | 2 +- | 12 | open-vm-tools/services/plugins/vix/vixTools.c | 2 +- |
11 | 1 file changed, 1 insertion(+), 1 deletion(-) | 13 | 1 file changed, 1 insertion(+), 1 deletion(-) |
12 | 14 | ||
diff --git a/meta-networking/recipes-support/open-vm-tools/open-vm-tools/0006-Fix-subdir-objects-configure-error.patch b/meta-networking/recipes-support/open-vm-tools/open-vm-tools/0006-Fix-subdir-objects-configure-error.patch index cb30966afe..e83fb36214 100644 --- a/meta-networking/recipes-support/open-vm-tools/open-vm-tools/0006-Fix-subdir-objects-configure-error.patch +++ b/meta-networking/recipes-support/open-vm-tools/open-vm-tools/0006-Fix-subdir-objects-configure-error.patch | |||
@@ -7,6 +7,8 @@ Fix build on musl while here | |||
7 | 7 | ||
8 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 8 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
9 | --- | 9 | --- |
10 | Upstream-Status: Pending | ||
11 | |||
10 | open-vm-tools/configure.ac | 3 +-- | 12 | open-vm-tools/configure.ac | 3 +-- |
11 | 1 file changed, 1 insertion(+), 2 deletions(-) | 13 | 1 file changed, 1 insertion(+), 2 deletions(-) |
12 | 14 | ||
diff --git a/meta-networking/recipes-support/open-vm-tools/open-vm-tools/0007-include-poll.h-instead-of-sys-poll.h.patch b/meta-networking/recipes-support/open-vm-tools/open-vm-tools/0007-include-poll.h-instead-of-sys-poll.h.patch index ff5fee6d4e..7eac04ab56 100644 --- a/meta-networking/recipes-support/open-vm-tools/open-vm-tools/0007-include-poll.h-instead-of-sys-poll.h.patch +++ b/meta-networking/recipes-support/open-vm-tools/open-vm-tools/0007-include-poll.h-instead-of-sys-poll.h.patch | |||
@@ -7,6 +7,8 @@ including sys/poll.h is deprecated | |||
7 | 7 | ||
8 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 8 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
9 | --- | 9 | --- |
10 | Upstream-Status: Pending | ||
11 | |||
10 | open-vm-tools/lib/asyncsocket/asyncsocket.c | 2 +- | 12 | open-vm-tools/lib/asyncsocket/asyncsocket.c | 2 +- |
11 | 1 file changed, 1 insertion(+), 1 deletion(-) | 13 | 1 file changed, 1 insertion(+), 1 deletion(-) |
12 | 14 | ||
diff --git a/meta-networking/recipes-support/open-vm-tools/open-vm-tools/0008-Rename-poll.h-to-vm_poll.h.patch b/meta-networking/recipes-support/open-vm-tools/open-vm-tools/0008-Rename-poll.h-to-vm_poll.h.patch index b3906e827a..d9000b4f13 100644 --- a/meta-networking/recipes-support/open-vm-tools/open-vm-tools/0008-Rename-poll.h-to-vm_poll.h.patch +++ b/meta-networking/recipes-support/open-vm-tools/open-vm-tools/0008-Rename-poll.h-to-vm_poll.h.patch | |||
@@ -17,6 +17,8 @@ Signed-off-by: Natanael Copa <ncopa@alpinelinux.org> | |||
17 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 17 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
18 | Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com> | 18 | Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com> |
19 | --- | 19 | --- |
20 | Upstream-Status: Pending | ||
21 | |||
20 | open-vm-tools/lib/asyncsocket/asyncsocket.c | 2 +- | 22 | open-vm-tools/lib/asyncsocket/asyncsocket.c | 2 +- |
21 | open-vm-tools/lib/hgfsServer/hgfsServer.c | 2 +- | 23 | open-vm-tools/lib/hgfsServer/hgfsServer.c | 2 +- |
22 | open-vm-tools/lib/include/asyncsocket.h | 2 +- | 24 | open-vm-tools/lib/include/asyncsocket.h | 2 +- |
diff --git a/meta-networking/recipes-support/open-vm-tools/open-vm-tools/0009-use-posix-strerror_r-unless-on-gnu-libc-system.patch b/meta-networking/recipes-support/open-vm-tools/open-vm-tools/0009-use-posix-strerror_r-unless-on-gnu-libc-system.patch index 9ae1a8e6b8..9800194920 100644 --- a/meta-networking/recipes-support/open-vm-tools/open-vm-tools/0009-use-posix-strerror_r-unless-on-gnu-libc-system.patch +++ b/meta-networking/recipes-support/open-vm-tools/open-vm-tools/0009-use-posix-strerror_r-unless-on-gnu-libc-system.patch | |||
@@ -5,6 +5,8 @@ Subject: [PATCH] use posix strerror_r unless on gnu libc system | |||
5 | 5 | ||
6 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 6 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
7 | --- | 7 | --- |
8 | Upstream-Status: Pending | ||
9 | |||
8 | open-vm-tools/lib/err/errPosix.c | 9 ++++++--- | 10 | open-vm-tools/lib/err/errPosix.c | 9 ++++++--- |
9 | 1 file changed, 6 insertions(+), 3 deletions(-) | 11 | 1 file changed, 6 insertions(+), 3 deletions(-) |
10 | 12 | ||
diff --git a/meta-networking/recipes-support/open-vm-tools/open-vm-tools/0010-Use-uintmax_t-for-handling-rlim_t.patch b/meta-networking/recipes-support/open-vm-tools/open-vm-tools/0010-Use-uintmax_t-for-handling-rlim_t.patch index 36d0c641ae..d3c9149f77 100644 --- a/meta-networking/recipes-support/open-vm-tools/open-vm-tools/0010-Use-uintmax_t-for-handling-rlim_t.patch +++ b/meta-networking/recipes-support/open-vm-tools/open-vm-tools/0010-Use-uintmax_t-for-handling-rlim_t.patch | |||
@@ -13,6 +13,8 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||
13 | Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com> | 13 | Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com> |
14 | Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> | 14 | Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> |
15 | --- | 15 | --- |
16 | Upstream-Status: Pending | ||
17 | |||
16 | open-vm-tools/lib/hgfsServer/hgfsServerLinux.c | 4 ++-- | 18 | open-vm-tools/lib/hgfsServer/hgfsServerLinux.c | 4 ++-- |
17 | 1 file changed, 2 insertions(+), 2 deletions(-) | 19 | 1 file changed, 2 insertions(+), 2 deletions(-) |
18 | 20 | ||
diff --git a/meta-networking/recipes-support/pimd/pimd/0001-configure-Dont-use-uname-to-determine-target-OS.patch b/meta-networking/recipes-support/pimd/pimd/0001-configure-Dont-use-uname-to-determine-target-OS.patch index eb549ded9d..cacb84a1ca 100644 --- a/meta-networking/recipes-support/pimd/pimd/0001-configure-Dont-use-uname-to-determine-target-OS.patch +++ b/meta-networking/recipes-support/pimd/pimd/0001-configure-Dont-use-uname-to-determine-target-OS.patch | |||
@@ -7,6 +7,8 @@ Helps with cross-compiling | |||
7 | 7 | ||
8 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 8 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
9 | --- | 9 | --- |
10 | Upstream-Status: Pending | ||
11 | |||
10 | configure | 2 +- | 12 | configure | 2 +- |
11 | 1 file changed, 1 insertion(+), 1 deletion(-) | 13 | 1 file changed, 1 insertion(+), 1 deletion(-) |
12 | 14 | ||
diff --git a/meta-networking/recipes-support/tinyproxy/tinyproxy/disable-documentation.patch b/meta-networking/recipes-support/tinyproxy/tinyproxy/disable-documentation.patch index 364baaa000..faefd1d4ea 100644 --- a/meta-networking/recipes-support/tinyproxy/tinyproxy/disable-documentation.patch +++ b/meta-networking/recipes-support/tinyproxy/tinyproxy/disable-documentation.patch | |||
@@ -3,6 +3,8 @@ From: Benjamin Gaignard <benjamin.gaignard@linaro.org> | |||
3 | Date: Thu, 20 Apr 2017 14:25:18 +0200 | 3 | Date: Thu, 20 Apr 2017 14:25:18 +0200 |
4 | 4 | ||
5 | --- | 5 | --- |
6 | Upstream-Status: Pending | ||
7 | |||
6 | Makefile.am | 1 - | 8 | Makefile.am | 1 - |
7 | configure.ac | 17 ----------------- | 9 | configure.ac | 17 ----------------- |
8 | 2 files changed, 18 deletions(-) | 10 | 2 files changed, 18 deletions(-) |
diff --git a/meta-networking/recipes-support/unbound/unbound/0001-contrib-add-yocto-compatible-init-script.patch b/meta-networking/recipes-support/unbound/unbound/0001-contrib-add-yocto-compatible-init-script.patch index 7168a352f7..7bcf972612 100644 --- a/meta-networking/recipes-support/unbound/unbound/0001-contrib-add-yocto-compatible-init-script.patch +++ b/meta-networking/recipes-support/unbound/unbound/0001-contrib-add-yocto-compatible-init-script.patch | |||
@@ -5,6 +5,8 @@ Subject: [PATCH] contrib: add yocto compatible init script | |||
5 | 5 | ||
6 | Signed-off-by: Beniamin Sandu <beniaminsandu@gmail.com> | 6 | Signed-off-by: Beniamin Sandu <beniaminsandu@gmail.com> |
7 | --- | 7 | --- |
8 | Upstream-Status: Pending | ||
9 | |||
8 | contrib/unbound.init | 20 ++++++++++---------- | 10 | contrib/unbound.init | 20 ++++++++++---------- |
9 | 1 file changed, 10 insertions(+), 10 deletions(-) | 11 | 1 file changed, 10 insertions(+), 10 deletions(-) |
10 | 12 | ||