bump version to 2.6.6

This commit is contained in:
Michael Rash 2015-04-20 08:47:51 -07:00
parent f18827b002
commit bdc3751a84
4 changed files with 10 additions and 7 deletions

View File

@ -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

View File

@ -1 +1 @@
2.6.5
2.6.6

View File

@ -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)

View File

@ -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 <mbr@cipherdyne.org> - 2.6.6
- fwknop-2.6.6 release.
* Tue Dec 16 2014 <mbr@cipherdyne.org> - 2.6.5
- fwknop-2.6.5 release.