From 0c35181e98f363c482bbfd9555492f553b9c7adc Mon Sep 17 00:00:00 2001 From: Balazs Szekeres Date: Thu, 10 Oct 2019 09:58:43 +0200 Subject: [PATCH] CVE-2019-16276 Vulnerability fix. Change-Id: Id215c6bd62fff6f14f2593a012d1a892d42a55d4 Signed-off-by: Balazs Szekeres --- rpmbuild.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rpmbuild.spec b/rpmbuild.spec index 22cd3f6..6620a96 100644 --- a/rpmbuild.spec +++ b/rpmbuild.spec @@ -16,8 +16,8 @@ %define COMPONENT_PART process-starter %define RPM_NAME caas-%{COMPONENT} %define RPM_MAJOR_VERSION 0.3.0 -%define RPM_MINOR_VERSION 5 -%define go_version 1.12.9 +%define RPM_MINOR_VERSION 6 +%define go_version 1.12.10 %define CPUPOOLER_VERSION 603d1128aa982493d50d682b2edb37fe17b73031 %define DEP_MAN_VERSION 0.5.0 %define IMAGE_TAG %{RPM_MAJOR_VERSION}-%{RPM_MINOR_VERSION} -- 2.16.6