aboutsummaryrefslogtreecommitdiff
path: root/net/openntpd
Commit message (Collapse)AuthorAgeFilesLines
* Update to 6.2p3. No changes on FreeBSD.Christian Weisgerber2017-11-122-4/+4
| | | | Notes: svn path=/head/; revision=454083
* Register conflict with ntp, ntp-devel.Christian Weisgerber2017-10-071-2/+4
| | | | Notes: svn path=/head/; revision=451480
* Update to 6.2p2: upstream has incorporated the fixes for the "query from"Christian Weisgerber2017-09-074-36/+11
| | | | | | | feature. Notes: svn path=/head/; revision=449430
* Add a missing initialization and correct a memcpy size to fix the newChristian Weisgerber2017-08-112-0/+24
| | | | | | | | | "query from" feature. Reported by: Roger Marquis <marquis@roble.com> Notes: svn path=/head/; revision=447789
* Update to 6.2p1. Noteworthy changes:Christian Weisgerber2017-07-152-5/+4
| | | | | | | | * Added option "query from <ip>" to ntpd.conf, to specify a local IP address for outgoing NTP queries. Notes: svn path=/head/; revision=445961
* Add a periodic script for daily status.Christian Weisgerber2017-06-083-1/+34
| | | | | | | Submitted by: Alexander Milanov <a@amilanov.com> Notes: svn path=/head/; revision=442957
* security/libressl: Bump static library consumersBernard Spil2017-04-291-1/+1
| | | | | | | Reported by: jbeich Notes: svn path=/head/; revision=439772
* Belated revision bump after libressl 2.5.3 update.Christian Weisgerber2017-04-191-1/+1
| | | | | | | This approach doesn't work, does it? Notes: svn path=/head/; revision=438889
* security/libressl: chase r432997 in static lib consumersJan Beich2017-02-011-1/+1
| | | | | | | Pointy hat to: brnrd Notes: svn path=/head/; revision=433024
* - Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOLDmitry Marakasov2017-01-111-7/+0
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=431169
* Belated PORTREVISION bump after security/libressl 2.4.4 update.Christian Weisgerber2016-12-241-1/+1
| | | | | | | | PR: 215522 Submitted by: Rene Wagner <rw@nelianur.org> Notes: svn path=/head/; revision=429362
* Fix building when libressl is not the default.Mathieu Arnold2016-12-141-2/+4
| | | | | | | | PR: 215150 Sponsored by: Absolight Notes: svn path=/head/; revision=428572
* Do not use post-stage. Use post-install instead.Mathieu Arnold2016-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 Notes: svn path=/head/; revision=427552
* Unblock the package build via static libressl. Adapted from [1].Christian Weisgerber2016-10-281-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 Notes: svn path=/head/; revision=424884
* Most commonly used build systems support silent builds, when theyDmitry Marakasov2016-09-091-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 Notes: svn path=/head/; revision=421635
* Minor changes/improvements:Christian Weisgerber2016-07-051-5/+4
| | | | | | | | | | | * switch to USES=ssl * use the paths set by Mk/Uses/ssl.mk * move post-install to post-stage Submitted by: brnrd Notes: svn path=/head/; revision=418108
* Fix dangling backslash after r418011.Adam Weinberger2016-07-041-1/+1
| | | | | | | Committed under just-fix-it. Notes: svn path=/head/; revision=418051
* Fix ports depending on security/(open|libre)ssl directly.Mathieu Arnold2016-07-041-2/+7
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=418011
* Add support for changing the location of ntpd.conf (openntpd_config),Adam Weinberger2016-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) Notes: svn path=/head/; revision=416613
* Update to 6.0p1. Notable fixes:Christian Weisgerber2016-06-077-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 Notes: svn path=/head/; revision=416520
* For the RESSL option, switch the dependency from libressl-devel toChristian Weisgerber2016-05-071-2/+3
| | | | | | | | | | security/libressl, now that the latter is new enough. PR: 209343 Submitted by: tom.beard@public-internet.co.uk Notes: svn path=/head/; revision=414785
* Update to 5.9p1. Notable changes:Christian Weisgerber2016-04-0210-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 Notes: svn path=/head/; revision=412413
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* * Reenable certificate validation through libresslChristian Weisgerber2016-03-082-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 Notes: svn path=/head/; revision=410654
* MASTER_SITES cleanup.Mathieu Arnold2015-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 Notes: svn path=/head/; revision=386312
* Clear the timex UNSYNC flag so the RTC receives updates from theChristian Weisgerber2015-04-303-0/+42
| | | | | | | system clock. Notes: svn path=/head/; revision=385051
* Use plain "pgrep" in rc script to accommodate different path in DragonFly.Christian Weisgerber2015-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 Notes: svn path=/head/; revision=384833
* Update to 5.7p3:Christian Weisgerber2015-01-282-3/+3
| | | | | | | * Fixed issue resolving hostnames when the network is initially unavailable. Notes: svn path=/head/; revision=378082
* Update to OpenNTPD 5.7p2. No user-visible changes.Christian Weisgerber2015-01-203-28/+3
| | | | Notes: svn path=/head/; revision=377523
* After a long hiatus, update to 5.7p1.Christian Weisgerber2015-01-0815-510/+38
| | | | | | | | | Major user-visible changes: * Added ntpctl(8), which allows for querying ntpd(8) at runtime. * Added support for different routing tables. Notes: svn path=/head/; revision=376542
* The sample configurarion file moves to etc/ntpd.conf.sample.Christian Weisgerber2014-06-023-7/+9
| | | | | | | | Fix a race and make sure the rc.d script only matches the master process. Notes: svn path=/head/; revision=356234
* Fix properties on pkg-plistBaptiste Daroussin2014-01-211-1/+0
| | | | Notes: svn path=/head/; revision=340674
* Support staging.Christian Weisgerber2013-10-042-15/+8
| | | | Notes: svn path=/head/; revision=329324
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net) Notes: svn path=/head/; revision=327755
* Simplify by dropping support for FreeBSD prior to 8.0-RELEASE.Christian Weisgerber2013-08-014-91/+6
| | | | Notes: svn path=/head/; revision=324112
* Remove pointless header lines from ports I created once upon a time.Christian Weisgerber2012-09-151-5/+0
| | | | Notes: svn path=/head/; revision=304323
* In the rc.d script, have ntpd start after ntpdate.Christian Weisgerber2012-07-172-2/+2
| | | | | | | | PR: 169787 Submitted by: Brian Conway <bugs@zxvf.us> Notes: svn path=/head/; revision=301005
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-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. Notes: svn path=/head/; revision=289156
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Don't build arc4random_uniform() if provided by libc.Christian Weisgerber2010-05-161-0/+6
| | | | | | | Reported by: no@spam@mgedv.net Notes: svn path=/head/; revision=254450
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* clean up rc scriptChristian Weisgerber2010-03-162-5/+11
| | | | Notes: svn path=/head/; revision=251140
* Update to 4.6:Christian Weisgerber2009-11-248-73/+98
| | | | | | | | * DNS queries are delegated to a dedicated child process. * The -v option will log all time adjustments. Notes: svn path=/head/; revision=244718
* convert to USERS/GROUPSChristian Weisgerber2009-09-182-36/+4
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=241660
* Major update to 4.4. Frequency correction is now supported.Christian Weisgerber2009-08-0316-64/+591
| | | | Notes: svn path=/head/; revision=238830
* Mark MAKE_JOBS_SAFE for parallel building.Christian Weisgerber2009-03-251-0/+1
| | | | Notes: svn path=/head/; revision=230985
* Use new style of startup script install.Christian Weisgerber2007-10-023-7/+2
| | | | | | | | PR: 116772 Submitted by: Alexander Logvinov <ports@logvinov.com> Notes: svn path=/head/; revision=200671
* Use LOG_NTP syslog facility.Christian Weisgerber2007-07-082-0/+26
| | | | | | | | PR: 114191 Submitted by: Robert Archer <freebsd@deathbeforedecaf.net> Notes: svn path=/head/; revision=195222
* Update to OpenNTPD 3.9p1 (as of OpenBSD 3.9).Christian Weisgerber2006-05-142-4/+4
| | | | Notes: svn path=/head/; revision=162359
* Remove USE_REINPLACE from all categories starting with NEdwin Groothuis2006-05-111-1/+0
| | | | Notes: svn path=/head/; revision=162141