bumped version to 2.0.1
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
fwknop-2.0.1 (07//2012):
|
||||
fwknop-2.0.1 (07/23/2012):
|
||||
- [server] Bug fix where the same encryption key used for two stanzas in
|
||||
the access.conf file would result in access requests that matched the
|
||||
second stanza to always be treated as a replay attack. This has been
|
||||
|
||||
@@ -22,7 +22,7 @@ employ. It also can be used by other programs that need SPA functonality
|
||||
|
||||
This first version of the C implementation is planned to be compatible
|
||||
with legacy Perl-based fwknop version 1.9.x. However, it was decided to
|
||||
start the version number at 2.0.0 to differentiate it from the current
|
||||
start the version number at 2.0 to differentiate it from the current
|
||||
Perl implementation.
|
||||
|
||||
|
||||
|
||||
@@ -207,13 +207,13 @@
|
||||
#define PACKAGE_NAME "fwknop"
|
||||
|
||||
/* Define to the full name and version of this package. */
|
||||
#define PACKAGE_STRING "fwknop 2.0"
|
||||
#define PACKAGE_STRING "fwknop 2.0.1"
|
||||
|
||||
/* 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"
|
||||
#define PACKAGE_VERSION "2.0.1"
|
||||
|
||||
/* 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"
|
||||
#define VERSION "2.0.1"
|
||||
|
||||
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
|
||||
significant byte first (like Motorola and SPARC, unlike Intel). */
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
#
|
||||
# Author: Michael Rash (mbr@cipherdyne.org)
|
||||
#
|
||||
# Version: 2.0
|
||||
# Version: 2.0.1
|
||||
#
|
||||
# Copyright (C) 2011 Michael Rash (mbr@cipherdyne.org)
|
||||
#
|
||||
|
||||
+1
-1
@@ -13,7 +13,7 @@
|
||||
%define _mandir /usr/share/man
|
||||
|
||||
Name: fwknop
|
||||
Version: 2.0
|
||||
Version: 2.0.1
|
||||
Epoch: 1
|
||||
Release: 1%{?dist}
|
||||
Summary: Firewall Knock Operator client. An implementation of Single Packet Authorization.
|
||||
|
||||
@@ -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.0rc2"
|
||||
#define PACKAGE_STRING "fwknop 2.0.1"
|
||||
|
||||
/* 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.0rc2"
|
||||
#define PACKAGE_VERSION "2.0.1"
|
||||
|
||||
/* 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.0rc2"
|
||||
#define VERSION "2.0.1"
|
||||
|
||||
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
|
||||
significant byte first (like Motorola and SPARC, unlike Intel). */
|
||||
|
||||
Reference in New Issue
Block a user