bump version to 2.6.6
This commit is contained in:
parent
f18827b002
commit
bdc3751a84
@ -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
|
- [server] Add the ability for fwknopd to function as an generic SPA
|
||||||
gateway. This allows scenarios such as the fwknopd system providing DHCP
|
gateway. This allows scenarios such as the fwknopd system providing DHCP
|
||||||
addresses to client systems, but those systems would be blocking by
|
addresses to client systems, but those systems would be blocking by
|
||||||
|
|||||||
@ -11,7 +11,7 @@ AC_PREREQ(2.62)
|
|||||||
|
|
||||||
dnl Define our name, version and email.
|
dnl Define our name, version and email.
|
||||||
m4_define(my_package, [fwknop])
|
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])
|
m4_define(my_bug_email, [dstuart@dstuart.org])
|
||||||
|
|
||||||
AC_INIT(my_package, my_version, my_bug_email)
|
AC_INIT(my_package, my_version, my_bug_email)
|
||||||
|
|||||||
@ -13,7 +13,7 @@
|
|||||||
%define _mandir /usr/share/man
|
%define _mandir /usr/share/man
|
||||||
|
|
||||||
Name: fwknop
|
Name: fwknop
|
||||||
Version: 2.6.5
|
Version: 2.6.6
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Release: 1%{?dist}
|
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.
|
||||||
@ -142,6 +142,9 @@ fi
|
|||||||
%config(noreplace) %attr(0600,root,root) %{_sysconfdir}/fwknop/access.conf
|
%config(noreplace) %attr(0600,root,root) %{_sysconfdir}/fwknop/access.conf
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Dec 16 2014 <mbr@cipherdyne.org> - 2.6.5
|
||||||
- fwknop-2.6.5 release.
|
- fwknop-2.6.5 release.
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user