[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

RFFE for openntpd 3.6.1p1-2.



Hi,

I've uploaded a new version of openntpd which fix what I think
are several important bugs of which only 1 was reported.

Here is the changelog:
  * 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. poll_errors.dpatch (Closes: #307348)
    Patch from upstream CVS.
  * 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.

I've noticed that I forgot to mention 1 change in it:
The init script has changed to no longer have a reload
option since it's not working.  The program sees the
SIGHUP, sets a variable, but then does nothing with it.


Kurt



Reply to: