notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
I started running short on disk space for the non-production FreshPorts hosts. This time, I have decided to ask for donations. See my recent blog post which points to my Patreon account.
non port: devel/libfaketime/files/patch-test_Makefile

Number of commits found: 2

Tuesday, 19 Aug 2025
06:45 Muhammad Moinur Rahman (bofh) search for other commits by this committer
devel/libfaketime: Update version 0.9.10=>0.9.12

- Unbreak build on 15. Thanks to arrowd@

Changelog: https://github.com/wolfcw/libfaketime/releases/tag/v0.9.12
commit hash: 150c90138a5fc131a5b4afbcb5d309b02997210d commit hash: 150c90138a5fc131a5b4afbcb5d309b02997210d commit hash: 150c90138a5fc131a5b4afbcb5d309b02997210d commit hash: 150c90138a5fc131a5b4afbcb5d309b02997210d 150c901
Friday, 28 Oct 2016
11:42 koobs search for other commits by this committer
[NEW] devel/libfaketime: Modifies the system time for a single application

libfaketime intercepts various system calls which programs use to
retrieve the current date and time. It can then report faked dates and
times (as specified by you, the user) to these programs. This means you
can modify the system time a program sees without having to change the
time system-wide.

libfaketime allows you to specify both absolute dates (e.g., 01/01/2004)
and relative dates (e.g., 10 days ago).

libfaketime might be used for various purposes, for example

- Running legacy software with y2k bugs
- Testing software for year-2038 compliance
- Debugging time-related issues, such as expired SSL certificates
- Running software which ceases to run outside a certain timeframe
- Using different system-wide date and time settings, e.g., on OpenVZ-
  based virtual machines running on the same host
- Deterministic build processes.

WWW: https://github.com/wolfcw/libfaketime
Original commitRevision:424827 

Number of commits found: 2