package/resiprocate: fix Upstream: tags in patches

Fixes:

package/resiprocate/0002-rutil-OpenSSLInit-disable-use-of-legacy-OpenSSL-memo.patch:0: missing Upstream in the header (http://nightly.buildroot.org/#_additional_patch_documentation)
package/resiprocate/0003-rutil-fix-typo-in-preprocessor-condition.patch:0: missing Upstream in the header (http://nightly.buildroot.org/#_additional_patch_documentation)
package/resiprocate/0004-resip-stack-ssl-Security-cxx-remove-deprecated-OpenS.patch:0: missing Upstream in the header (http://nightly.buildroot.org/#_additional_patch_documentation)
make: *** [Makefile:1253: check-package] Error 1

In:

https://gitlab.com/buildroot.org/buildroot/-/jobs/4718833134

and while at it, we also address the same issue in patch 0001, which
was currently ignored through .checkpackageignore.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
master
Thomas Petazzoni 2023-07-22 23:53:17 +02:00
parent 2b22627f75
commit 0cfb890a04
5 changed files with 5 additions and 9 deletions

View File

@ -1314,7 +1314,6 @@ package/redis/0001-uclibc.patch Upstream
package/redis/0002-largefile-conditional-define.patch Upstream
package/redis/0003-redis.conf-adjust-defauts-for-buildroot.patch Upstream
package/redis/S50redis Shellcheck Variables
package/resiprocate/0001-Fix-some-issue-compiling-with-Visual-Studio.patch Upstream
package/restorecond/S02restorecond Shellcheck
package/ripgrep/0001-puts-jemalloc-allocator-behind-a-cargo-feature-flag.patch Upstream
package/riscv-isa-sim/0001-riscv-disable-precompiled-headers.patch Upstream

View File

@ -4,8 +4,8 @@ Date: Sat, 22 Aug 2020 23:14:11 +0100
Subject: [PATCH] Fix some issue compiling with Visual Studio 16.7.0 and tidy
up Visual Studio 16 project files
[Retrieved (and updated to keep only RendKa.cxx update) from:
https://github.com/resiprocate/resiprocate/commit/be76b10a50749e2e11dce8dcc38b414a7f9d8747]
Upstream: https://github.com/resiprocate/resiprocate/commit/be76b10a50749e2e11dce8dcc38b414a7f9d8747
[Retrieved (and updated to keep only RendKa.cxx update)]
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
VisualStudioReadme.htm | 65 +

View File

@ -4,8 +4,7 @@ Date: Thu, 4 Aug 2022 10:55:30 +0200
Subject: [PATCH] rutil: OpenSSLInit: disable use of legacy OpenSSL memory leak
checking with OpenSSL 3.0 and later
Upstream:
https://github.com/resiprocate/resiprocate/commit/e7c33f4e078e6e5dfa7dea796fa4ffb88f48a37a
Upstream: https://github.com/resiprocate/resiprocate/commit/e7c33f4e078e6e5dfa7dea796fa4ffb88f48a37a
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---

View File

@ -3,8 +3,7 @@ From: Andrey Semashev <andrey.semashev@gmail.com>
Date: Sat, 10 Sep 2022 12:15:06 +0200
Subject: [PATCH] rutil: fix typo in preprocessor condition
Upstream:
https://github.com/resiprocate/resiprocate/commit/53302195c339dfaa104788a50aa900a48dbff777
Upstream: https://github.com/resiprocate/resiprocate/commit/53302195c339dfaa104788a50aa900a48dbff777
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---

View File

@ -4,8 +4,7 @@ Date: Thu, 4 Aug 2022 11:09:43 +0200
Subject: [PATCH] resip/stack: ssl/Security.cxx: remove deprecated OpenSSL
ERR_GET_FUNC, not required
Upstream:
https://github.com/resiprocate/resiprocate/commit/88f98702d908549d888aa7f0ee1b0763e09662b1
Upstream: https://github.com/resiprocate/resiprocate/commit/88f98702d908549d888aa7f0ee1b0763e09662b1
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---