From 40ac28df21fab384f1389607eed78f6d35159206 Mon Sep 17 00:00:00 2001 From: Michael Rash Date: Mon, 3 Sep 2012 22:23:48 -0400 Subject: [PATCH] bump version to 2.0.3 --- ChangeLog | 6 +++--- VERSION | 2 +- android/project/jni/config.h | 6 +++--- configure.ac | 2 +- fwknop.spec | 2 +- iphone/Classes/config.h | 6 +++--- lib/fko.h | 2 +- todo.org | 3 +++ 8 files changed, 16 insertions(+), 13 deletions(-) diff --git a/ChangeLog b/ChangeLog index f42600b0..446103b1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,4 @@ -fwknop-2.0.3 (08//2012): - - Fixed RPM builds by including the $(DESTDIR) prefix for uninstall-local - and install-exec-hook stages in Makefile.am. +fwknop-2.0.3 (09/03/2012): - [server] Fernando Arnaboldi from IOActive found several DoS/code execution vulnerabilities for malicious fwknop clients that manage to get past the authentication stage (so a such a client must be in @@ -28,6 +26,8 @@ fwknop-2.0.3 (08//2012): - [test suite] Added a new fuzzing capability to ensure proper server-side input validation. Fuzzing data is constructed with modified fwknop client code that is designed to emulate malicious behavior. + - Fixed RPM builds by including the $(DESTDIR) prefix for uninstall-local + and install-exec-hook stages in Makefile.am. fwknop-2.0.2 (08/18/2012): - [server] For GPG mode, added a new access.conf variable diff --git a/VERSION b/VERSION index 50a5a980..3103e619 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -fwknop-2.0.2 +fwknop-2.0.3 diff --git a/android/project/jni/config.h b/android/project/jni/config.h index e578588b..85727474 100644 --- a/android/project/jni/config.h +++ b/android/project/jni/config.h @@ -207,13 +207,13 @@ #define PACKAGE_NAME "fwknop" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "fwknop 2.0.2" +#define PACKAGE_STRING "fwknop 2.0.3" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "fwknop" /* Define to the version of this package. */ -#define PACKAGE_VERSION "2.0.2" +#define PACKAGE_VERSION "2.0.3" /* The size of `unsigned int', as computed by sizeof. */ #define SIZEOF_UNSIGNED_INT 4 @@ -247,7 +247,7 @@ /* Version number of package */ -#define VERSION "2.0.2" +#define VERSION "2.0.3" /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel). */ diff --git a/configure.ac b/configure.ac index 8690d216..1a90a175 100644 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,7 @@ AC_PREREQ(2.62) dnl Define our name, version and email. m4_define(my_package, [fwknop]) -m4_define(my_version, [2.0.2]) +m4_define(my_version, [2.0.3]) m4_define(my_bug_email, [dstuart@dstuart.org]) AC_INIT(my_package, my_version, my_bug_email) diff --git a/fwknop.spec b/fwknop.spec index 09942efb..87dc5d97 100644 --- a/fwknop.spec +++ b/fwknop.spec @@ -13,7 +13,7 @@ %define _mandir /usr/share/man Name: fwknop -Version: 2.0.2 +Version: 2.0.3 Epoch: 1 Release: 1%{?dist} Summary: Firewall Knock Operator client. An implementation of Single Packet Authorization. diff --git a/iphone/Classes/config.h b/iphone/Classes/config.h index f241fbb5..1c817868 100644 --- a/iphone/Classes/config.h +++ b/iphone/Classes/config.h @@ -203,13 +203,13 @@ Copyright (C) Max Kastanas 2010 #define PACKAGE_NAME "fwknop" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "fwknop 2.0.2" +#define PACKAGE_STRING "fwknop 2.0.3" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "fwknop" /* Define to the version of this package. */ -#define PACKAGE_VERSION "2.0.2" +#define PACKAGE_VERSION "2.0.3" /* The size of `unsigned int', as computed by sizeof. */ #define SIZEOF_UNSIGNED_INT 4 @@ -243,7 +243,7 @@ Copyright (C) Max Kastanas 2010 /* Version number of package */ -#define VERSION "2.0.2" +#define VERSION "2.0.3" /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel). */ diff --git a/lib/fko.h b/lib/fko.h index 08c652e3..87389c72 100644 --- a/lib/fko.h +++ b/lib/fko.h @@ -55,7 +55,7 @@ extern "C" { /* General params */ -#define FKO_PROTOCOL_VERSION "2.0.2" /* The fwknop protocol version */ +#define FKO_PROTOCOL_VERSION "2.0.3" /* The fwknop protocol version */ /* Supported FKO Message types... */ diff --git a/todo.org b/todo.org index 33b75e52..541e84d1 100644 --- a/todo.org +++ b/todo.org @@ -9,6 +9,9 @@ *** Release fwknop-2.0.2 :CLOSED: <2012-08-18 Sat> Make the fwknop-2.0.2 release. +*** Release fwknop-2.0.3 + :CLOSED: <2012-09-03 Mon> + Make the fwknop-2.0.3 release. *** Update fwknopd man page for GPG_ALLOW_NO_PW :CLOSED: <2012-08-14 Tue> *** Preserve existing configs under 'make install'