fwknop (2.0.0rc2-2+deb7u2) stable-proposed-updates; urgency=low * Fixed use of uninitialized variable that leads fwknop to randomly fail to send a SPA packet. New patch : 717754.patch (Closes: #717754) -- Franck Joncourt Sat, 27 Jul 2013 22:02:32 +0200 fwknop (2.0.0rc2-2+deb7u1) testing-proposed-updates; urgency=high * Patches to fix CVE (Closes: #688151): - CVE-2012-4434 - CVE-2012-4435 - CVE-2012-4436 -- Franck Joncourt Sun, 07 Oct 2012 20:50:09 +0200 fwknop (2.0.0rc2-2) unstable; urgency=low * Acknowledged NMU : 1.9.12-3.1 * Set Architecture as linux-any (Closes: #647654) * Fixed mispelling dependency on the default-mta in d.control. (Closes: #645024) * The brand new C implementation : + does not use Perl anymore. (Closes: #674115) + does not use the whatismyip url anymore ; it is replace by the cipherdyne url at the time. (Closes: #645994) * Bumped up Standards-Version to 3.9.3: + Refreshed copyright holders and updated d.copyright to comply with the 1.0 machine-readable copyright file specification. * Updated init script to use log_daemon_msg and log_end_msg function from the lsb library. * Avoid debconf error if not available. (Closes: #673773) -- Franck Joncourt Sun, 24 Jun 2012 20:57:59 +0200 fwknop (2.0.0rc2-1) experimental; urgency=low * New upstream release. + Drop the Perl implementation which is not shipped anymore. + Renamed the C implementation from fwknop-c-{client/server} to fwknop-{client/server}. + Bumped shared library version up to 0.0.2. Refreshed libfko0-dev.links, libfko0.install and libfko0.links accordingly. + Updated d.rules to not exclude the fwknop-server package when stripping the symbols since we have renamed the C version in fwknop-server. * Removed Replaces/Conflicts/Provides dependencies for both the fwknop-client and fwknop-server in d.control for the old fwknop-c-{client/server}. This is not needed anymore. * Bumped up Standards-Version to 3.9.1 (no changes). * Set copyright and licence information in d.copyright: + Added patch licence.patch from upstream to improve copyright statements and licence definitions. * Added missing debconf support for fwknop-server. Both the fwknop-server.postinst and the fwknop-server.postrm are added. * Added fwknop-server.preinst to remove old files from the Perl implementation (Fwknop 1.9.x). -- Franck Joncourt Sun, 14 Nov 2010 17:12:20 +0100 fwknop (2.0.0rc2~svn281-1) unstable; urgency=low * Merge new upstream release * Fixed access.conf permission to 600 rather than the default 644 value: + Added lintian overrides. * Added debian watch. * Fixed source url in d.copyright to point to the new place where fwknop is stored. * Fixed typo in fwknop-c-server.default. The override option is case sensitive ans should be written in lower case. -- Franck Joncourt Sat, 14 Aug 2010 13:29:25 +0200 fwknop (2.0.0rc1~svn271-1) unstable; urgency=low * New upstream release. -- Franck Joncourt Sun, 25 Jul 2010 20:55:10 +0200 fwknop (1.9.12-3.1) unstable; urgency=low * Non-maintainer upload. * Fix pending l10n issues. Debconf translations: - Danish (Joe Hansen). Closes: #630373 - Dutch; (Jeroen Schot). Closes: #651829 - Polish. Closes: #659370 -- Christian Perrier Sun, 19 Feb 2012 07:22:24 +0100 fwknop (1.9.12-2) unstable; urgency=low * Refreshed maintainer email address: + d.control: Updated email address and removed DM-Upload-Allowed flag. + d.copyright: Refreshed email address. * initscript: + Fixed the Provide target in fwknop-server initscript: http://lintian.debian.org/tags/init.d-script-does-not-provide-itself.html + Added dependency against lsb-base (>= 3.0-6) to ensure the /lib/lsb/init-functions can be sourced through the initscript. * Added Spanish debconf translation. (Closes: #582870) * Updated Depends field in d.control to use default-mta rather than exim4. * Switched to dpkg-source 3.0 (quilt) format. * Added t_upstream_spelling.diff patch to fix spelling erros. * Bumped up Standards-Version to 3.9.0 (no changes). * Refreshed d.copyright to follow the latest DEP5. -- Franck Joncourt Wed, 07 Jul 2010 21:50:16 +0200 fwknop (1.9.12-1) unstable; urgency=low * New Upstream Version * Removed [code] tags from README.Debian. All code blocks are now indented. * Bumped up Standards-Version to 3.8.3 (no change). * Updated copyright years in d.changelog. * Updated comments in: + d.fwknop-server.config + d.fwknop-server.default + d.README.Debian * Included czech debconf translation. (Closes: #535984) * d.fwknop-server.config does not pass -e to the shell on the #! line anymore, but set it in the body of the script with set -e (Debian Policy 10.4). -- Franck Joncourt Wed, 09 Sep 2009 21:08:42 +0200 fwknop (1.9.11-1) unstable; urgency=low * New Upstream Version. * Set default value for variables in /etc/default/fwknop-server (Closes: #521677) * As /var/run can be a temporary filesystem, this one should be created when running the initscript. http://lintian.debian.org/tags/dir-or-file-in-var-run.html * Bumped up Standards-Version to 3.8.1. + d.rules: Handle the noopt option through the DEB_BUILD_OPTIONS variable. -- Franck Joncourt Sun, 17 May 2009 11:31:20 +0200 fwknop (1.9.10-2) unstable; urgency=low * Added quilt framework along with README.source * Added patch to fwknopd in order to bypass #508432. Thanks to Martin Ferrari. -- Franck Joncourt Mon, 23 Feb 2009 22:04:56 +0100 fwknop (1.9.10-1) unstable; urgency=low * New Upstream Version * The sendmail command is now handled by knopwatchd. (Closes: #506819) * Fixed "Setting ALERTING_METHODS to noemail reports an error". (Closes: #506815) -- Franck Joncourt Wed, 14 Jan 2009 21:11:17 +0100 fwknop (1.9.9-1) unstable; urgency=low * New Upstream Version * Fixed typo in fwknop-server init-script. (Closes: #504665) * Added DAEMON_ARGS variable to allow users to pass specifics options to the daemon. (Closes: #504666) * Adjusted priority from optional to extra. (Fwknop has some dependencies on packages whose priority is extra) * Fixed dependency on the mail command. (Closes: #504670) -- Franck Joncourt Sat, 15 Nov 2008 14:44:08 +0100 fwknop (1.9.8-1) unstable; urgency=low * Initial release (Closes: #406627) * Includes fr debconf translation (Closes: #500655) -- Franck Joncourt Sun, 02 Oct 2008 19:32:55 +0200