History log of /freebsd-current/usr.sbin/ntp/scripts/mkver
Revision Date Author Comments
# 018a4ab7 27-May-2024 Cy Schubert <cy@FreeBSD.org>

ntp: Update version strings

Reported by: "Herbert J. Skuhra" <herbert@gojira.at>
MFC after: 3 days
Fixes: f5f40dd63bc7


# d0b2dbfa 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line sh pattern

Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/


# 4d780613 01-Jun-2023 Cy Schubert <cy@FreeBSD.org>

ntp: Update version string

Chase a466cc55373f, updating the version string in the local config.h.

Reported by: Trond Endrestol <Trond.Endrestol@ximalas.info>
Fixes: a466cc55373f
MFC after: immediately


# 5bff36fe 11-Dec-2019 Kyle Evans <kevans@FreeBSD.org>

usr.sbin/ntp: don't emit versions w/ make -s

<sys.mk> defines ECHO=echo when not using make -s, and ECHO=true when using
make -s.

export ECHO for ntp products and use it in the mkver script to echo the
version. This suppresses the output as appropriate. ECHO is given a default
value to make sure things still work as expected for anyone that isn't
redefining ECHO.

Reviewed by: cy
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D22101


# 1c2b1cec 09-Jan-2016 Xin LI <delphij@FreeBSD.org>

Fix version number.


# 8c377b43 12-Jul-2015 Xin LI <delphij@FreeBSD.org>

Bump version after 4.2.8p3 import.

Note: currently 'mkver' script is using hardcoded knowledge and always
emits -a in the version string, a more through solution would be to generate
the script with something that we own.


# a7d5f7eb 19-Oct-2010 Jamie Gritton <jamie@FreeBSD.org>

A new jail(8) with a configuration file, to replace the work currently done
by /etc/rc.d/jail.


# fe0506d7 09-Mar-2010 Marcel Moolenaar <marcel@FreeBSD.org>

Create the altix project branch. The altix project will add support
for the SGI Altix 350 to FreeBSD/ia64. The hardware used for porting
is a two-module system, consisting of a base compute module and a
CPU expansion module. SGI's NUMAFlex architecture can be an excellent
platform to test CPU affinity and NUMA-aware features in FreeBSD.


# 6bf0cb8a 11-Aug-2009 Colin Percival <cperciva@FreeBSD.org>

Merge r196128 to stable/8.

Approved by: re (rwatson)


# 96a65baf 12-Aug-2009 Colin Percival <cperciva@FreeBSD.org>

Apply the ntp-related part of r195626 to the correct part of the tree --
the mkver which is used in builds is the one in usr.sbin/ntp/scripts,
not the one in contrib/ntp/scripts.

Pointy hat to: cperciva
Approved by: re (rwatson)


# d7f03759 19-Oct-2008 Ulf Lilleengen <lulf@FreeBSD.org>

- Import the HEAD csup code which is the basis for the cvsmode work.


# 271c3a90 22-Aug-2008 Ollivier Robert <roberto@FreeBSD.org>

Update the various files to sync with vendor import of 4.2.4p5.
sntp includes a copy of libopts in itself in vendor code, rewrite the
Makefile to compile and use only one copy. It is an internal library, not
installed.

MFC after: 2 weeks


# 6cb84f0c 20-Jul-2004 Ollivier Robert <roberto@FreeBSD.org>

Update our ntpd to the long awaited 4.2.0 version.

This bring us several things:
- updated drivers
- IPv6 support at last
- ntp-genkeys is replaced by ntp-keygen
- ntptrace is now a script (courtesy of John Hay)
- lots of renamed files from .htm to .html (while I prefer .html, I
find the change a bit gratuitous)
- still no manpages :(

Please test and report.

Commit very much helped by: GNU arch (http://gnuarch.org/)


# e265e481 04-Nov-2002 Ollivier Robert <roberto@FreeBSD.org>

Update ntpd to 4.1.1b. There are two new drivers and the usual bunch of
fixes. See contrib/ntp/ChangeLog for details.

MFC after: 1 month
Prodded by: jhay
Tested on: sparc64 (panther), alpha (beast) and i386.


# a5b1043f 29-Oct-2002 Ollivier Robert <roberto@FreeBSD.org>

Update ntpd to 4.1.1a. This contains many bug fixes made on the STABLE
branch and a few new drivers. See contrib/ntp/ChangeLog for details.

Hide kernel header sys/lock.h from ntp [1]

PR: bin/33914
Submitted by: thomas, bde[1]
MFC after: 1 month


# 7f81b32f 29-Aug-2001 Ollivier Robert <roberto@FreeBSD.org>

Update for the import of 4.1.0.


# afcf05e4 02-Mar-2001 Ruslan Ermilov <ru@FreeBSD.org>

setlocale(3) has been fixed to match POSIX standard:
LC_ALL takes precedence over other LC_* envariables.


# 83b399ab 31-Jan-2000 Andrey A. Chernov <ache@FreeBSD.org>

Fix date again.
Previous fix was overwritten by new commits.


# 9309fbae 28-Jan-2000 Ollivier Robert <roberto@FreeBSD.org>

Update to 4.0.99b. According to Harlan Stenn, the things holding the
release of 4.1.0 are not FreeBSD-related so importing this one is
not a problem.


# 7ae5dd12 29-Dec-1999 Andrey A. Chernov <ache@FreeBSD.org>

Use LC_TIME=C for date


# cc559270 13-Dec-1999 Ollivier Robert <roberto@FreeBSD.org>

Please welcome the brand new ntp4 daemon & utilities in the FreeBSD tree.
This is the second part of the commit (the third -- link in usr.sbin/Makefile)
will be done after a more complete review by phk & obrien.

NOTE: the number of drivers included in the default configuration is very
minimal, mainly local clocks and the one I use RAWDCF. Anyone wanting to
have a more complete version will find recompilation very easy.

It builds and runs on both alpha & i386. It also does survive "make world".

Reviewed by: phk, obrien (partly)