From: Balazs Szekeres Date: Thu, 10 Oct 2019 08:23:54 +0000 (+0200) Subject: CVE-2019-16276 Vulnerability fix. X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=ta%2Fcaas-etcd.git;a=commitdiff_plain;h=717e2431ec940a0d488bee5a3c87ad9d317f494c CVE-2019-16276 Vulnerability fix. Change-Id: I8bec2a47256d099127f93ce9c865cf052d53bb1a Signed-off-by: Balazs Szekeres --- diff --git a/caas-etcd.spec b/caas-etcd.spec index 73cfc45..941a3b9 100644 --- a/caas-etcd.spec +++ b/caas-etcd.spec @@ -15,8 +15,8 @@ %define COMPONENT etcd %define RPM_NAME caas-%{COMPONENT} %define RPM_MAJOR_VERSION 3.4.0 -%define RPM_MINOR_VERSION 0 -%define go_version 1.12.9 +%define RPM_MINOR_VERSION 1 +%define go_version 1.12.10 %define IMAGE_TAG %{RPM_MAJOR_VERSION}-%{RPM_MINOR_VERSION} %define docker_build_dir %{_builddir}/%{RPM_NAME}-%{RPM_MAJOR_VERSION}/docker-build %define docker_save_dir %{_builddir}/%{RPM_NAME}-%{RPM_MAJOR_VERSION}/docker-save