aboutsummaryrefslogtreecommitdiffstats
path: root/net/openntpd
Commit message (Collapse)AuthorAgeFilesLines
* security/libressl: chase r432997 in static lib consumersjbeich2017-02-011-1/+1
| | | | Pointy hat to: brnrd
* - Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOLamdmi32017-01-111-7/+0
| | | | Approved by: portmgr blanket
* Belated PORTREVISION bump after security/libressl 2.4.4 update.naddy2016-12-241-1/+1
| | | | | PR: 215522 Submitted by: Rene Wagner <rw@nelianur.org>
* Fix building when libressl is not the default.mat2016-12-151-2/+4
| | | | | PR: 215150 Sponsored by: Absolight
* Do not use post-stage. Use post-install instead.mat2016-12-021-1/+1
| | | | | | | | | | | | 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
* Unblock the package build via static libressl. Adapted from [1].naddy2016-10-291-17/+26
| | | | | | | | | | | | | | 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
* Most commonly used build systems support silent builds, when theyamdmi32016-09-101-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Minor changes/improvements:naddy2016-07-061-5/+4
| | | | | | | | * switch to USES=ssl * use the paths set by Mk/Uses/ssl.mk * move post-install to post-stage Submitted by: brnrd
* Fix dangling backslash after r418011.adamw2016-07-051-1/+1
| | | | Committed under just-fix-it.
* Fix ports depending on security/(open|libre)ssl directly.mat2016-07-041-2/+7
| | | | Sponsored by: Absolight
* Add support for changing the location of ntpd.conf (openntpd_config),adamw2016-06-092-8/+26
| | | | | | | | | | 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)
* Update to 6.0p1. Notable fixes:naddy2016-06-087-38/+46
| | | | | | | * Set MOD_MAXERROR to avoid unsynced time status when using ntp_adjtime. * Hardened TLS for ntpd constraints, enabling server name verification. PR: 210056
* For the RESSL option, switch the dependency from libressl-devel tonaddy2016-05-081-2/+3
| | | | | | | security/libressl, now that the latter is new enough. PR: 209343 Submitted by: tom.beard@public-internet.co.uk
* Update to 5.9p1. Notable changes:naddy2016-04-0310-63/+77
| | | | | | | | | | | | * 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
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.mat2016-04-011-2/+2
| | | | | With hat: portmgr Sponsored by: Absolight
* * Reenable certificate validation through libresslnaddy2016-03-092-14/+26
| | | | | | | | | | (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
* MASTER_SITES cleanup.mat2015-05-141-2/+1
| | | | | | | | | | | | | | | | | | | - 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
* Clear the timex UNSYNC flag so the RTC receives updates from thenaddy2015-04-303-0/+42
| | | | system clock.
* Use plain "pgrep" in rc script to accommodate different path in DragonFly.naddy2015-04-275-17/+30
| | | | | | | | | | 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
* Update to 5.7p3:naddy2015-01-292-3/+3
| | | | * Fixed issue resolving hostnames when the network is initially unavailable.
* Update to OpenNTPD 5.7p2. No user-visible changes.naddy2015-01-203-28/+3
|
* After a long hiatus, update to 5.7p1.naddy2015-01-0915-510/+38
| | | | | | Major user-visible changes: * Added ntpctl(8), which allows for querying ntpd(8) at runtime. * Added support for different routing tables.
* The sample configurarion file moves to etc/ntpd.conf.sample.naddy2014-06-023-7/+9
| | | | | Fix a race and make sure the rc.d script only matches the master process.
* Fix properties on pkg-plistbapt2014-01-221-1/+0
|
* Support staging.naddy2013-10-042-15/+8
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | net)
* Simplify by dropping support for FreeBSD prior to 8.0-RELEASE.naddy2013-08-014-91/+6
|
* Remove pointless header lines from ports I created once upon a time.naddy2012-09-161-5/+0
|
* In the rc.d script, have ntpd start after ntpdate.naddy2012-07-172-2/+2
| | | | | PR: 169787 Submitted by: Brian Conway <bugs@zxvf.us>
* In the rc.d scripts, change assignments to rcvar to use thedougb2012-01-141-1/+1
| | | | | | | | | | | 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.
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
|
* Don't build arc4random_uniform() if provided by libc.naddy2010-05-171-0/+6
| | | | Reported by: no@spam@mgedv.net
* Begin the process of deprecating sysutils/rc_subr bydougb2010-03-271-1/+1
| | | | s#. %%RC_SUBR%%#. /etc/rc.subr#
* clean up rc scriptnaddy2010-03-172-5/+11
|
* Update to 4.6:naddy2009-11-248-73/+98
| | | | | * DNS queries are delegated to a dedicated child process. * The -v option will log all time adjustments.
* convert to USERS/GROUPSnaddy2009-09-182-36/+4
| | | | Feature safe: yes
* Major update to 4.4. Frequency correction is now supported.naddy2009-08-0316-64/+591
|
* Mark MAKE_JOBS_SAFE for parallel building.naddy2009-03-261-0/+1
|
* Use new style of startup script install.naddy2007-10-033-7/+2
| | | | | PR: 116772 Submitted by: Alexander Logvinov <ports@logvinov.com>
* Use LOG_NTP syslog facility.naddy2007-07-082-0/+26
| | | | | PR: 114191 Submitted by: Robert Archer <freebsd@deathbeforedecaf.net>
* Update to OpenNTPD 3.9p1 (as of OpenBSD 3.9).naddy2006-05-152-4/+4
|
* Remove USE_REINPLACE from all categories starting with Nedwin2006-05-121-1/+0
|
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.dougb2006-02-211-1/+1
| | | | | | | 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.
* SHA256ifyedwin2006-01-231-0/+1
| | | | Approved by: krion@
* Update to 3.7p1. No major changes, but lots of small ones.naddy2005-06-053-24/+8
|
* Add a paragraph to ntpd.8 about enabling ntpd in /etc/rc.conf.naddy2005-01-102-3/+25
| | | | | | | 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>
* Bump PORTEPOCH to keep version number from going backward.naddy2004-12-111-1/+1
|
* Update to 3.6.1p1. Many enhancements, among these:naddy2004-12-113-24/+35
| | | | | | * -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.
* Update to 3.6, the first formal release.naddy2004-11-033-23/+7
|
* Update to release 20040824p.naddy2004-10-123-4/+22
|
* Fix plist.krion2004-08-151-0/+1
|
* Update to 20040719p: improved query interval scaling.naddy2004-07-282-3/+3
|
* (1)naddy2004-07-184-3/+60
| | | | | | | | | | | | 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)
* Update to 20040714. No significant changes.naddy2004-07-152-3/+3
|
* Update to the release du jour, now with datestamp version numbering.naddy2004-07-134-22/+5
|
* Kludge for missing IOV_MAX on 4.x.naddy2004-07-121-0/+18
|
* * Add mirror site.naddy2004-07-121-2/+3
| | | | | | * Fix typo. Submitted by: Darren Tucker <dtucker@zip.com.au>
* Initial import of openntpd (OpenBSD's ntpd, portable version).naddy2004-07-126-0/+113
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.