pkgsrc/net/openntpd
peter 825d9a4ecf Update to 3.6p1, ok wiz@
Changes:

20041022
 - (dtucker) Release 3.6p1.

20041015
 - (dtucker) [configure.ac openbsd-compat/inet_pton.c] Fix a couple of silly
   errors that prevented it from working on OS X; from mouring@

20041014
 - (dtucker) configure.ac defines.h includes.h openbsd-compat/Makefile.in
   openbsd-compat/fake-rfc2553.c openbsd-compat/fake-rfc2553.h
   openbsd-compat/inet_pton.c openbsd-compat/openbsd-compat.h] Add support
   for platforms that do not have a native getaddrinfo interface, based on
   OpenSSH's compatibility interface and OpenBSD's inet_pton.
 - (dtucker) [openbsd-compat/openbsd-compat.h openbsd-compat/bsd-misc.c]
   Compat functions for seteuid and setegid from OpenSSH. ntpd will now work
   on HP-UX.
 - (dtucker) [Makefile.in openbsd-compat/Makefile.in
   openbsd-compat/openbsd-compat.h] Set CPPFLAGS so older make's work.
 - (dtucker) [config.c configure.ac] Check for sin6_scope_id.
 - (dtucker) [openbsd-compat/fake-rfc2553.h] remove sin6_scope_id to re-sync
   with OpenSSH.
 - (dtucker) [README] Update.

20041003
 - (dtucker) [openbsd-compat/asprintf.c] Ensure than string is freed if
   vsnprintf fails.

20041002
 - (dtucker) [configure.ac] Look for res_9_init in libresolv too, needed on
   Mac OS X.  From samh at granada-learning com.
 - (dtucker) [configure.ac includes.h] Check for and include netdb.h, prevents
   "redefinition of EAI_NODATA" errors.

20040912
 - (dtucker) OpenBSD CVS Sync
  - henning@cvs.openbsd.org 2004/09/07 22:43:07
    [server.c]
    ignore ntp_sendmsg()s return value in server_dispatch. could result in
    ntpd exiting on sendmsg() failures, which is not desired.
  - henning@cvs.openbsd.org 2004/09/09 21:50:33
    [ntp.c]
    correctly track peer count. fixes a memory corruption.
    with & ok otto millert claudio, ok deraadt canacar

20040904
 - (dtucker) [defines.h] FreeBSD 5.x does not have EAI_NODATA, so define to
   EAI_NONAME.  From naddy at mips.inka.de.
 - (dtucker) [configure.ac openbsd-compat/bsd-arc4random.c] Add support for
   building without OpenSSL (./configure --with-builtin-arc4random), based
   on arcfour routines from nanocrypt by Damien Miller.  Requires /dev/urandom
   device.
 - (dtucker) [configure.ac ntpd.c] Set SIGCHLD to SIG_DFL on Linux.

20040901
 - (dtucker) OpenBSD CVS Sync
  - henning@cvs.openbsd.org 2004/08/24 15:23:19
    [config.c ]
    don't fatal() if getaddrinfo() returns EAI_NONAME
  - deraadt@cvs.openbsd.org 2004/08/30 11:50:56
    [ntp_msg.c]
    ENOBUFS, EHOSTUNREACH, ENETDOWN and EHOSTDOWN are bad reasons to log;
    ok otto henning
  - deraadt@cvs.openbsd.org 2004/08/30 11:52:04
    [config.c]
    skip early DNS lookups -- they are deferred to later; ok otto ho henning
  - henning@cvs.openbsd.org 2004/08/30 12:02:59
    [config.c]
    don't forget to set *hn... theo ok
 - (dtucker) [README] Update platforms.
 - (dtucker) [configure.ac] Add product name to AC_INIT

20040825
 - (dtucker) [ntpd.conf] Sync with OpenBSD, requested by henning@.
2004-11-19 14:15:56 +00:00
..
files
DESCR
distinfo Update to 3.6p1, ok wiz@ 2004-11-19 14:15:56 +00:00
Makefile Update to 3.6p1, ok wiz@ 2004-11-19 14:15:56 +00:00
PLIST