aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Varlese <marco.varlese@suse.com>2018-04-23 19:54:51 +0200
committerChris Luke <chris_luke@comcast.com>2018-04-24 01:40:25 +0000
commitd216301e4a2d6d6ddbd70db599871ce87a234a89 (patch)
treeba1917085e5d1a8d3faad7dad384d8f5a6df714a
parent0c63d82e990f10f3c9de694ff61f8c52c313aa99 (diff)
DPDK: CVE-2018-1059
For further details, please see https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-1059 Change-Id: Icd207f129e5fdcc3d9d8ad56ba5a368926f2804d Signed-off-by: Marco Varlese <marco.varlese@suse.com>
-rw-r--r--dpdk/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/dpdk/Makefile b/dpdk/Makefile
index 40c7b9a1642..799d9c4cb1f 100644
--- a/dpdk/Makefile
+++ b/dpdk/Makefile
@@ -25,14 +25,14 @@ DPDK_MLX5_PMD ?= n
B := $(DPDK_BUILD_DIR)
I := $(DPDK_INSTALL_DIR)
-DPDK_VERSION ?= 18.02
+DPDK_VERSION ?= 18.02.1
PKG_SUFFIX ?= vpp1
DPDK_BASE_URL ?= http://fast.dpdk.org/rel
DPDK_TARBALL := dpdk-$(DPDK_VERSION).tar.xz
DPDK_TAR_URL := $(DPDK_BASE_URL)/$(DPDK_TARBALL)
DPDK_17.11_TARBALL_MD5_CKSUM := 53ee9e054a8797c9e67ffa0eb5d0c701
-DPDK_18.02_TARBALL_MD5_CKSUM := ca13077a014a2102c6e10153dfa3b920
-DPDK_SOURCE := $(B)/dpdk-$(DPDK_VERSION)
+DPDK_18.02.1_TARBALL_MD5_CKSUM := 3bbb5468f662e1f7472d4abc5c4cf08e
+DPDK_SOURCE := $(B)/dpdk-stable-$(DPDK_VERSION)
MACHINE=$(shell uname -m)
NASM_BASE_URL := http://www.nasm.us/pub/nasm/releasebuilds