diff --git a/ChangeLog b/ChangeLog index c422272e..937966e7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -fwknop-2.6.6 (04//2015): +fwknop-2.6.6 (04/21/2015): - [server] Add the ability for fwknopd to function as an generic SPA gateway. This allows scenarios such as the fwknopd system providing DHCP addresses to client systems, but those systems would be blocking by diff --git a/VERSION b/VERSION index 57cf282e..338a5b5d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.6.5 +2.6.6 diff --git a/configure.ac b/configure.ac index 8e450c61..677791d8 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.6.5]) +m4_define(my_version, [2.6.6]) 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 f4fba9b5..5532b5c3 100644 --- a/fwknop.spec +++ b/fwknop.spec @@ -13,10 +13,10 @@ %define _mandir /usr/share/man Name: fwknop -Version: 2.6.5 +Version: 2.6.6 Epoch: 1 Release: 1%{?dist} -Summary: Firewall Knock Operator client. An implementation of Single Packet Authorization. +Summary: Firewall Knock Operator client. An implementation of Single Packet Authorization. Group: Applications/Internet License: GPL @@ -43,14 +43,14 @@ Group: Development/Libraries Requires: libfko >= 2.0.3 %package server -Summary: The Firewall Knock Operator server. An implementation of Single Packet Authorization. +Summary: The Firewall Knock Operator server. An implementation of Single Packet Authorization. Group: System Environment/Daemons Requires: libfko => 2.0.3, libpcap, iptables %description Fwknop implements an authorization scheme known as Single Packet Authorization -(SPA) for Linux systems running firewalld or iptables. This mechanism requires +(SPA) for Linux systems running firewalld or iptables. This mechanism requires only a single encrypted and non-replayed packet to communicate various pieces of information including desired access through a firewalld or iptables policy. The main application of this program is to use firewalld or iptables in a default-drop @@ -142,6 +142,9 @@ fi %config(noreplace) %attr(0600,root,root) %{_sysconfdir}/fwknop/access.conf %changelog +* Tue Apr 21 2015 - 2.6.6 +- fwknop-2.6.6 release. + * Tue Dec 16 2014 - 2.6.5 - fwknop-2.6.5 release.