notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: net/openntpd/Makefile

Number of commits found: 83

Monday, 22 Jan 2024
15:50 Muhammad Moinur Rahman (bofh) search for other commits by this committer
net/openntpd: Sanitize MANPREFIX

Approved by:    portmgr (blanket)
commit hash: 58509c89c5b553a58c7f1c8d334fda8bd34c4003 commit hash: 58509c89c5b553a58c7f1c8d334fda8bd34c4003 commit hash: 58509c89c5b553a58c7f1c8d334fda8bd34c4003 commit hash: 58509c89c5b553a58c7f1c8d334fda8bd34c4003 58509c8
Thursday, 12 Oct 2023
17:34 Baptiste Daroussin (bapt) search for other commits by this committer
security/libretls: update 3.8.1

Bump portrevision of consumers
commit hash: 50dc8fda1928f029cad6d42584ec6a51e0b79c9e commit hash: 50dc8fda1928f029cad6d42584ec6a51e0b79c9e commit hash: 50dc8fda1928f029cad6d42584ec6a51e0b79c9e commit hash: 50dc8fda1928f029cad6d42584ec6a51e0b79c9e 50dc8fd
Friday, 5 May 2023
22:01 Christian Weisgerber (naddy) search for other commits by this committer
net/openntpd: fix for NICs with hardware timestamp support

OpenNTPD enables the reception of a timestamp with datagrams.
Network adapters that support hardware timestamping of packets,
e.g. mlx5en(4), create a SCM_TIME_INFO control message in addition
to the SCM_TIMESTAMP one.  Provide a sufficiently large buffer to
accommodate this and avoid a MSG_CTRUNC error.

PR:		271224
Obtained from:	Dmitry Wagin <dmitry.wagin@ya.ru>
commit hash: 0838f527c3aa5a90e949d33e6331dcba12041ca1 commit hash: 0838f527c3aa5a90e949d33e6331dcba12041ca1 commit hash: 0838f527c3aa5a90e949d33e6331dcba12041ca1 commit hash: 0838f527c3aa5a90e949d33e6331dcba12041ca1 0838f52
Monday, 16 Jan 2023
21:38 Baptiste Daroussin (bapt) search for other commits by this committer
security/libretls: update to 3.7.0
commit hash: 38655f1ae624d6cb7867d933e53a647c6662a044 commit hash: 38655f1ae624d6cb7867d933e53a647c6662a044 commit hash: 38655f1ae624d6cb7867d933e53a647c6662a044 commit hash: 38655f1ae624d6cb7867d933e53a647c6662a044 38655f1
Saturday, 15 Oct 2022
19:30 Christian Weisgerber (naddy) search for other commits by this committer
net/openntpd: remove no-op configure argument

Drop the --with-cacert configure option, which does nothing at all.
OpenNTPD always loads the root CA file from the path returned by
tls_default_ca_cert_file(), i.e., /etc/ssl/cert.pem.
commit hash: 6f4d64fecdfae3f8905d4e37b8ad33bd39657ddd commit hash: 6f4d64fecdfae3f8905d4e37b8ad33bd39657ddd commit hash: 6f4d64fecdfae3f8905d4e37b8ad33bd39657ddd commit hash: 6f4d64fecdfae3f8905d4e37b8ad33bd39657ddd 6f4d64f
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 18 May 2022
15:06 Baptiste Daroussin (bapt) search for other commits by this committer
libretls: bump portrevision of dependent port due to shlib number change

Reported by:	jbeich
PointyHat:	bapt
commit hash: 1c619d6ccd7b417c5707edf7159b678bc68f662e commit hash: 1c619d6ccd7b417c5707edf7159b678bc68f662e commit hash: 1c619d6ccd7b417c5707edf7159b678bc68f662e commit hash: 1c619d6ccd7b417c5707edf7159b678bc68f662e 1c619d6
Saturday, 12 Mar 2022
15:30 Baptiste Daroussin (bapt) search for other commits by this committer
security/libretls: upgrade to 3.5.0

Bump portrevision of each dependant port because the SONAME changes
commit hash: 4ef811e289d1c0117454a57caef2b58b0a8bcdc3 commit hash: 4ef811e289d1c0117454a57caef2b58b0a8bcdc3 commit hash: 4ef811e289d1c0117454a57caef2b58b0a8bcdc3 commit hash: 4ef811e289d1c0117454a57caef2b58b0a8bcdc3 4ef811e
Tuesday, 23 Nov 2021
15:03 Baptiste Daroussin (bapt) search for other commits by this committer
security/libretls: update to 3.4.1

