2008
openntpd (3.9p1-7) unstable; urgency=low
* Introducing /usr/sbin/openntpd symlink pointing and checking for that
in the init script rather than for /etc/openntpd/ntpd.conf, thanks to
Vincent Bernat <bernat@luffy.cx> (Closes: #423595).
-- Daniel Baumann <daniel@debian.org> Sun, 20 Jan 2008 12:02:00 +0100
openntpd (3.9p1-6) unstable; urgency=low
* Added check for existence of /etc/openntpd/ntpd.conf in init script
(Closes: #423595).
* Including if-up.d script as suggested by Anarcat
<anarcat@mumia.anarcat.ath.cx> to restart automatically when IP address
changes (Closes: #457520).
-- Daniel Baumann <daniel@debian.org> Sun, 20 Jan 2008 11:04:00 +0100
openntpd (3.9p1-5) unstable; urgency=low
* New maintainer (Closes: #459495). * Rediffed reconnect.dpatch and moved config patch from diff.gz to a dpatch. * Bumped package to new policy and debhelper 5. * Some formal cleanups in debian/*. * Conditionally call deluser in postrm. * Removed a bashism in postinst. * Updated watch file to version 3. * Applied patch from Petter Reinholdtsen <pere@hungry.com> to add LSB formatted dependency info to the init.d script (Closes: #460227). * Improved package description as suggested by Christine Spang <spang@mit.edu> and Kurt Roeckx <kurt@roeckx.be> (Closes: #403432).
-- Daniel Baumann <daniel@debian.org> Tue, 15 Jan 2008 18:11:00 +0100
2007
openntpd (3.9p1-4) unstable; urgency=low
* Reconnect after an EINVAL to make it work with dynamic IP
addresses. (Closes: #392250)
-- Kurt Roeckx <kurt@roeckx.be> Mon, 5 Mar 2007 18:40:48 +0100
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