Revisions of ntpsec

Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) committed (revision 38)
- Run pre for ntpd service
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) committed (revision 37)
- Enable more options and refclocks by default
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) committed (revision 36)
- 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's avatar Tomáš Chvátal (scarabeus_iv) accepted request 498497 from Jan Engelhardt's avatar Jan Engelhardt (jengelh) (revision 35)
- Fixup wording in description.
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) committed (revision 34)
- Add conflicts and provides to allow it to live in Tumbleweed
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) committed (revision 33)
- 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's avatar Tomáš Chvátal (scarabeus_iv) committed (revision 32)
- 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

- Update to version 0.9.7+git20170519.9b296f50d:
  * libparse: add get_msb_ushort(), with tests.
  * tests: use the right get_msb_*short()
  * change "(unsigned short)getshort()' to get_msb_ushort()
  * binio: move 2 private "static short getshort()" into one lib function.
  * tests: add test for getmsb_short()
  * remove pointless casts of (unsigned char*) to (unsigned char *).
  * Peers display with raw address no longer forces 80 chars on wide terminals
  * dolfptoa: fix a 32 bit warning that showed on RasPi.
  * leapsec_query: removea 32-bit warning.
  * process_control; silence a warning on 32-bit RasPi.
  * process_control: fix two 32-bit warnings about signed-ness.
  * onceore: remove pointless cast from long to ulong to long.
  * refclock_jjy: convert several implicit casts to explicit.
  * refclock_trimble: fix bad cast to (ulong).
  * ntp_control: change implicit cast to explicit.
  * refclock_oncore: change implicit cast to explicit.
  * refclock_generic: change implicit cast to explcit.
  * refclock_generic: change incorrect cast: sizeof not ulong.
  * refclock_neoclock: chjange implicit casts to explicit.
  * refclock_magnavox: change implicit acst top explicit.
  * sht: change implicit cast to explicit.
  * ntp_proto: Change several implicit casts to explicit.
  * ntp_loopfilter: change implicit cast to explicit.
  * refclock_shm: Change 4 implicit casts to explicit.
  * ntp_proto: Change two implicit acsts to explcit.
Martin Pluskal's avatar Martin Pluskal (pluskalm) committed (revision 31)
- Update to version 0.9.7+git20170515.aadc83545:
Martin Pluskal's avatar Martin Pluskal (pluskalm) committed (revision 30)
- Fix path to ntpd in provided unit file
Martin Pluskal's avatar Martin Pluskal (pluskalm) committed (revision 29)
- Update to version 0.9.7+git20170429.dcab3ef9b:
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) committed (revision 28)
- 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()...
Martin Pluskal's avatar Martin Pluskal (pluskalm) committed (revision 27)
- 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.
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) committed (revision 26)
- 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.

- Update to version 0.9.7+git20170415.e3c051e3e:
  * Allow exit if no DNS ntp_seccomp
  * Attempt to address Gitlab issue #257: Warnings with clang 8...
  * Add sodium installation to buildprep where needed.
  * Improvements for systemd support from Tomáš Chvátal.
  * Add instructions for setting up boot-time startup to INSTALLL...
  * Address issue #239: pylib/packet.py should get key file location by reading ntp.conf
  * Fixed ntpmon crash when detail mode active and peers display hidden
  * Fix typos/grammar
  * Revert "Add sodium installation to buildprep where needed."
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) committed (revision 24)
- Update to version 0.9.7+git20170413.25a240c2e:
  * tests/decodenetnum: test for /etc/services and port names.
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) committed (revision 23)
- Add netcfg dependency to fix tests
- Also require the netcfg as without it some operations won't work
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) committed (revision 22)
- Add ntpsec dependency to fix tests
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) committed (revision 21)
- 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
Displaying revisions 61 - 80 of 98
openSUSE Build Service is sponsored by