diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2025-03-21 20:59:58 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-03-21 11:07:34 -0700 |
commit | fd730c92691a01ff1178cd191529674a08d0471c (patch) | |
tree | 42a12481b160d19ebb436d2fca3d3227d632aa44 /meta-networking | |
parent | 351254e9e8fecf21485d9840b28eed586ace5352 (diff) | |
download | meta-openembedded-fd730c92691a01ff1178cd191529674a08d0471c.tar.gz |
strongswan: upgrade 6.0.0 -> 6.0.1
ChangeLog:
https://github.com/strongswan/strongswan/releases/tag/6.0.1
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking')
-rw-r--r-- | meta-networking/recipes-support/strongswan/strongswan_6.0.1.bb (renamed from meta-networking/recipes-support/strongswan/strongswan_6.0.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/strongswan/strongswan_6.0.0.bb b/meta-networking/recipes-support/strongswan/strongswan_6.0.1.bb index 5cf456990b..9baf219cea 100644 --- a/meta-networking/recipes-support/strongswan/strongswan_6.0.0.bb +++ b/meta-networking/recipes-support/strongswan/strongswan_6.0.1.bb | |||
@@ -11,7 +11,7 @@ DEPENDS:append = "${@bb.utils.contains('DISTRO_FEATURES', 'tpm2', ' tpm2-tss', | |||
11 | SRC_URI = "https://download.strongswan.org/strongswan-${PV}.tar.bz2 \ | 11 | SRC_URI = "https://download.strongswan.org/strongswan-${PV}.tar.bz2 \ |
12 | " | 12 | " |
13 | 13 | ||
14 | SRC_URI[sha256sum] = "72fe58b7523155703b65b08c3cc559c2c9a5c96da54afebd8136f6623e7dda82" | 14 | SRC_URI[sha256sum] = "212368cbc674fed31f3292210303fff06da8b90acad2d1387375ed855e6879c4" |
15 | 15 | ||
16 | UPSTREAM_CHECK_REGEX = "strongswan-(?P<pver>\d+(\.\d+)+)\.tar" | 16 | UPSTREAM_CHECK_REGEX = "strongswan-(?P<pver>\d+(\.\d+)+)\.tar" |
17 | 17 | ||