From 75808db17caf8b960b351e3408e74142f4c85aac Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 14 Apr 2024 15:42:30 +0200 Subject: Adding upstream version 2.117.0. Signed-off-by: Daniel Baumann --- .../build-spec/debian/patches/utf8.patch | 14 ++++++++++++++ .../utf8-header-fix-encoding-patch/build-spec/fill-values | 3 +++ .../encoding/utf8-header-fix-encoding-patch/eval/desc | 4 ++++ .../encoding/utf8-header-fix-encoding-patch/eval/hints | 1 + 4 files changed, 22 insertions(+) create mode 100644 t/recipes/checks/files/encoding/utf8-header-fix-encoding-patch/build-spec/debian/patches/utf8.patch create mode 100644 t/recipes/checks/files/encoding/utf8-header-fix-encoding-patch/build-spec/fill-values create mode 100644 t/recipes/checks/files/encoding/utf8-header-fix-encoding-patch/eval/desc create mode 100644 t/recipes/checks/files/encoding/utf8-header-fix-encoding-patch/eval/hints (limited to 't/recipes/checks/files/encoding/utf8-header-fix-encoding-patch') diff --git a/t/recipes/checks/files/encoding/utf8-header-fix-encoding-patch/build-spec/debian/patches/utf8.patch b/t/recipes/checks/files/encoding/utf8-header-fix-encoding-patch/build-spec/debian/patches/utf8.patch new file mode 100644 index 0000000..f35f299 --- /dev/null +++ b/t/recipes/checks/files/encoding/utf8-header-fix-encoding-patch/build-spec/debian/patches/utf8.patch @@ -0,0 +1,14 @@ +Description: Convert a source file to UTF-8 encoding. +Author: Felix Lechner + +--- a/cyassl/ctaocrypt/tfm.h ++++ b/cyassl/ctaocrypt/tfm.h +@@ -28,7 +28,7 @@ + + + /** +- * Edited by Moisés Guimarães (moises.guimaraes@phoebus.com.br) ++ * Edited by Moisés Guimarães (moises.guimaraes@phoebus.com.br) + * to fit CyaSSL's needs. + */ + diff --git a/t/recipes/checks/files/encoding/utf8-header-fix-encoding-patch/build-spec/fill-values b/t/recipes/checks/files/encoding/utf8-header-fix-encoding-patch/build-spec/fill-values new file mode 100644 index 0000000..9b463fa --- /dev/null +++ b/t/recipes/checks/files/encoding/utf8-header-fix-encoding-patch/build-spec/fill-values @@ -0,0 +1,3 @@ +Skeleton: source-non-native +Testname: utf8-header-fix-encoding-patch +Description: Debian patch to fix national encoding with UTF-8 header (false positive) diff --git a/t/recipes/checks/files/encoding/utf8-header-fix-encoding-patch/eval/desc b/t/recipes/checks/files/encoding/utf8-header-fix-encoding-patch/eval/desc new file mode 100644 index 0000000..f926d48 --- /dev/null +++ b/t/recipes/checks/files/encoding/utf8-header-fix-encoding-patch/eval/desc @@ -0,0 +1,4 @@ +Testname: utf8-header-fix-encoding-patch +Check: files/encoding +Test-Against: + national-encoding diff --git a/t/recipes/checks/files/encoding/utf8-header-fix-encoding-patch/eval/hints b/t/recipes/checks/files/encoding/utf8-header-fix-encoding-patch/eval/hints new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/t/recipes/checks/files/encoding/utf8-header-fix-encoding-patch/eval/hints @@ -0,0 +1 @@ + -- cgit v1.2.3