Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libfaketime for openSUSE:Factory checked in at 2021-03-03 18:34:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libfaketime (Old) and /work/SRC/openSUSE:Factory/.libfaketime.new.2378 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libfaketime" Wed Mar 3 18:34:59 2021 rev:5 rq:876391 version:0.9.9 Changes: -------- --- /work/SRC/openSUSE:Factory/libfaketime/libfaketime.changes 2019-08-29 17:25:39.375286128 +0200 +++ /work/SRC/openSUSE:Factory/.libfaketime.new.2378/libfaketime.changes 2021-03-03 18:35:01.191383967 +0100 @@ -1,0 +2,33 @@ +Sun Feb 28 18:05:21 UTC 2021 - Dirk M??ller <[email protected]> + +- update to 0.9.9: + - When compiled with the CFLAG FAKE_RANDOM set, + libfaketime will intercept calls to getrandom() + and return pseudorandom numbers for determinism. + The mechanism needs to be activated by setting + the environment variable FAKERANDOM_SEED to a + 64-bit seed value, e.g., "0x12345678DEADBEEF". + Please note that this completely breaks the + security of random numbers for cryptographic + purposes and should only be used for deterministic + tests. Never use this in production! + - When the environment variable FAKETIME_TIMESTAMP_FILE is + set, points to a writeable (creatable) custom config file + and the environment variable FAKETIME_UPDATE_TIMESTAMP_FILE + is "1", then the file also is updated on each call. By + this, a common "virtual time" can be shared by several + processes, where each can adjust the time for all. + - Additional link-time LDFLAGS can be passed via the + environment variable FAKETIME_LINK_FLAGS when + running 'make'. + - Compile-time CFLAG FAKE_SETTIME can be enabled to + intercept calls to clock_settime(), settimeofday(), and + adjtime(). (suggested and prototyped by @ojura) + - Additional compile-time CFLAGs can be passed via the + environment variable FAKETIME_COMPILE_CFLAGS when + running 'make'. + - src/Makefile CFLAG FORCE_PTHREAD_NONVER should be set on + systems that hang on CLOCK_REALTIME, or that hang on + CLOCK_MONOTONIC where FORCE_MONOTONIC_FIX is not sufficient. + +------------------------------------------------------------------- Old: ---- libfaketime-0.9.8.tar.gz New: ---- libfaketime-0.9.9.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libfaketime.spec ++++++ --- /var/tmp/diff_new_pack.U9L0MK/_old 2021-03-03 18:35:01.767384386 +0100 +++ /var/tmp/diff_new_pack.U9L0MK/_new 2021-03-03 18:35:01.771384388 +0100 @@ -1,7 +1,7 @@ # # spec file for package libfaketime # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: libfaketime -Version: 0.9.8 +Version: 0.9.9 Release: 0 Summary: FakeTime Preload Library License: GPL-2.0-only ++++++ libfaketime-0.9.8.tar.gz -> libfaketime-0.9.9.tar.gz ++++++ ++++ 1849 lines of diff (skipped)
