There is a new pull request by michaellass against master on the void-packages repository https://github.com/michaellass/void-packages pr_openntpd_i686-fix https://github.com/void-linux/void-packages/pull/45993 openntpd: fix integer overflow on i686 #### Testing the changes - I tested the changes in this PR: **YES** #### Local build testing - I built this PR locally for my native architecture, (i686) #### Change description On i686, `time_t` is a 32 bit integer. In `openntpd`, an addition of two `time_t`s is performed, leading to an integer overflow. This code is part of the constraints logic of openntpd. When the bug triggers, all time sources will be marked invalid. Upstream pull request: https://github.com/openntpd-portable/openntpd-portable/pull/74 A patch file from https://github.com/void-linux/void-packages/pull/45993.patch is attached