-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
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.
#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
/* 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). */
#
# Author: Michael Rash (mbr@cipherdyne.org)
#
-# Version: 2.0
+# Version: 2.0.1
#
# Copyright (C) 2011 Michael Rash (mbr@cipherdyne.org)
#
%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.
#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
/* 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). */