Revisions of libfaketime

buildservice-autocommit accepted request 965153 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 15)
baserev update by copy to link target
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 965035 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 14)
- update to 0.9.10:
  - improved macOS Monterey support through dyld interposing
  - changed interception hooks for stat() and similar functions,
    refactored to use a common handler (@sirainen)
  - added support for timespec_get, timerfd_{get,set} (@sliquister)
  - generic syscall() interception for selected syscalls (@dkg)
  - improved testing system (@dkg)
buildservice-autocommit accepted request 876391 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 13)
baserev update by copy to link target
Marcus Meissner's avatar Marcus Meissner (msmeissn) accepted request 875808 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 12)
- 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.
buildservice-autocommit accepted request 726857 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 11)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 726829 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 10)
- Update to version 0.9.8
   * Passthrough for unknown clock ids to avoid error messages
   * Fixes for multithreaded operations (mliertzer, qnox)
   * glibc-related fixes (jprjr) and gcc8 support (tpetazzoni)
   * Improved error message output on parsing errors
   * fix file stat() faking when 'i' modifier is used for determinism
   - Use FAKETIME="%" to take FAKETIME setting from a file as
     specified in FAKETIME_FOLLOW_FILE
   * Added FAKETIME_DONT_RESET environment variable to avoid
     faketime resets when subprocesses are started (similar to
     the old v0.9.6 behavior)
   * Added FAKETIME_XRESET to avoid large clock jumps when
     the 'x' modifier is used and changed during run-time
   - Do not fake time during libfaketime initialization to
     improve compatibility with memory allocation libraries that
     use time-related functions themselves
   * Fixes for shared memory related issues, especially when
     not using the faketime wrapper
   * Updated glibc compatibility settings for various platforms
   * Support for clock_nanosleep() with realtime and monotonic clocks
   * Support for epoll_wait(), epoll_pwait(), and pselect()
   * src/Makefile CFLAG FORCE_MONOTONIC_FIX should be set (only) on
     platforms where the test program hangs forever at the
     CLOCK_MONOTONIC test.
- Remove not longer needed patch:
  * 161.patch
- Run spec-cleaner
buildservice-autocommit accepted request 618802 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 9)
baserev update by copy to link target
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 8)
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 7)
- add 161.patch to pick gcc8 patches from git
- fix source archive to match github URLs
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 579948 from Ruediger Meier's avatar Ruediger Meier (rudi_m) (revision 6)
- update 0.9.7:
  * added an option to disable monotonic time faking
  * added support for COARSE clocks
  * preliminary support for CLOCK_BOOTTIME (Linux)
  * build fixes
- remove libfaketime-0.9.6-gcc6.patch
buildservice-autocommit accepted request 403972 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 5)
baserev update by copy to link target
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 283822 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 3)
initialized devel package after accepting 283822
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 2)
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 283785 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 1)
this is useful for testing the behaviour of packages for build-compare
Displaying all 15 revisions
openSUSE Build Service is sponsored by