diff options
author | Qi.Chen@windriver.com <Qi.Chen@windriver.com> | 2018-10-17 13:21:25 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-10-16 23:27:55 -0700 |
commit | 3e6226f85cf9076e758cbba934aa411e84c6a510 (patch) | |
tree | 40b4ac42a54d1cc20bbed86977587cd48be315de | |
parent | e499d11f4e4127d6d9db2cf341ae3fb03ea94660 (diff) | |
download | meta-openembedded-3e6226f85cf9076e758cbba934aa411e84c6a510.tar.gz |
strongswan: upgrade to 5.7.1
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-networking/recipes-support/strongswan/strongswan_5.7.1.bb (renamed from meta-networking/recipes-support/strongswan/strongswan_5.6.3.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-support/strongswan/strongswan_5.6.3.bb b/meta-networking/recipes-support/strongswan/strongswan_5.7.1.bb index 297f0e76f..c8bb17c5b 100644 --- a/meta-networking/recipes-support/strongswan/strongswan_5.6.3.bb +++ b/meta-networking/recipes-support/strongswan/strongswan_5.7.1.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 | ||
15 | SRC_URI[md5sum] = "a6a28eeb22aa58080a7581771a5b63f9" | 15 | SRC_URI[md5sum] = "86b7e9321cde075cf382268fd282e0b0" |
16 | SRC_URI[sha256sum] = "c3c7dc8201f40625bba92ffd32eb602a8909210d8b3fac4d214c737ce079bf24" | 16 | SRC_URI[sha256sum] = "006f9c9126e2a2f4e7a874b5e1bd2abec1bbbb193c8b3b3a4c6ccd8c2d454bec" |
17 | 17 | ||
18 | UPSTREAM_CHECK_REGEX = "strongswan-(?P<pver>\d+(\.\d+)+)\.tar" | 18 | UPSTREAM_CHECK_REGEX = "strongswan-(?P<pver>\d+(\.\d+)+)\.tar" |
19 | 19 | ||