summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-networking/recipes-support/strongswan/files/fix-funtion-parameter.patch2
-rw-r--r--meta-networking/recipes-support/strongswan/strongswan_5.6.3.bb (renamed from meta-networking/recipes-support/strongswan/strongswan_5.6.2.bb)4
2 files changed, 3 insertions, 3 deletions
diff --git a/meta-networking/recipes-support/strongswan/files/fix-funtion-parameter.patch b/meta-networking/recipes-support/strongswan/files/fix-funtion-parameter.patch
index be660d1fd8..5945507bf1 100644
--- a/meta-networking/recipes-support/strongswan/files/fix-funtion-parameter.patch
+++ b/meta-networking/recipes-support/strongswan/files/fix-funtion-parameter.patch
@@ -3,7 +3,7 @@ From: "Roy.Li" <rongqing.li@windriver.com>
3Date: Tue, 4 Mar 2014 14:38:42 +0800 3Date: Tue, 4 Mar 2014 14:38:42 +0800
4Subject: [PATCH] fix the function parameter 4Subject: [PATCH] fix the function parameter
5 5
6Upstream-Status: pending 6Upstream-Status: Pending
7 7
8Original openssl_diffie_hellman_create has three parameters, but 8Original openssl_diffie_hellman_create has three parameters, but
9it is reassigned a function pointer which has one parameter, and 9it is reassigned a function pointer which has one parameter, and
diff --git a/meta-networking/recipes-support/strongswan/strongswan_5.6.2.bb b/meta-networking/recipes-support/strongswan/strongswan_5.6.3.bb
index 6570dbe5c1..297f0e76fa 100644
--- a/meta-networking/recipes-support/strongswan/strongswan_5.6.2.bb
+++ b/meta-networking/recipes-support/strongswan/strongswan_5.6.3.bb
@@ -12,8 +12,8 @@ SRC_URI = "http://download.strongswan.org/strongswan-${PV}.tar.bz2 \
12 file://0001-memory.h-Include-stdint.h-for-uintptr_t.patch \ 12 file://0001-memory.h-Include-stdint.h-for-uintptr_t.patch \
13 " 13 "
14 14
15SRC_URI[md5sum] = "46aa3aa18fbc4bd528f9a0345ce79913" 15SRC_URI[md5sum] = "a6a28eeb22aa58080a7581771a5b63f9"
16SRC_URI[sha256sum] = "e0a60a30ebf3c534c223559e1686497a21ded709a5d605c5123c2f52bcc22e92" 16SRC_URI[sha256sum] = "c3c7dc8201f40625bba92ffd32eb602a8909210d8b3fac4d214c737ce079bf24"
17 17
18UPSTREAM_CHECK_REGEX = "strongswan-(?P<pver>\d+(\.\d+)+)\.tar" 18UPSTREAM_CHECK_REGEX = "strongswan-(?P<pver>\d+(\.\d+)+)\.tar"
19 19