summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-security/xmlsec1/xmlsec1/xmlsec1-fix-a-typo-in-examples-verify3.c.patch25
-rw-r--r--recipes-security/xmlsec1/xmlsec1_1.2.25.bb1
2 files changed, 26 insertions, 0 deletions
diff --git a/recipes-security/xmlsec1/xmlsec1/xmlsec1-fix-a-typo-in-examples-verify3.c.patch b/recipes-security/xmlsec1/xmlsec1/xmlsec1-fix-a-typo-in-examples-verify3.c.patch
new file mode 100644
index 0000000..0fe3fd7
--- /dev/null
+++ b/recipes-security/xmlsec1/xmlsec1/xmlsec1-fix-a-typo-in-examples-verify3.c.patch
@@ -0,0 +1,25 @@
1From bf1c7b17cc80a2f4dfd43f112f944f68fa5fbcd6 Mon Sep 17 00:00:00 2001
2From: Jackie Huang <jackie.huang@windriver.com>
3Date: Fri, 2 Mar 2018 01:10:58 -0800
4Subject: [PATCH] xmlsec1: fix a typo in examples/verify3.c
5
6Upstream-Status: Submitted [https://github.com/lsh123/xmlsec/pull/153]
7
8Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
9---
10 examples/verify3.c | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13diff --git a/examples/verify3.c b/examples/verify3.c
14index 2d26ae7..68f52ab 100644
15--- a/examples/verify3.c
16+++ b/examples/verify3.c
17@@ -1,4 +1,4 @@
18-4/**
19+/**
20 * XML Security Library example: Verifying a file signed with X509 certificate
21 *
22 * Verifies a file signed with X509 certificate.
23--
242.13.0
25
diff --git a/recipes-security/xmlsec1/xmlsec1_1.2.25.bb b/recipes-security/xmlsec1/xmlsec1_1.2.25.bb
index d351dd2..dbb6f7d 100644
--- a/recipes-security/xmlsec1/xmlsec1_1.2.25.bb
+++ b/recipes-security/xmlsec1/xmlsec1_1.2.25.bb
@@ -17,6 +17,7 @@ SRC_URI = "http://www.aleksey.com/xmlsec/download/${BP}.tar.gz \
17 file://change-finding-path-of-nss.patch \ 17 file://change-finding-path-of-nss.patch \
18 file://makefile-ptest.patch \ 18 file://makefile-ptest.patch \
19 file://xmlsec1-examples-allow-build-in-separate-dir.patch \ 19 file://xmlsec1-examples-allow-build-in-separate-dir.patch \
20 file://xmlsec1-fix-a-typo-in-examples-verify3.c.patch \
20 file://run-ptest \ 21 file://run-ptest \
21 " 22 "
22 23