Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.2.6p5_3 16 Jul 2014 03:00:46 |
adamw |
Add DOCS option for ports with PORTDOCS in plist. |
4.2.6p5_3 03 Jul 2014 17:23:37 |
adamw |
Use OPTIONS helpers.
Approved by: portmgr (blanket) |
4.2.6p5_3 23 Jun 2014 02:48:00 |
amdmi3 |
- Switch to USES=libtool
- Fix shebangs
- Remove redundant MAN1
Approved by: portmgr blanket |
4.2.6p5_2 14 Mar 2014 19:21:55 |
cy |
Support staging. |
4.2.6p5_2 14 Jan 2014 20:54:57 |
cy |
Mark net/ntp forbidden.
Security: CVE-2013-5211 / VU#348126 |
4.2.6p5_2 20 Sep 2013 22:10:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
4.2.6p5_2 02 May 2013 20:48:09 |
cy |
Fix typo. |
4.2.6p5_2 08 Apr 2013 21:26:54 |
jgh |
- complete optionsNG conversion
- trim historical headers
- reformat space w/ tab where libevent was recently introduced
Approved by: portmgr (bapt)
Approved by: maintainer, cy@ |
4.2.6p5_2 08 Apr 2013 05:10:59 |
cy |
- Convert to OptionsNG.
- Make NTP_SIGND option default.
- Add libevent2 library dependency to ntp-devel.
Approved by: portmgr (miwi) |
4.2.6p5_1 18 Feb 2013 21:17:13 |
cy |
Add non-default NTP signed option.
PR: 175918 |
4.2.6p5_1 30 Jul 2012 19:40:46 |
cy |
Make ATOM and NMEA drivers default, used for GPS interaction.
Suggestged by: Bryan Seitz <seitz@bsd-unix.net> |
4.2.6p5 11 May 2012 20:38:09 |
ade |
Update autoconf to 2.69 and automake to 1.12
PR: 166836
Tested by: Multiple -exp runs (pav) |
4.2.6p5 12 Jan 2012 18:40:05 |
cy |
Update 4.2.6p4 --> 4.2.6p5 |
4.2.6p4_2 27 Nov 2011 21:55:25 |
cy |
Bootstrap config is no logner required. Revert bootstrap config that was
required for 4.2.6p1-RC1.
Feature safe: yes |
4.2.6p4_1 27 Nov 2011 20:09:48 |
cy |
Enable IPv6 option.
Feature safe: yes |
4.2.6p4_1 27 Nov 2011 20:06:37 |
cy |
Bump port revision number.
Feature safe: yes |
4.2.6p4 27 Nov 2011 20:03:43 |
cy |
Add IPv6 option.
Feature safe: yes |
4.2.6p4 27 Nov 2011 19:43:27 |
cy |
Add options for all drivers that build under FreeBSD.
Feature safe: yes |
4.2.6p4 21 Oct 2011 00:06:38 |
cy |
Update 4.2.6p3 --> 4.2.6p4 |
4.2.6p3 27 Apr 2011 19:44:35 |
cy |
Update 4.2.6p2 --> 4.2.6p3. |
4.2.6p2 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
4.2.6p2 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
4.2.6p2 02 Dec 2010 14:26:21 |
pav |
- Fix SSL option: USE_OPENSSL must be before pre.mk
PR: ports/152330
Reported by: Alexander Krivnetsov <akriventsov@hc.ru>
Approved by: maintainer timeout (cy; 15 days) |
4.2.6p2 03 Nov 2010 04:29:22 |
cy |
Update 4.2.6p1.r5 --> 4.2.6p2 |
4.2.6p1.r5_1 05 Oct 2010 19:57:56 |
ade |
Round one migration of ports from automake{19,110} to automake111 |
4.2.6p1.r5_1 07 Jun 2010 20:02:30 |
cy |
Patch for NTP bugzilla id 1080.
Submitted by: Nick Sayer <nsayer@kfu.com>` |
4.2.6p1.r5 15 Feb 2010 08:55:12 |
dougb |
Upgrade to version 4.2.6p1-RC5, which contains several small bugfixes.
Approved by: cy (maintainer) |
4.2.6p1.r2 30 Dec 2009 19:09:51 |
cy |
Fix build when using packages as prerequisites instead of ports, ie.
pointyhat. |
4.2.6p1.r2 27 Dec 2009 04:51:27 |
cy |
Update 4.2.6p1-RC1 --> 4.2.6p1-RC2. |
4.2.6p1.r1_1 23 Dec 2009 00:40:58 |
cy |
Fix pkg-plist and create option menu. |
4.2.6p1.r1 22 Dec 2009 18:11:24 |
cy |
Update from 4.2.4p7 to 4.2.6p1-RC1 (4.2.6p1.r1). |
4.2.4p7 23 May 2009 04:11:55 |
cy |
Update from 4.2.4p6 to 4.2.4p7.
PR: ports/134755 |
4.2.4p6 14 Jan 2009 01:13:25 |
cy |
Update 4.2.4p4 -> 4.2.4p6 |
4.2.4p4 21 Aug 2008 06:18:49 |
rafan |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
4.2.4p4 08 Aug 2008 03:23:51 |
cy |
Prepare for a new ntp-rc (release candidate) slave port:
- Conditionally assign PORTVERSION, which will be overridden by the
upcoming slave port. The default is the ntp stable branch.
- Previous ntp release candidates were designated by a lower-case "rc".
They are now designated using an upper-case "RC". |
4.2.4p4 13 Jan 2008 04:17:07 |
cy |
Update 4.2.2p4 --> 4.2.4p4
PR: 119330
Submitted by: Philippe Audeoud <jadawin@tuxaco.net> |
4.2.2p4 13 Sep 2007 17:28:18 |
cy |
Update 4.2.2p3 --> 4.2.2p4 |
4.2.2p3 07 Oct 2006 03:48:35 |
cy |
Update 4.2.2p2 --> 4.2.2p3 |
4.2.2p2_1 06 Oct 2006 18:31:46 |
cy |
Add missing patch file. |
4.2.2p2_1 06 Oct 2006 18:30:50 |
cy |
NTP will not build under FreeBSD 4.X. |
4.2.2p2_1 05 Oct 2006 19:11:35 |
cy |
Forced commit to document the upgrade from 4.2.2 to 4.2.2p2. |
4.2.2p2_1 05 Oct 2006 19:07:16 |
cy |
Enable parity for RAWDCF time clocks.
PR: 103808 |
4.2.2 05 Aug 2006 01:34:17 |
cy |
Distfile source directory has changed. |
4.2.2 24 Jun 2006 18:27:25 |
cy |
Remove redundant line. |
4.2.2 24 Jun 2006 14:33:59 |
cy |
Update 4.2.0 --> 4.2.2 |
4.2.0_1 22 Jan 2006 21:24:05 |
edwin |
SHA256ify
Approved by: krion@ |
4.2.0_1 30 Aug 2004 14:00:15 |
vs |
Repackage:
- Add ipv6 as a second category as IPv6 is now supported.
- Switch to GNU_CONFIGURE as the bug mentioned in the Makefile
of the port seems to be gone and it really is a GNU configure
script. This will also enable the replacing of config.guess
and config.sub with versions from PORTSDIR/Templates.
- Use USE_OPENSSL and add a WITHOUT_SSL knob so the ntp port can
be built using the OpenSSL ports or without any crypto support
at all.
- Use cpio instead of tar to install the documentation in the
post-install target, this saves a chown-run and the port no
longer operates on already installed files.
- Install sample configuration files in EXAMPLESDIR.
- Use/respect DOCSDIR.
PR: ports/59955
Submitted by: Marius Strobl
Approved by: maintainer timeout (cy's busy in RL) |
4.2.0_1 20 Apr 2004 05:13:29 |
cy |
Bring port up to date with latest make(1) .warning feature, allowing
the port to build again.
Reminded by: ru |
4.2.0_1 18 Mar 2004 03:36:09 |
cy |
Add SIZE.
Submitted by: trevor |
4.2.0_1 07 Feb 2004 04:14:39 |
cy |
Define unique LATEST_LINK.
Reported by: kris |
4.2.0_1 25 Jan 2004 22:08:28 |
cy |
Change to src/include/netdb.h 1.31 caused a compile error. This
commit fixes that error.
Reported by: bento |
4.2.0 13 Nov 2003 13:30:42 |
trevor |
Use the FIND and XARGS macros introduced in bsd.port.mk 1.391. |
4.2.0 31 Oct 2003 00:36:14 |
cy |
Update 4.1.1c.r3 -> 4.2.0 |
4.1.1c.r3 04 Oct 2003 07:02:17 |
edwin |
[patch][non-maintainer] remove dead master site from net/ntp
Per Fenner's logs, ftp://uiarchive.uiuc.edu went away around
July 22nd of this year. It should be removed from this port.
PR: ports/57561
Submitted by: Mark Linimon <linimon@lonesome.com> |
4.1.1c.r3 16 Jul 2003 02:21:03 |
cy |
PORTVERSION fixup.
Noticed by: tuc@ttsg.com
Pointy hat to: Yours truly |
4.1.1c-rc3 07 Jul 2003 17:52:35 |
cy |
Update 4.1.1c-rc1 --> 4.1.1c-rc3 |
4.1.1c-rc1 06 Apr 2003 16:04:04 |
cy |
Forced commit to document that the previous commit was submitted by,
PR: 50487
Submitted by: arved |
4.1.1c-rc1 06 Apr 2003 16:01:22 |
cy |
Update website URI. |
4.1.1c-rc1 07 Mar 2003 06:08:06 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
4.1.1c-rc1 25 Jan 2003 04:05:12 |
cy |
Update 4.1.1b -> 4.1.1c-rc1 |
4.1.1b 07 Nov 2002 05:46:03 |
cy |
Use PORTCOMMENT. |
4.1.1b 30 Oct 2002 15:38:42 |
cy |
Update 4.1.1a --> 4.1.1b |
4.1.1a_1 12 Jul 2002 18:50:34 |
cy |
Fix jjy driver. This patch fixes an invalid command to the
C-DEX JST2000.
Submitted by: nork
Reviewed by: Harlan Stenn <stenn@whimsy.udel.edu> |
4.1.1a 16 Jun 2002 12:52:01 |
sobomax |
Don't use command like the following "tar --exclude ".*" -cf foo.bar ."
because `.' itself gets excluded and therefore no files are added into
arcive. This should unbreak package on -current with new tar.
Reported by: kris |
4.1.1a 21 May 2002 02:13:24 |
cy |
The ntp port now tracks the production branch, currently at 4.1.1a.
PR: 38205
Submitted by: Jason Harris <jharris@widomaker.com> |
4.1.72 21 May 2002 00:47:24 |
cy |
The ntp port has historically tracked the ntp development branch.
This forced commit documents that at this point forward the ntp port
will track the ntp production branch. The ntp-devel port will
continue to track the development branch. |
30 Dec 2001 04:48:07 |
cy |
1. Update to 4.1.72. 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> |
17 Nov 2001 16:28:47 |
cy |
Updatre to 4.1.71. |
24 Aug 2001 19:23:10 |
okazaki |
Update to 4.1.0. |
07 Jul 2001 20:03:41 |
jedgar |
Fix MASTER_SITES |
07 Jul 2001 16:30:21 |
sf |
make PKGNAME handbook compliant. support PORTDOCS in pkg-plist. |
07 Jul 2001 15:10:09 |
ijliao |
upgrade to 4.0.99m-rc2 |
29 May 2001 15:24:26 |
ijliao |
add missing files into PLIST |
15 Apr 2001 14:57:26 |
dinoex |
maintainer-update: update ntp port that incorporates latest security fix. |
06 Apr 2001 20:31:01 |
jedgar |
Bump port revision for previous fixes |
06 Apr 2001 15:46:43 |
jedgar |
- Fix off-by-one and buffer underflow - Prevent potential denial-of-service
via syslog - int -> unsigned char fixes |
05 Apr 2001 20:59:25 |
sf |
o Fix a potential ROOT-exploit in NTPD. (grabbed from src/contrib/ntp/ntpd)
o new maintainer. |
29 Mar 2001 12:03:57 |
sf |
take maintainership bask tp ports@. |
21 Mar 2001 20:43:43 |
fenner |
MAINTAINER shouldn't have an _ at the end. |
10 Mar 2001 17:48:41 |
sf |
o update to 4.0.99k. o pass maintainership to pat. |
08 Oct 2000 07:19:09 |
asami |
Convert category net to new layout. |