bump version to 2.6.10
This commit is contained in:
parent
b15b278263
commit
81a264ad24
2
Doxyfile
2
Doxyfile
@ -38,7 +38,7 @@ PROJECT_NAME = Fwknop
|
|||||||
# could be handy for archiving the generated documentation or if some version
|
# could be handy for archiving the generated documentation or if some version
|
||||||
# control system is used.
|
# control system is used.
|
||||||
|
|
||||||
PROJECT_NUMBER = 2.6.9
|
PROJECT_NUMBER = 2.6.10
|
||||||
|
|
||||||
# Using the PROJECT_BRIEF tag one can provide an optional one line description
|
# Using the PROJECT_BRIEF tag one can provide an optional one line description
|
||||||
# for a project that appears at the top of each page and should give viewer a
|
# for a project that appears at the top of each page and should give viewer a
|
||||||
|
|||||||
@ -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.9])
|
m4_define(my_version, [2.6.10])
|
||||||
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.9
|
Version: 2.6.10
|
||||||
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 Aug 06 2018 <mbr@cipherdyne.org> - 2.6.10
|
||||||
|
- fwknop-2.6.10 release.
|
||||||
|
|
||||||
* Wed Jun 08 2016 <mbr@cipherdyne.org> - 2.6.9
|
* Wed Jun 08 2016 <mbr@cipherdyne.org> - 2.6.9
|
||||||
- fwknop-2.6.9 release.
|
- fwknop-2.6.9 release.
|
||||||
- Bumped libfko version to 3.0.0 to account for SHA3 hash support. This
|
- Bumped libfko version to 3.0.0 to account for SHA3 hash support. This
|
||||||
|
|||||||
@ -178,7 +178,7 @@
|
|||||||
#undef TIME_WITH_SYS_TIME
|
#undef TIME_WITH_SYS_TIME
|
||||||
|
|
||||||
/* Version number of package */
|
/* Version number of package */
|
||||||
#define VERSION "2.6.9"
|
#define VERSION "2.6.10"
|
||||||
|
|
||||||
/* Define to 1 if your processor stores words with the most significant byte
|
/* Define to 1 if your processor stores words with the most significant byte
|
||||||
first (like Motorola and SPARC, unlike Intel and VAX). */
|
first (like Motorola and SPARC, unlike Intel and VAX). */
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user