From 764533ceb0bfa088353fb70d569de03e54f7ca89 Mon Sep 17 00:00:00 2001 From: Mike McLean Date: Oct 09 2019 12:25:07 +0000 Subject: fix cve id and version refs --- diff --git a/docs/source/conf.py b/docs/source/conf.py index 871ec45..ded2031 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -56,7 +56,7 @@ copyright = u'2017, Mike McLean, Mike B, Dennis Gilmore, Mathieu Bridon, Ian McL # The short X.Y version. version = '1.17' # The full version, including alpha/beta/rc tags. -release = '1.17.0' +release = '1.17.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/koji.spec b/koji.spec index 336d61f..a5c1a09 100644 --- a/koji.spec +++ b/koji.spec @@ -718,7 +718,7 @@ fi %changelog * Thu Sep 26 2019 Tomas Kopecek - 1.17.1-1 -- CVE XXXX fix +- CVE-2019-17109 fix * Wed Mar 6 2019 Mike McLean - 1.17.0-1 - PR#1320: also remove nonprintable changelog chars in py3 diff --git a/setup.py b/setup.py index e5916ad..fa0c99c 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ def get_install_requires(): setup( name="koji", - version="1.17.0", + version="1.17.1", description=("Koji is a system for building and tracking RPMS. The base" " package contains shared libraries and the command-line" " interface."),