From c1127e2aebeb247fcbee0b060982d0f6fa0069b8 Mon Sep 17 00:00:00 2001 From: Oleksandr Kravchuk Date: Fri, 30 Dec 2016 08:39:07 +0100 Subject: iperf3: update to 3.1.3 Version 3.1.3 includes security fix and all users are encouraged by the developers to update to this or newer version as soon as possible. fixes: CVE-2016-4303 see https://raw.githubusercontent.com/esnet/security/master/cve-2016-4303/esnet-secadv-2016-0001.txt.asc Signed-off-by: Oleksandr Kravchuk Signed-off-by: Martin Jansa (cherry picked from commit fa65be9ba7943a68b988b5e1a3a37cda7ac74c37) Signed-off-by: Armin Kuster --- meta-oe/recipes-benchmark/iperf3/iperf3_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-benchmark/iperf3/iperf3_git.bb b/meta-oe/recipes-benchmark/iperf3/iperf3_git.bb index bcf65374ac..d19aa1ec46 100644 --- a/meta-oe/recipes-benchmark/iperf3/iperf3_git.bb +++ b/meta-oe/recipes-benchmark/iperf3/iperf3_git.bb @@ -16,8 +16,8 @@ SRC_URI = "\ file://automake-foreign.patch \ " -PV = "3.1.2+gitr${SRCPV}" -SRCREV = "4fbdab392caf6fcd77c538b6712b721a56ff31b8" +PV = "3.1.3+gitr${SRCPV}" +SRCREV = "099244ec686b620393e9845478a554b1c7ca5c8b" S = "${WORKDIR}/git" -- cgit 1.2.3-korg