Bump revision on consumers
commit hash: 8c9683a3a6d9946c041286cdbba196d9b632e210 commit hash: 8c9683a3a6d9946c041286cdbba196d9b632e210 commit hash: 8c9683a3a6d9946c041286cdbba196d9b632e210 commit hash: 8c9683a3a6d9946c041286cdbba196d9b632e210 8c9683a
Thursday, 30 Sep 2021
21:23 Rene Ladan (rene) search for other commits by this committer
cleanup: drop support for EOL FreeBSD 11.X

Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11

Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*

Reviewed by:	doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index
commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 620968a
Sunday, 15 Aug 2021
18:16 Bernhard Froehlich (decke) search for other commits by this committer
net/openntpd: Add CPE information

Approved by:	portmgr (blanket)
commit hash: 453a9f12f6997f10b9421297f850c598cccddae9 commit hash: 453a9f12f6997f10b9421297f850c598cccddae9 commit hash: 453a9f12f6997f10b9421297f850c598cccddae9 commit hash: 453a9f12f6997f10b9421297f850c598cccddae9 453a9f1
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Monday, 18 Jan 2021
20:02 naddy search for other commits by this committer
net/openntpd: switch to libretls on FreeBSD 12+

When using LibreSSL use its own libtls but when using OpenSSL use
libtls from libretls.

Reworked from
PR:		252802
Submitted by:	jbeich
Original commitRevision:561963 
Friday, 11 Dec 2020
16:13 jbeich search for other commits by this committer
security/libressl: re-link static library consumers after r557713
Original commitRevision:557748 
Tuesday, 8 Dec 2020
16:29 naddy search for other commits by this committer
Update to 6.8p1.  This is a large catch-up release.

Configuration changes:
* Servers can be marked as "trusted" to skip constraints processing.
* The -s and -S options are no-ops and will be removed in the future.

http://www.openntpd.org/txt/release-6.8p1.txt
Original commitRevision:557298 
Sunday, 13 Sep 2020
14:14 naddy search for other commits by this committer
Merge back fixes from OpenBSD 6.8-beta:
If no replies are received for a while due to connectivity issues,
go into unsynced mode.

PR:		221282
Reported by:	Rene Wagner <rw@nelianur.org>
Obtained from:	OpenBSD
Original commitRevision:548477 
Sunday, 23 Aug 2020
20:29 naddy search for other commits by this committer
Zap double definitions to fix build with -fno-common.

Obtained from:	upstream
Original commitRevision:546021 
Wednesday, 12 Aug 2020
13:34 0mp search for other commits by this committer
Only pass -E to find(1) when passing -regex or -iregex

The -E flag tells find(1) to interpret regular expressions which were
passed as arguments to -regex and -iregex as extended regular expressions.
It has no effect on other otherwise. Let's not invoke find(1) with -E if
not necessary.

Approved by:	portmgr (blanket approval)
Original commitRevision:544746 
Tuesday, 19 May 2020
00:45 yuri search for other commits by this committer
net/ntpsec: Add CONFLICTS between net/{ntp,ntp-devel,openntpd,ntpsec} because
they all install sbin/ntpd

Also remove -* for versions because this isn't needed.

PR:		246553
Reported by:	naddy
Approved by:	portmgr (port compliance, infrastructure)
Original commitRevision:535797 
Monday, 18 May 2020
19:36 naddy search for other commits by this committer
Add a note in pkg-message that you need to override the manual search
path to view the correct ntpd(8) man page.

PR:		246484
Original commitRevision:535779 
Saturday, 9 May 2020
03:46 tobik search for other commits by this committer
Rebuild statically linked security/libressl consumers after r534416
Original commitRevision:534703 
Saturday, 19 Oct 2019
15:00 tobik search for other commits by this committer
Rebuild statically linked security/libressl consumers after r514815
Original commitRevision:514818 
Thursday, 23 May 2019
02:52 tobik search for other commits by this committer
Rebuild statically linked security/libressl consumers after r502277
Original commitRevision:502305 
Monday, 22 Apr 2019
20:38 tobik search for other commits by this committer
Rebuild statically linked security/libressl consumers after r499667
Original commitRevision:499673 
Friday, 3 Aug 2018
20:29 naddy search for other commits by this committer
Move the numerical ID for the "_ntp" user, required for net/openntpd's
privilege separation, after its value was usurped by the new "ntpd"
user in 12.0-CURRENT.

