Hello community, here is the log from the commit of package ntp for openSUSE:Factory checked in at 2012-01-26 14:06:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ntp (Old) and /work/SRC/openSUSE:Factory/.ntp.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ntp", Maintainer is "vark...@suse.com" Changes: -------- --- /work/SRC/openSUSE:Factory/ntp/ntp.changes 2011-11-25 23:05:17.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.ntp.new/ntp.changes 2012-01-26 14:06:42.000000000 +0100 @@ -1,0 +2,74 @@ +Mon Jan 9 18:45:15 UTC 2012 - lmue...@suse.com + +- Remove superfluous remove of acconfig.h while build. +- BuildRequire autoconf to avoid implicit dependency for post-11.4 systems. +- Remove call to suse_update_config macro for post-11.4 systems. + +------------------------------------------------------------------- +Mon Jan 9 18:38:10 UTC 2012 - lmue...@suse.com + +- BuildRequire fdupes for post-10.1 systems. +- Do not call autoreconf for pre-10.2 systems. + +------------------------------------------------------------------- +Mon Jan 9 18:11:27 UTC 2012 - lmue...@suse.de + +- Update to version 4.2.6p5. + - ntpd + * Updated "nic" and "interface" IPv6 address handling to prevent + mismatches with localhost [::1] and wildcard [::] which resulted from + using the address/prefix format (e.g. fe80::/64) + * Fix orphan mode stratum incorrectly counting to infinity + * Orphan parent selection metric updated to includes missing ntohl() + * Non-printable stratum 16 refid no longer sent to ntp + * Duplicate ephemeral associations suppressed for broadcastclient and + multicastclient without broadcastdelay + * Exclude undetermined sys_refid from use in loopback TEST12 + * Exclude MODE_SERVER responses from KoD rate limiting + * Include root delay in clock_update() sys_rootdisp calculations + * get_systime() updated to exclude sys_residual offset (which only + affected bits "below" sys_tick, the precision threshold) + * sys.peer jitter weighting corrected in sys_jitter calculation + - ntpq + * -n option extended to include the billboard "server" column + * IPv6 addresses in the local column truncated to prevent overruns +- Update to version 4.2.6p4. + - Build system + * Fix checking for struct rtattr + * Upgrade required version of autogen and libopts for building + from our source code repository + - ntpd + * Back-ported several fixes for Coverity warnings from ntp-dev + * Fix a rare boundary condition in UNLINK_EXPR_SLIST() + * Allow "logconfig =allall" configuration directive + * Bind tentative IPv6 addresses on Linux + * Correct WWVB/Spectracom driver to timestamp CR instead of LF + * Improved tally bit handling to prevent incorrect ntpq peer status reports + * Exclude the Undisciplined Local Clock and ACTS drivers from the initial + candidate list unless they are designated a "prefer peer" + * Prevent the consideration of Undisciplined Local Clock or ACTS drivers for + selection during the 'tos orphanwait' period· + * Prefer an Orphan Mode Parent over the Undisciplined Local Clock or ACTS + drivers + * Improved support of the Parse Refclock trusttime flag in Meinberg mode + * Back-port utility routines from ntp-dev: mprintf(), emalloc_zero() + * Code cleanup in libntpq + - ntpdc + * Fix timerstats reporting + - ntpdate + * Reduce time required to set clock + * Allow a timeout greater than 2 seconds + - sntp + * Backward incompatible command-line option change: + -l/--filelog changed -l/--logfile (to be consistent with ntpd) + - Documentation + * Update html2man. Fix some tags in the .html files + * Distribute ntp-wait.html + +------------------------------------------------------------------- +Mon Jan 9 17:35:16 UTC 2012 - lmue...@suse.de + +- Remove superfluously used NTPD_PID_NOPREFIX from init script. +- Refresh patches to apply with no offset. + +------------------------------------------------------------------- Old: ---- ntp-4.2.6p3.tar.bz2 New: ---- ntp-4.2.6p5.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ntp.spec ++++++ --- /var/tmp/diff_new_pack.AkErwn/_old 2012-01-26 14:06:44.000000000 +0100 +++ /var/tmp/diff_new_pack.AkErwn/_new 2012-01-26 14:06:44.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package ntp # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,15 +19,19 @@ Name: ntp -BuildRequires: fdupes libcap-devel libtool openssl-devel readline-devel +%if 0%{?suse_version} > 1010 +BuildRequires: autoconf +BuildRequires: fdupes +%endif +BuildRequires: libcap-devel libtool openssl-devel readline-devel # to allow the postinst script to succeed BuildRequires: pwdutils %define ntpfaqversion 3.4 Url: http://www.ntp.org/ License: BSD-3-Clause Group: Productivity/Networking/Other -Version: 4.2.6p3 -Release: 1 +Version: 4.2.6p5 +Release: 0 Summary: Network Time Protocol daemon (version 4) # main source Source0: http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ntp-%{version}.tar.bz2 @@ -196,9 +200,12 @@ sed -i 's/\r//g' html/scripts/{footer.txt,style.css} %build -rm -rf acconfig.h +%if 0%{?suse_version} && 0%{?suse_version} < 1141 %{?suse_update_config} +%endif +%if 0%{?suse_version} > 1010 autoreconf -fi +%endif export RPM_OPT_FLAGS="$RPM_OPT_FLAGS -W -Wall -Wstrict-prototypes -Wpointer-arith -Wno-unused-parameter -fno-strict-aliasing -fstack-protector" %ifarch alpha s390x export RPM_OPT_FLAGS="$RPM_OPT_FLAGS -O0" @@ -224,7 +231,9 @@ %makeinstall # Change permissions chmod 644 html/pic/neoclock4x.gif +%if 0%{?suse_version} > 1010 %fdupes -s html +%endif # # default configuration # ++++++ MOD_NANO.diff ++++++ --- /var/tmp/diff_new_pack.AkErwn/_old 2012-01-26 14:06:44.000000000 +0100 +++ /var/tmp/diff_new_pack.AkErwn/_new 2012-01-26 14:06:44.000000000 +0100 @@ -1,5 +1,7 @@ ---- include/ntp_syscall.h 2009-12-04 22:28:04.551582059 +0100 -+++ include/ntp_syscall.h 2009-12-04 22:29:17.322582048 +0100 +Index: include/ntp_syscall.h +=================================================================== +--- include/ntp_syscall.h.orig ++++ include/ntp_syscall.h @@ -14,6 +14,14 @@ # include <sys/timex.h> #endif ++++++ bnc#506908.diff ++++++ --- /var/tmp/diff_new_pack.AkErwn/_old 2012-01-26 14:06:44.000000000 +0100 +++ /var/tmp/diff_new_pack.AkErwn/_new 2012-01-26 14:06:44.000000000 +0100 @@ -1,6 +1,8 @@ ---- scripts/ntptrace.in.orig 2010-10-21 21:26:13.000000000 +0200 -+++ scripts/ntptrace.in 2010-10-21 21:26:29.000000000 +0200 -@@ -6,7 +6,7 @@ +Index: scripts/ntptrace.in +=================================================================== +--- scripts/ntptrace.in.orig ++++ scripts/ntptrace.in +@@ -6,7 +6,7 @@ use Socket; use Getopt::Std; use vars qw($opt_n $opt_m); ++++++ bnc#574885.diff ++++++ --- /var/tmp/diff_new_pack.AkErwn/_old 2012-01-26 14:06:44.000000000 +0100 +++ /var/tmp/diff_new_pack.AkErwn/_new 2012-01-26 14:06:44.000000000 +0100 @@ -1,6 +1,8 @@ ---- lib/isc/unix/interfaceiter.c.orig 2010-10-21 21:36:10.000000000 +0200 -+++ lib/isc/unix/interfaceiter.c 2010-10-21 21:36:34.000000000 +0200 -@@ -147,7 +147,7 @@ +Index: lib/isc/unix/interfaceiter.c +=================================================================== +--- lib/isc/unix/interfaceiter.c.orig ++++ lib/isc/unix/interfaceiter.c +@@ -147,7 +147,7 @@ get_addr(unsigned int family, isc_netadd #ifdef __linux #define ISC_IF_INET6_SZ \ ++++++ conf.ntp.init ++++++ --- /var/tmp/diff_new_pack.AkErwn/_old 2012-01-26 14:06:44.000000000 +0100 +++ /var/tmp/diff_new_pack.AkErwn/_new 2012-01-26 14:06:44.000000000 +0100 @@ -126,7 +126,6 @@ # set default PID variables NTPD_PID="${CHROOT_PREFIX}/var/run/ntp/ntpd.pid" -NTPD_PID_NOPREFIX="/var/run/ntp/ntpd.pid" # Create if /var/run is on tmpfs test -e /var/run/ntp || ln -s ../lib/ntp/var/run/ntp /var/run @@ -212,7 +211,7 @@ # do we run chrooted? test "${NTPD_RUN_CHROOTED}" = "yes" && prepare_chroot - startproc $NTPD_BIN -p ${NTPD_PID_NOPREFIX} $NTPD_OPTIONS -c $NTP_CONF + startproc $NTPD_BIN -p ${NTPD_PID#${CHROOT_PREFIX}} $NTPD_OPTIONS -c $NTP_CONF if [ -n "${NTP_KEYS}" ]; then runtime_configuration ++++++ ntp-4.2.6p2-seed_file.patch ++++++ --- /var/tmp/diff_new_pack.AkErwn/_old 2012-01-26 14:06:44.000000000 +0100 +++ /var/tmp/diff_new_pack.AkErwn/_new 2012-01-26 14:06:44.000000000 +0100 @@ -1,6 +1,8 @@ ---- ntpd/ntp_crypto.c.orig 2010-10-21 20:55:20.000000000 +0200 -+++ ntpd/ntp_crypto.c 2010-10-21 20:56:36.000000000 +0200 -@@ -3698,10 +3698,12 @@ +Index: ntpd/ntp_crypto.c +=================================================================== +--- ntpd/ntp_crypto.c.orig ++++ ntpd/ntp_crypto.c +@@ -3698,10 +3698,12 @@ crypto_setup(void) randfile = rand_file; if ((bytes = RAND_load_file(randfile, -1)) == 0) { ++++++ ntp-4.2.6p3.tar.bz2 -> ntp-4.2.6p5.tar.bz2 ++++++ ++++ 139180 lines of diff (skipped) ++++++ ntp-code-cleanup.patch ++++++ --- /var/tmp/diff_new_pack.AkErwn/_old 2012-01-26 14:06:45.000000000 +0100 +++ /var/tmp/diff_new_pack.AkErwn/_new 2012-01-26 14:06:45.000000000 +0100 @@ -1,26 +1,8 @@ ---- libntp/audio.c.orig 2010-10-21 21:07:20.000000000 +0200 -+++ libntp/audio.c 2010-10-21 21:08:23.000000000 +0200 -@@ -388,7 +388,7 @@ - r = 0 ; /* setting to zero nicely mutes the channel */ - #endif - l |= r << 8; -- if ( cf_agc ) -+ if ( *cf_agc ) - rval = ioctl(ctl_fd, agc, &l); - else - if (port == 2) { -@@ -408,7 +408,7 @@ - printf("audio_gain: mongain %d/%d\n", mongain, l); - # endif - l |= r << 8; -- if ( cf_monitor ) -+ if ( *cf_monitor ) - rval = ioctl(ctl_fd, monitor, &l ); - else - rval = ioctl(ctl_fd, SOUND_MIXER_WRITE_VOLUME, &l); ---- parseutil/dcfd.c.orig 2010-10-21 21:08:56.000000000 +0200 -+++ parseutil/dcfd.c 2010-10-21 21:09:11.000000000 +0200 -@@ -587,7 +587,7 @@ +Index: parseutil/dcfd.c +=================================================================== +--- parseutil/dcfd.c.orig ++++ parseutil/dcfd.c +@@ -587,7 +587,7 @@ cvt_rawdcf( /* * invalid character (no consecutive bit sequence) */ ++++++ ntp-segfault_on_invalid_device.patch ++++++ --- /var/tmp/diff_new_pack.AkErwn/_old 2012-01-26 14:06:45.000000000 +0100 +++ /var/tmp/diff_new_pack.AkErwn/_new 2012-01-26 14:06:45.000000000 +0100 @@ -1,8 +1,8 @@ Index: ntpd/refclock_parse.c =================================================================== ---- ntpd/refclock_parse.c +--- ntpd/refclock_parse.c.orig +++ ntpd/refclock_parse.c -@@ -3315,6 +3315,10 @@ parse_control( +@@ -3409,6 +3409,10 @@ parse_control( struct parseunit *parse = (struct parseunit *)peer->procptr->unitptr; parsectl_t tmpctl; ++++++ ntp-strcat.patch ++++++ --- /var/tmp/diff_new_pack.AkErwn/_old 2012-01-26 14:06:45.000000000 +0100 +++ /var/tmp/diff_new_pack.AkErwn/_new 2012-01-26 14:06:45.000000000 +0100 @@ -1,8 +1,8 @@ -Index: b/ntpd/refclock_parse.c +Index: ntp-4.2.6p5/ntpd/refclock_parse.c =================================================================== ---- a/ntpd/refclock_parse.c -+++ b/ntpd/refclock_parse.c -@@ -3574,7 +3574,7 @@ parse_process( +--- ntp-4.2.6p5.orig/ntpd/refclock_parse.c ++++ ntp-4.2.6p5/ntpd/refclock_parse.c +@@ -3668,7 +3668,7 @@ parse_process( NLOG(NLOG_CLOCKINFO) /* conditional if clause for conditional syslog */ msyslog(LOG_WARNING, "PARSE receiver #%d: conversion status \"%s\"", ++++++ ntpd-maxmonmen.patch ++++++ --- /var/tmp/diff_new_pack.AkErwn/_old 2012-01-26 14:06:45.000000000 +0100 +++ /var/tmp/diff_new_pack.AkErwn/_new 2012-01-26 14:06:45.000000000 +0100 @@ -1,7 +1,7 @@ -Index: b/ntpd/ntp_monitor.c +Index: ntp-4.2.6p3/ntpd/ntp_monitor.c =================================================================== ---- a/ntpd/ntp_monitor.c -+++ b/ntpd/ntp_monitor.c +--- ntp-4.2.6p3.orig/ntpd/ntp_monitor.c ++++ ntp-4.2.6p3/ntpd/ntp_monitor.c @@ -45,7 +45,7 @@ * ... I don't believe the above is true anymore ... jdg */ -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org