Commit Graph

  • f5162ac5f3 Accepting request 521671 from network:time Dominique Leuenberger 2017-09-11 14:17:45 +00:00
  • 6c5a56c4d1 Accepting request 521671 from network:time Dominique Leuenberger 2017-09-11 14:17:45 +00:00
  • a8bca1d063 - Update to version 0.9.7+git20170906.6b1b54aee: * Rationalize a configuration-block copy. * Remove an obfuscatory macro. * Address Gitlab issue #376: Need a symlink from ./tests/pylib/ntp * Force struct pkt to maximum alignment on the host machine. * Address GitLab issue #375: ntpd terminates unexpectedly * It would be nice to put the NULL guard on the right line. * Ignore ntp symlink at the third level as well * docs/rollover.txt: Fix headers. * Add python3 gitlab ci target * Address GitLab issue #379: seccomp crashes ntpd * Correct seccomp whitelist change in previous commit. bsc#1057209 Tomáš Chvátal 2017-09-06 11:22:35 +00:00
  • 52002fd39d - Update to version 0.9.7+git20170906.6b1b54aee: * Rationalize a configuration-block copy. * Remove an obfuscatory macro. * Address Gitlab issue #376: Need a symlink from ./tests/pylib/ntp * Force struct pkt to maximum alignment on the host machine. * Address GitLab issue #375: ntpd terminates unexpectedly * It would be nice to put the NULL guard on the right line. * Ignore ntp symlink at the third level as well * docs/rollover.txt: Fix headers. * Add python3 gitlab ci target * Address GitLab issue #379: seccomp crashes ntpd * Correct seccomp whitelist change in previous commit. bsc#1057209 Tomáš Chvátal 2017-09-06 11:22:35 +00:00
  • ae151550de - Conflict and provide ntp-daemon instead of ntp directly Tomáš Chvátal 2017-09-06 09:11:11 +00:00
  • ce7c3890b5 - Conflict and provide ntp-daemon instead of ntp directly Tomáš Chvátal 2017-09-06 09:11:11 +00:00
  • dab95fb148 OBS-URL: https://build.opensuse.org/package/show/network:time/ntpsec?expand=0&rev=49 Tomáš Chvátal 2017-09-06 09:10:46 +00:00
  • 076f34dc0c OBS-URL: https://build.opensuse.org/package/show/network:time/ntpsec?expand=0&rev=49 Tomáš Chvátal 2017-09-06 09:10:46 +00:00
  • cdca6c6759 OBS-URL: https://build.opensuse.org/package/show/network:time/ntpsec?expand=0&rev=48 Tomáš Chvátal 2017-09-06 09:09:06 +00:00
  • b634575bc3 OBS-URL: https://build.opensuse.org/package/show/network:time/ntpsec?expand=0&rev=48 Tomáš Chvátal 2017-09-06 09:09:06 +00:00
  • 193d1091e0 - Fix silently obsoleting ntp wrt bsc#1055821 Tomáš Chvátal 2017-09-05 19:54:25 +00:00
  • 2918848fd3 - Fix silently obsoleting ntp wrt bsc#1055821 Tomáš Chvátal 2017-09-05 19:54:25 +00:00
  • ab36fe4031 Accepting request 521113 from network:time Dominique Leuenberger 2017-09-05 13:20:15 +00:00
  • 1c0787348c Accepting request 521113 from network:time Dominique Leuenberger 2017-09-05 13:20:15 +00:00
  • 32684e8428 - Update to version 0.9.7+git20170905.2bd5e61d6: * Too many members named 'count'. Distinguish one. No logic changes. * Address GitLab issue #367: reslist counting wrong rule * Documentation polishing. * Create and document topic labels for log messages. * Added tests for Authenticator() * Added tests for maic contents of packet.py * pylint: import print_function from future for python2/3 * pylint: remove unnecessary parenthesis * Added tests for Packet(), tweaked Packet to not use magic number. * TODO update - we now have a pointer to Debian packaging metadata. * Add script useful for timing ntpd startup * Fix for iburst on DNS for both server and pool * Added tests for SyncPacket, tweaked SyncPacket * Added tests and tweaks for ControlPacket() * Address GitLab issue #237: documentation refclock pps missing unit description * Address GitLab issue #368: warning on openbsd 6.0 with gcc 4.2.1 * Address GitLab issue #399: ntpq config command is config-from-file * Fix a minor glitch in processing of config_from_file... * Improve the ntpq help display. * Typo fix. * This is the spec file and README for creating an RPM package * Comment polishing. * Remove references to .refclockd extension, since that plan has been dropped. * Documentation polishing. * Expanded packet.py tests to test error handling. * Added aliases for frequently used objects * Moved slicedata() from agentx.py to util.py * Pythonized __parse_varlist() * Added comments and removed forgotten debugging statements Tomáš Chvátal 2017-09-05 11:42:52 +00:00
  • 20b2bec2e3 - Update to version 0.9.7+git20170905.2bd5e61d6: * Too many members named 'count'. Distinguish one. No logic changes. * Address GitLab issue #367: reslist counting wrong rule * Documentation polishing. * Create and document topic labels for log messages. * Added tests for Authenticator() * Added tests for maic contents of packet.py * pylint: import print_function from future for python2/3 * pylint: remove unnecessary parenthesis * Added tests for Packet(), tweaked Packet to not use magic number. * TODO update - we now have a pointer to Debian packaging metadata. * Add script useful for timing ntpd startup * Fix for iburst on DNS for both server and pool * Added tests for SyncPacket, tweaked SyncPacket * Added tests and tweaks for ControlPacket() * Address GitLab issue #237: documentation refclock pps missing unit description * Address GitLab issue #368: warning on openbsd 6.0 with gcc 4.2.1 * Address GitLab issue #399: ntpq config command is config-from-file * Fix a minor glitch in processing of config_from_file... * Improve the ntpq help display. * Typo fix. * This is the spec file and README for creating an RPM package * Comment polishing. * Remove references to .refclockd extension, since that plan has been dropped. * Documentation polishing. * Expanded packet.py tests to test error handling. * Added aliases for frequently used objects * Moved slicedata() from agentx.py to util.py * Pythonized __parse_varlist() * Added comments and removed forgotten debugging statements Tomáš Chvátal 2017-09-05 11:42:52 +00:00
  • 01f960a6da - Update to version 0.9.7+git20170817.d22a11af7: * ntpmon: make MRUSummary() dynamic on terminal width, not hard 79. * Partially address GitLab #212: waf needs some tlc * Address GitLab issue #322: ntpwait should not terminate... * Fix example to remove unsupported syntax. * Dispel murkiness about the configurator restrict operation. * Document a corber case in the behavior of ntpq -n. * Address GitLab issue #277: 32 bit OS warnings * Implement generation of CMAC keys for draft-ietf-ntp-mac-01. * Record in NEWS that AES-CMAC authentication hashes are supported. * Document new features. * Don't duplicate the keyboard error handler in ntpwait. * Address Gitlab issue #355: ntpq traceback on macOS * Deal with the fact that unqualified except catches SystemExit. * Documentation polishing. * Revert broken CMAC implementation * Address GitLab issue #58: GPSD_JSON doc does not match the code. * Remove mislrading comments. * Address GitLab issue #274: functions fail to inline * Drop support for OS X 10.11. Apple screwed this pooch too many different ways. * Eliminate u_int, u_short, u_long. u_char homebrew types. * Fix GitLab issue #357: mrulist crashes * Address GitLab issue #214: waf "host" part of the build doesn't use our CFLAGS * Replace an obsolete BDism: (caddr_t) becomes (void *). * Minor changes to reduce dependence of Linuxisms and glibcisms. * Replace deprecated usleep(3) with POSIX-compliant nanosleep(2). * Document the assumptions behind our C dialect switches better. * ntpwait: fix issues #358, return exit(2) on control-C * Address GitLab issue #314: Forward-confirmed reverse DNS * Address GitLab issue #359: Warning on Solaris with gcc in msyslog.c Tomáš Chvátal 2017-08-18 07:57:03 +00:00
  • 94180306e8 - Update to version 0.9.7+git20170817.d22a11af7: * ntpmon: make MRUSummary() dynamic on terminal width, not hard 79. * Partially address GitLab #212: waf needs some tlc * Address GitLab issue #322: ntpwait should not terminate... * Fix example to remove unsupported syntax. * Dispel murkiness about the configurator restrict operation. * Document a corber case in the behavior of ntpq -n. * Address GitLab issue #277: 32 bit OS warnings * Implement generation of CMAC keys for draft-ietf-ntp-mac-01. * Record in NEWS that AES-CMAC authentication hashes are supported. * Document new features. * Don't duplicate the keyboard error handler in ntpwait. * Address Gitlab issue #355: ntpq traceback on macOS * Deal with the fact that unqualified except catches SystemExit. * Documentation polishing. * Revert broken CMAC implementation * Address GitLab issue #58: GPSD_JSON doc does not match the code. * Remove mislrading comments. * Address GitLab issue #274: functions fail to inline * Drop support for OS X 10.11. Apple screwed this pooch too many different ways. * Eliminate u_int, u_short, u_long. u_char homebrew types. * Fix GitLab issue #357: mrulist crashes * Address GitLab issue #214: waf "host" part of the build doesn't use our CFLAGS * Replace an obsolete BDism: (caddr_t) becomes (void *). * Minor changes to reduce dependence of Linuxisms and glibcisms. * Replace deprecated usleep(3) with POSIX-compliant nanosleep(2). * Document the assumptions behind our C dialect switches better. * ntpwait: fix issues #358, return exit(2) on control-C * Address GitLab issue #314: Forward-confirmed reverse DNS * Address GitLab issue #359: Warning on Solaris with gcc in msyslog.c Tomáš Chvátal 2017-08-18 07:57:03 +00:00
  • 4fff981684 - Update to version 0.9.7+git20170810.8273a59ac: * Added /* SPECIAL DEBUG */ token to lines previously missed * Solaris: Start to fix a893edc7fa5fdf05b7558c46b2e83db9c7a0881b * libisc: remove code in $ifdef __hpux * SO_TIMESTAMP, comment that macOS uses this packet option. * libisc: Condition isc_netaddr_fromin6() and isc_netaddr_islinklocal() * libisc: move libisc/net.c to libntp/isc_net.c * libisc: move libisc/error.c to libntp/isc_error.c * libisc: move libisc/interfaceiter.c to libntp/isc_interfaceiter.c * libisc: p00f! * waf: remove uused variable srcnode. * Merge 3 #ifdef __linux sections * remove some stray spaces. * remove isc_mem.h and the sily macors it had. * Merge refidsmear.h into net_fp.h * move gpstolfp.c back into libparse * Fixed logging bug in ntpq * LISTs: remove 4 unused macros, comment out unused debug code. * SHM: change implicit casts to explicit: (enum segstat_t) * Sandbox: comment on odd Apple behavior. * Change netof() to netof6(). IPv6 only. * restrict: Ignore CIDR in restrict address. * Replace "uint" with "unsigned int" * Typo * Properly set compatibility defines for Solaris * Update capitalization of macOS to use new official style * Update devel/TODO * Add waf quirks to devel/TODO * ntpq interactive switch shot by firing squad for redundancy * More work on devel/TODO Tomáš Chvátal 2017-08-10 14:32:28 +00:00
  • b388b5e7b7 - Update to version 0.9.7+git20170810.8273a59ac: * Added /* SPECIAL DEBUG */ token to lines previously missed * Solaris: Start to fix a893edc7fa5fdf05b7558c46b2e83db9c7a0881b * libisc: remove code in $ifdef __hpux * SO_TIMESTAMP, comment that macOS uses this packet option. * libisc: Condition isc_netaddr_fromin6() and isc_netaddr_islinklocal() * libisc: move libisc/net.c to libntp/isc_net.c * libisc: move libisc/error.c to libntp/isc_error.c * libisc: move libisc/interfaceiter.c to libntp/isc_interfaceiter.c * libisc: p00f! * waf: remove uused variable srcnode. * Merge 3 #ifdef __linux sections * remove some stray spaces. * remove isc_mem.h and the sily macors it had. * Merge refidsmear.h into net_fp.h * move gpstolfp.c back into libparse * Fixed logging bug in ntpq * LISTs: remove 4 unused macros, comment out unused debug code. * SHM: change implicit casts to explicit: (enum segstat_t) * Sandbox: comment on odd Apple behavior. * Change netof() to netof6(). IPv6 only. * restrict: Ignore CIDR in restrict address. * Replace "uint" with "unsigned int" * Typo * Properly set compatibility defines for Solaris * Update capitalization of macOS to use new official style * Update devel/TODO * Add waf quirks to devel/TODO * ntpq interactive switch shot by firing squad for redundancy * More work on devel/TODO Tomáš Chvátal 2017-08-10 14:32:28 +00:00
  • 0ce27aa1cf - Add HUP call in logrotate postrotate. Thanks to Hall Murray for spotting Tomáš Chvátal 2017-07-02 08:46:46 +00:00
  • b4ea8f8780 Accepting request 501705 from network:time Dominique Leuenberger 2017-08-24 16:29:49 +00:00
  • 8a76cfff83 - Add HUP call in logrotate postrotate. Thanks to Hall Murray for spotting Tomáš Chvátal 2017-07-02 08:46:46 +00:00
  • 7beaaf66f1 Accepting request 501705 from network:time Dominique Leuenberger 2017-08-24 16:29:49 +00:00
  • d2a3916fe2 OBS-URL: https://build.opensuse.org/package/show/network:time/ntpsec?expand=0&rev=40 Tomáš Chvátal 2017-06-19 12:55:06 +00:00
  • f326541c17 OBS-URL: https://build.opensuse.org/package/show/network:time/ntpsec?expand=0&rev=40 Tomáš Chvátal 2017-06-19 12:55:06 +00:00
  • f52eb7af66 OBS-URL: https://build.opensuse.org/package/show/network:time/ntpsec?expand=0&rev=39 Tomáš Chvátal 2017-06-19 12:54:50 +00:00
  • 2178640364 OBS-URL: https://build.opensuse.org/package/show/network:time/ntpsec?expand=0&rev=39 Tomáš Chvátal 2017-06-19 12:54:50 +00:00
  • a019f51ae0 - Run pre for ntpd service Tomáš Chvátal 2017-06-15 09:58:48 +00:00
  • da50c450c3 - Run pre for ntpd service Tomáš Chvátal 2017-06-15 09:58:48 +00:00
  • d5adfb5f3d - Enable more options and refclocks by default Tomáš Chvátal 2017-06-07 12:16:48 +00:00
  • ed7faca5d6 - Enable more options and refclocks by default Tomáš Chvátal 2017-06-07 12:16:48 +00:00
  • 9cd4f272ae - Add conflict even to utils package to make factory bot happy - Update to version 0.9.7+git20170607.7c0008c91: * Address GitLab issue #316: "ntpd" dies unexpected unpeering a refclock * Address GitLab issue #322: ntpwait should not terminate with a traceback at SIGINT * Fix for issue #334 - restrictions using ephemeral copy of address. * Another try at fixing issue #334 * Fix for Issue #335 (-Wsign-conversion) * Fix for Issue #339 (-Wsign-conversion) Tomáš Chvátal 2017-06-07 12:01:44 +00:00
  • 2d746076e4 - Add conflict even to utils package to make factory bot happy - Update to version 0.9.7+git20170607.7c0008c91: * Address GitLab issue #316: "ntpd" dies unexpected unpeering a refclock * Address GitLab issue #322: ntpwait should not terminate with a traceback at SIGINT * Fix for issue #334 - restrictions using ephemeral copy of address. * Another try at fixing issue #334 * Fix for Issue #335 (-Wsign-conversion) * Fix for Issue #339 (-Wsign-conversion) Tomáš Chvátal 2017-06-07 12:01:44 +00:00
  • db1797f731 Accepting request 498497 from home:jengelh:branches:network:time Tomáš Chvátal 2017-05-26 18:30:25 +00:00
  • 9e8ca8d3d2 Accepting request 498497 from home:jengelh:branches:network:time Tomáš Chvátal 2017-05-26 18:30:25 +00:00
  • 87daa8386a - Add conflicts and provides to allow it to live in Tumbleweed Tomáš Chvátal 2017-05-26 11:59:31 +00:00
  • 512189dc38 - Add conflicts and provides to allow it to live in Tumbleweed Tomáš Chvátal 2017-05-26 11:59:31 +00:00
  • 48bf2ca2ad - Update to version 0.9.7+git20170525.464804153: * Catch ntp.packet.ControlException in ntpwait * ntpdig: Use python's built-in UTC offset variables since they handle DST * Remove duplicate check for enabling of leap smear option * libntp: make ntpcal_ntp64_to_date() static * libntp: make ntpcal_days_in_months() static * libntp: remove unused function: ntpcal_daysplit_to_date() * libntp: remove unused function: ntpcal_daysec_to_tm() * libntp: make get_ostime() static. * libntp: add missing static to atexit_ssl_cleanup() * libntp: remove unused finction sockaddr_masktoprefixlen() * libntp: move convertRefIDToLFP() into tests/libntp, make static. * libntp: remove unused function ntp_be16enc() * libntp: remive unused function ntp_be32enc() * libntp: remove unused function ntp_be64enc() * waf: show loccount in .waf help * libntp: Move +ymd2yd() into ntp_calendar.c. * libntp: make errno_to_str() and addto_syslog() static. * libntp: make mvfprintf(0 static * libntp: remove unused mfprintf() * libntp: move msnprintf() to tests. It was only a test helper. * tests: rearrange to eliminate an #ifndef. * libntp: move mstolfp() to be a test local. * libntp: remove emalloc() which has been commented out for a while. * libntp: remove unused ntp_gettime(). * libntp: make auth_moremem() static. * libntp: move atolfp() to a static in tests. * libparse: remove unused get_mbg_svno() * libparse: make get_mbg_health() static * libparse: make get_mbg_cfg() static. Tomáš Chvátal 2017-05-25 12:26:21 +00:00
  • c35d5a5e89 - Update to version 0.9.7+git20170525.464804153: * Catch ntp.packet.ControlException in ntpwait * ntpdig: Use python's built-in UTC offset variables since they handle DST * Remove duplicate check for enabling of leap smear option * libntp: make ntpcal_ntp64_to_date() static * libntp: make ntpcal_days_in_months() static * libntp: remove unused function: ntpcal_daysplit_to_date() * libntp: remove unused function: ntpcal_daysec_to_tm() * libntp: make get_ostime() static. * libntp: add missing static to atexit_ssl_cleanup() * libntp: remove unused finction sockaddr_masktoprefixlen() * libntp: move convertRefIDToLFP() into tests/libntp, make static. * libntp: remove unused function ntp_be16enc() * libntp: remive unused function ntp_be32enc() * libntp: remove unused function ntp_be64enc() * waf: show loccount in .waf help * libntp: Move +ymd2yd() into ntp_calendar.c. * libntp: make errno_to_str() and addto_syslog() static. * libntp: make mvfprintf(0 static * libntp: remove unused mfprintf() * libntp: move msnprintf() to tests. It was only a test helper. * tests: rearrange to eliminate an #ifndef. * libntp: move mstolfp() to be a test local. * libntp: remove emalloc() which has been commented out for a while. * libntp: remove unused ntp_gettime(). * libntp: make auth_moremem() static. * libntp: move atolfp() to a static in tests. * libparse: remove unused get_mbg_svno() * libparse: make get_mbg_health() static * libparse: make get_mbg_cfg() static. Tomáš Chvátal 2017-05-25 12:26:21 +00:00
  • ebe32d8ac0 - Update to version 0.9.7+git20170521.fdb63ab2a: * Add droproot support type to the configure summary report * Check for libseccomp via pkg-config first, then fall back to a direct search Tomáš Chvátal 2017-05-21 17:58:09 +00:00
  • 812306e952 - Update to version 0.9.7+git20170521.fdb63ab2a: * Add droproot support type to the configure summary report * Check for libseccomp via pkg-config first, then fall back to a direct search Tomáš Chvátal 2017-05-21 17:58:09 +00:00
  • f897d2e72d - Update to version 0.9.7+git20170515.aadc83545: Martin Pluskal 2017-05-15 11:31:57 +00:00
  • 23af8d9a83 - Update to version 0.9.7+git20170515.aadc83545: Martin Pluskal 2017-05-15 11:31:57 +00:00
  • 57028fa7ab - Fix path to ntpd in provided unit file Martin Pluskal 2017-05-02 10:18:06 +00:00
  • 452dd34b6f - Fix path to ntpd in provided unit file Martin Pluskal 2017-05-02 10:18:06 +00:00
  • 0a861a6bea - Update to version 0.9.7+git20170429.dcab3ef9b: Martin Pluskal 2017-05-02 10:08:57 +00:00
  • a9968c2b20 - Update to version 0.9.7+git20170429.dcab3ef9b: Martin Pluskal 2017-05-02 10:08:57 +00:00
  • 4ac4cb1dcb - Adjust the spec for the bugfixes included upstream - Update to version 0.9.7+git20170425.f7104e3b9: * systime: Fix comparing a double to zero. * ntp_loopfilter: fix 4 comparisons of double to zero. * ntp_conrol: fix comparing double to zero * ntp_loopfilter: fix comparing double to zero. * ntp_proto: fix comparing a double to zero. * ntp_scanner: fix a double compared to zero. Add fixme. * magnavox: fix last two compare of double to a number. * waf: -Wfloat-equal warning always on, no warnings now. * waf: comment out: -Wbad-function-cast * Rename EPOCH to BUILD_EPOCH to reduce ambiguity * Remove an incorrect assertion from devel/packagers.txt. * Eliminate wafhelpers.util * PEP8 fixes * Remove obsolete text. * libisc/error: add two attribute((format)) tags. * waf: remove -Wmissing-format-attribute * Load waf's gnu_dirs module and use it for installation target directories * Fixed warnings in ntpd/ntp_signd.c when ENABLE_MSSNTP is on * Move wafhelpers/configure.py into wscript * PEP8: indent to 4 spaces * Eliminate parse_version() function * We already import os, no need to import os.path.exists()... Tomáš Chvátal 2017-04-25 07:11:19 +00:00
  • ef8346f9e8 - Adjust the spec for the bugfixes included upstream - Update to version 0.9.7+git20170425.f7104e3b9: * systime: Fix comparing a double to zero. * ntp_loopfilter: fix 4 comparisons of double to zero. * ntp_conrol: fix comparing double to zero * ntp_loopfilter: fix comparing double to zero. * ntp_proto: fix comparing a double to zero. * ntp_scanner: fix a double compared to zero. Add fixme. * magnavox: fix last two compare of double to a number. * waf: -Wfloat-equal warning always on, no warnings now. * waf: comment out: -Wbad-function-cast * Rename EPOCH to BUILD_EPOCH to reduce ambiguity * Remove an incorrect assertion from devel/packagers.txt. * Eliminate wafhelpers.util * PEP8 fixes * Remove obsolete text. * libisc/error: add two attribute((format)) tags. * waf: remove -Wmissing-format-attribute * Load waf's gnu_dirs module and use it for installation target directories * Fixed warnings in ntpd/ntp_signd.c when ENABLE_MSSNTP is on * Move wafhelpers/configure.py into wscript * PEP8: indent to 4 spaces * Eliminate parse_version() function * We already import os, no need to import os.path.exists()... Tomáš Chvátal 2017-04-25 07:11:19 +00:00
  • c953c73f6d - Update to version 0.9.7+git20170422.4162ff742: * Typo * Fix typo in etc/ntplogtemp.service * waf: define EPOCH=[build-date], for reproducable builds. * EPOCH: remove REPRO_DATE and NTPD_IGNORE_BUILD_DATE. * ntpcal_get_build_date: now uses EPOCH. * ntp_calendar: add missing return. * magnavox: remove last __DATE__. * EPOCH: remove all mention of __DATE__ and __TIME__ * EPOCH: add URL to reproduceable build information. * Fix const warning from FreeBSD * ntpviz: When Peer Offsets has more than 6 peers, place key below graph. * libisc: mark two functions attribute const * lib_srtbuf: note where an attribute const fails * waf: remove annoying warning: -Wsuggest-attribute=const * ntp_filegen: mark one attribute pure. * ntp_leapsec: mark function attribute pure * refclock_trimble: mark one function static and attribute pure * libisc/assertions: fix possibly uninit variable. Martin Pluskal 2017-04-22 16:44:04 +00:00
  • 5e3e9ad4d8 - Update to version 0.9.7+git20170422.4162ff742: * Typo * Fix typo in etc/ntplogtemp.service * waf: define EPOCH=[build-date], for reproducable builds. * EPOCH: remove REPRO_DATE and NTPD_IGNORE_BUILD_DATE. * ntpcal_get_build_date: now uses EPOCH. * ntp_calendar: add missing return. * magnavox: remove last __DATE__. * EPOCH: remove all mention of __DATE__ and __TIME__ * EPOCH: add URL to reproduceable build information. * Fix const warning from FreeBSD * ntpviz: When Peer Offsets has more than 6 peers, place key below graph. * libisc: mark two functions attribute const * lib_srtbuf: note where an attribute const fails * waf: remove annoying warning: -Wsuggest-attribute=const * ntp_filegen: mark one attribute pure. * ntp_leapsec: mark function attribute pure * refclock_trimble: mark one function static and attribute pure * libisc/assertions: fix possibly uninit variable. Martin Pluskal 2017-04-22 16:44:04 +00:00
  • c2d64a8c86 - Update to version 0.9.7+git20170419.bfac46769: * Mark alt text for the ntpsec logo image as "alt" * Address issue #268: Waf uses current date and time breaking repro builds * Added poll to clock variables * Add step for testing cx_Freeze to devel/pre-release.txt * Remove useless load of bison in waf * Tweak ntpq/peers printout to handle new DNS * Restore cross-era interoperability via pivoting timestamps on build data. * New systemd units to run NTPviz data gathering and graphing. * DNS reworking was not 10 years ago. * check_sanity() is now used in only 1 place. No need to keep it separate. * Add Debian Jessie to the list of GitLab Pipeline targets * Fixed lack of 4th digit in unitless display. * Nailed missing clockvar units bug to the wall. * Add configure-time warning about 32-bit time_t. Tomáš Chvátal 2017-04-19 12:22:12 +00:00
  • 1d4279575e - Update to version 0.9.7+git20170419.bfac46769: * Mark alt text for the ntpsec logo image as "alt" * Address issue #268: Waf uses current date and time breaking repro builds * Added poll to clock variables * Add step for testing cx_Freeze to devel/pre-release.txt * Remove useless load of bison in waf * Tweak ntpq/peers printout to handle new DNS * Restore cross-era interoperability via pivoting timestamps on build data. * New systemd units to run NTPviz data gathering and graphing. * DNS reworking was not 10 years ago. * check_sanity() is now used in only 1 place. No need to keep it separate. * Add Debian Jessie to the list of GitLab Pipeline targets * Fixed lack of 4th digit in unitless display. * Nailed missing clockvar units bug to the wall. * Add configure-time warning about 32-bit time_t. Tomáš Chvátal 2017-04-19 12:22:12 +00:00
  • 92d7b8086d OBS-URL: https://build.opensuse.org/package/show/network:time/ntpsec?expand=0&rev=25 Tomáš Chvátal 2017-04-13 20:02:11 +00:00
  • 941f63114c OBS-URL: https://build.opensuse.org/package/show/network:time/ntpsec?expand=0&rev=25 Tomáš Chvátal 2017-04-13 20:02:11 +00:00
  • ae8fd49d08 - Update to version 0.9.7+git20170413.25a240c2e: * tests/decodenetnum: test for /etc/services and port names. Tomáš Chvátal 2017-04-13 20:01:49 +00:00
  • 10e4dc8339 - Update to version 0.9.7+git20170413.25a240c2e: * tests/decodenetnum: test for /etc/services and port names. Tomáš Chvátal 2017-04-13 20:01:49 +00:00
  • b808b3982f - Add netcfg dependency to fix tests - Also require the netcfg as without it some operations won't work Tomáš Chvátal 2017-04-13 19:59:48 +00:00
  • 6e981fb3ed - Add netcfg dependency to fix tests - Also require the netcfg as without it some operations won't work Tomáš Chvátal 2017-04-13 19:59:48 +00:00
  • a61ecb49be - Add ntpsec dependency to fix tests Tomáš Chvátal 2017-04-13 19:22:06 +00:00
  • 018be449e8 - Add ntpsec dependency to fix tests Tomáš Chvátal 2017-04-13 19:22:06 +00:00
  • 26726d4ec3 - Update to version 0.9.7+git20170413.c3e3769f9: * Unit bug fixes * waf: Prepend, anot append, computed CFLAGS. * decodenetnum(): return more error codes. * tests/leapsec: stop mising bools and ints Tomáš Chvátal 2017-04-13 18:38:10 +00:00
  • e0d83d7db6 - Update to version 0.9.7+git20170413.c3e3769f9: * Unit bug fixes * waf: Prepend, anot append, computed CFLAGS. * decodenetnum(): return more error codes. * tests/leapsec: stop mising bools and ints Tomáš Chvátal 2017-04-13 18:38:10 +00:00
  • e4cdedc87d OBS-URL: https://build.opensuse.org/package/show/network:time/ntpsec?expand=0&rev=20 Tomáš Chvátal 2017-04-13 09:38:37 +00:00
  • 5a1db093d6 OBS-URL: https://build.opensuse.org/package/show/network:time/ntpsec?expand=0&rev=20 Tomáš Chvátal 2017-04-13 09:38:37 +00:00
  • c502583e77 OBS-URL: https://build.opensuse.org/package/show/network:time/ntpsec?expand=0&rev=19 Tomáš Chvátal 2017-04-13 09:37:37 +00:00
  • e1e21b6043 OBS-URL: https://build.opensuse.org/package/show/network:time/ntpsec?expand=0&rev=19 Tomáš Chvátal 2017-04-13 09:37:37 +00:00
  • 33e01ac025 - Update to version 0.9.7+git20170412.f0451c5a8: * libntp: fix format signs. * fix format signedness. * ntp_control: fix format signed-ness * test/lfpfunc: make sure printf works on 32-bit. * oncore: fix format signed-ness * refclock_mode: fix format signed-ness * jupiter: fix format signed-ness * Formatting function changeover and associated fixes. * refcklock_nmea: fix numerous format sin problems. * Fix two format sign warnings. Tomáš Chvátal 2017-04-13 09:34:16 +00:00
  • b2e141e10a - Update to version 0.9.7+git20170412.f0451c5a8: * libntp: fix format signs. * fix format signedness. * ntp_control: fix format signed-ness * test/lfpfunc: make sure printf works on 32-bit. * oncore: fix format signed-ness * refclock_mode: fix format signed-ness * jupiter: fix format signed-ness * Formatting function changeover and associated fixes. * refcklock_nmea: fix numerous format sin problems. * Fix two format sign warnings. Tomáš Chvátal 2017-04-13 09:34:16 +00:00
  • 213ac87d75 OBS-URL: https://build.opensuse.org/package/show/network:time/ntpsec?expand=0&rev=17 Tomáš Chvátal 2017-04-13 08:42:25 +00:00
  • 6d32c60a65 OBS-URL: https://build.opensuse.org/package/show/network:time/ntpsec?expand=0&rev=17 Tomáš Chvátal 2017-04-13 08:42:25 +00:00
  • 66e7937348 - Do not use %license macro so we install on 42.1 Tomáš Chvátal 2017-04-13 08:39:25 +00:00
  • 0c47eb1688 - Do not use %license macro so we install on 42.1 Tomáš Chvátal 2017-04-13 08:39:25 +00:00
  • 79adeba4d4 OBS-URL: https://build.opensuse.org/package/show/network:time/ntpsec?expand=0&rev=15 Tomáš Chvátal 2017-04-12 21:09:04 +00:00
  • 409645e286 OBS-URL: https://build.opensuse.org/package/show/network:time/ntpsec?expand=0&rev=15 Tomáš Chvátal 2017-04-12 21:09:04 +00:00
  • c299ed49f5 - BuildRequire xsltproc Tomáš Chvátal 2017-04-12 21:08:22 +00:00
  • 0f3fc8ade8 - BuildRequire xsltproc Tomáš Chvátal 2017-04-12 21:08:22 +00:00
  • df98e05308 - Use internal waf so we can build on older distributions Tomáš Chvátal 2017-04-12 20:51:50 +00:00
  • 82cd4dd108 - Use internal waf so we can build on older distributions Tomáš Chvátal 2017-04-12 20:51:50 +00:00
  • 8bff70b66a - Enable gdb debugoutputs Tomáš Chvátal 2017-04-12 20:38:29 +00:00
  • bf7f977c3d - Enable gdb debugoutputs Tomáš Chvátal 2017-04-12 20:38:29 +00:00
  • 00306e0649 fix typo Martin Pluskal 2017-04-09 09:18:56 +00:00
  • 21c5bd22ce fix typo Martin Pluskal 2017-04-09 09:18:56 +00:00
  • 8384b5c120 - Enable mdns Martin Pluskal 2017-04-09 09:14:40 +00:00
  • 84ae3760d6 - Enable mdns Martin Pluskal 2017-04-09 09:14:40 +00:00
  • 98feba0976 - Switch to python2 as python3-gpsd does not exist (by upstream) and we need those binaries to work Tomáš Chvátal 2017-04-07 14:03:44 +00:00
  • 83450297ae - Switch to python2 as python3-gpsd does not exist (by upstream) and we need those binaries to work Tomáš Chvátal 2017-04-07 14:03:44 +00:00
  • 182a013283 - Require python3-gps for ntploggps Tomáš Chvátal 2017-04-07 08:45:11 +00:00
  • 0efc461087 - Require python3-gps for ntploggps Tomáš Chvátal 2017-04-07 08:45:11 +00:00
  • c0fc762292 - Fix python shebangs - Try to make pps-tools-devel included for hi-precision Tomáš Chvátal 2017-04-06 19:39:51 +00:00
  • d974b419e6 - Fix python shebangs - Try to make pps-tools-devel included for hi-precision Tomáš Chvátal 2017-04-06 19:39:51 +00:00
  • b90ac17a5f - Update buildrequirements Martin Pluskal 2017-04-06 19:19:52 +00:00
  • 74e678e726 - Update buildrequirements Martin Pluskal 2017-04-06 19:19:52 +00:00
  • 466694ff80 OBS-URL: https://build.opensuse.org/package/show/network:time/ntpsec?expand=0&rev=5 Tomáš Chvátal 2017-04-06 18:40:16 +00:00
  • e4a2fb438d OBS-URL: https://build.opensuse.org/package/show/network:time/ntpsec?expand=0&rev=5 Tomáš Chvátal 2017-04-06 18:40:16 +00:00
  • 4cacf8a393 OBS-URL: https://build.opensuse.org/package/show/network:time/ntpsec?expand=0&rev=4 Tomáš Chvátal 2017-04-06 18:39:17 +00:00
  • 57253d97cf OBS-URL: https://build.opensuse.org/package/show/network:time/ntpsec?expand=0&rev=4 Tomáš Chvátal 2017-04-06 18:39:17 +00:00
  • 59b6b0c194 - Split the python module and utils using it to separate pkgs Tomáš Chvátal 2017-04-06 18:33:43 +00:00
  • 304e5179e8 - Split the python module and utils using it to separate pkgs Tomáš Chvátal 2017-04-06 18:33:43 +00:00