PR:		229936
Original commitRevision:476321 
Sunday, 12 Nov 2017
20:52 naddy search for other commits by this committer
Update to 6.2p3.  No changes on FreeBSD.
Original commitRevision:454083 
Saturday, 7 Oct 2017
19:59 naddy search for other commits by this committer
Register conflict with ntp, ntp-devel.
Original commitRevision:451480 
Thursday, 7 Sep 2017
21:23 naddy search for other commits by this committer
Update to 6.2p2: upstream has incorporated the fixes for the "query from"
feature.
Original commitRevision:449430 
Friday, 11 Aug 2017
19:51 naddy search for other commits by this committer
Add a missing initialization and correct a memcpy size to fix the new
"query from" feature.

Reported by:	Roger Marquis <marquis@roble.com>
Original commitRevision:447789 
Saturday, 15 Jul 2017
20:33 naddy search for other commits by this committer
Update to 6.2p1.  Noteworthy changes:
* Added option "query from <ip>" to ntpd.conf, to specify a local IP
  address for outgoing NTP queries.
Original commitRevision:445961 
Thursday, 8 Jun 2017
20:29 naddy search for other commits by this committer
Add a periodic script for daily status.

Submitted by:	Alexander Milanov <a@amilanov.com>
Original commitRevision:442957 
Saturday, 29 Apr 2017
20:13 brnrd search for other commits by this committer
security/libressl: Bump static library consumers

Reported by:	jbeich
Original commitRevision:439772 
Wednesday, 19 Apr 2017
16:21 naddy search for other commits by this committer
Belated revision bump after libressl 2.5.3 update.
This approach doesn't work, does it?
Original commitRevision:438889 
Wednesday, 1 Feb 2017
12:32 jbeich search for other commits by this committer
security/libressl: chase r432997 in static lib consumers

Pointy hat to:	brnrd
Original commitRevision:433024 
Wednesday, 11 Jan 2017
10:08 amdmi3 search for other commits by this committer
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL

Approved by:	portmgr blanket
Original commitRevision:431169 
Saturday, 24 Dec 2016
14:57 naddy search for other commits by this committer
Belated PORTREVISION bump after security/libressl 2.4.4 update.

PR:		215522
Submitted by:	Rene Wagner <rw@nelianur.org>
Original commitRevision:429362 
Wednesday, 14 Dec 2016
16:38 mat search for other commits by this committer
Fix building when libressl is not the default.

PR:		215150
Sponsored by:	Absolight
Original commitRevision:428572 
Friday, 2 Dec 2016
11:58 mat search for other commits by this committer
Do not use post-stage.  Use post-install instead.

The only reason to use post-stage is because the port needs to do
"things" at a later time, like some plist manipulation.
While there, fold post-install in do-install targets when they are
defined.

PR:		214780
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Original commitRevision:427552 
Friday, 28 Oct 2016
20:38 naddy search for other commits by this committer
Unblock the package build via static libressl.  Adapted from [1].

OpenNTPD requires libtls, which is only available from LibreSSL.
If LibreSSL is not the default SSL library, link with a static copy
of the LibreSSL libraries.  This approach has the drawback that
whenever there is an update to libressl, the openntpd port will
require a PORTREVISION bump, otherwise it will not pick up the fixed
library and continue to use the old code.

Drop the RESSL option as LibreSSL is now always available.

PR:		213691 [1]
Submitted by:	jbeich
Original commitRevision:424884 
Friday, 9 Sep 2016
19:42 amdmi3 search for other commits by this committer
Most commonly used build systems support silent builds, when they
hide actual commands executed and only show short summary line (like
"CC foo.c"). CMake and ninja enable this by default, some autotools
using ports do as well. This is unacceptable because we need complete
build logs at any time, so we now switch to verbose build logs
unconditionally. Note that this change deliberately affects ALL
builds and not only package builds on cluster, because we need to
be sure that user experiencing failure can always provide informative
build log regardless of settings and without rerunning the build.

Change summary:

