diff options
author | Khem Raj <raj.khem@gmail.com> | 2023-09-07 11:35:17 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-09-07 11:43:45 -0700 |
commit | 42e5af1501142bf35d46fe4ab107b7f112762b8d (patch) | |
tree | 5be4ae4bf8d09778fdbba9bb23a8177b4d27afab | |
parent | 2aa8abc9171aac23df050116d82d41eafb403094 (diff) | |
download | meta-openembedded-42e5af1501142bf35d46fe4ab107b7f112762b8d.tar.gz |
openconnect: Upgrade to 9.12
License-Update: Update LGPL text to match original license verbatim [1]
[1] https://git.infradead.org/users/dwmw2/openconnect.git/commit/8c9a353b4930dc081222ae05b3bcd42d0c78b66f
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-networking/recipes-connectivity/openconnect/openconnect_9.12.bb (renamed from meta-networking/recipes-connectivity/openconnect/openconnect_9.01.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-connectivity/openconnect/openconnect_9.01.bb b/meta-networking/recipes-connectivity/openconnect/openconnect_9.12.bb index afdbdca4e3..f2650e0eb6 100644 --- a/meta-networking/recipes-connectivity/openconnect/openconnect_9.01.bb +++ b/meta-networking/recipes-connectivity/openconnect/openconnect_9.12.bb | |||
@@ -1,11 +1,11 @@ | |||
1 | SUMMARY = "Open client for Cisco AnyConnect VPN" | 1 | SUMMARY = "Open client for Cisco AnyConnect VPN" |
2 | LICENSE = "LGPL-2.1-only" | 2 | LICENSE = "LGPL-2.1-only" |
3 | LIC_FILES_CHKSUM = "file://COPYING.LGPL;md5=8c2e1ec1540fb3e0beb68361344cba7e" | 3 | LIC_FILES_CHKSUM = "file://COPYING.LGPL;md5=4fbd65380cdd255951079008b364516c" |
4 | 4 | ||
5 | SRC_URI = " \ | 5 | SRC_URI = " \ |
6 | git://git.infradead.org/users/dwmw2/openconnect.git;branch=master \ | 6 | git://git.infradead.org/users/dwmw2/openconnect.git;branch=master \ |
7 | " | 7 | " |
8 | SRCREV = "5695cd6b0c7d42ca293ce0f00abcbe3d1ec4e609" | 8 | SRCREV = "59f2e59eb3e436364ef82e630e5a2f88f32acd58" |
9 | 9 | ||
10 | DEPENDS = "vpnc libxml2 krb5 gettext-native" | 10 | DEPENDS = "vpnc libxml2 krb5 gettext-native" |
11 | RDEPENDS:${PN} = "bash python3-core vpnc-script" | 11 | RDEPENDS:${PN} = "bash python3-core vpnc-script" |