summaryrefslogtreecommitdiff
path: root/net/ntp4
AgeCommit message (Collapse)AuthorFilesLines
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-08Bumped the PKGREVISION of the packages that have been broken by the recentrillig1-2/+2
"pkglint --autofix" change.
2005-12-08Fixed PLIST quoting issue introduced by the recent "pkglint --autofix"rillig1-2/+2
change.
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig1-2/+2
CONFIGURE_ARGS.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-3/+3
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-09-10Update nb6->nb7 for security fix: http://secunia.com/advisories/16602/adrianp3-3/+17
2005-07-16Get rid of USE_PERL5. The new way to express needing the Perl executablejlam1-2/+2
around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable.
2005-06-01We can always specify where the OpenSSL libraries & headers are,jlam1-4/+1
regardless of whether we use the built-in or pkgsrc version of openssl.
2005-05-03Sort.wiz1-47/+47
2005-05-02RCD_SCRIPTS_EXAMPLEDIR is no longer customizable.reed1-1/+3
And always is defined as share/examples/rc.d which was the default before. This rc.d scripts are not automatically added to PLISTs now also. So add to each corresponding PLIST as required. This was discussed on tech-pkg in late January and late April. Todo: remove the RCD_SCRIPTS_EXAMPLEDIR uses in MESSAGES and elsewhere and remove the RCD_SCRIPTS_EXAMPLEDIR itself.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-19Add time to categories.wiz1-2/+2
2005-02-24Add RMD160 digests.agc1-1/+2
2004-12-28The default location of the pkgsrc-installed rc.d scripts is nowreed1-2/+2
under share/examples/rc.d. The variable name already was named RCD_SCRIPTS_EXAMPLEDIR. This is from ideas from Greg Woods and others. Also bumped PKGREVISION for all packages using RCD_SCRIPTS mechanism (as requested by wiz).
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-07-23* Enable pkgviews installation.xtraeme1-2/+6
* Conflicts with openntpd. Bump PKGREVISION.
2004-06-10Address PR pkg/24607 by Georg Schwarz to make this build and install underjschauma2-10/+27
IRIX: - add flexibility to PLIST - add configure arguments to point to openssl if not builtin - don't use '-print0' to find(1). IRIX' find does not have this capability, and since we know for a fact that it will not be needed, we can leave it out in this case.
2004-05-08Convert to buildlink3.snj1-3/+3
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.