- Always do verbose builds for cmake, ninja and GNU configure (the
  latter includes check if --disable-silent-rules is actually supported
  by the configure script; there are isolated cases when it's not true)
- Remove CMAKE_VERBOSE, NINJA_VERBOSE and
  CONFIGURE_ARGS=--disable-silent-rules from all ports which set them
  for this is no longer needed
- Revert hacks for --disable-silent-rules support priorly committed
  to biology/ncbi-blast+ and net-p2p/mldonkey - no longer needed as well

Submitted by:	amdmi3
Reviewed by:	mat
Exp-run by:	antoine
Approved by:	portmgr (mat, antoine)
Differential Revision:	D7534
Original commitRevision:421635 
Tuesday, 5 Jul 2016
19:32 naddy search for other commits by this committer
Minor changes/improvements:
* switch to USES=ssl
* use the paths set by Mk/Uses/ssl.mk
* move post-install to post-stage

Submitted by:	brnrd
Original commitRevision:418108 
Monday, 4 Jul 2016
19:23 adamw search for other commits by this committer
Fix dangling backslash after r418011.

Committed under just-fix-it.
Original commitRevision:418051 
10:01 mat search for other commits by this committer
Fix ports depending on security/(open|libre)ssl directly.

Sponsored by:	Absolight
Original commitRevision:418011 
Thursday, 9 Jun 2016
15:47 adamw search for other commits by this committer
Add support for changing the location of ntpd.conf (openntpd_config),
and add a 'configtest' rc(8) target. Also note openntpd_flags in the
comments at the top of the rc(8) script.

PORTREVISION bump for rc(8) script change.

PR:		210153
Approved by:	naddy (maintainer)
Original commitRevision:416613 
Tuesday, 7 Jun 2016
18:44 naddy search for other commits by this committer
Update to 6.0p1.  Notable fixes:
* Set MOD_MAXERROR to avoid unsynced time status when using ntp_adjtime.
* Hardened TLS for ntpd constraints, enabling server name verification.

PR:		210056
Original commitRevision:416520 
Saturday, 7 May 2016
20:00 naddy search for other commits by this committer
For the RESSL option, switch the dependency from libressl-devel to
security/libressl, now that the latter is new enough.

PR:		209343
Submitted by:	tom.beard@public-internet.co.uk
Original commitRevision:414785 
Saturday, 2 Apr 2016
16:04 naddy search for other commits by this committer
Update to 5.9p1.  Notable changes:
* The rtable option was removed from server and servers. Users of
  "server * rtable X" will need to switch to launching ntpd with
  # setfib -F X /usr/sbin/ntpd
* Various improvements to the HTTPS constraint feature (requires
  LibreSSL).

This port reenables rtable support in the listen option on FreeBSD.

Relnotes:	http://www.openntpd.org/txt/release-5.9p1.txt
Original commitRevision:412413 
Friday, 1 Apr 2016
14:16 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412348 
Tuesday, 8 Mar 2016
20:19 naddy search for other commits by this committer
* Reenable certificate validation through libressl
  (libressl 2.2.6 seems to be happy enough with the ca_root_nss 3.22.2
  upgrade)
* Avoid strptime %Z which is nonstandard and can give surprising
  results on different operating systems. (Same fix as upstream.)

PR:		207685
Submitted by:	mandree
Original commitRevision:410654 
Thursday, 14 May 2015
10:15 mat search for other commits by this committer
MASTER_SITES cleanup.

- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:386312 
Thursday, 30 Apr 2015
15:17 naddy search for other commits by this committer
Clear the timex UNSYNC flag so the RTC receives updates from the
system clock.
Original commitRevision:385051 
Monday, 27 Apr 2015
13:58 naddy search for other commits by this committer
Use plain "pgrep" in rc script to accommodate different path in DragonFly.
Reported by: Juan Francisco Cantero Hurtado <iam@juanfra.info>

Update to 5.7p4.  No user-visible changes.

In particular, the new HTTPS contraint feature is *not* enabled, because
* LibreSSL fails with the certificiate bundle from ca_root_nss
* USE_OPENSSL does not handle LibreSSL yet
Original commitRevision:384833 
Wednesday, 28 Jan 2015
20:51 naddy search for other commits by this committer
Update to 5.7p3:
* Fixed issue resolving hostnames when the network is initially unavailable.
Original commitRevision:378082 
Tuesday, 20 Jan 2015
14:22 naddy search for other commits by this committer
Update to OpenNTPD 5.7p2.  No user-visible changes.
Original commitRevision:377523 
Thursday, 8 Jan 2015
16:11 naddy search for other commits by this committer
After a long hiatus, update to 5.7p1.

Major user-visible changes:
* Added ntpctl(8), which allows for querying ntpd(8) at runtime.
* Added support for different routing tables.
Original commitRevision:376542 
Monday, 2 Jun 2014
15:03 naddy search for other commits by this committer
The sample configurarion file moves to etc/ntpd.conf.sample.

Fix a race and make sure the rc.d script only matches the master
process.
Original commitRevision:356234 
Friday, 4 Oct 2013
15:30 naddy search for other commits by this committer
Support staging.
Original commitRevision:329324 
Friday, 20 Sep 2013
22:10 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
net)
Original commitRevision:327755 
Thursday, 1 Aug 2013
15:40 naddy search for other commits by this committer
Simplify by dropping support for FreeBSD prior to 8.0-RELEASE.
Original commitRevision:324112 
Saturday, 15 Sep 2012
20:00 naddy search for other commits by this committer
Remove pointless header lines from ports I created once upon a time.
Original commitRevision:304323 
Tuesday, 17 Jul 2012
14:35 naddy search for other commits by this committer
In the rc.d script, have ntpd start after ntpdate.

