diff options
| author | Yi Zhao <yi.zhao@windriver.com> | 2022-10-08 15:05:17 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-10-08 11:36:57 -0700 |
| commit | b6be90d70b1cbf86576cda6c14291d61dd276ccb (patch) | |
| tree | a6c3377930481027356c42f15abe99aad8340cff | |
| parent | b52dd2da8ddae72d03d4e0d07436ba3fb466f9ca (diff) | |
| download | meta-openembedded-b6be90d70b1cbf86576cda6c14291d61dd276ccb.tar.gz | |
strongswan: upgrade 5.9.7 -> 5.9.8
ChangeLog:
https://github.com/strongswan/strongswan/releases/tag/5.9.8
* Drop PACKAGECONFIG[scep] as scepclient has been removed.
* Add plugin-gcm to RDEPENDS as gcm plugin has been added to the default
plugins.
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-networking/recipes-support/strongswan/strongswan_5.9.8.bb (renamed from meta-networking/recipes-support/strongswan/strongswan_5.9.7.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-support/strongswan/strongswan_5.9.7.bb b/meta-networking/recipes-support/strongswan/strongswan_5.9.8.bb index 71ffb7ba44..266d43aa6f 100644 --- a/meta-networking/recipes-support/strongswan/strongswan_5.9.7.bb +++ b/meta-networking/recipes-support/strongswan/strongswan_5.9.8.bb | |||
| @@ -11,7 +11,7 @@ DEPENDS:append = "${@bb.utils.contains('DISTRO_FEATURES', 'tpm2', ' tpm2-tss', | |||
| 11 | SRC_URI = "http://download.strongswan.org/strongswan-${PV}.tar.bz2 \ | 11 | SRC_URI = "http://download.strongswan.org/strongswan-${PV}.tar.bz2 \ |
| 12 | " | 12 | " |
| 13 | 13 | ||
| 14 | SRC_URI[sha256sum] = "9e64a2ba62efeac81abff1d962522404ebc6ed6c0d352a23ab7c0b2c639e3fcf" | 14 | SRC_URI[sha256sum] = "d3303a43c0bd7b75a12b64855e8edcb53696f06190364f26d1533bde1f2e453c" |
| 15 | 15 | ||
| 16 | UPSTREAM_CHECK_REGEX = "strongswan-(?P<pver>\d+(\.\d+)+)\.tar" | 16 | UPSTREAM_CHECK_REGEX = "strongswan-(?P<pver>\d+(\.\d+)+)\.tar" |
| 17 | 17 | ||
| @@ -39,7 +39,6 @@ PACKAGECONFIG[gmp] = "--enable-gmp,--disable-gmp,gmp,${PN}-plugin-gmp" | |||
| 39 | PACKAGECONFIG[ldap] = "--enable-ldap,--disable-ldap,openldap,${PN}-plugin-ldap" | 39 | PACKAGECONFIG[ldap] = "--enable-ldap,--disable-ldap,openldap,${PN}-plugin-ldap" |
| 40 | PACKAGECONFIG[mysql] = "--enable-mysql,--disable-mysql,mysql5,${PN}-plugin-mysql" | 40 | PACKAGECONFIG[mysql] = "--enable-mysql,--disable-mysql,mysql5,${PN}-plugin-mysql" |
| 41 | PACKAGECONFIG[openssl] = "--enable-openssl,--disable-openssl,openssl,${PN}-plugin-openssl" | 41 | PACKAGECONFIG[openssl] = "--enable-openssl,--disable-openssl,openssl,${PN}-plugin-openssl" |
| 42 | PACKAGECONFIG[scep] = "--enable-scepclient,--disable-scepclient," | ||
| 43 | PACKAGECONFIG[soup] = "--enable-soup,--disable-soup,libsoup-2.4,${PN}-plugin-soup" | 42 | PACKAGECONFIG[soup] = "--enable-soup,--disable-soup,libsoup-2.4,${PN}-plugin-soup" |
| 44 | PACKAGECONFIG[sqlite3] = "--enable-sqlite,--disable-sqlite,sqlite3,${PN}-plugin-sqlite" | 43 | PACKAGECONFIG[sqlite3] = "--enable-sqlite,--disable-sqlite,sqlite3,${PN}-plugin-sqlite" |
| 45 | PACKAGECONFIG[stroke] = "--enable-stroke,--disable-stroke,,${PN}-plugin-stroke" | 44 | PACKAGECONFIG[stroke] = "--enable-stroke,--disable-stroke,,${PN}-plugin-stroke" |
| @@ -148,6 +147,7 @@ RDEPENDS:${PN} += "\ | |||
| 148 | ${PN}-plugin-dnskey \ | 147 | ${PN}-plugin-dnskey \ |
| 149 | ${PN}-plugin-drbg \ | 148 | ${PN}-plugin-drbg \ |
| 150 | ${PN}-plugin-fips-prf \ | 149 | ${PN}-plugin-fips-prf \ |
| 150 | ${PN}-plugin-gcm \ | ||
| 151 | ${PN}-plugin-hmac \ | 151 | ${PN}-plugin-hmac \ |
| 152 | ${PN}-plugin-kdf \ | 152 | ${PN}-plugin-kdf \ |
| 153 | ${PN}-plugin-kernel-netlink \ | 153 | ${PN}-plugin-kernel-netlink \ |
