Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/dist/ntp Import ntp 4.2.4p8
details: https://anonhg.NetBSD.org/src/rev/74ff88df1625
branches: trunk
changeset: 749796:74ff88df1625
user: kardel <kardel%NetBSD.org@localhost>
date: Tue Dec 08 20:41:03 2009 +0000
description:
Import ntp 4.2.4p8
diffstat:
dist/ntp/ChangeLog | 5 +
dist/ntp/CommitLog | 189 +
dist/ntp/ElectricFence/Makefile.in | 238 +-
dist/ntp/Makefile.in | 321 +-
dist/ntp/NEWS | 34 +
dist/ntp/aclocal.m4 | 459 +-
dist/ntp/adjtimed/Makefile.in | 288 +-
dist/ntp/arlib/Makefile.in | 238 +-
dist/ntp/arlib/aclocal.m4 | 431 +-
dist/ntp/arlib/configure | 5812 ++++---
dist/ntp/clockstuff/Makefile.in | 238 +-
dist/ntp/include/Makefile.in | 270 +-
dist/ntp/include/isc/Makefile.in | 195 +-
dist/ntp/include/version.def | 2 +-
dist/ntp/kernel/Makefile.in | 270 +-
dist/ntp/kernel/sys/Makefile.in | 195 +-
dist/ntp/libntp/Makefile.in | 430 +-
dist/ntp/libopts/Makefile.in | 283 +-
dist/ntp/libparse/Makefile.in | 240 +-
dist/ntp/ntpd/Makefile.in | 472 +-
dist/ntp/ntpd/ntpd-opts.c | 12 +-
dist/ntp/ntpd/ntpd-opts.h | 10 +-
dist/ntp/ntpd/ntpd-opts.texi | 19 +-
dist/ntp/ntpd/ntpd.1 | 4 +-
dist/ntp/ntpd/ntpdsim-opts.c | 12 +-
dist/ntp/ntpd/ntpdsim-opts.h | 10 +-
dist/ntp/ntpd/ntpdsim-opts.texi | 63 +-
dist/ntp/ntpd/ntpdsim.1 | 4 +-
dist/ntp/ntpdate/Makefile.in | 286 +-
dist/ntp/ntpdc/Makefile.in | 405 +-
dist/ntp/ntpdc/ntpdc-opts.c | 12 +-
dist/ntp/ntpdc/ntpdc-opts.h | 10 +-
dist/ntp/ntpdc/ntpdc-opts.texi | 11 +-
dist/ntp/ntpdc/ntpdc.1 | 4 +-
dist/ntp/ntpq/Makefile.in | 397 +-
dist/ntp/ntpq/ntpq-opts.c | 12 +-
dist/ntp/ntpq/ntpq-opts.h | 10 +-
dist/ntp/ntpq/ntpq-opts.texi | 12 +-
dist/ntp/ntpq/ntpq.1 | 4 +-
dist/ntp/packageinfo.sh | 6 +-
dist/ntp/parseutil/Makefile.in | 240 +-
dist/ntp/scripts/Makefile.in | 205 +-
dist/ntp/sntp/Makefile.in | 526 +-
dist/ntp/sntp/aclocal.m4 | 433 +-
dist/ntp/sntp/config.h.in | 24 +-
dist/ntp/sntp/configure | 25607 ++++++++++++----------------------
dist/ntp/sntp/libopts/Makefile.in | 283 +-
dist/ntp/sntp/sntp-opts.c | 12 +-
dist/ntp/sntp/sntp-opts.h | 10 +-
dist/ntp/sntp/sntp-opts.texi | 56 +-
dist/ntp/sntp/sntp.1 | 4 +-
dist/ntp/sntp/version.def | 2 +-
dist/ntp/util/Makefile.in | 422 +-
dist/ntp/util/ntp-keygen-opts.c | 12 +-
dist/ntp/util/ntp-keygen-opts.h | 10 +-
dist/ntp/util/ntp-keygen-opts.texi | 8 +-
dist/ntp/util/ntp-keygen.1 | 4 +-
dist/ntp/version | 2 +-
dist/ntp/version.m4 | 2 +-
59 files changed, 17001 insertions(+), 22774 deletions(-)
diffs (truncated from 51995 to 300 lines):
diff -r f1ff95f28fc1 -r 74ff88df1625 dist/ntp/ChangeLog
--- a/dist/ntp/ChangeLog Tue Dec 08 20:38:16 2009 +0000
+++ b/dist/ntp/ChangeLog Tue Dec 08 20:41:03 2009 +0000
@@ -1,3 +1,8 @@
+---
+(4.2.4p8) 2009/12/08 Released by Harlan Stenn <stenn%ntp.org@localhost>
+
+* [Sec 1331] DoS with mode 7 packets - CVE-2009-3563.
+
---
(4.2.4p7) 2009/05/18 Released by Harlan Stenn <stenn%ntp.org@localhost>
diff -r f1ff95f28fc1 -r 74ff88df1625 dist/ntp/CommitLog
--- a/dist/ntp/CommitLog Tue Dec 08 20:38:16 2009 +0000
+++ b/dist/ntp/CommitLog Tue Dec 08 20:41:03 2009 +0000
@@ -1,3 +1,192 @@
+ChangeSet@1.1612, 2009-12-08 08:30:54-05:00, stenn%whimsy.udel.edu@localhost +1 -0
+ ChangeLog:
+ typo
+
+ ChangeLog@1.95, 2009-12-08 08:30:44-05:00, stenn%whimsy.udel.edu@localhost +0 -1
+ typo
+
+ChangeSet@1.1611, 2009-12-08 08:23:12-05:00, stenn%whimsy.udel.edu@localhost +26 -0
+ NTP_4_2_4P8
+ TAG: NTP_4_2_4P8
+
+ ChangeLog@1.94, 2009-12-08 08:23:01-05:00, stenn%whimsy.udel.edu@localhost +1 -0
+ NTP_4_2_4P8
+
+ ntpd/ntpd-opts.c@1.86, 2009-12-08 08:23:02-05:00, stenn%whimsy.udel.edu@localhost +2 -2
+ NTP_4_2_4P8
+
+ ntpd/ntpd-opts.h@1.86, 2009-12-08 08:23:02-05:00, stenn%whimsy.udel.edu@localhost +3 -3
+ NTP_4_2_4P8
+
+ ntpd/ntpd-opts.texi@1.85, 2009-12-08 08:23:03-05:00, stenn%whimsy.udel.edu@localhost +1 -1
+ NTP_4_2_4P8
+
+ ntpd/ntpd.1@1.84, 2009-12-08 08:23:03-05:00, stenn%whimsy.udel.edu@localhost +2 -2
+ NTP_4_2_4P8
+
+ ntpd/ntpdsim-opts.c@1.86, 2009-12-08 08:23:03-05:00, stenn%whimsy.udel.edu@localhost +2 -2
+ NTP_4_2_4P8
+
+ ntpd/ntpdsim-opts.h@1.86, 2009-12-08 08:23:04-05:00, stenn%whimsy.udel.edu@localhost +3 -3
+ NTP_4_2_4P8
+
+ ntpd/ntpdsim-opts.texi@1.84, 2009-12-08 08:23:05-05:00, stenn%whimsy.udel.edu@localhost +1 -1
+ NTP_4_2_4P8
+
+ ntpd/ntpdsim.1@1.84, 2009-12-08 08:23:05-05:00, stenn%whimsy.udel.edu@localhost +2 -2
+ NTP_4_2_4P8
+
+ ntpdc/ntpdc-opts.c@1.86, 2009-12-08 08:23:05-05:00, stenn%whimsy.udel.edu@localhost +2 -2
+ NTP_4_2_4P8
+
+ ntpdc/ntpdc-opts.h@1.86, 2009-12-08 08:23:05-05:00, stenn%whimsy.udel.edu@localhost +3 -3
+ NTP_4_2_4P8
+
+ ntpdc/ntpdc-opts.texi@1.84, 2009-12-08 08:23:06-05:00, stenn%whimsy.udel.edu@localhost +1 -1
+ NTP_4_2_4P8
+
+ ntpdc/ntpdc.1@1.84, 2009-12-08 08:23:06-05:00, stenn%whimsy.udel.edu@localhost +2 -2
+ NTP_4_2_4P8
+
+ ntpq/ntpq-opts.c@1.88, 2009-12-08 08:23:06-05:00, stenn%whimsy.udel.edu@localhost +2 -2
+ NTP_4_2_4P8
+
+ ntpq/ntpq-opts.h@1.88, 2009-12-08 08:23:06-05:00, stenn%whimsy.udel.edu@localhost +3 -3
+ NTP_4_2_4P8
+
+ ntpq/ntpq-opts.texi@1.85, 2009-12-08 08:23:07-05:00, stenn%whimsy.udel.edu@localhost +1 -1
+ NTP_4_2_4P8
+
+ ntpq/ntpq.1@1.84, 2009-12-08 08:23:07-05:00, stenn%whimsy.udel.edu@localhost +2 -2
+ NTP_4_2_4P8
+
+ packageinfo.sh@1.118, 2009-12-08 08:23:07-05:00, stenn%whimsy.udel.edu@localhost +4 -4
+ NTP_4_2_4P8
+
+ sntp/sntp-opts.c@1.84, 2009-12-08 08:23:07-05:00, stenn%whimsy.udel.edu@localhost +2 -2
+ NTP_4_2_4P8
+
+ sntp/sntp-opts.h@1.84, 2009-12-08 08:23:07-05:00, stenn%whimsy.udel.edu@localhost +3 -3
+ NTP_4_2_4P8
+
+ sntp/sntp-opts.texi@1.81, 2009-12-08 08:23:08-05:00, stenn%whimsy.udel.edu@localhost +1 -1
+ NTP_4_2_4P8
+
+ sntp/sntp.1@1.84, 2009-12-08 08:23:08-05:00, stenn%whimsy.udel.edu@localhost +2 -2
+ NTP_4_2_4P8
+
+ util/ntp-keygen-opts.c@1.85, 2009-12-08 08:23:08-05:00, stenn%whimsy.udel.edu@localhost +2 -2
+ NTP_4_2_4P8
+
+ util/ntp-keygen-opts.h@1.85, 2009-12-08 08:23:08-05:00, stenn%whimsy.udel.edu@localhost +3 -3
+ NTP_4_2_4P8
+
+ util/ntp-keygen-opts.texi@1.83, 2009-12-08 08:23:09-05:00, stenn%whimsy.udel.edu@localhost +1 -1
+ NTP_4_2_4P8
+
+ util/ntp-keygen.1@1.83, 2009-12-08 08:23:09-05:00, stenn%whimsy.udel.edu@localhost +2 -2
+ NTP_4_2_4P8
+
+ChangeSet@1.1610, 2009-12-08 07:45:28-05:00, stenn%whimsy.udel.edu@localhost +26 -0
+ NTP_4_2_4P9_RC1
+ TAG: NTP_4_2_4P9_RC1
+
+ ChangeLog@1.93, 2009-12-08 07:45:19-05:00, stenn%whimsy.udel.edu@localhost +1 -0
+ NTP_4_2_4P9_RC1
+
+ ntpd/ntpd-opts.c@1.85, 2009-12-08 07:45:19-05:00, stenn%whimsy.udel.edu@localhost +5 -5
+ NTP_4_2_4P9_RC1
+
+ ntpd/ntpd-opts.h@1.85, 2009-12-08 07:45:19-05:00, stenn%whimsy.udel.edu@localhost +4 -4
+ NTP_4_2_4P9_RC1
+
+ ntpd/ntpd-opts.texi@1.84, 2009-12-08 07:45:20-05:00, stenn%whimsy.udel.edu@localhost +13 -6
+ NTP_4_2_4P9_RC1
+
+ ntpd/ntpd.1@1.83, 2009-12-08 07:45:20-05:00, stenn%whimsy.udel.edu@localhost +2 -2
+ NTP_4_2_4P9_RC1
+
+ ntpd/ntpdsim-opts.c@1.85, 2009-12-08 07:45:20-05:00, stenn%whimsy.udel.edu@localhost +5 -5
+ NTP_4_2_4P9_RC1
+
+ ntpd/ntpdsim-opts.h@1.85, 2009-12-08 07:45:20-05:00, stenn%whimsy.udel.edu@localhost +4 -4
+ NTP_4_2_4P9_RC1
+
+ ntpd/ntpdsim-opts.texi@1.83, 2009-12-08 07:45:21-05:00, stenn%whimsy.udel.edu@localhost +61 -2
+ NTP_4_2_4P9_RC1
+
+ ntpd/ntpdsim.1@1.83, 2009-12-08 07:45:21-05:00, stenn%whimsy.udel.edu@localhost +2 -2
+ NTP_4_2_4P9_RC1
+
+ ntpdc/ntpdc-opts.c@1.85, 2009-12-08 07:45:21-05:00, stenn%whimsy.udel.edu@localhost +5 -5
+ NTP_4_2_4P9_RC1
+
+ ntpdc/ntpdc-opts.h@1.85, 2009-12-08 07:45:21-05:00, stenn%whimsy.udel.edu@localhost +4 -4
+ NTP_4_2_4P9_RC1
+
+ ntpdc/ntpdc-opts.texi@1.83, 2009-12-08 07:45:21-05:00, stenn%whimsy.udel.edu@localhost +7 -4
+ NTP_4_2_4P9_RC1
+
+ ntpdc/ntpdc.1@1.83, 2009-12-08 07:45:22-05:00, stenn%whimsy.udel.edu@localhost +2 -2
+ NTP_4_2_4P9_RC1
+
+ ntpq/ntpq-opts.c@1.87, 2009-12-08 07:45:22-05:00, stenn%whimsy.udel.edu@localhost +5 -5
+ NTP_4_2_4P9_RC1
+
+ ntpq/ntpq-opts.h@1.87, 2009-12-08 07:45:22-05:00, stenn%whimsy.udel.edu@localhost +4 -4
+ NTP_4_2_4P9_RC1
+
+ ntpq/ntpq-opts.texi@1.84, 2009-12-08 07:45:22-05:00, stenn%whimsy.udel.edu@localhost +8 -4
+ NTP_4_2_4P9_RC1
+
+ ntpq/ntpq.1@1.83, 2009-12-08 07:45:23-05:00, stenn%whimsy.udel.edu@localhost +2 -2
+ NTP_4_2_4P9_RC1
+
+ packageinfo.sh@1.117, 2009-12-08 07:45:23-05:00, stenn%whimsy.udel.edu@localhost +3 -3
+ NTP_4_2_4P9_RC1
+
+ sntp/sntp-opts.c@1.83, 2009-12-08 07:45:23-05:00, stenn%whimsy.udel.edu@localhost +5 -5
+ NTP_4_2_4P9_RC1
+
+ sntp/sntp-opts.h@1.83, 2009-12-08 07:45:23-05:00, stenn%whimsy.udel.edu@localhost +4 -4
+ NTP_4_2_4P9_RC1
+
+ sntp/sntp-opts.texi@1.80, 2009-12-08 07:45:24-05:00, stenn%whimsy.udel.edu@localhost +54 -2
+ NTP_4_2_4P9_RC1
+
+ sntp/sntp.1@1.83, 2009-12-08 07:45:24-05:00, stenn%whimsy.udel.edu@localhost +2 -2
+ NTP_4_2_4P9_RC1
+
+ util/ntp-keygen-opts.c@1.84, 2009-12-08 07:45:24-05:00, stenn%whimsy.udel.edu@localhost +5 -5
+ NTP_4_2_4P9_RC1
+
+ util/ntp-keygen-opts.h@1.84, 2009-12-08 07:45:24-05:00, stenn%whimsy.udel.edu@localhost +4 -4
+ NTP_4_2_4P9_RC1
+
+ util/ntp-keygen-opts.texi@1.82, 2009-12-08 07:45:24-05:00, stenn%whimsy.udel.edu@localhost +4 -4
+ NTP_4_2_4P9_RC1
+
+ util/ntp-keygen.1@1.82, 2009-12-08 07:45:25-05:00, stenn%whimsy.udel.edu@localhost +2 -2
+ NTP_4_2_4P9_RC1
+
+ChangeSet@1.1609, 2009-12-08 05:36:47-05:00, stenn%whimsy.udel.edu@localhost +2 -0
+ [Sec 1331] DoS with mode 7 packets - CVE-2009-3563
+
+ NEWS@1.102, 2009-12-08 05:36:36-05:00, stenn%whimsy.udel.edu@localhost +34 -0
+ [Sec 1331] DoS with mode 7 packets - CVE-2009-3563
+
+ packageinfo.sh@1.116, 2009-12-08 05:36:36-05:00, stenn%whimsy.udel.edu@localhost +2 -2
+ [Sec 1331] DoS with mode 7 packets - CVE-2009-3563
+
+ChangeSet@1.1608, 2009-10-07 01:33:22+00:00, davehart%shiny.ad.hartbrothers.com@localhost +2 -0
+ [Sec 1331] DoS with mode 7 packets - CVE-2009-3563.
+
+ ChangeLog@1.92, 2009-10-07 01:33:21+00:00, davehart%shiny.ad.hartbrothers.com@localhost +4 -0
+ [Sec 1331] DoS with mode 7 packets - CVE-2009-3563.
+
+ ntpd/ntp_request.c@1.68, 2009-10-07 01:33:21+00:00, davehart%shiny.ad.hartbrothers.com@localhost +9 -2
+ [Sec 1331] DoS with mode 7 packets - CVE-2009-3563.
+
ChangeSet@1.1607, 2009-05-18 05:04:41-04:00, stenn%whimsy.udel.edu@localhost +26 -0
NTP_4_2_4P7
TAG: NTP_4_2_4P7
diff -r f1ff95f28fc1 -r 74ff88df1625 dist/ntp/ElectricFence/Makefile.in
--- a/dist/ntp/ElectricFence/Makefile.in Tue Dec 08 20:38:16 2009 +0000
+++ b/dist/ntp/ElectricFence/Makefile.in Tue Dec 08 20:41:03 2009 +0000
@@ -1,8 +1,9 @@
-# Makefile.in generated by automake 1.9.6 from Makefile.am.
+# Makefile.in generated by automake 1.11 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005 Free Software Foundation, Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
+# Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
@@ -18,15 +19,12 @@
# Converted the original Makefile (now in Makefile-) to Makefile.am
# in July of '00
-srcdir = @srcdir@
-top_srcdir = @top_srcdir@
VPATH = @srcdir@
pkgdatadir = $(datadir)/@PACKAGE@
+pkgincludedir = $(includedir)/@PACKAGE@
pkglibdir = $(libdir)/@PACKAGE@
-pkgincludedir = $(includedir)/@PACKAGE@
-top_builddir = ..
+pkglibexecdir = $(libexecdir)/@PACKAGE@
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
-INSTALL = @INSTALL@
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
install_sh_SCRIPT = $(install_sh) -c
@@ -40,7 +38,6 @@
POST_UNINSTALL = :
build_triplet = @build@
host_triplet = @host@
-check_PROGRAMS = @EF_PROGS@
EXTRA_PROGRAMS = eftest$(EXEEXT) tstheap$(EXEEXT)
subdir = ElectricFence
DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
@@ -56,6 +53,7 @@
mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
+CONFIG_CLEAN_VPATH_FILES =
LIBRARIES = $(noinst_LIBRARIES)
ARFLAGS = cru
libefence_a_AR = $(AR) $(ARFLAGS)
@@ -71,25 +69,25 @@
tstheap_OBJECTS = tstheap.$(OBJEXT)
tstheap_LDADD = $(LDADD)
tstheap_DEPENDENCIES = libefence.a
-DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
+DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
depcomp = $(SHELL) $(top_srcdir)/depcomp
am__depfiles_maybe = depfiles
+am__mv = mv -f
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
-LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
- $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
- $(AM_CFLAGS) $(CFLAGS)
+LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
+ --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
CCLD = $(CC)
-LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
- $(AM_LDFLAGS) $(LDFLAGS) -o $@
+LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
+ --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
+ $(LDFLAGS) -o $@
SOURCES = $(libefence_a_SOURCES) eftest.c tstheap.c
DIST_SOURCES = $(libefence_a_SOURCES) eftest.c tstheap.c
ETAGS = etags
CTAGS = ctags
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
ACLOCAL = @ACLOCAL@
-AMDEP_FALSE = @AMDEP_FALSE@
-AMDEP_TRUE = @AMDEP_TRUE@
AMTAR = @AMTAR@
AR = @AR@
ARLIB_DIR = @ARLIB_DIR@
@@ -117,10 +115,10 @@
EF_PROGS = @EF_PROGS@
EGREP = @EGREP@
EXEEXT = @EXEEXT@
+GREP = @GREP@
HAVE_INLINE = @HAVE_INLINE@
+INSTALL = @INSTALL@
INSTALL_DATA = @INSTALL_DATA@
-INSTALL_LIBOPTS_FALSE = @INSTALL_LIBOPTS_FALSE@
Home |
Main Index |
Thread Index |
Old Index