PR:		169787
Submitted by:	Brian Conway <bugs@zxvf.us>
Original commit
Tuesday, 16 Mar 2010
18:08 naddy search for other commits by this committer
clean up rc script
Original commit
Tuesday, 24 Nov 2009
14:55 naddy search for other commits by this committer
Update to 4.6:
* DNS queries are delegated to a dedicated child process.
* The -v option will log all time adjustments.
Original commit
Friday, 18 Sep 2009
15:24 naddy search for other commits by this committer
convert to USERS/GROUPS

Feature safe:   yes
Original commit
Monday, 3 Aug 2009
13:58 naddy search for other commits by this committer
Major update to 4.4.  Frequency correction is now supported.
Original commit
Wednesday, 25 Mar 2009
16:24 naddy search for other commits by this committer
Mark MAKE_JOBS_SAFE for parallel building.
Original commit
Tuesday, 2 Oct 2007
17:06 naddy search for other commits by this committer
Use new style of startup script install.

PR:             116772
Submitted by:   Alexander Logvinov <ports@logvinov.com>
Original commit
Sunday, 8 Jul 2007
15:05 naddy search for other commits by this committer
Use LOG_NTP syslog facility.

PR:             114191
Submitted by:   Robert Archer <freebsd@deathbeforedecaf.net>
Original commit
Sunday, 14 May 2006
19:14 naddy search for other commits by this committer
Update to OpenNTPD 3.9p1 (as of OpenBSD 3.9).
Original commit
Thursday, 11 May 2006
22:49 edwin search for other commits by this committer
Remove USE_REINPLACE from all categories starting with N
Original commit
Sunday, 5 Jun 2005
14:17 naddy search for other commits by this committer
Update to 3.7p1.  No major changes, but lots of small ones.
Original commit
Sunday, 9 Jan 2005
22:35 naddy search for other commits by this committer
Add a paragraph to ntpd.8 about enabling ntpd in /etc/rc.conf.
Adapted from the equivalent text in the OpenBSD man page which has been
removed from the portable version.

Requested by:   Don Sullivan <sullivan@gaia.arc.nasa.gov>
Original commit
Friday, 10 Dec 2004
22:15 naddy search for other commits by this committer
Bump PORTEPOCH to keep version number from going backward.
Original commit
17:05 naddy search for other commits by this committer
Update to 3.6.1p1.  Many enhancements, among these:
* -s option to set the time immediately at startup if the local
  clock is off by more than 180 seconds.
* Adjustments smaller than 128ms are no longer logged.
Original commit
Tuesday, 2 Nov 2004
23:58 naddy search for other commits by this committer
Update to 3.6, the first formal release.
Original commit
Tuesday, 12 Oct 2004
14:33 naddy search for other commits by this committer
Update to release 20040824p.
Original commit
Tuesday, 27 Jul 2004
16:40 naddy search for other commits by this committer
Update to 20040719p: improved query interval scaling.
Original commit
Sunday, 18 Jul 2004
15:42 naddy search for other commits by this committer
(1)
Update to 20040718p.  Changes in this release:
- Ignore obviously malformed queries.
- Respond to client queries with better server statistics.

(2)
Fix configuration file location in man pages.

PR:             69233
Submitted by:   edwin   (2)
Original commit
Thursday, 15 Jul 2004
14:54 naddy search for other commits by this committer
Update to 20040714.  No significant changes.
Original commit
Tuesday, 13 Jul 2004
13:52 naddy search for other commits by this committer
Update to the release du jour, now with datestamp version numbering.
Original commit
Monday, 12 Jul 2004
00:14 naddy search for other commits by this committer
* Add mirror site.
* Fix typo.

Submitted by:   Darren Tucker <dtucker@zip.com.au>
Original commit
Sunday, 11 Jul 2004
17:18 naddy search for other commits by this committer
Initial import of openntpd (OpenBSD's ntpd, portable version).

The ntpd daemon implements the Simple Network Time Protocol version 4 as
described in RFC 2030 and the Network Time Protocol version 3 as de-
scribed in RFC 1305.  It can synchronize the local clock to one or more
remote NTP servers and act as NTP server itself, redistributing the local
time.
Original commit

Number of commits found: 83