Hi, An update for NTP (port version), with several bug fixes and improves:
http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ChangeLog-stable Ok? Comments? Cheers. -- Sending from my Computer.
Index: Makefile =================================================================== RCS file: /cvs/ports/net/ntp/Makefile,v retrieving revision 1.53 diff -u -p -r1.53 Makefile --- Makefile 11 Jul 2011 17:43:14 -0000 1.53 +++ Makefile 5 Apr 2012 22:10:04 -0000 @@ -6,10 +6,9 @@ COMMENT= Network Time Protocol reference # to confuse with the ports system's 'pN' convention, so we # convert it to 'pl' for local use. -VERSION= 4.2.6p2 +VERSION= 4.2.6p5 DISTNAME= ntp-${VERSION} PKGNAME= ntp-${VERSION:S/p/pl/} -REVISION= 7 CATEGORIES= net MASTER_SITES= http://archive.ntp.org/ntp4/ntp-4.2/ @@ -27,7 +26,7 @@ WANTLIB= c crypto edit kvm m termcap # which requires bison USE_LIBTOOL= Yes -USE_GROFF = Yes + CONFIGURE_STYLE=gnu CONFIGURE_ARGS= --enable-parse-clocks \ --with-binsubdir=sbin Index: distinfo =================================================================== RCS file: /cvs/ports/net/ntp/distinfo,v retrieving revision 1.12 diff -u -p -r1.12 distinfo --- distinfo 10 Jul 2010 19:48:32 -0000 1.12 +++ distinfo 5 Apr 2012 22:10:04 -0000 @@ -1,5 +1,5 @@ -MD5 (ntp-4.2.6p2.tar.gz) = z3PNhfJIIyxi+AKebrBZOA== -RMD160 (ntp-4.2.6p2.tar.gz) = gF54RQF7l+TVqMOOx1TIxzc6NTE= -SHA1 (ntp-4.2.6p2.tar.gz) = BLXjw3Vf6eW87FvV0pJVz+8hAsQ= -SHA256 (ntp-4.2.6p2.tar.gz) = QomLeQOi2gSiQohckpGZA9Vu5pwCk+yChWjKtx3T6dg= -SIZE (ntp-4.2.6p2.tar.gz) = 4338873 +MD5 (ntp-4.2.6p5.tar.gz) = AN+AqE7JUo/PsJSYB1UlvA== +RMD160 (ntp-4.2.6p5.tar.gz) = qhyv/mlzKLXD4p36ULYHQThkbSA= +SHA1 (ntp-4.2.6p5.tar.gz) = SlNTpHkbb0MVpmwo1QTsbHkmsZI= +SHA256 (ntp-4.2.6p5.tar.gz) = 1quDcfnTHllOtpIoI9XM0D3MTp2EsOI+olrBQFQy+Rw= +SIZE (ntp-4.2.6p5.tar.gz) = 4202539 Index: patches/patch-ntpd_ntp_intres_c =================================================================== RCS file: patches/patch-ntpd_ntp_intres_c diff -N patches/patch-ntpd_ntp_intres_c --- patches/patch-ntpd_ntp_intres_c 10 Jul 2010 19:48:32 -0000 1.2 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,12 +0,0 @@ -$OpenBSD: patch-ntpd_ntp_intres_c,v 1.2 2010/07/10 19:48:32 naddy Exp $ ---- ntpd/ntp_intres.c.orig Sat Jul 10 18:22:29 2010 -+++ ntpd/ntp_intres.c Sat Jul 10 18:22:51 2010 -@@ -849,7 +849,7 @@ request( - n = authencrypt(req_keyid, (void *)&reqpkt, req_len); - if ((size_t)n != req_hashlen + sizeof(reqpkt.keyid)) { - msyslog(LOG_ERR, -- "intres maclen %d expected %u\n", -+ "intres maclen %d expected %lu\n", - n, (u_long)(req_hashlen + - sizeof(reqpkt.keyid))); - resolver_exit(1); Index: patches/patch-ntpd_ntp_scanner_c =================================================================== RCS file: /cvs/ports/net/ntp/patches/patch-ntpd_ntp_scanner_c,v retrieving revision 1.2 diff -u -p -r1.2 patch-ntpd_ntp_scanner_c --- patches/patch-ntpd_ntp_scanner_c 10 Jul 2010 19:48:32 -0000 1.2 +++ patches/patch-ntpd_ntp_scanner_c 5 Apr 2012 22:10:04 -0000 @@ -1,7 +1,7 @@ $OpenBSD: patch-ntpd_ntp_scanner_c,v 1.2 2010/07/10 19:48:32 naddy Exp $ ---- ntpd/ntp_scanner.c.orig Sat Jul 10 18:30:24 2010 -+++ ntpd/ntp_scanner.c Sat Jul 10 18:30:39 2010 -@@ -351,7 +351,7 @@ is_special( +--- ntpd/ntp_scanner.c.orig Sat Dec 25 06:40:34 2010 ++++ ntpd/ntp_scanner.c Thu Apr 5 18:25:55 2012 +@@ -354,7 +354,7 @@ is_special( int ch ) { Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/net/ntp/pkg/PLIST,v retrieving revision 1.18 diff -u -p -r1.18 PLIST --- pkg/PLIST 11 Jul 2011 17:43:14 -0000 1.18 +++ pkg/PLIST 5 Apr 2012 22:10:04 -0000 @@ -121,6 +121,7 @@ share/doc/ntp/manyopt.html share/doc/ntp/miscopt.html share/doc/ntp/monopt.html share/doc/ntp/msyslog.html +share/doc/ntp/ntp-wait.html share/doc/ntp/ntp_conf.html share/doc/ntp/ntpd.html share/doc/ntp/ntpdate.html