Date: Tue, 15 Dec 2009 14:58:10 +0000 (UTC) From: Ollivier Robert <roberto@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/contrib/ntp COPYRIGHT ChangeLog CommitLog Makefile.in NEWS README README.bk README.patches WHERE-TO-START aclocal.m4 build config.h.in configure configure.ac flock-build packageinfo.sh version version.m4 src/contrib/ntp/adjtimed ... Message-ID: <200912151500.nBFF0OYq007983@repoman.freebsd.org>
index | next in thread | raw e-mail
roberto 2009-12-15 14:58:10 UTC
FreeBSD src repository
Modified files:
contrib/ntp COPYRIGHT ChangeLog CommitLog Makefile.in
NEWS README README.bk README.patches
WHERE-TO-START aclocal.m4 build
config.h.in configure configure.ac
flock-build packageinfo.sh version
version.m4
contrib/ntp/adjtimed Makefile.in
contrib/ntp/arlib Makefile.in aclocal.m4 configure
contrib/ntp/clockstuff Makefile.in
contrib/ntp/html copyright.html
contrib/ntp/html/drivers driver40.html
contrib/ntp/include Makefile.in copyright.def ntp_debug.h
version.def
contrib/ntp/include/isc Makefile.in
contrib/ntp/kernel Makefile.in
contrib/ntp/kernel/sys Makefile.in
contrib/ntp/libntp Makefile.in
contrib/ntp/libopts Makefile.in
contrib/ntp/libparse Makefile.am Makefile.in clk_rawdcf.c
contrib/ntp/ntpd Makefile.in cmd_args.c ntp_crypto.c
ntp_intres.c ntp_io.c ntp_request.c
ntp_timer.c ntpd-opts.c ntpd-opts.h
ntpd-opts.texi ntpd.1 ntpd.c
ntpdsim-opts.c ntpdsim-opts.h
ntpdsim-opts.texi ntpdsim.1
refclock_dumbclock.c refclock_hopfser.c
refclock_jjy.c refclock_nmea.c
refclock_palisade.c
contrib/ntp/ntpdate Makefile.in
contrib/ntp/ntpdc Makefile.in ntpdc-opts.c ntpdc-opts.h
ntpdc-opts.texi ntpdc.1
contrib/ntp/ntpq Makefile.in ntpq-opts.c ntpq-opts.h
ntpq-opts.texi ntpq.1 ntpq.c
contrib/ntp/parseutil Makefile.in
contrib/ntp/scripts Makefile.in
contrib/ntp/sntp Makefile.in aclocal.m4 config.h.in
configure configure.ac sntp-opts.c
sntp-opts.def sntp-opts.h sntp-opts.texi
sntp.1 version.def
contrib/ntp/sntp/libopts Makefile.in
contrib/ntp/util Makefile.in ntp-keygen-opts.c
ntp-keygen-opts.h ntp-keygen-opts.texi
ntp-keygen.1
Added files:
contrib/ntp/html/build/hints solaris.xtra.4095849
Log:
SVN rev 200576 on 2009-12-15 14:58:10Z by roberto
Merge 4.2.4p8 into contrib (r200452 & r200454).
Subversion is being difficult here so take a hammer and get it in.
MFC after: 2 weeks
Security: CVE-2009-3563
Revision Changes Path
1.3 +1 -1 src/contrib/ntp/COPYRIGHT
1.3 +81 -2 src/contrib/ntp/ChangeLog
1.2 +4460 -2736 src/contrib/ntp/CommitLog
1.3 +210 -119 src/contrib/ntp/Makefile.in
1.3 +88 -0 src/contrib/ntp/NEWS
1.3 +1 -1 src/contrib/ntp/README
1.3 +1 -1 src/contrib/ntp/README.bk
1.3 +1 -1 src/contrib/ntp/README.patches
1.3 +1 -1 src/contrib/ntp/WHERE-TO-START
1.3 +307 -170 src/contrib/ntp/aclocal.m4
1.3 +160 -116 src/contrib/ntp/adjtimed/Makefile.in
1.3 +148 -84 src/contrib/ntp/arlib/Makefile.in
1.3 +266 -165 src/contrib/ntp/arlib/aclocal.m4
1.3 +3004 -2760 src/contrib/ntp/arlib/configure
1.3 +23 -7 src/contrib/ntp/build
1.3 +130 -96 src/contrib/ntp/clockstuff/Makefile.in
1.3 +84 -49 src/contrib/ntp/config.h.in
1.3 +19841 -47233 src/contrib/ntp/configure
1.2 +1215 -754 src/contrib/ntp/configure.ac
1.3 +74 -20 src/contrib/ntp/flock-build
1.1 +74 -0 src/contrib/ntp/html/build/hints/solaris.xtra.4095849 (new)
1.3 +1 -1 src/contrib/ntp/html/copyright.html
1.3 +103 -48 src/contrib/ntp/html/drivers/driver40.html
1.3 +173 -103 src/contrib/ntp/include/Makefile.in
1.2 +2 -2 src/contrib/ntp/include/copyright.def
1.3 +106 -77 src/contrib/ntp/include/isc/Makefile.in
1.2 +6 -4 src/contrib/ntp/include/ntp_debug.h
1.2 +1 -1 src/contrib/ntp/include/version.def
1.3 +173 -103 src/contrib/ntp/kernel/Makefile.in
1.3 +106 -77 src/contrib/ntp/kernel/sys/Makefile.in
1.3 +225 -193 src/contrib/ntp/libntp/Makefile.in
1.2 +161 -110 src/contrib/ntp/libopts/Makefile.in
1.3 +1 -1 src/contrib/ntp/libparse/Makefile.am
1.3 +132 -98 src/contrib/ntp/libparse/Makefile.in
1.4 +2 -2 src/contrib/ntp/libparse/clk_rawdcf.c
1.3 +269 -191 src/contrib/ntp/ntpd/Makefile.in
1.3 +39 -19 src/contrib/ntp/ntpd/cmd_args.c
1.5 +2 -2 src/contrib/ntp/ntpd/ntp_crypto.c
1.3 +112 -81 src/contrib/ntp/ntpd/ntp_intres.c
1.4 +155 -85 src/contrib/ntp/ntpd/ntp_io.c
1.3 +30 -5 src/contrib/ntp/ntpd/ntp_request.c
1.3 +3 -5 src/contrib/ntp/ntpd/ntp_timer.c
1.2 +8 -8 src/contrib/ntp/ntpd/ntpd-opts.c
1.2 +5 -5 src/contrib/ntp/ntpd/ntpd-opts.h
1.2 +13 -6 src/contrib/ntp/ntpd/ntpd-opts.texi
1.2 +3 -3 src/contrib/ntp/ntpd/ntpd.1
1.3 +14 -25 src/contrib/ntp/ntpd/ntpd.c
1.2 +8 -8 src/contrib/ntp/ntpd/ntpdsim-opts.c
1.2 +5 -5 src/contrib/ntp/ntpd/ntpdsim-opts.h
1.2 +61 -2 src/contrib/ntp/ntpd/ntpdsim-opts.texi
1.2 +3 -3 src/contrib/ntp/ntpd/ntpdsim.1
1.2 +17 -12 src/contrib/ntp/ntpd/refclock_dumbclock.c
1.3 +6 -5 src/contrib/ntp/ntpd/refclock_hopfser.c
1.3 +152 -4 src/contrib/ntp/ntpd/refclock_jjy.c
1.3 +6 -5 src/contrib/ntp/ntpd/refclock_nmea.c
1.3 +6 -5 src/contrib/ntp/ntpd/refclock_palisade.c
1.3 +159 -115 src/contrib/ntp/ntpdate/Makefile.in
1.3 +232 -161 src/contrib/ntp/ntpdc/Makefile.in
1.2 +8 -8 src/contrib/ntp/ntpdc/ntpdc-opts.c
1.2 +5 -5 src/contrib/ntp/ntpdc/ntpdc-opts.h
1.2 +7 -4 src/contrib/ntp/ntpdc/ntpdc-opts.texi
1.2 +3 -3 src/contrib/ntp/ntpdc/ntpdc.1
1.3 +229 -156 src/contrib/ntp/ntpq/Makefile.in
1.2 +8 -8 src/contrib/ntp/ntpq/ntpq-opts.c
1.2 +5 -5 src/contrib/ntp/ntpq/ntpq-opts.h
1.2 +8 -4 src/contrib/ntp/ntpq/ntpq-opts.texi
1.2 +3 -3 src/contrib/ntp/ntpq/ntpq.1
1.4 +1 -1 src/contrib/ntp/ntpq/ntpq.c
1.2 +3 -3 src/contrib/ntp/packageinfo.sh
1.3 +131 -97 src/contrib/ntp/parseutil/Makefile.in
1.3 +136 -75 src/contrib/ntp/scripts/Makefile.in
1.3 +331 -200 src/contrib/ntp/sntp/Makefile.in
1.3 +266 -165 src/contrib/ntp/sntp/aclocal.m4
1.2 +17 -25 src/contrib/ntp/sntp/config.h.in
1.3 +11737 -26684 src/contrib/ntp/sntp/configure
1.3 +18 -4 src/contrib/ntp/sntp/configure.ac
1.2 +160 -110 src/contrib/ntp/sntp/libopts/Makefile.in
1.2 +6 -6 src/contrib/ntp/sntp/sntp-opts.c
1.2 +1 -1 src/contrib/ntp/sntp/sntp-opts.def
1.2 +4 -4 src/contrib/ntp/sntp/sntp-opts.h
1.2 +54 -2 src/contrib/ntp/sntp/sntp-opts.texi
1.2 +3 -3 src/contrib/ntp/sntp/sntp.1
1.2 +1 -1 src/contrib/ntp/sntp/version.def
1.3 +241 -169 src/contrib/ntp/util/Makefile.in
1.2 +8 -8 src/contrib/ntp/util/ntp-keygen-opts.c
1.2 +5 -5 src/contrib/ntp/util/ntp-keygen-opts.h
1.2 +4 -4 src/contrib/ntp/util/ntp-keygen-opts.texi
1.2 +3 -3 src/contrib/ntp/util/ntp-keygen.1
1.3 +1 -1 src/contrib/ntp/version
1.2 +1 -1 src/contrib/ntp/version.m4
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912151500.nBFF0OYq007983>
