[pkg-ntp-maintainers] [pkg-ntp] branch master updated (0f35545 -> ad7c7bc)

Bernhard Schmidt berni at moszumanska.debian.org
Fri Mar 31 20:15:14 UTC 2017


This is an automated email from the git hooks/post-receive script.

berni pushed a change to branch master
in repository pkg-ntp.

      from  0f35545   Import Debian changes 1:4.2.8p9+dfsg-2.1
       new  aadd3fc   Import Upstream version 4.2.8p10+dfsg
       new  ad7c7bc   Import Debian changes 1:4.2.8p10+dfsg-1

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 COPYRIGHT                                          |     4 +-
 ChangeLog                                          |    73 +-
 CommitLog                                          |   866 +-
 Makefile.in                                        |    18 +-
 NEWS                                               |   457 +-
 aclocal.m4                                         |     1 +
 adjtimed/Makefile.am                               |     5 +-
 adjtimed/Makefile.in                               |    15 +-
 clockstuff/Makefile.am                             |     3 +
 clockstuff/Makefile.in                             |    15 +-
 compile                                            |   142 -
 config.guess                                       |  1517 -
 config.h.in                                        |     6 +-
 config.sub                                         |  1756 -
 configure                                          |  8490 +----
 configure.ac                                       |    13 +-
 debian/changelog                                   |     8 +
 debian/patches/openssl-disable-check.patch         |    17 +-
 depcomp                                            |   530 -
 html/copyright.html                                |    10 +-
 include/Makefile.in                                |    10 +-
 include/isc/Makefile.in                            |    10 +-
 include/libssl_compat.h                            |    19 +
 include/ntp_crypto.h                               |     1 +
 include/ntp_fp.h                                   |     2 +-
 include/ntp_md5.h                                  |     4 +
 include/ntp_stdlib.h                               |    20 +-
 include/ntpd.h                                     |     5 +-
 include/ssl_applink.c                              |    30 +-
 install-sh                                         |   323 -
 kernel/Makefile.in                                 |    10 +-
 kernel/sys/Makefile.in                             |    10 +-
 lib/isc/inet_pton.c                                |     6 +-
 libntp/Makefile.am                                 |     4 +
 libntp/Makefile.in                                 |    16 +-
 libntp/a_md5encrypt.c                              |     1 -
 libntp/audio.c                                     |    36 +-
 libntp/authkeys.c                                  |     2 +-
 libntp/emalloc.c                                   |     9 +-
 libntp/libssl_compat.c                             |    17 +-
 libntp/ntp_intres.c                                |     2 +-
 libntp/recvbuff.c                                  |     2 +-
 libntp/ssl_init.c                                  |    53 +-
 libntp/statestr.c                                  |     9 +-
 libntp/work_fork.c                                 |   165 +-
 libparse/Makefile.am                               |     4 +
 libparse/Makefile.in                               |    16 +-
 libparse/clk_trimtsip.c                            |     8 +-
 libparse/gpstolfp.c                                |     4 +-
 ltmain.sh                                          |  9636 -----
 missing                                            |   360 -
 ntpd/Makefile.am                                   |     3 +
 ntpd/Makefile.in                                   |    17 +-
 ntpd/invoke-ntp.conf.texi                          |     2 +-
 ntpd/invoke-ntp.keys.texi                          |     2 +-
 ntpd/invoke-ntpd.texi                              |     4 +-
 ntpd/ntp.conf.5man                                 |     8 +-
 ntpd/ntp.conf.5mdoc                                |     6 +-
 ntpd/ntp.conf.html                                 |     2 +-
 ntpd/ntp.conf.man.in                               |     8 +-
 ntpd/ntp.conf.mdoc.in                              |     6 +-
 ntpd/ntp.keys.5man                                 |     6 +-
 ntpd/ntp.keys.5mdoc                                |     6 +-
 ntpd/ntp.keys.html                                 |     2 +-
 ntpd/ntp.keys.man.in                               |     6 +-
 ntpd/ntp.keys.mdoc.in                              |     6 +-
 ntpd/ntp_config.c                                  |   214 +-
 ntpd/ntp_control.c                                 |   296 +-
 ntpd/ntp_crypto.c                                  |    19 +-
 ntpd/ntp_io.c                                      |    21 +-
 ntpd/ntp_loopfilter.c                              |     3 +-
 ntpd/ntp_parser.c                                  |   304 +-
 ntpd/ntp_parser.h                                  |     2 +-
 ntpd/ntp_parser.y                                  |    10 +-
 ntpd/ntp_peer.c                                    |     5 +-
 ntpd/ntp_proto.c                                   |    33 +-
 ntpd/ntp_restrict.c                                |     4 +-
 ntpd/ntp_scanner.c                                 |     1 -
 ntpd/ntpd-opts.c                                   |   496 +-
 ntpd/ntpd-opts.h                                   |     8 +-
 ntpd/ntpd.1ntpdman                                 |     8 +-
 ntpd/ntpd.1ntpdmdoc                                |     6 +-
 ntpd/ntpd.c                                        |     2 +
 ntpd/ntpd.html                                     |     4 +-
 ntpd/ntpd.man.in                                   |     8 +-
 ntpd/ntpd.mdoc.in                                  |     6 +-
 ntpd/refclock_datum.c                              |    19 +-
 ntpd/refclock_gpsdjson.c                           |    14 +-
 ntpd/refclock_jjy.c                                |    17 +-
 ntpd/refclock_mx4200.c                             |    32 +-
 ntpd/refclock_nmea.c                               |     3 -
 ntpd/refclock_oncore.c                             |     8 +-
 ntpd/refclock_parse.c                              |    30 +-
 ntpdate/Makefile.am                                |     3 +
 ntpdate/Makefile.in                                |    16 +-
 ntpdate/ntpdate.c                                  |     2 +
 ntpdc/Makefile.am                                  |     3 +
 ntpdc/Makefile.in                                  |    17 +-
 ntpdc/invoke-ntpdc.texi                            |     4 +-
 ntpdc/ntpdc-opts.c                                 |   220 +-
 ntpdc/ntpdc-opts.h                                 |     8 +-
 ntpdc/ntpdc.1ntpdcman                              |     8 +-
 ntpdc/ntpdc.1ntpdcmdoc                             |     6 +-
 ntpdc/ntpdc.c                                      |     2 +-
 ntpdc/ntpdc.html                                   |     4 +-
 ntpdc/ntpdc.man.in                                 |     8 +-
 ntpdc/ntpdc.mdoc.in                                |     6 +-
 ntpdc/ntpdc_ops.c                                  |     2 +-
 ntpq/Makefile.am                                   |     5 +-
 ntpq/Makefile.in                                   |    17 +-
 ntpq/invoke-ntpq.texi                              |     4 +-
 ntpq/libntpq.c                                     |    67 +-
 ntpq/ntpq-opts.c                                   |   234 +-
 ntpq/ntpq-opts.h                                   |     8 +-
 ntpq/ntpq-subs.c                                   |     6 +-
 ntpq/ntpq.1ntpqman                                 |     8 +-
 ntpq/ntpq.1ntpqmdoc                                |     6 +-
 ntpq/ntpq.c                                        |    76 +-
 ntpq/ntpq.html                                     |     4 +-
 ntpq/ntpq.man.in                                   |     8 +-
 ntpq/ntpq.mdoc.in                                  |     6 +-
 ntpsnmpd/Makefile.am                               |     7 +-
 ntpsnmpd/Makefile.in                               |    16 +-
 ntpsnmpd/invoke-ntpsnmpd.texi                      |    21 +-
 ntpsnmpd/ntpsnmpd-opts.c                           |   142 +-
 ntpsnmpd/ntpsnmpd-opts.h                           |     8 +-
 ntpsnmpd/ntpsnmpd.1ntpsnmpdman                     |     8 +-
 ntpsnmpd/ntpsnmpd.1ntpsnmpdmdoc                    |     6 +-
 ntpsnmpd/ntpsnmpd.html                             |     2 +-
 ntpsnmpd/ntpsnmpd.man.in                           |     8 +-
 ntpsnmpd/ntpsnmpd.mdoc.in                          |     6 +-
 packageinfo.sh                                     |     4 +-
 parseutil/Makefile.am                              |     6 +-
 parseutil/Makefile.in                              |    15 +-
 ports/winnt/include/msvc_ssl_autolib.h             |    94 +
 ports/winnt/include/ntp_iocpltypes.h               |     1 +
 ports/winnt/include/timepps.h                      |   400 +-
 ports/winnt/instsrv/instsrv.c                      |   738 +-
 ports/winnt/ntpd/nt_ppsimpl.c                      |   770 +
 ports/winnt/ntpd/ntp_iocompletionport.c            |    36 +-
 ports/winnt/ntpd/ntservice.c                       |     1 +
 ports/winnt/vs2005/ntpd.vcproj                     |     4 +
 ports/winnt/vs2008/debug-x64.vsprops               |     4 +-
 ports/winnt/vs2008/debug.vsprops                   |     2 +-
 ports/winnt/vs2008/ntpd/ntpd.vcproj                |     4 +
 ports/winnt/vs2008/release-x64.vsprops             |     2 +-
 ports/winnt/vs2008/release.vsprops                 |     2 +-
 ports/winnt/vs2013/debug-x64.props                 |     2 +-
 ports/winnt/vs2013/debug.props                     |     2 +-
 ports/winnt/vs2013/libntp/libntp.vcxproj           |     3 +-
 ports/winnt/vs2013/libntp/libntp.vcxproj.filters   |     3 +
 ports/winnt/vs2013/ntpd/ntpd.vcxproj               |     1 +
 ports/winnt/vs2013/ntpd/ntpd.vcxproj.filters       |     3 +
 ports/winnt/vs2013/release-x64.props               |     2 +-
 ports/winnt/vs2013/release.props                   |     2 +-
 ports/winnt/vs2015/debug-x64.props                 |     2 +-
 ports/winnt/vs2015/debug.props                     |     2 +-
 ports/winnt/vs2015/libntp/libntp.vcxproj           |     1 +
 ports/winnt/vs2015/libntp/libntp.vcxproj.filters   |     3 +
 ports/winnt/vs2015/ntpd/ntpd.vcxproj               |     1 +
 ports/winnt/vs2015/ntpd/ntpd.vcxproj.filters       |     3 +
 ports/winnt/vs2015/release-x64.props               |     2 +-
 ports/winnt/vs2015/release.props                   |     2 +-
 scripts/Makefile.in                                |    10 +-
 scripts/build/Makefile.in                          |    10 +-
 scripts/calc_tickadj/Makefile.in                   |    10 +-
 scripts/calc_tickadj/calc_tickadj.1calc_tickadjman |     6 +-
 .../calc_tickadj/calc_tickadj.1calc_tickadjmdoc    |     4 +-
 scripts/calc_tickadj/calc_tickadj.html             |     2 +-
 scripts/calc_tickadj/calc_tickadj.man.in           |     6 +-
 scripts/calc_tickadj/calc_tickadj.mdoc.in          |     4 +-
 scripts/calc_tickadj/invoke-calc_tickadj.texi      |     2 +-
 scripts/invoke-plot_summary.texi                   |     4 +-
 scripts/invoke-summary.texi                        |     4 +-
 scripts/lib/Makefile.in                            |    10 +-
 scripts/ntp-wait/Makefile.in                       |    10 +-
 scripts/ntp-wait/invoke-ntp-wait.texi              |     4 +-
 scripts/ntp-wait/ntp-wait-opts                     |     4 +-
 scripts/ntp-wait/ntp-wait.1ntp-waitman             |     6 +-
 scripts/ntp-wait/ntp-wait.1ntp-waitmdoc            |     4 +-
 scripts/ntp-wait/ntp-wait.html                     |     4 +-
 scripts/ntp-wait/ntp-wait.man.in                   |     6 +-
 scripts/ntp-wait/ntp-wait.mdoc.in                  |     4 +-
 scripts/ntpsweep/Makefile.in                       |    10 +-
 scripts/ntpsweep/invoke-ntpsweep.texi              |     4 +-
 scripts/ntpsweep/ntpsweep-opts                     |     4 +-
 scripts/ntpsweep/ntpsweep.1ntpsweepman             |     6 +-
 scripts/ntpsweep/ntpsweep.1ntpsweepmdoc            |     4 +-
 scripts/ntpsweep/ntpsweep.html                     |     4 +-
 scripts/ntpsweep/ntpsweep.man.in                   |     6 +-
 scripts/ntpsweep/ntpsweep.mdoc.in                  |     4 +-
 scripts/ntptrace/Makefile.in                       |    10 +-
 scripts/ntptrace/invoke-ntptrace.texi              |     4 +-
 scripts/ntptrace/ntptrace-opts                     |     4 +-
 scripts/ntptrace/ntptrace.1ntptraceman             |     6 +-
 scripts/ntptrace/ntptrace.1ntptracemdoc            |     4 +-
 scripts/ntptrace/ntptrace.html                     |     4 +-
 scripts/ntptrace/ntptrace.man.in                   |     6 +-
 scripts/ntptrace/ntptrace.mdoc.in                  |     4 +-
 scripts/plot_summary-opts                          |     4 +-
 scripts/plot_summary.1plot_summaryman              |     6 +-
 scripts/plot_summary.1plot_summarymdoc             |     4 +-
 scripts/plot_summary.html                          |     4 +-
 scripts/plot_summary.man.in                        |     6 +-
 scripts/plot_summary.mdoc.in                       |     4 +-
 scripts/summary-opts                               |     4 +-
 scripts/summary.1summaryman                        |     6 +-
 scripts/summary.1summarymdoc                       |     4 +-
 scripts/summary.html                               |     4 +-
 scripts/summary.man.in                             |     6 +-
 scripts/summary.mdoc.in                            |     4 +-
 scripts/update-leap/Makefile.in                    |    10 +-
 scripts/update-leap/invoke-update-leap.texi        |     2 +-
 scripts/update-leap/update-leap-opts               |     4 +-
 scripts/update-leap/update-leap.1update-leapman    |     6 +-
 scripts/update-leap/update-leap.1update-leapmdoc   |     4 +-
 scripts/update-leap/update-leap.html               |     2 +-
 scripts/update-leap/update-leap.man.in             |     6 +-
 scripts/update-leap/update-leap.mdoc.in            |     4 +-
 sntp/COPYRIGHT                                     |     4 +-
 sntp/Makefile.am                                   |    11 +-
 sntp/Makefile.in                                   |    42 +-
 sntp/aclocal.m4                                    |     2 +-
 sntp/compile                                       |   142 -
 sntp/config.guess                                  |  1517 -
 sntp/config.h.in                                   |     3 +-
 sntp/config.sub                                    |  1756 -
 sntp/configure                                     | 37725 ++++++++-----------
 sntp/configure.ac                                  |     8 +-
 sntp/crypto.c                                      |     2 +-
 sntp/depcomp                                       |   530 -
 sntp/harden/README                                 |    11 +
 sntp/harden/default                                |     4 +
 sntp/harden/freebsd10                              |     4 +
 sntp/harden/freebsd11                              |     4 +
 sntp/harden/freebsd12                              |     4 +
 sntp/harden/linux                                  |     4 +
 sntp/harden/netbsd7.0                              |     4 +
 sntp/harden/netbsd7.99                             |     4 +
 sntp/include/Makefile.in                           |    19 +-
 sntp/include/copyright.def                         |     2 +-
 sntp/include/version.def                           |     2 +-
 sntp/include/version.texi                          |     6 +-
 sntp/install-sh                                    |   323 -
 sntp/invoke-sntp.texi                              |     4 +-
 sntp/kod_management.c                              |     4 +-
 sntp/libevent/Makefile.am                          |     8 +-
 sntp/libevent/Makefile.in                          |    10 +-
 sntp/libevent/build-aux/compile                    |   232 +-
 sntp/libevent/build-aux/config.guess               |   372 +-
 sntp/libevent/build-aux/config.sub                 |   167 +-
 sntp/libevent/build-aux/depcomp                    |   531 +-
 sntp/libevent/build-aux/install-sh                 |   385 +-
 sntp/libevent/build-aux/ltmain.sh                  |  5528 ++-
 sntp/libevent/build-aux/missing                    |   461 +-
 sntp/libevent/build-aux/ylwrap                     |   217 +-
 sntp/libevent/config.h.in                          |     3 +-
 sntp/libevent/configure                            |  2236 +-
 sntp/libevent/configure.ac                         |     4 +
 sntp/libevent/m4/libtool.m4                        |  2798 +-
 sntp/libevent/m4/ltoptions.m4                      |   140 +-
 sntp/libevent/m4/ltsugar.m4                        |     7 +-
 sntp/libevent/m4/ltversion.m4                      |    12 +-
 sntp/libevent/m4/lt~obsolete.m4                    |     7 +-
 sntp/libevent/test/regress_ssl.c                   |    22 +-
 sntp/libopts/Makefile.am                           |     4 +
 sntp/libopts/Makefile.in                           |    22 +-
 sntp/ltmain.sh                                     |  9636 -----
 sntp/m4/libtool.m4                                 |  2798 +-
 sntp/m4/ltoptions.m4                               |   140 +-
 sntp/m4/ltsugar.m4                                 |     7 +-
 sntp/m4/ltversion.m4                               |    12 +-
 sntp/m4/lt~obsolete.m4                             |     7 +-
 sntp/m4/ntp_compiler.m4                            |    16 +-
 sntp/m4/ntp_harden.m4                              |    52 +
 sntp/m4/ntp_libevent.m4                            |     3 +
 sntp/m4/ntp_libntp.m4                              |     4 +-
 sntp/m4/ntp_openssl.m4                             |    20 +-
 sntp/m4/ntp_prog_cc.m4                             |    23 +-
 sntp/m4/version.m4                                 |     2 +-
 sntp/missing                                       |   360 -
 sntp/scm-rev                                       |     2 +-
 sntp/scripts/Makefile.am                           |     1 +
 sntp/scripts/Makefile.in                           |    20 +-
 sntp/scripts/genHardFlags                          |   152 +
 sntp/sntp-opts.c                                   |   324 +-
 sntp/sntp-opts.h                                   |     8 +-
 sntp/sntp.1sntpman                                 |     8 +-
 sntp/sntp.1sntpmdoc                                |     6 +-
 sntp/sntp.html                                     |     4 +-
 sntp/sntp.man.in                                   |     8 +-
 sntp/sntp.mdoc.in                                  |     6 +-
 sntp/tests/Makefile.am                             |     5 +-
 sntp/tests/Makefile.in                             |    26 +-
 sntp/unity/Makefile.am                             |     5 +
 sntp/unity/Makefile.in                             |    23 +-
 sntp/version.c                                     |     2 +-
 tests/Makefile.in                                  |    10 +-
 tests/bug-2803/Makefile.am                         |     5 +-
 tests/bug-2803/Makefile.in                         |    17 +-
 tests/libntp/Makefile.am                           |     7 +-
 tests/libntp/Makefile.in                           |    17 +-
 tests/ntpd/Makefile.am                             |     5 +-
 tests/ntpd/Makefile.in                             |    17 +-
 tests/ntpq/Makefile.am                             |     5 +-
 tests/ntpq/Makefile.in                             |    16 +-
 tests/sandbox/Makefile.am                          |     5 +-
 tests/sandbox/Makefile.in                          |    17 +-
 tests/sec-2853/Makefile.am                         |     5 +-
 tests/sec-2853/Makefile.in                         |    17 +-
 util/Makefile.am                                   |     7 +-
 util/Makefile.in                                   |    17 +-
 util/invoke-ntp-keygen.texi                        |     4 +-
 util/ntp-keygen-opts.c                             |   352 +-
 util/ntp-keygen-opts.h                             |     8 +-
 util/ntp-keygen.1ntp-keygenman                     |     8 +-
 util/ntp-keygen.1ntp-keygenmdoc                    |     6 +-
 util/ntp-keygen.c                                  |    22 +-
 util/ntp-keygen.html                               |     4 +-
 util/ntp-keygen.man.in                             |     8 +-
 util/ntp-keygen.mdoc.in                            |     6 +-
 ylwrap                                             |   222 -
 322 files changed, 33538 insertions(+), 66044 deletions(-)
 delete mode 100755 compile
 delete mode 100755 config.guess
 delete mode 100755 config.sub
 delete mode 100755 depcomp
 delete mode 100755 install-sh
 delete mode 100755 ltmain.sh
 delete mode 100755 missing
 create mode 100644 ports/winnt/include/msvc_ssl_autolib.h
 create mode 100644 ports/winnt/ntpd/nt_ppsimpl.c
 delete mode 100755 sntp/compile
 delete mode 100755 sntp/config.guess
 delete mode 100755 sntp/config.sub
 delete mode 100755 sntp/depcomp
 create mode 100644 sntp/harden/README
 create mode 100644 sntp/harden/default
 create mode 100644 sntp/harden/freebsd10
 create mode 100644 sntp/harden/freebsd11
 create mode 100644 sntp/harden/freebsd12
 create mode 100644 sntp/harden/linux
 create mode 100644 sntp/harden/netbsd7.0
 create mode 100644 sntp/harden/netbsd7.99
 delete mode 100755 sntp/install-sh
 delete mode 100755 sntp/ltmain.sh
 create mode 100644 sntp/m4/ntp_harden.m4
 delete mode 100755 sntp/missing
 create mode 100755 sntp/scripts/genHardFlags
 delete mode 100755 ylwrap

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ntp/pkg-ntp.git



More information about the pkg-ntp-maintainers mailing list