2006
openntpd (3.9p1-3) unstable; urgency=low
* Add build dependency on groff. Manpages where installed in
the cat dir instead of the man dir. (Closes: #378474)
-- Kurt Roeckx <kurt@roeckx.be> Sun, 16 Jul 2006 17:51:20 +0000
openntpd (3.9p1-2) unstable; urgency=low
* Make sure that the /var/run/openntpd directory exists
when starting the daemon (Closes: #374166)
* Use --oknodo when stopping the daemon, so that it doesn't
give an error when it's not running.
* Change the default config to use the debian pool as time servers.
-- Kurt Roeckx <kurt@roeckx.be> Sun, 18 Jun 2006 13:25:02 +0000
openntpd (3.9p1-1) unstable; urgency=low
* New upstream release
- Remove getifaddrs_null.dpatch, merge upstream.
* Remove the conflicts/replaces with xntp and xntp3. They're not
in the archive anymore for a long time. (Closes: #316550)
-- Kurt Roeckx <kurt@roeckx.be> Sun, 11 Jun 2006 12:23:45 +0000
2005
openntpd (3.7p1-1) unstable; urgency=low
* New upstream release. Removed the following patches:
poll_errors.dpatch, freeifaddrs.dpatch, imsg_memmove.dpatch,
network_unreachable.dpatch, daemonize_settime.dpatch.
Keep: getifaddrs_null.dpatch
* Remove the conflicts/replaces with xntp and xntp3. They're not
in the archive anymore for a long time. (Closes: #316550)
* Change Standards-Version to 3.6.2. No changes required.
-- Kurt Roeckx <kurt@roeckx.be> Sat, 27 Aug 2005 17:36:57 +0200
openntpd (3.6.1p1-3) unstable; urgency=medium
* getifaddrs_null.dpatch: getifaddrs() can return a interface doesn't have
an address, like for instance on a ppp interface. Skip the address
instead of segfaulting. Patch provided by Gabor Burjan
<buga@buvoshetes.hu>. (Closes: #310586)
-- Kurt Roeckx <kurt@roeckx.be> Tue, 24 May 2005 21:00:00 +0200
openntpd (3.6.1p1-2) unstable; urgency=medium
* Change E-mail address to kurt@roeckx.be * poll_errors.dpatch: When poll() says there was an error on a socket, it didn't get checked and on the next poll() call got the same error again resulting in cpuhog. Patch from upstream CVS. (Closes: #307348) * Add a Depends on adduser since we use it in the postinst/postrm. * Use set -e in postinst/postrm instead of doing /bin/sh -e. * Create a defaults file, and mention the -s option in it. * freeifaddrs.dpatch: Call freeifaddrs() with the proper pointer. Patch from upstream CVS. * imsg_memmove.dpatch: Use a memmove() instead of memcpy() as those buffers might overlap. Patch from upstream CVS. * network_unreachable.dpatch: Do not consider ENETUNREACH as a fatal error. Patch from upstream CVS. * daemonize_settime.dpatch: When started with -s option (which isn't used by default) daemonize if sending failed instead of waiting for a reply. This might be a problem when the network is down. Patch from upstream CVS. * Remove the reload option from the init.d script since sending a SIGHUP does not work. It just sets a flag and does nothing with that.
-- Kurt Roeckx <kurt@roeckx.be> Fri, 6 May 2005 15:04:54 +0200
2004
openntpd (3.6.1p1-1) unstable; urgency=low
* Initial Release. (Closes: #266022)
-- Kurt Roeckx <Q@ping.be> Wed, 18 Aug 2004 00:09:22 +0200