summaryrefslogtreecommitdiff
path: root/net/ntp4
AgeCommit message (Collapse)AuthorFilesLines
2004-03-28Fix ntpd PATH in ntpd rc.d script, reported by Mirko Thiesen inxtraeme2-4/+4
PR pkg/24947; bump PKGREVISION.
2004-03-11This adds rc.d scripts. The ntp.conf is example from official NetBSD.reed4-2/+132
The rc.d scripts are based on official NetBSD scripts. This also adds: CONFIGURE_ARGS+=--sysconfdir=${PKG_SYSCONFDIR} This was discussed and okayed with maintainer, fredb, in February, Currently, the ntpd.sh rc.d script has a note about the ntpd_chrootdir is only for NetBSD at this time. (Because I haven't tested under other operating systems.)
2004-02-03Use more portable find -print0 (instead of -printx).reed1-3/+3
Okay'd by maintainer, fredb.
2003-12-07Link directly to the documentation page, drop the udel link, whitespace.fredb1-6/+3
2003-11-21Don't change the permissions of files in the work directory,fredb1-6/+7
so that "make clean" after just-in-time "su" works. Closes PR pkg/23477 by Adrian Portelli.
2003-11-20Disable detection of <sys/soundcard.h>, to let this build on very currentfredb1-2/+2
systems (NetBSD 1.6ZF).
2003-11-12PKGREVISION++ after openssl update.jschauma1-1/+2
2003-11-06Update post-install target and MESSAGE for churn in the documentation,fredb2-12/+9
and especially fix permissions on the new directories. Should close PR pkg/23378, by Wolfgang S. Rupprecht.
2003-11-01Add USE_PERL5=build.kristerw1-1/+2
2003-10-24Update to ntp 4.2.0.fredb3-111/+136
All platforms: Autokey, using OpenSSL. IPv6 support. Bugfixes in loopfilter and refclocks. NetBSD: Support for editline command line editing in "ntpq" and "ntpdc". NetBSD-current: Use nanosecond resolution POSIX timers.
2003-10-24Whitespace cleanup.fredb1-3/+3
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-04-10make ${PAX} usage consistent:grant1-3/+3
- group 'zrw' and 'p' args, -s last - use the && operator consistently - strip unneeded parens - some whitespace cleanup
2002-09-24Complete standardization of messages according to latest pkglint.wiz1-3/+3
2002-07-16Update to 4.1.1a. Add drivers for TrueTime 560 IRIG-B decoderfredb3-6/+7
and Zyfer GPStarplus, minor documentation updates.
2002-02-28Update to ntp-4.1.1. From the "NEWS" file:fredb4-29/+8
* Lose the source port check on incoming packets * (x)ntpdc compatibility patch * Virtual IP improvements * ntp_loopfilter fixes and improvements * ntpdc improvements * GOES refclock fix * JJY driver * bsdi port fixes * HP MPE/iX port * Win/NT port upgrade * Dynix PTX port fixes * Document conversion from CVS to BK * readline support for ntpq
2001-10-31Move pkg/ files into package's toplevel directoryzuntum3-2/+2
2001-08-14Add missing "-u" flag to ntpdate usage message. Culled from NetBSD-current.fredb2-1/+21
[Committed by Hubert Feyrer.]
2001-08-14Fix "file://" URI for documentation, and remove the comment about beingfredb2-4/+3
"under development".
2001-08-14Finally! NTP 4.1.0 is released. Very few changes from 4.0.99m-rc3 (excerptsfredb3-169/+168
from the "ChangeLog" file below). Also, this NetBSD package now installs the HTML docs into "/usr/pkg/share/doc/html". * ntpd/refclock_oncore.c (oncore_start): Set pps_enable=1, just like the atom driver does. From: reg@dwf.com * ntpd/refclock_nmea.c (nmea_ppsapi): Set pps_enable=1, just like the atom driver does. From: Scott Allendorf <sca@newton.physics.uiowa.edu> * ntpd/ntp_config.c (getconfig): CONF_CLOCK_PANIC was using the wrong config flag. From: <justin_forrester@hp.com>
2001-07-12Don't try to build against -lreadline on NetBSD-1.4.x, either.fredb1-1/+2
2001-07-12Update to latest release candidate, ntp-4.0.99m-rc3. Continuedfredb4-53/+43
refinements since 4.0.99k, a new feature -- an experimental "huff-n-puff" filter (optionally enabled in /etc/ntp.conf) -- which discards samples with the highest delays, and new drivers for: Forum Graphic GPS, WWV/H, Heath GC-100 II, HOPF serial and PCI, ONCORE, ulink331. Drop the packages's requirement for GNU readline. It turns out that command line editing in "ntpq" is not all that useful, as you can alway let your shell recall "ntpq -c <command>".
2001-06-12LIBS is automatically added to CONFIGURE_ENV by bsd.pkg.mk ifjlam1-2/+2
GNU_CONFIGURE is defined, so simply set LIBS to the appropriate value.
2001-04-21Move to sha1 checksum, and/or add distfile sizes.wiz1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-6/+4
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-06Prevent a buffer overflow in "ntpd"; patch pulled up from the NetBSD CVSfredb2-5/+31
repository. Unpatched, the daemon can be caused to segfault by application of malformed IP packets. Allegedly, this could lead to a root compromise, but that has not been confirmed on NetBSD. See NetBSD Security Advisory NetBSD-SA2001-004.
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-01-29Add automatic ${VARIABLE} handling for MESSAGE files.wiz2-6/+7
Convert most MESSAGE files to new syntax (${VARIABLE} gets replaced, not @VARIABLE@, nor @@VARIABLE@@). By default, substitutions are done for LOCALBASE, PKGNAME, PREFIX, X11BASE, X11PREFIX; additional patterns can be added via MESSAGE_SUBST. Clean up some packages while I'm there; add RCS tags to most MESSAGEs. Remove some uninteresting MESSAGEs.
2000-08-18Update to version 4.0.99k. Continuing algorithmic improvements, bug fixes;fredb3-6/+13
adds readline support to "ntpq" and "ntpdc".
2000-02-08Update to ntp-4.0.99d. From the NEWS file:fredb3-11/+15
* algorithmic improvements, bugfixes * Solaris dosynctodr info update * html/pic/* is *lots* smaller * New drivers: Forum Graphic GPS, WWV/H * Rewrite of the audio drivers * Driver updates: CHU, DCF, GPS/VME, Oncore, PCF, Ulink, WWVB, burst If you use the ONCORE driver with a HARDPPS kernel module, you *must* have a properly specified: pps <filename> [assert/clear] [hardpps] line in the /etc/ntp.conf file. * PARSE cleanup * PPS cleanup * ntpd, ntpq, ntpdate cleanup and fixes * NT port improvements * AIX, BSDI, DEC OSF, FreeBSD, NetBSD, Reliant, SCO, Solaris port improvements (4.0.98) * Solaris kernel FLL bug is fixed in 106541-07 * Bug/lint cleanup * PPS cleanup * ReliantUNIX patches * NetInfo support * Ultralink driver * Trimble OEM Ace-II support * DCF77 power choices * Oncore improvements
2000-01-10replaced a whole lot more commands with ${COMMAND}wiz1-2/+2
1999-11-14Update ntp4 to 4.0.98f. Extensive clean ups, bug fixes in reference clockfredb5-67/+16
drivers and in burst mode operation. Clean ups to and additional documentation. - - Package builds cleanly (including ntptime) for NetBSD-1.4.1, now that HAVE_PPSAPI depends on finding PPS_API_VERS_1 in sys/timepps.h, rather than simply checking for the presence of sys/timpepps.h. - - Remove dependencies on gmake and autoconf.
1999-08-30Update ntp4 to 4.0.97d.fredb2-4/+12
Highlights since 4.0.97: - -Adds listen_to_virtual_ips support (-L flag) - -Adds support for Trimble OEM Ace-II receiver - -Patch to run Oncore on systems w/o hardpps() - -Permit RTS to power a DCF77 - -Assorted lint clean-ups
1999-08-19Update to ntp-4.0.97fredb3-6/+10
Portability fixes, plus new utility "ntptimeset"
1999-08-13Forget to add this before last commitfredb1-0/+3
1999-08-13Update ntp4 to 4.0.96p1fredb4-7/+58
Highlights: - - Y2K patches from AT&T: readme, test results, in source directory - - various portability and configuration patches for Linux, WinNT This version of the package now requires "gmake", "autoconf", and "automake" as a consequence of its use of distribution patches. This requirement is expected to go away with the pending release.
1999-07-29Eliminate absolute paths in MESSAGE file.fredb2-7/+14
1999-07-28Update ntp4 to version 4.0.95fredb2-4/+4
1999-07-27Update package to ntp-4.0.94b.fredb2-6/+7
1999-07-24Fix typo in home page URL.tron1-2/+2
1999-07-24Fix category for "ntp4" packagefredb1-2/+2
1999-07-24Import new "ntp4" package:fredb6-0/+201
Network Time Protocol Version 4