-
Notifications
You must be signed in to change notification settings - Fork 233
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
17 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
fwknop-2.0.3 | ||
fwknop-2.0.4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.0.3]) | ||
m4_define(my_version, [2.0.4]) | ||
m4_define(my_bug_email, [[email protected]]) | ||
|
||
AC_INIT(my_package, my_version, my_bug_email) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
%define _mandir /usr/share/man | ||
|
||
Name: fwknop | ||
Version: 2.0.3 | ||
Version: 2.0.4 | ||
Epoch: 1 | ||
Release: 1%{?dist} | ||
Summary: Firewall Knock Operator client. An implementation of Single Packet Authorization. | ||
|
@@ -30,13 +30,13 @@ Requires: libfko, iptables | |
|
||
|
||
%package -n libfko | ||
Version: 0.0.3 | ||
Version: 0.0.4 | ||
Summary: The fwknop library | ||
Group: Development/Libraries | ||
Requires: gpg, gpgme | ||
|
||
%package -n libfko-devel | ||
Version: 0.0.3 | ||
Version: 0.0.4 | ||
Summary: The fwknop library header and API docs | ||
Group: Development/Libraries | ||
Requires: libfko | ||
|
@@ -143,6 +143,9 @@ fi | |
%config(noreplace) %attr(0600,root,root) %{_sysconfdir}/fwknop/access.conf | ||
|
||
%changelog | ||
* Thu Nov 15 2012 <[email protected]> | ||
- fwknop-2.0.4 release. | ||
|
||
* Sat Nov 3 2012 Tomoyuki Kano <[email protected]> - 1:2.0.3-1 | ||
- Added missing include files. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters