Up to [cvs.NetBSD.org] / pkgsrc / time / ntpsec
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.19 / (download) - annotate - [select for diffs], Wed Nov 23 16:21:15 2022 UTC (2 months, 1 week ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
HEAD
Changes since 1.18: +2 -1
lines
Diff to previous 1.18 (colored)
massive revision bump after textproc/icu update
Revision 1.18 / (download) - annotate - [select for diffs], Sat Jul 30 01:22:07 2022 UTC (6 months, 1 week ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base,
pkgsrc-2022Q3
Changes since 1.17: +3 -4
lines
Diff to previous 1.17 (colored)
ntpsec: update to 1.2.1 2021-06-06: 1.2.1 Update ntpkeygen/keygone to properly filter # characters. (CVE-2021-22212) Add dextral peers mode in ntpq and ntpmon. Drop NTPv1 as the support was not RFC compliant, maybe v2 except mode 6 next. Fix argument P for ntpd parsing fixed and ntpdate improvements. Fix crash for raw ntpq readvar. Add processor usage to NTS-KE logging except on NetBSD. The build epoch has been replaced with a hardcoded timestamp which will be manually updated every nine years or so (approx 512w). This makes the binaries reproducible by default. Compare versions of ntp.ntpc and libntpc printing a warning if mismatched. Fix libntpc install path if using it. Reduce maxclocks default to 5 to reduce the NTP pool load. Print LIBDIR during ./waf configure. Add documentation, new GPG key, and other cleanups. 2020-10-06: 1.2.0 The minor version bump is to indicate official official support of RFC8915 "Network Time Security for the Network Time Protocol" which was released 2020-09-30. NTS-KE client now defaults to port 4460. NTS-KE server now listens on port 4460. (Listening on port 123 has been removed.) The shebang of installed Python scripts can now be customized with: waf configure --pyshebang="..." NTP clients now use a shared library with Python instead of an extension. Add flakiness option to ntpq and fixed limit=1 in mrulist. Fixed a minor formatting issue in rate page.
Revision 1.17 / (download) - annotate - [select for diffs], Sat Jul 30 00:00:57 2022 UTC (6 months, 1 week ago) by tnn
Branch: MAIN
Changes since 1.16: +2 -2
lines
Diff to previous 1.16 (colored)
ntpsec: master site redirects to https, use https directly ... but the certiciate is expired. Have complained to upstream.
Revision 1.16 / (download) - annotate - [select for diffs], Thu Jun 30 11:18:56 2022 UTC (7 months, 1 week ago) by nia
Branch: MAIN
Changes since 1.15: +2 -2
lines
Diff to previous 1.15 (colored)
*: Revbump packages that use Python at runtime without a PKGNAME prefix
Revision 1.15 / (download) - annotate - [select for diffs], Mon Apr 18 19:12:13 2022 UTC (9 months, 2 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base,
pkgsrc-2022Q2
Changes since 1.14: +2 -2
lines
Diff to previous 1.14 (colored)
revbump for textproc/icu update
Revision 1.14 / (download) - annotate - [select for diffs], Fri Jan 28 12:10:18 2022 UTC (12 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q1-base,
pkgsrc-2022Q1
Changes since 1.13: +3 -1
lines
Diff to previous 1.13 (colored)
ntpsec: restrict to python 3 (to be on the safe side; after restricting gpsd to python 3)
Revision 1.13 / (download) - annotate - [select for diffs], Wed Dec 8 16:06:48 2021 UTC (13 months, 4 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base,
pkgsrc-2021Q4
Changes since 1.12: +2 -2
lines
Diff to previous 1.12 (colored)
revbump for icu and libffi
Revision 1.12 / (download) - annotate - [select for diffs], Wed Apr 21 11:42:50 2021 UTC (21 months, 2 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2
Changes since 1.11: +2 -2
lines
Diff to previous 1.11 (colored)
revbump for textproc/icu
Revision 1.11 / (download) - annotate - [select for diffs], Sat Jan 9 19:50:54 2021 UTC (2 years ago) by gdt
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base,
pkgsrc-2021Q1
Changes since 1.10: +2 -2
lines
Diff to previous 1.10 (colored)
revbump for gpsd udpate
Revision 1.10 / (download) - annotate - [select for diffs], Fri Dec 4 20:45:46 2020 UTC (2 years, 2 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2020Q4-base,
pkgsrc-2020Q4
Changes since 1.9: +2 -2
lines
Diff to previous 1.9 (colored)
Revbump packages with a runtime Python dep but no version prefix. For the Python 3.8 default switch.
Revision 1.9 / (download) - annotate - [select for diffs], Thu Nov 5 09:09:16 2020 UTC (2 years, 3 months ago) by ryoon
Branch: MAIN
Changes since 1.8: +2 -1
lines
Diff to previous 1.8 (colored)
*: Recursive revbump from textproc/icu-68.1
Revision 1.8 / (download) - annotate - [select for diffs], Sat Aug 15 02:31:28 2020 UTC (2 years, 5 months ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2020Q3-base,
pkgsrc-2020Q3
Changes since 1.7: +2 -6
lines
Diff to previous 1.7 (colored)
ntpsec: update to 1.1.9 == 2020-05-23: 1.1.9 == Correctly parse ntpq :config output on Python 3 and check return MACs. Add AES and other algorithm support to ntpq and ntpdig, from OpenSSL. Remove support for NetInfo. NetInfo was last supported in Mac OS X v10.4 The configure step now supports --disable-nts for running on systems with older versions of OpenSSL. The default restrictions now start with noquery and limited to reduce the opportunities for being used for DDoS-ing. The draft RFC for NTS has dropped support for TLSv1.2 We now need OpenSSL with TLSv1.3 support (version 1.1.1 or newer). The config keyword +tlsciphers+ has been removed. Additional filtering and sort options have been added to ntpq/mrulist Details are in the man page. Rate limiting has been cleaned up. With "restrict limited", traffic is now limited to an average of 1 packet per second with bursts of 20. (needs doc and maybe config) SIGHUP and hourly checks have been unified. Both now check for a new log file check for a new certificate file check for a new leap file SIGHUP also restarts all pending DNS and NTS probes. NTS client now requires ALPN on TLSv1.3. asciidoctor (1.5.8 or newer) is now supported and is the preferred AsciiDoc processor. asciidoc is still supported, but the minimum supported version has been raised from 8.6.0 to 8.6.8. asciidoc3 (3.0.2 or newer) is also supported. HTML docs are now built by default if an AsciiDoc processor is installed. If you do not want HTML docs, configure with --disable-doc. (Note: Man pages are controlled by a separate --disable-manpage.) Analysis shows that CVE-2020-11868, affecting NTP Classic, cannot affect us, as the peer mode involved has been removed. == 2019-11-17: 1.1.8 == Fix bug in NTS-KE client so that NTP server names work. Fix/tweak several NTS logging messages. == 2019-09-02: 1.1.7 == The numeric literal argument of the 'time1' fudge option on a clock can now have one or more letter suffixes that compensate for era rollover in a GPS device. Each "g" adds the number of seconds in a 1024-week (10-bit) GPS era. Each "G" adds the number of seconds in a 8192-week (13-bit) GPS era. The neoclock4x driver has been removed, due to the hardware and the vendor having utterly vanished from the face of the earth. The NTS ALPN negotiation sequence has been modified for improved interoperability with other NTS implementations. NTS key rotation now happens every 24 hours. It used to rotate every hour to enable testing of recovery from stale cookies. == 2019-07-10: 1.1.6 == Fixes to code quality checks. Fixes to NTS server list. Fix to bug #600. == 2019-06-30: 1.1.5 == Add ALPN for the NTS server, as required by the NTP draft. Revert some ntpq behavior. == 2019-06-21: 1.1.4 == NTS is now implemented. See .../devel/nts.adoc https://tools.ietf.org/html/draft-ietf-ntp-using-nts-for-ntp We thank Cisco for sponsoring the NTS development. Lots of fixes and cleanups to PPS, both implementation and documentation. Pthread support is now required. --disable-dns-lookup is gone. NIST lockclock mode is now a runtime option set by the (previously unused) flag1 mode bit of the local-clock driver. As always, lots of minor fixups and cleanups everywhere. See the git log.
Revision 1.7 / (download) - annotate - [select for diffs], Tue Jun 2 08:24:53 2020 UTC (2 years, 8 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base,
pkgsrc-2020Q2
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (colored)
Revbump for icu
Revision 1.6 / (download) - annotate - [select for diffs], Sat Jan 18 21:51:02 2020 UTC (3 years ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2020Q1-base,
pkgsrc-2020Q1
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (colored)
*: Recursive revision bump for openssl 1.1.1.
Revision 1.5 / (download) - annotate - [select for diffs], Tue Jul 2 19:56:46 2019 UTC (3 years, 7 months ago) by gdt
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
Recursive revbump from gpsd-3.19
Revision 1.4 / (download) - annotate - [select for diffs], Tue Jul 2 00:13:07 2019 UTC (3 years, 7 months ago) by gdt
Branch: MAIN
Changes since 1.3: +3 -4
lines
Diff to previous 1.3 (colored)
time/ntpsec: Re-enable gpsd ntpsec used to depend on gpsd, but gpsd in pkgsrc was old so it didn't for a while. Depend on it again, which reenables ntploggps.
Revision 1.3 / (download) - annotate - [select for diffs], Thu Apr 25 07:33:26 2019 UTC (3 years, 9 months ago) by maya
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base,
pkgsrc-2019Q2
Changes since 1.2: +2 -1
lines
Diff to previous 1.2 (colored)
PKGREVISION bump for anything using python without a PYPKGPREFIX. This is a semi-manual PKGREVISION bump.
Revision 1.2 / (download) - annotate - [select for diffs], Mon Mar 25 15:44:42 2019 UTC (3 years, 10 months ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2019Q1-base,
pkgsrc-2019Q1
Changes since 1.1: +2 -2
lines
Diff to previous 1.1 (colored)
ntpsec: fix HOMEPAGE
Revision 1.1 / (download) - annotate - [select for diffs], Mon Mar 25 15:40:35 2019 UTC (3 years, 10 months ago) by tnn
Branch: MAIN
ntpsec: import ntpsec-1.1.3 A secure, hardened, and improved implementation of Network Time Protocol derived from NTP Classic, Dave Mills's original.