pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/openntpd Update to 3.6p1, ok wiz@



details:   https://anonhg.NetBSD.org/pkgsrc/rev/82f96d0e9cc9
branches:  trunk
changeset: 483791:82f96d0e9cc9
user:      peter <peter%pkgsrc.org@localhost>
date:      Fri Nov 19 14:15:56 2004 +0000

description:
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@localhost 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@localhost 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@localhost 2004/08/24 15:23:19
    [config.c ]
    don't fatal() if getaddrinfo() returns EAI_NONAME
  - deraadt%cvs.openbsd.org@localhost 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@localhost 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@localhost 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@.

diffstat:

 net/openntpd/Makefile |  9 ++++++---
 net/openntpd/distinfo |  6 +++---
 2 files changed, 9 insertions(+), 6 deletions(-)

diffs (29 lines):

diff -r c0f7fb162815 -r 82f96d0e9cc9 net/openntpd/Makefile
--- a/net/openntpd/Makefile     Fri Nov 19 13:46:31 2004 +0000
+++ b/net/openntpd/Makefile     Fri Nov 19 14:15:56 2004 +0000
@@ -1,8 +1,11 @@
-# $NetBSD: Makefile,v 1.5 2004/10/23 10:26:15 peter Exp $
+# $NetBSD: Makefile,v 1.6 2004/11/19 14:15:56 peter Exp $
 
-DISTNAME=              openntpd-20040824p
+DISTNAME=              openntpd-3.6p1
 CATEGORIES=            net
-MASTER_SITES=          http://www.openntpd.org/dist/portable/
+MASTER_SITES=          ftp://ftp.openbsd.org/pub/OpenBSD/OpenNTPD/ \
+                       ftp://ftp5.usa.openbsd.org/pub/OpenBSD/OpenNTPD/ \
+                       ftp://ftp.de.openbsd.org/pub/unix/OpenBSD/OpenNTPD/ \
+                       http://ftp.lug.udel.edu/pub/OpenBSD/OpenNTPD/
 
 MAINTAINER=            peter%pointless.nl@localhost
 HOMEPAGE=              http://www.openntpd.org/
diff -r c0f7fb162815 -r 82f96d0e9cc9 net/openntpd/distinfo
--- a/net/openntpd/distinfo     Fri Nov 19 13:46:31 2004 +0000
+++ b/net/openntpd/distinfo     Fri Nov 19 14:15:56 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.2 2004/10/23 10:26:15 peter Exp $
+$NetBSD: distinfo,v 1.3 2004/11/19 14:15:56 peter Exp $
 
-SHA1 (openntpd-20040824p.tar.gz) = 2e7fac5504f0760c922e673ec2397b9e6356272c
-Size (openntpd-20040824p.tar.gz) = 105638 bytes
+SHA1 (openntpd-3.6p1.tar.gz) = 3dfd64471ddc92b06d4098a9f4c0e979c1acfd54
+Size (openntpd-3.6p1.tar.gz) = 114924 bytes



Home | Main Index | Thread Index | Old Index