summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-support')
-rw-r--r--meta-networking/recipes-support/dovecot/dovecot_2.3.14.bb2
-rw-r--r--meta-networking/recipes-support/ntp/ntp_4.2.8p15.bb2
-rw-r--r--meta-networking/recipes-support/openvpn/openvpn_2.5.5.bb2
3 files changed, 3 insertions, 3 deletions
diff --git a/meta-networking/recipes-support/dovecot/dovecot_2.3.14.bb b/meta-networking/recipes-support/dovecot/dovecot_2.3.14.bb
index 464f62250..1017f16ad 100644
--- a/meta-networking/recipes-support/dovecot/dovecot_2.3.14.bb
+++ b/meta-networking/recipes-support/dovecot/dovecot_2.3.14.bb
@@ -74,4 +74,4 @@ FILES:${PN}-dev += "${libdir}/dovecot/libdovecot*.so"
74FILES:${PN}-dbg += "${libdir}/dovecot/*/.debug" 74FILES:${PN}-dbg += "${libdir}/dovecot/*/.debug"
75 75
76# CVE-2016-4983 affects only postinstall script on specific distribution 76# CVE-2016-4983 affects only postinstall script on specific distribution
77CVE_CHECK_WHITELIST += "CVE-2016-4983" 77CVE_CHECK_IGNORE += "CVE-2016-4983"
diff --git a/meta-networking/recipes-support/ntp/ntp_4.2.8p15.bb b/meta-networking/recipes-support/ntp/ntp_4.2.8p15.bb
index 4a719ae9c..fe2bd0773 100644
--- a/meta-networking/recipes-support/ntp/ntp_4.2.8p15.bb
+++ b/meta-networking/recipes-support/ntp/ntp_4.2.8p15.bb
@@ -29,7 +29,7 @@ SRC_URI = "http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ntp-${PV}.tar.g
29SRC_URI[sha256sum] = "f65840deab68614d5d7ceb2d0bb9304ff70dcdedd09abb79754a87536b849c19" 29SRC_URI[sha256sum] = "f65840deab68614d5d7ceb2d0bb9304ff70dcdedd09abb79754a87536b849c19"
30 30
31# CVE-2016-9312 is only for windows. 31# CVE-2016-9312 is only for windows.
32CVE_CHECK_WHITELIST += "CVE-2016-9312" 32CVE_CHECK_IGNORE += "CVE-2016-9312"
33 33
34inherit autotools update-rc.d useradd systemd pkgconfig 34inherit autotools update-rc.d useradd systemd pkgconfig
35 35
diff --git a/meta-networking/recipes-support/openvpn/openvpn_2.5.5.bb b/meta-networking/recipes-support/openvpn/openvpn_2.5.5.bb
index 2dc3af6bf..6c4514eb9 100644
--- a/meta-networking/recipes-support/openvpn/openvpn_2.5.5.bb
+++ b/meta-networking/recipes-support/openvpn/openvpn_2.5.5.bb
@@ -17,7 +17,7 @@ UPSTREAM_CHECK_URI = "https://openvpn.net/community-downloads"
17SRC_URI[sha256sum] = "7500df4734173bce2e95b5039079119dacaff121650b2b6ca76d2dc68bdac1c5" 17SRC_URI[sha256sum] = "7500df4734173bce2e95b5039079119dacaff121650b2b6ca76d2dc68bdac1c5"
18 18
19# CVE-2020-7224 and CVE-2020-27569 are for Aviatrix OpenVPN client, not for openvpn. 19# CVE-2020-7224 and CVE-2020-27569 are for Aviatrix OpenVPN client, not for openvpn.
20CVE_CHECK_WHITELIST += "CVE-2020-7224 CVE-2020-27569" 20CVE_CHECK_IGNORE += "CVE-2020-7224 CVE-2020-27569"
21 21
22SYSTEMD_SERVICE:${PN} += "openvpn@loopback-server.service openvpn@loopback-client.service" 22SYSTEMD_SERVICE:${PN} += "openvpn@loopback-server.service openvpn@loopback-client.service"
23SYSTEMD_AUTO_ENABLE = "disable" 23SYSTEMD_AUTO_ENABLE = "disable"