aboutsummaryrefslogtreecommitdiff
path: root/net/ntp/files
Commit message (Collapse)AuthorAgeFilesLines
* Update 4.2.8p14 --> 4.2.8p15Cy Schubert2020-06-242-26/+0
| | | | | | | | | | | | | | Summary: Systems that use a CMAC algorithm in ntp.keys will not release a bit of memory on each packet that uses a CMAC keyid, eventually causing ntpd to run out of memory and fail. The CMAC cleanup from https://bugs.ntp.org/3447, part of ntp-4.2.8p11, introduced a bug whereby the CMAC data structure was no longer completely removed. MFH: 2020Q3 Security: NTP Bug 3661 Notes: svn path=/head/; revision=540010
* ntpd: fix build with -fno-commonCy Schubert2020-04-072-0/+26
| | | | | | | | | | | | | Only a small nit here: psl should be declared extern and defined exactly once. -fno-common will become the default in GCC10/LLVM11. Obtained from: src r359676 (kevans) MFH: 2020Q2 Notes: svn path=/head/; revision=531028
* Update ntp-4.2.8p13 --> 4.2.8p14.Cy Schubert2020-03-043-63/+4
| | | | | | | | | | | | | | | | The advisory can be found at: http://support.ntp.org/bin/view/Main/SecurityNotice#\ March_2020_ntp_4_2_8p14_NTP_Rele No CVEs have been documented yet. MFH: 2020Q2 Security: http://support.ntp.org/bin/view/Main/NtpBug3610 http://support.ntp.org/bin/view/Main/NtpBug3596 http://support.ntp.org/bin/view/Main/NtpBug3592 Notes: svn path=/head/; revision=527800
* Chase r512433, (also chasing src r355388) document that rlimit memlockCy Schubert2019-12-042-8/+29
| | | | | | | is disabled by default. Notes: svn path=/head/; revision=519022
* Disable ntpd stack gap. When ASLR with STACK GAP != 0 ntpd suffers SIGSEGV.Cy Schubert2019-11-151-2/+39
| | | | | | | | | | | | PR: 241421, 241960 Reported by: Vladimir Zakharov <zakharov.vv@gmail.com>, dewayne@heuristicsystems.com.au Reviewed by: kib, imp (previous version), ian (suggestion) MFH: 2019Q4 Differential Revision: https://reviews.freebsd.org/D22358 Notes: svn path=/head/; revision=517694
* patch-ntpd_ntp.c should really be named patch-ntpd_ntpd.c as it patchesCy Schubert2019-10-281-0/+0
| | | | | | | ntpd/ntpd.c. Notes: svn path=/head/; revision=515926
* Chase src r352540:Cy Schubert2019-09-201-0/+11
| | | | | | | | | | | | | Follow up on ports r511987 (base r352304) which disabled default mlockall() at startup. Unfortunately though the original tarball supports this in ./configure (for Linux), to fully support disabling of mlockall() by default requires a little extra help otherwise the following is logged in syslog: Cannot set RLIMIT_MEMLOCK: Operation not permitted Notes: svn path=/head/; revision=512433
* Sync with base r352304, no longer locking ntpd in memory. Users whoCy Schubert2019-09-131-0/+11
| | | | | | | | | | | | | wish to restore historic BSD behaviour can add the following to ntp.conf: rlimit memlock 32 Discussed on: freebsd-current@ between Sept 6-9, 2019 Mentioned in Differential Revision: https://reviews.freebsd.org/D21581 Notes: svn path=/head/; revision=511987
* Convert to UCL & cleanup pkg-message (categories n)Mathieu Arnold2019-08-141-0/+6
| | | | | | | (and missed 3 missed files from previous categories.) Notes: svn path=/head/; revision=508903
* 4.2.8p12 --> 4.2.8p13Cy Schubert2019-03-071-8/+8
| | | | Notes: svn path=/head/; revision=494931
* Also tell people how to enable ntpd and ntpdate from ports usingCy Schubert2018-09-061-2/+6
| | | | | | | | | | | | | sysrc. mat@ suggested this however as I'm not enamoured with sysrc, it has been added as annother approach to add/edit rc.conf variables. Reported by: mat@ MFH: 2018Q3 Notes: svn path=/head/; revision=479083
* Fix a typo.Cy Schubert2018-09-031-1/+1
| | | | | | | | Reported by: Herbert J. Skuhra <herbert@gojira.at> MFH: 2018Q3 Notes: svn path=/head/; revision=478840
* Add a package message instructing the user how to use ports ntpCy Schubert2018-08-311-0/+7
| | | | | | | | | | instead of base ntp. Reported by: adamw MFH: 2018Q3 Notes: svn path=/head/; revision=478512
* Update 4.2.8p11 --> 4.2.8p12Cy Schubert2018-08-212-77/+0
| | | | | | | MFH: 2018Q3 Notes: svn path=/head/; revision=477703
* Add TrustedBSD MAC(4) support to ntpd.Ian Lepore2018-07-232-0/+77
| | | | | | | | | | | | | | | These changes add support for running ntpd as non-root, and improve support for the --jaildir (chroot) option when running on freebsd. These correspond to the changes made in the base system with r336525. The new patches in this change are exactly what was submitted upstream in https://bugs.ntp.org/show_bug.cgi?id=3509 Approved by: cy@ Differential Revision: https://reviews.freebsd.org/D16396 Notes: svn path=/head/; revision=475132
* Fix RIPENCC TRIMBLE driver compile error.Cy Schubert2018-02-021-0/+38
| | | | | | | PR: 223819 Notes: svn path=/head/; revision=460670
* Update 4.2.8p9 --> 4.2.8p10Cy Schubert2017-03-232-20/+23
| | | | Notes: svn path=/head/; revision=436756
* Remove extraneous arguments and options, which don't make sense forCy Schubert2017-03-081-2/+15
| | | | | | | a file documented in volume 5. Notes: svn path=/head/; revision=435660
* Same as r311005 in base, Fix up grammar.Cy Schubert2017-02-222-0/+22
| | | | Notes: svn path=/head/; revision=434561
* Fix build with LibreSSL.Cy Schubert2016-12-152-0/+22
| | | | | | | | PR: 215323 Submitted by: naddy Notes: svn path=/head/; revision=428634
* Fixup sntp.8 man page formatting. This commit is the same as r304721Cy Schubert2016-08-241-0/+11
| | | | | | | | | | in base. Submitted by: Steve Kargl <sgk@troutmask.apl.washington.edu> Discussed with: bjk@ Notes: svn path=/head/; revision=420753
* net/ntp: Fix untracked gettext dependency & lots moreKubilay Kocak2016-01-071-0/+10
| | | | | | | | | | | | | | | | | | | | | | ntp links against gettext (libintl) if it is installed on the system: - Add an NLS OPTION to explicitly enable, disable and track libintl dependency - Add DEBUG and THREADS OPTIONS. Keep the latter enabled by OPTIONS_DEFAULT to preserve compatibility with existing behaviour. - Explicitly pass OpenSSL include / library dir paths to configure - Unsilence install command - Enable verbose building (--disable-silent-rules) - Use TOUCH variable instead of hardcoded command - Add TEST_TARGET to enable test suite - Patch sntp tests to ensure they link correctly to threading library - Pet portlint (*_DEPENDS order, group USE{S} sections, sort OPTIONS) Approved by: cy (maintainer) Differential Revision: D4812 MFH: 2016Q1 Notes: svn path=/head/; revision=405439
* Update 4.2.8 --> 4.2.8p1Cy Schubert2015-02-041-22/+0
| | | | Notes: svn path=/head/; revision=378414
* Unbreak MX4200.Cy Schubert2014-12-221-0/+25
| | | | | | | Submitted by: delphij Notes: svn path=/head/; revision=375215
* Properly address IPV6 loopback check.Cy Schubert2014-12-222-28/+22
| | | | | | | Submitted by: jmg (via twitter) Notes: svn path=/head/; revision=375210
* Update 4.2.6p5 --> 4.2.8Cy Schubert2014-12-204-52/+28
| | | | | | | | | | | | Security: VUXML: 4033d826-87dd-11e4-9079-3c970e169bc2 Security: http://www.kb.cert.org/vuls/id/852879 Security: CVE-2014-9293 Security CVE-2014-9294 Security CVE-2014-9295 Security CVE-2014-9296 Notes: svn path=/head/; revision=374987
* Apply upstream recommended patch for CVE-2013-5211 and unforbid.Cy Schubert2014-10-072-0/+31
| | | | | | | | Submitted by: Harlan Stenn <stenn@nwtime.org> - ntp.org upline Also Obtained from: ntp in base (r265465) Notes: svn path=/head/; revision=370263
* Patch for NTP bugzilla id 1080.Cy Schubert2010-06-071-0/+21
| | | | | | | Submitted by: Nick Sayer <nsayer@kfu.com>` Notes: svn path=/head/; revision=256044
* Update from 4.2.4p7 to 4.2.6p1-RC1 (4.2.6p1.r1).Cy Schubert2009-12-222-28/+0
| | | | Notes: svn path=/head/; revision=246463
* Update from 4.2.4p6 to 4.2.4p7.Cy Schubert2009-05-231-10/+0
| | | | | | | PR: ports/134755 Notes: svn path=/head/; revision=234422
* Add missing patch file.Cy Schubert2006-10-061-0/+14
| | | | Notes: svn path=/head/; revision=174655
* Enable parity for RAWDCF time clocks.Cy Schubert2006-10-051-7/+17
| | | | | | | PR: 103808 Notes: svn path=/head/; revision=174570
* Update 4.2.0 --> 4.2.2Cy Schubert2006-06-244-107/+0
| | | | Notes: svn path=/head/; revision=166198
* Bring port up to date with latest make(1) .warning feature, allowingCy Schubert2004-04-201-0/+40
| | | | | | | | | the port to build again. Reminded by: ru Notes: svn path=/head/; revision=107652
* Change to src/include/netdb.h 1.31 caused a compile error. ThisCy Schubert2004-01-252-0/+28
| | | | | | | | | commit fixes that error. Reported by: bento Notes: svn path=/head/; revision=99136
* Update 4.1.1c.r3 -> 4.2.0Cy Schubert2003-10-311-3/+4
| | | | Notes: svn path=/head/; revision=92663
* Update 4.1.1a --> 4.1.1bCy Schubert2002-10-301-11/+0
| | | | Notes: svn path=/head/; revision=69167
* Fix jjy driver. This patch fixes an invalid command to theCy Schubert2002-07-121-0/+11
| | | | | | | | | | C-DEX JST2000. Submitted by: nork Reviewed by: Harlan Stenn <stenn@whimsy.udel.edu> Notes: svn path=/head/; revision=62872
* 1. Update to 4.1.72.Cy Schubert2001-12-301-0/+14
| | | | | | | | | | | | 2. Change MAINTAINER from my work email address to my FreeBSD.org email address. 3. Patch to optionally enable RAWDCF (DCF77 raw time code). Obtained from: Harlan Stenn <stenn@whimsy.udel.edu> Reviewed by: nectar Notes: svn path=/head/; revision=52385
* maintainer-update:Dirk Meyer2001-04-153-79/+38
| | | | | | | | | | update ntp port that incorporates latest security fix. PR: 26503 Submitted by: Cy.Schubert@uumail.gov.bc.ca Notes: svn path=/head/; revision=41421
* - Fix off-by-one and buffer underflowChris D. Faulhaber2001-04-061-13/+33
| | | | | | | | | | - Prevent potential denial-of-service via syslog - int -> unsigned char fixes Approved by: Maintainer Notes: svn path=/head/; revision=40952
* o Fix a potential ROOT-exploit in NTPD.FUJISHIMA Satsuki2001-04-051-0/+24
| | | | | | | | | | | (grabbed from src/contrib/ntp/ntpd) o new maintainer. PR: 26369 Submitted by: Cy Schubert <Cy.Schubert@uumail.gov.bc.ca> Notes: svn path=/head/; revision=40915
* Update port net/ntp to 4.0.99gMichael Haro2000-04-011-0/+35
PR: 17284 Submitted by: KATO Tsuguru tkato@prontomail.ne.jp Notes: svn path=/head/; revision=27225