From 2c4e1d996b1f3eda33c92fe00b17446efee55916 Mon Sep 17 00:00:00 2001 From: "David A. Wheeler" Date: Thu, 16 Nov 2017 21:08:27 -0500 Subject: [PATCH] Update version# Signed-off-by: David A. Wheeler --- ChangeLog | 2 +- makefile | 2 +- setup.py | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 85b68a4..c2b1b06 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -2017-09-24 David A. Wheeler +2017-11-16 David A. Wheeler * add detection of crypt_r function * add detection of errant equal, mismatch, and is_permutation * update CWE, risk, and discussion for C++14 STL functions diff --git a/makefile b/makefile index 8aa5212..b6c3672 100644 --- a/makefile +++ b/makefile @@ -10,7 +10,7 @@ # Eventually switch to using DistUtils to autogenerate. NAME=flawfinder -VERSION=2.0.4 +VERSION=2.0.5 RPM_VERSION=1 VERSIONEDNAME=$(NAME)-$(VERSION) ARCH=noarch diff --git a/setup.py b/setup.py index 3b9e88e..0450da9 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ from setuptools import setup # Don't need find_packages setup (# Distribution meta-data name = "flawfinder", - version = "2.0.4", + version = "2.0.5", # We install a script, not a separate package. # packages = ["flawfinder"], # Must be same as name # 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. It is released under the GNU GPL license.""", 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, keywords = ['analysis', 'security', 'analyzer'], classifiers = [