non port: net/ntp/Makefile |
SVNWeb
|
Number of commits found: 152 (showing only 100 on this page) |
Tue, 6 Jun 2023
|
[ 12:29 Cy Schubert (cy) ] de4864b
net/ntp: Update 4.2.8p16 --> 4.2.8p17
Fixes two small bugs including one regression.
MFH: 2023Q2
|
Fri, 2 Jun 2023
|
[ 02:50 Cy Schubert (cy) ] 45bc9ef
net/ntp: Remove defunct distfile site
MFH: 2023Q2
|
Thu, 1 Jun 2023
|
[ 13:42 Cy Schubert (cy) ] 8f50bc6
net/ntp: Update 4.2.8p15 --> 4.2.8p16
MFH: 2023Q2
Security: NtpBug3767, NtpBug3808, NtpBug3807 (CVE-2023-26555)
|
Sun, 7 May 2023
|
[ 14:27 Cy Schubert (cy) ] 0c3b728
net/ntp: Remove reference to defunct port
net/ntp-devel was removed long ago.
MFH: 2023Q2
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] 6a378e5 (Only the first 10 of 1159 ports in this commit are shown above. )
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com> (Only the first 15 lines of the commit message are shown above )
|
Fri, 18 Feb 2022
|
[ 21:01 Cy Schubert (cy) ] c2a26c7
net/ntp: Restore previous behaviour
Restore ntp to prior to the ASLR mitigations applied.
When ASLR and subsequently PIE were committed to the FreeBSD kernel, ntpd
would segfault due to insufficient stack. This was because stack gap was
not taken into account by applications requesting stack and/or memory
limits. (BTW, this problem also affected firefox and thunderbird.)
This subsequently caused disabling of rlimit memlock, which could not be
avoided under the previous implementation of ASLR:
Cannot set RLIMIT_MEMLOCK: Operation not permitted
Since then a number of improvments to ASLR stack gap implementation have
rendered the mitigations unnecessary. The mitigations initially developed
here at FreeBSD were subsequently upstreamed (noticed by the folks at
nwtime.org and automatically upstreamed). The mitigations have been
reversed in the base system. This patch reverses the ASLR mitigations in
the port as well.
PR: 262031
Reported by: p5B2E9A8F@t-online.de
|
Wed, 19 Jan 2022
|
[ 14:26 Cy Schubert (cy) ] a6e356e
net/ntp: Reverse "Disable ntpd stack gap" for stable/13
As stack gap mitigations have been MFCed to stable/13, reverse
"Disable ntpd stack gap" for __FreeBSD_version < 1300524 too.
MFH: 2022Q1
|
Mon, 18 Oct 2021
|
[ 17:14 Cy Schubert (cy) ] f424bca
net/ntp: Use __FreeBSD_version < 1400038
__FreeBSD_version < 1400038 is more appropriate as it follows the
commit to resolve setrlimit(2) segfaults.
MFH: 2021Q4
|
Sat, 16 Oct 2021
|
[ 15:08 Cy Schubert (cy) ] ad1f51b
net/ntp: Implement 8dc43f07dc6 only for 14-CURRENT for now
Only Reverse "Disable ntpd stack gap" for __FreeBSD_version < 1400037
for now until the next __FreeBSD_version bump.
Reported by: kevans
MFH: 2021Q4
|
[ 03:59 Cy Schubert (cy) ] 8dc43f0
net/ntp: Reverse "Disable ntpd stack gap"
120137c822c9697c19cf94461f436f8ccc372d24 (svn r517694) disabled ntpd
ASLR stack gap, which caused ntpd to segfault. (The patch in
120137c822c9697c19cf94461f436f8ccc372d24 was subsequently submitted
to nwtime.org for inclusion into upstream ntp.) src commit
889b56c8cd84c9a9f2d9e3b019c154d6f14d9021 addressed the underlying cause
for the setrlimit segfault negating the need for this workaround. This
commit removes the workaround.
MFH: 2021Q4 (after a month)
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Wed, 24 Jun 2020
|
[ 01:52 cy ]
Update 4.2.8p14 --> 4.2.8p15
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
|
Tue, 19 May 2020
|
[ 00:45 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)
|
Wed, 4 Mar 2020
|
[ 21:48 cy ]
Update ntp-4.2.8p13 --> 4.2.8p14.
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
|
Wed, 4 Dec 2019
|
[ 15:24 cy ]
Chase r512433, (also chasing src r355388) document that rlimit memlock
is disabled by default.
|
Fri, 15 Nov 2019
|
[ 16:34 cy ]
Disable ntpd stack gap. When ASLR with STACK GAP != 0 ntpd suffers SIGSEGV.
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
|
Wed, 9 Oct 2019
|
[ 12:17 bapt ] (Only the first 10 of 103 ports in this commit are shown above. )
Drop the ipv6 virtual category for n* category as it is not relevant anymore
|
Fri, 20 Sep 2019
|
[ 19:39 cy ]
Chase src r352540:
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
|
Thu, 19 Sep 2019
|
[ 20:15 cy ]
Chase base r352518:
Reduce calls to close(2) at startup through the use of closefrom(2).
Submitted by: pawel.biernacki@gmail.com (based on)
Obtained from: base r352518
|
Fri, 13 Sep 2019
|
[ 20:25 cy ]
Sync with base r352304, no longer locking ntpd in memory. Users who
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
|
Tue, 10 Sep 2019
|
[ 05:17 cy ]
TrustedBSD-MAC has been accepted upstream.
|
Fri, 2 Aug 2019
|
[ 13:30 jbeich ] (Only the first 10 of 105 ports in this commit are shown above. )
devel/libevent2: update to 2.1.11
Changes: https://github.com/libevent/libevent/releases/tag/release-2.1.11-stable
ABI: https://abi-laboratory.pro/tracker/timeline/libevent/
PR: 239599
Reported by: GitHub (watch releases)
Approved by: zeising (maintainer)
MFH: 2019Q3 (maybe security, partially restores 2.1.8 ABI)
Differential Revision: https://reviews.freebsd.org/D21133
|
Thu, 7 Mar 2019
|
[ 12:58 cy ]
4.2.8p12 --> 4.2.8p13
|
Tue, 16 Oct 2018
|
[ 12:02 cy ]
Fix build on armv6.
Submitted by: garga@
MFH: 2018Q4
|
Thu, 6 Sep 2018
|
[ 03:40 cy ]
Also tell people how to enable ntpd and ntpdate from ports using
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
|
Mon, 3 Sep 2018
|
[ 02:52 cy ]
Fix a typo.
Reported by: Herbert J. Skuhra <herbert@gojira.at>
MFH: 2018Q3
|
Fri, 31 Aug 2018
|
[ 03:11 cy ]
Add a package message instructing the user how to use ports ntp
instead of base ntp.
Reported by: adamw
MFH: 2018Q3
|
Tue, 21 Aug 2018
|
[ 05:07 cy ]
Update 4.2.8p11 --> 4.2.8p12
MFH: 2018Q3
|
Mon, 23 Jul 2018
|
[ 00:32 ian ]
Add TrustedBSD MAC(4) support to ntpd.
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
|
Thu, 5 Jul 2018
|
[ 11:32 dbaio ] (Only the first 10 of 17 ports in this commit are shown above. )
www/libwww: Update to 5.4.2, Fix security vulnerabilities
This a security release for libwww to take into account security advisories
CVE-2016-9063 and CVE-2017-9233.
In order to take into account current and future expat security advisories,
the expat source code was removed from the libwww tree. The makefiles were
modified so that libwww dynamically links against the system's expat library.
Patches removed were incorporated upstream.
Bump PORTREVISION of dependent ports due shlib change.
Changes: libwww/5.4.2/ChangeLog">https://raw.githubusercontent.com/w3c/libwww/5.4.2/ChangeLog
MFH: 2018Q3
Security: e375ff3f-7fec-11e8-8088-28d244aee256
|
Wed, 28 Feb 2018
|
[ 06:51 delphij ]
Security update 4.2.8p10 --> 4.2.8p11.
MFH: 2018Q1
|
Fri, 2 Feb 2018
|
[ 06:55 cy ]
Fix RIPENCC TRIMBLE driver compile error.
PR: 223819
|
Thu, 5 Oct 2017
|
[ 01:55 cy ]
Register conflict with openntpd.
Reported by: rodrigo
|
Sat, 25 Mar 2017
|
[ 07:50 cy ]
r436859 removed a bunch of refclock drivers that were enabled by
default. (New patch from ian@.)
While here ian@ and I discussed the www/libwww libmd5 dependency. It
turns out that if the sntp configure script finds libmd5, it uses it.
This is now an option to include the dependency.
While working on the libmd5 dependency it was discovered that the
sntp build requires SSL only if it finds libmd5. This is now an
IMPLIES.
Thanks to ian@ for the additional patch and for discovering the
libmd5 check, pointing me in the right direction to solve the without
SSL breakage.
PR: 218078
Submitted by: ian@ (default driver options)
Discussed with: ian@ (libmd5 dependency)
|
Fri, 24 Mar 2017
|
[ 23:20 cy ]
Remove autogen dependency added by r426923. This version of ntp no
longer needs it.
|
[ 21:26 cy ]
Use CONFIGURE_ENABLE instead of CONFIGURE_ON.
The current use of CONFIGURE_ON to handle refclock options allows
adding a refclock that is off by default, but doesn't allow a user
to eliminate refclocks that ntpd includes by default.
Using CONFIGURE_ENABLE instead of CONFIGURE_ON will add the proper
--disable-REFCLOCKNAME to the args when the user disables default-on
options.
PR: 218078
Submitted by: ian@
|
Thu, 23 Mar 2017
|
[ 05:51 cy ]
Update 4.2.8p9 --> 4.2.8p10
|
Wed, 15 Mar 2017
|
[ 19:50 cy ]
Enable DEBUG option which enables debugging code in ntp via
--enable-debug. This enables -d and -D options within ntpd.
|
[ 13:47 cy ]
Correct the specification of ssl. This doesn't fix the brokenness
of this port when ssl is not specified but corrects the incorrect
specification regerdless.
|
Wed, 8 Mar 2017
|
[ 07:02 cy ]
Remove extraneous arguments and options, which don't make sense for
a file documented in volume 5.
|
Wed, 22 Feb 2017
|
[ 03:35 cy ]
OpenSSL includes are configured even though option is not selected
resulting in a build failure.
|
Mon, 20 Feb 2017
|
[ 02:57 jbeich ] (Only the first 10 of 136 ports in this commit are shown above. )
devel/libevent2: drop historical suffix after r362796
PR: 216777
Approved by: mm (maintainer)
|
Sat, 4 Feb 2017
|
[ 07:56 jbeich ] (Only the first 10 of 136 ports in this commit are shown above. )
devel/libevent2: update to 2.1.8 and cleanup
- DEFAULT_VERSIONS += ssl=openssl-devel is now supported
- devel/py-event and devel/p5-Event-Lib are marked BROKEN
Changes: https://github.com/libevent/libevent/raw/release-2.1.8-stable/whatsnew-2.1.txt
Changes: https://github.com/libevent/libevent/raw/release-2.1.8-stable/ChangeLog
PR: 216527
Exp-run by: antoine
Approved by: mm (maintainer)
|
Tue, 3 Jan 2017
|
[ 11:01 mat ] (Only the first 10 of 79 ports in this commit are shown above. )
Cleanup BROKEN/IGNORE for 10.3-
Sponsored by: Absolight
|
Thu, 15 Dec 2016
|
[ 20:22 cy ]
Fix build with LibreSSL.
PR: 215323
Submitted by: naddy
|
Tue, 13 Dec 2016
|
[ 03:00 cy ]
Flag ntp and ntp-devel ignore if libressl is installed due to md5
symbol conflicts.
PR: 215093
|
Thu, 24 Nov 2016
|
[ 16:01 cy ]
Unbreak Makefile, set up appropriate support for BROKEN.
As suggested by koobs, describe error in BROKEN=.
|
[ 14:41 cy ]
Document that net/ntp does not build under FreeBSD-9.
|
Wed, 23 Nov 2016
|
[ 14:31 cy ]
Fix build folloing r426791.
Also Submitted by: roberto
Pointy hat to: delphij
Reported by: roberto, Craig Leres <leres@ee.lbl.gov>
|
Tue, 22 Nov 2016
|
[ 13:54 cy ]
Remove documentation of conflict with the ntp-rc port. net/ntp-rc
is only an active port when an NTP release candidate is available.
Submitted by: des
|
[ 13:45 cy ]
Configure leap-second smearing (always).
Leap-second smearing is an experimental option that may be specified in
ntp.conf(5) to spread the effect of a leap-second over an interval as
specified by the leapsmearinterval config file statement. Recommended
values are between 7200 (2 hours) and 86400 (24 hours).
It is advised that leap-second smearing not be used for public NTP
servers (https://www.meinbergglobal.com/download/burnicki/Leap\
%20Second%20Smearing%20With%20NTP.pdf). It is also advised that NTP
clients not use a mix of NTP servers using leap-second smearing with
NTP servers not using leap-second smearing as that could cause
undefined client behaviour.
Suggested by: des
|
[ 08:11 delphij ]
Security update to 4.2.8p9.
Approved by: so
MFH: 2016Q4
|
Fri, 30 Sep 2016
|
[ 19:24 tijl ] (Only the first 10 of 60 ports in this commit are shown above. )
Let USES=localbase add -L${LOCALBASE}/lib to LIBS instead of LDFLAGS.
USES=localbase:ldflags can be used to set LDFLAGS. Normally LDFLAGS
appears too early on the command line causing some ports to link with
their own libraries in LOCALBASE (if installed) instead of WRKSRC.
Also make use of _USES_POST so -L${LOCALBASE}/lib is added as late as
possible after anything a port Makefile might set. Use _USES_POST
instead of .include in libedit.mk and libarchive.mk so things like
'USES=libedit localbase:ldflags' work correctly.
Fix some issues with LIBS in some ports.
Switch ports that don't support LIBS to localbase:ldflags.
PR: 212987
Exp-run by: antoine
Approved by: portmgr (antoine)
|
Fri, 9 Sep 2016
|
[ 19:42 amdmi3 ] (Only the first 10 of 100 ports in this commit are shown above. )
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 )
|
Wed, 24 Aug 2016
|
[ 03:26 cy ]
Fix Makefile typo.
|
[ 03:21 cy ]
Record an indirect libwww dependency.
|
[ 03:20 cy ]
Switch to USES=ssl.
|
[ 02:59 cy ]
Fixup sntp.8 man page formatting. This commit is the same as r304721
in base.
Submitted by: Steve Kargl <sgk@troutmask.apl.washington.edu>
Discussed with: bjk@
|
Fri, 3 Jun 2016
|
[ 06:23 cy ]
Update 4.2.8p7 --> 4.2.8p8
|
Wed, 27 Apr 2016
|
[ 04:50 delphij ]
Security update net/ntp to 4.2.8p7.
Security: CVE-2015-7704
Security: CVE-2015-8138
Security: CVE-2016-1547
Security: CVE-2016-1548
Security: CVE-2016-1549
Security: CVE-2016-1550
Security: CVE-2016-1551
Security: CVE-2016-2516
Security: CVE-2016-2517
Security: CVE-2016-2518
Security: CVE-2016-2519
Security: b2487d9a-0c30-11e6-acd0-d050996490d0
MFH: 2016Q2
With hat: so
|
Fri, 1 Apr 2016
|
[ 14:16 mat ] (Only the first 10 of 2612 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
|
Thu, 21 Jan 2016
|
[ 09:05 cy ]
Update 4.2.8p5 --> 4.2.8p6
|
Fri, 8 Jan 2016
|
[ 06:19 delphij ]
Update to 4.2.8p5.
Security: CVE-2015-5300
Security: 4eae4f46-b5ce-11e5-8a2b-d050996490d0
MFH: 2016Q1
With hat: so
|
Thu, 7 Jan 2016
|
[ 14:15 koobs ]
net/ntp: Fix untracked gettext dependency & lots more
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
|
Wed, 21 Oct 2015
|
[ 21:38 cy ]
Update ntp 4.2.8p3 --> 4.2.8p4.
As ntp 4.2.8p4 has gone GA, remove ntp-rc.
|
Tue, 20 Oct 2015
|
[ 01:07 cy ]
Shebang fix update-leap.
|
Wed, 2 Sep 2015
|
[ 14:54 amdmi3 ]
- Switch to USES=libedit as suggested by stage-qa
- Switch to options helpers
Approved by: portmgr blanket
|
Wed, 1 Jul 2015
|
[ 01:34 cy ]
Update 4.2.8p2 --> 4.2.8p3
Special thanks to delphij@ for the prep work.
Security: VuXML: 0d0f3050-1f69-11e5-9ba9-d050996490d0
Security: http://bugs.ntp.org/show_bug.cgi?id=2853
Security: https://www.kb.cert.org/vuls/id/668167
Security: http://support.ntp.org/bin/view/Main/SecurityNotice#June_2015_NTP_Security_Vulnerabi
|
Tue, 5 May 2015
|
[ 16:20 bdrewery ]
Rework r385426:
- The include/event2 directory was being created improperly due to the lack
of a pkgconfig dependency. Add it to USES.
- Remove WRKSRC from SHEBANG list.
Reported by: many
|
Mon, 4 May 2015
|
[ 19:10 bdrewery ]
- Fix orphaned include/event2 dir (likely an upstream error that it is created)
- Fix shebang QA error when not using PERL_UTILS. This was broken in r374987.
Error: '-w' is an invalid shebang you need USES=shebangfix for 'sbin/ntptrace'
Must replace @PERL_PATH@ before install or it becomes a blank: '#! -w'
Sponsored by: EMC / Isilon Storage Division
|
Thu, 23 Apr 2015
|
[ 06:48 robak ]
net/ntp: add CPE info
PR: 199619
Submitted by: Shun <shun.fbsd.pr@dropcut.net>
Approved by: portmgr blanket
|
Wed, 8 Apr 2015
|
[ 03:19 cy ]
Update ntp 4.2.8p1 --> 4.2.8p2
Update ntp-devel 4.3.13 --> 4.3.14
Mark ntp-rc IGNORE
PR: 199274, 199276
Submitted by: delphij
Security: VuXML ebd84c96-dd7e-11e4-854e-3c970e169bc2
Security: VuXML ebd84c96-dd7e-11e4-854e-3c970e169bc2
|
Fri, 3 Apr 2015
|
[ 10:45 cy ]
Add missing =
|
[ 10:39 cy ]
Copy net/ntp to net/ntp-rc to track release candidates.
Register conflicts between ports.
|
Wed, 4 Feb 2015
|
[ 21:00 cy ]
Remove redundant DOCSDIR.
|
[ 20:09 cy ]
Update 4.2.8 --> 4.2.8p1
|
Tue, 6 Jan 2015
|
[ 06:23 cy ]
Adjust MASTER_SITES.
|
Mon, 22 Dec 2014
|
[ 08:30 cy ]
Unbreak MX4200.
Submitted by: delphij
|
[ 06:53 cy ]
MX4200 is still broken.
|
[ 06:41 cy ]
Properly address IPV6 loopback check.
Submitted by: jmg (via twitter)
|
Sat, 20 Dec 2014
|
[ 00:41 cy ]
Update 4.2.6p5 --> 4.2.8
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
|
Tue, 7 Oct 2014
|
[ 08:01 tijl ]
Remove LATEST_LINK and USE_AUTOTOOLS
|
[ 00:21 cy ]
Apply upstream recommended patch for CVE-2013-5211 and unforbid.
Submitted by: Harlan Stenn <stenn@nwtime.org> - ntp.org upline
Also Obtained from: ntp in base (r265465)
|
Sat, 6 Sep 2014
|
[ 16:22 cy ]
Update FORBIDDEN message.
PR: 193303
Submitted by: koobs
|
Thu, 3 Jul 2014
|
[ 17:23 adamw ]
Use OPTIONS helpers.
Approved by: portmgr (blanket)
|
Mon, 23 Jun 2014
|
[ 02:48 amdmi3 ]
- Switch to USES=libtool
- Fix shebangs
- Remove redundant MAN1
Approved by: portmgr blanket
|
Fri, 14 Mar 2014
|
[ 19:21 cy ]
Support staging.
|
Tue, 14 Jan 2014
|
[ 20:54 cy ]
Mark net/ntp forbidden.
Security: CVE-2013-5211 / VU#348126
|
Fri, 20 Sep 2013
|
[ 22:10 bapt ] (Only the first 10 of 1288 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
net)
|
Mon, 8 Apr 2013
|
[ 21:26 jgh ]
- complete optionsNG conversion
- trim historical headers
- reformat space w/ tab where libevent was recently introduced
Approved by: portmgr (bapt)
Approved by: maintainer, cy@
|
[ 05:10 cy ]
- Convert to OptionsNG.
- Make NTP_SIGND option default.
- Add libevent2 library dependency to ntp-devel.
Approved by: portmgr (miwi)
|
Mon, 18 Feb 2013
|
[ 21:17 cy ]
Add non-default NTP signed option.
PR: 175918
|
Mon, 30 Jul 2012
|
[ 19:40 cy ]
Make ATOM and NMEA drivers default, used for GPS interaction.
Suggestged by: Bryan Seitz <seitz@bsd-unix.net>
|
Fri, 11 May 2012
|
[ 20:38 ade ] (Only the first 10 of 68 ports in this commit are shown above. )
Update autoconf to 2.69 and automake to 1.12
PR: 166836
Tested by: Multiple -exp runs (pav)
|
Thu, 12 Jan 2012
|
[ 18:40 cy ]
Update 4.2.6p4 --> 4.2.6p5
|
Sun, 27 Nov 2011
|
[ 21:55 cy ]
Bootstrap config is no logner required. Revert bootstrap config that was
required for 4.2.6p1-RC1.
Feature safe: yes
|
[ 20:09 cy ]
Enable IPv6 option.
Feature safe: yes
|
[ 20:06 cy ]
Bump port revision number.
Feature safe: yes
|
[ 19:43 cy ]
Add options for all drivers that build under FreeBSD.
Feature safe: yes
|
Number of commits found: 152 (showing only 100 on this page) |