Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
6.8p1_9,2 17 Apr 2024 20:30:27
    |
Christian Weisgerber (naddy)  |
*/*: Remove GNU_CONFIGURE_MANPREFIX
After 9fd7ee1cdf6c remove GNU_CONFIGURE_MANPREFIX from my ports. |
6.8p1_9,2 22 Jan 2024 15:50:46
    |
Muhammad Moinur Rahman (bofh)  |
net/openntpd: Sanitize MANPREFIX
Approved by: portmgr (blanket) |
6.8p1_8,2 12 Oct 2023 17:34:26
    |
Baptiste Daroussin (bapt)  |
security/libretls: update 3.8.1
Bump portrevision of consumers |
6.8p1_7,2 05 May 2023 22:01:17
    |
Christian Weisgerber (naddy)  |
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> |
6.8p1_6,2 16 Jan 2023 21:38:21
    |
Baptiste Daroussin (bapt)  |
security/libretls: update to 3.7.0 |
6.8p1_5,2 15 Oct 2022 19:30:36
    |
Christian Weisgerber (naddy)  |
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. |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
6.8p1_5,2 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
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.
(Only the first 15 lines of the commit message are shown above ) |
6.8p1_5,2 18 May 2022 15:06:45
    |
Baptiste Daroussin (bapt)  |
libretls: bump portrevision of dependent port due to shlib number change
Reported by: jbeich
PointyHat: bapt |
6.8p1_4,2 12 Mar 2022 15:30:24
    |
Baptiste Daroussin (bapt)  |
security/libretls: upgrade to 3.5.0
Bump portrevision of each dependant port because the SONAME changes |
6.8p1_3,2 23 Nov 2021 15:03:43
    |
Baptiste Daroussin (bapt)  |
security/libretls: update to 3.4.1
Bump revision on consumers |
6.8p1_2,2 30 Sep 2021 21:23:30
    |
Rene Ladan (rene)  |
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 |
6.8p1_2,2 15 Aug 2021 18:16:20
    |
Bernhard Froehlich (decke)  |
net/openntpd: Add CPE information
Approved by: portmgr (blanket) |
6.8p1_2,2 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
6.8p1_2,2 06 Apr 2021 14:31:13
    |
Mathieu Arnold (mat)  |
all: Remove all other $FreeBSD keywords. |
6.8p1_2,2 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
6.8p1_2,2 18 Jan 2021 20:02:16
  |
naddy  |
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 |
6.8p1_1,2 11 Dec 2020 16:13:59
  |
jbeich  |
security/libressl: re-link static library consumers after r557713 |
6.8p1,2 08 Dec 2020 16:29:48
  |
naddy  |
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 |
6.2p3_8,2 13 Sep 2020 14:14:26
  |
naddy  |
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 |
6.2p3_7,2 23 Aug 2020 20:29:48
  |
naddy  |
Zap double definitions to fix build with -fno-common.
Obtained from: upstream |
6.2p3_6,2 12 Aug 2020 13:34:58
  |
0mp  |
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) |
6.2p3_6,2 19 May 2020 00:45:02
  |
yuri  |
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) |
6.2p3_6,2 18 May 2020 19:36:51
  |
naddy  |
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 |
6.2p3_5,2 09 May 2020 03:46:00
  |
tobik  |
Rebuild statically linked security/libressl consumers after r534416 |
6.2p3_4,2 19 Oct 2019 15:00:34
  |
tobik  |
Rebuild statically linked security/libressl consumers after r514815 |
6.2p3_3,2 23 May 2019 02:52:16
  |
tobik  |
Rebuild statically linked security/libressl consumers after r502277 |
6.2p3_2,2 22 Apr 2019 20:38:59
  |
tobik  |
Rebuild statically linked security/libressl consumers after r499667 |
6.2p3_1,2 03 Aug 2018 20:29:53
  |
naddy  |
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 |
6.2p3,2 12 Nov 2017 20:52:46
  |
naddy  |
Update to 6.2p3. No changes on FreeBSD. |
6.2p2,2 07 Oct 2017 19:59:30
  |
naddy  |
Register conflict with ntp, ntp-devel. |
6.2p2,2 07 Sep 2017 21:23:01
  |
naddy  |
Update to 6.2p2: upstream has incorporated the fixes for the "query from"
feature. |
6.2p1_1,2 11 Aug 2017 19:51:28
  |
naddy  |
Add a missing initialization and correct a memcpy size to fix the new
"query from" feature.
Reported by: Roger Marquis <marquis@roble.com> |
6.2p1,2 15 Jul 2017 20:33:03
  |
naddy  |
Update to 6.2p1. Noteworthy changes:
* Added option "query from <ip>" to ntpd.conf, to specify a local IP
address for outgoing NTP queries. |
6.0p1_7,2 08 Jun 2017 20:29:22
  |
naddy  |
Add a periodic script for daily status.
Submitted by: Alexander Milanov <a@amilanov.com> |
6.0p1_6,2 29 Apr 2017 20:13:48
  |
brnrd  |
security/libressl: Bump static library consumers
Reported by: jbeich |
6.0p1_5,2 19 Apr 2017 16:21:26
  |
naddy  |
Belated revision bump after libressl 2.5.3 update.
This approach doesn't work, does it? |
6.0p1_4,2 01 Feb 2017 12:32:46
  |
jbeich  |
security/libressl: chase r432997 in static lib consumers
Pointy hat to: brnrd |
6.0p1_3,2 11 Jan 2017 10:08:38
  |
amdmi3  |
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by: portmgr blanket |
6.0p1_3,2 24 Dec 2016 14:57:16
  |
naddy  |
Belated PORTREVISION bump after security/libressl 2.4.4 update.
PR: 215522
Submitted by: Rene Wagner <rw@nelianur.org> |
6.0p1_2,2 14 Dec 2016 16:38:27
  |
mat  |
Fix building when libressl is not the default.
PR: 215150
Sponsored by: Absolight |
6.0p1_2,2 02 Dec 2016 11:58:22
  |
mat  |
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 |
6.0p1_2,2 28 Oct 2016 20:38:17
  |
naddy  |
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 |
6.0p1_1,2 09 Sep 2016 19:42:46
  |
amdmi3  |
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) (Only the first 15 lines of the commit message are shown above ) |
6.0p1_1,2 05 Jul 2016 19:32:17
  |
naddy  |
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 |
6.0p1_1,2 04 Jul 2016 19:23:17
  |
adamw  |
Fix dangling backslash after r418011.
Committed under just-fix-it. |
6.0p1_1,2 04 Jul 2016 10:01:09
  |
mat  |
Fix ports depending on security/(open|libre)ssl directly.
Sponsored by: Absolight |
6.0p1_1,2 09 Jun 2016 15:47:58
  |
adamw  |
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) |
6.0p1,2 07 Jun 2016 18:44:18
  |
naddy  |
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 |
5.9p1_1,2 07 May 2016 20:00:27
  |
naddy  |
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 |
5.9p1,2 02 Apr 2016 16:04:34
  |
naddy  |
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 |
5.7p4_2,2 01 Apr 2016 14:16:20
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
5.7p4_2,2 08 Mar 2016 20:19:07
  |
naddy  |
* 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 |
5.7p4_1,2 14 May 2015 10:15:09
  |
mat  |
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 |
5.7p4_1,2 30 Apr 2015 15:17:20
  |
naddy  |
Clear the timex UNSYNC flag so the RTC receives updates from the
system clock. |
5.7p4,2 27 Apr 2015 13:58:14
  |
naddy  |
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 |
5.7p3,2 28 Jan 2015 20:51:42
  |
naddy  |
Update to 5.7p3:
* Fixed issue resolving hostnames when the network is initially unavailable. |
5.7p2,2 20 Jan 2015 14:22:42
  |
naddy  |
Update to OpenNTPD 5.7p2. No user-visible changes. |
5.7p1,2 08 Jan 2015 16:11:30
  |
naddy  |
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. |
4.6_3,2 02 Jun 2014 15:03:35
  |
naddy  |
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. |
4.6_2,2 21 Jan 2014 23:40:23
  |
bapt  |
Fix properties on pkg-plist |
4.6_2,2 04 Oct 2013 15:30:44
  |
naddy  |
Support staging. |
4.6_2,2 20 Sep 2013 22:10:25
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
4.6_2,2 01 Aug 2013 15:40:50
  |
naddy  |
Simplify by dropping support for FreeBSD prior to 8.0-RELEASE. |
4.6_2,2 15 Sep 2012 20:00:33
  |
naddy  |
Remove pointless header lines from ports I created once upon a time. |
4.6_2,2 17 Jul 2012 14:35:46
 |
naddy  |
In the rc.d script, have ntpd start after ntpdate.
PR: 169787
Submitted by: Brian Conway <bugs@zxvf.us> |
4.6_1,2 14 Jan 2012 08:57:23
 |
dougb  |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
4.6_1,2 20 Mar 2011 12:54:45
 |
miwi  |
- Get Rid MD5 support |
4.6_1,2 16 May 2010 20:05:01
 |
naddy  |
Don't build arc4random_uniform() if provided by libc.
Reported by: no@spam@mgedv.net |
4.6_1 27 Mar 2010 00:15:24
 |
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
4.6_1,2 16 Mar 2010 18:08:11
 |
naddy  |
clean up rc script |
4.6,2 24 Nov 2009 14:55:52
 |
naddy  |
Update to 4.6:
* DNS queries are delegated to a dedicated child process.
* The -v option will log all time adjustments. |
4.4_1,2 18 Sep 2009 15:24:01
 |
naddy  |
convert to USERS/GROUPS
Feature safe: yes |
4.4,2 03 Aug 2009 13:58:59
 |
naddy  |
Major update to 4.4. Frequency correction is now supported. |
3.9p1_2,2 25 Mar 2009 16:24:14
 |
naddy  |
Mark MAKE_JOBS_SAFE for parallel building. |
3.9p1_2,2 02 Oct 2007 17:06:05
 |
naddy  |
Use new style of startup script install.
PR: 116772
Submitted by: Alexander Logvinov <ports@logvinov.com> |
3.9p1_1,2 08 Jul 2007 15:05:27
 |
naddy  |
Use LOG_NTP syslog facility.
PR: 114191
Submitted by: Robert Archer <freebsd@deathbeforedecaf.net> |
3.9p1,2 14 May 2006 19:14:35
 |
naddy  |
Update to OpenNTPD 3.9p1 (as of OpenBSD 3.9). |
3.7p1,2 11 May 2006 22:49:56
 |
edwin  |
Remove USE_REINPLACE from all categories starting with N |
3.7p1,2 20 Feb 2006 20:47:50
 |
dougb  |
Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts. |
3.7p1,2 22 Jan 2006 21:24:05
 |
edwin  |
SHA256ify
Approved by: krion@ |
3.7p1,2 05 Jun 2005 14:17:32
 |
naddy  |
Update to 3.7p1. No major changes, but lots of small ones. |
3.6.1p1_1,2 09 Jan 2005 22:35:59
 |
naddy  |
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> |
3.6.1p1,2 10 Dec 2004 22:15:48
 |
naddy  |
Bump PORTEPOCH to keep version number from going backward. |
3.6.1p1,1 10 Dec 2004 17:05:46
 |
naddy  |
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. |
3.6p1,1 02 Nov 2004 23:58:18
 |
naddy  |
Update to 3.6, the first formal release. |
20040824p 12 Oct 2004 14:33:06
 |
naddy  |
Update to release 20040824p. |
20040719p 14 Aug 2004 17:06:01
 |
krion  |
Fix plist. |
20040719p 27 Jul 2004 16:40:54
 |
naddy  |
Update to 20040719p: improved query interval scaling. |
20040718p 18 Jul 2004 15:42:15
 |
naddy  |
(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) |
20040714p 15 Jul 2004 14:54:55
 |
naddy  |
Update to 20040714. No significant changes. |
20040713p 13 Jul 2004 13:52:57
 |
naddy  |
Update to the release du jour, now with datestamp version numbering. |
0.2p1 12 Jul 2004 12:35:48
 |
naddy  |
Kludge for missing IOV_MAX on 4.x. |
0.2p1 12 Jul 2004 00:14:16
 |
naddy  |
* Add mirror site.
* Fix typo.
Submitted by: Darren Tucker <dtucker@zip.com.au> |
0.2p1 11 Jul 2004 17:18:24
 |
naddy  |
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. |