diff options
| -rw-r--r-- | meta-networking/recipes-support/openvpn/openvpn_2.7.0.bb (renamed from meta-networking/recipes-support/openvpn/openvpn_2.6.17.bb) | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-networking/recipes-support/openvpn/openvpn_2.6.17.bb b/meta-networking/recipes-support/openvpn/openvpn_2.7.0.bb index c454a93276..2567747121 100644 --- a/meta-networking/recipes-support/openvpn/openvpn_2.6.17.bb +++ b/meta-networking/recipes-support/openvpn/openvpn_2.7.0.bb | |||
| @@ -2,7 +2,7 @@ SUMMARY = "A full-featured SSL VPN solution via tun device." | |||
| 2 | HOMEPAGE = "https://openvpn.net/" | 2 | HOMEPAGE = "https://openvpn.net/" |
| 3 | SECTION = "net" | 3 | SECTION = "net" |
| 4 | LICENSE = "GPL-2.0-only" | 4 | LICENSE = "GPL-2.0-only" |
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=89196bacc47ed37a5b242a535661a049" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=924af2c382c415a0a68d0d9e7b483d23" |
| 6 | DEPENDS = "lzo lz4 openssl libcap-ng ${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)} ${@bb.utils.contains('PTEST_ENABLED', '1', 'cmocka', '', d)} " | 6 | DEPENDS = "lzo lz4 openssl libcap-ng ${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)} ${@bb.utils.contains('PTEST_ENABLED', '1', 'cmocka', '', d)} " |
| 7 | 7 | ||
| 8 | inherit autotools systemd update-rc.d pkgconfig ptest | 8 | inherit autotools systemd update-rc.d pkgconfig ptest |
| @@ -15,7 +15,7 @@ SRC_URI = "http://swupdate.openvpn.org/community/releases/${BP}.tar.gz \ | |||
| 15 | 15 | ||
| 16 | UPSTREAM_CHECK_URI = "https://openvpn.net/community-downloads" | 16 | UPSTREAM_CHECK_URI = "https://openvpn.net/community-downloads" |
| 17 | 17 | ||
| 18 | SRC_URI[sha256sum] = "4cc8e63f710d3001493b13d8a32cf22a214d5e4f71dd37d93831e2fd3208b370" | 18 | SRC_URI[sha256sum] = "2f0e10eb272be61e8fb25fe1cfa20875ff30ac857ef1418000c02290bd6dfa45" |
| 19 | 19 | ||
| 20 | CVE_STATUS[CVE-2020-27569] = "not-applicable-config: Applies only Aviatrix OpenVPN client, not openvpn" | 20 | CVE_STATUS[CVE-2020-27569] = "not-applicable-config: Applies only Aviatrix OpenVPN client, not openvpn" |
| 21 | 21 | ||
| @@ -46,6 +46,7 @@ PACKAGECONFIG[iproute2] = "--enable-iproute2,,iproute2,iproute2-ip" | |||
| 46 | PACKAGECONFIG[systemd] = "--enable-systemd,--disable-systemd,systemd" | 46 | PACKAGECONFIG[systemd] = "--enable-systemd,--disable-systemd,systemd" |
| 47 | PACKAGECONFIG[selinux] = "--enable-selinux,--disable-selinux,libselinux" | 47 | PACKAGECONFIG[selinux] = "--enable-selinux,--disable-selinux,libselinux" |
| 48 | 48 | ||
| 49 | RDEPENDS:${PN}:append = " bash" | ||
| 49 | RDEPENDS:${PN}-ptest:append = " make bash" | 50 | RDEPENDS:${PN}-ptest:append = " make bash" |
| 50 | 51 | ||
| 51 | do_install:append() { | 52 | do_install:append() { |
