Update version#

Signed-off-by: David A. Wheeler <dwheeler@dwheeler.com>
This commit is contained in:
David A. Wheeler 2017-11-16 21:08:27 -05:00
parent 6b350e7bdd
commit 2c4e1d996b
3 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
2017-09-24 David A. Wheeler <dwheeler, at, dwheeler.com> 2017-11-16 David A. Wheeler <dwheeler, at, dwheeler.com>
* add detection of crypt_r function * add detection of crypt_r function
* add detection of errant equal, mismatch, and is_permutation * add detection of errant equal, mismatch, and is_permutation
* update CWE, risk, and discussion for C++14 STL functions * update CWE, risk, and discussion for C++14 STL functions

View File

@ -10,7 +10,7 @@
# Eventually switch to using DistUtils to autogenerate. # Eventually switch to using DistUtils to autogenerate.
NAME=flawfinder NAME=flawfinder
VERSION=2.0.4 VERSION=2.0.5
RPM_VERSION=1 RPM_VERSION=1
VERSIONEDNAME=$(NAME)-$(VERSION) VERSIONEDNAME=$(NAME)-$(VERSION)
ARCH=noarch ARCH=noarch

View File

@ -9,7 +9,7 @@ from setuptools import setup # Don't need find_packages
setup (# Distribution meta-data setup (# Distribution meta-data
name = "flawfinder", name = "flawfinder",
version = "2.0.4", version = "2.0.5",
# We install a script, not a separate package. # We install a script, not a separate package.
# packages = ["flawfinder"], # Must be same as name # packages = ["flawfinder"], # Must be same as name
# Do not need: packages=find_packages(), # Do not need: packages=find_packages(),
@ -22,7 +22,7 @@ C/C++ source code and identify out potential security flaws,
ranking them by likely severity. ranking them by likely severity.
It is released under the GNU GPL license.""", It is released under the GNU GPL license.""",
url = "http://www.dwheeler.com/flawfinder/", url = "http://www.dwheeler.com/flawfinder/",
download_url = "https://sourceforge.net/projects/flawfinder/files/flawfinder-2.0.4.tar.gz/download", download_url = "https://sourceforge.net/projects/flawfinder/files/flawfinder-2.0.5.tar.gz/download",
zip_safe = True, zip_safe = True,
keywords = ['analysis', 'security', 'analyzer'], keywords = ['analysis', 'security', 'analyzer'],
classifiers = [ classifiers = [