Debian Patches
Status for libpisp/1.2.1-3
Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
reproducible_build.patch | Make builds reproducible by using SOURCE_DATE_EPOCH for build date. Don't embed the current date which make the builds unreproducible. See: https://reproducible-builds.org/docs/source-date-epoch/ |
Dylan Aïssi <daissi@debian.org> | yes | debian | ||
helpers-media_device-ignore-lockf-return-value.patch | [PATCH] helpers: media_device: ignore lockf return value When using gcc (with ~-Werror=unused-result), compilation fails, because the return value of lockf is ignored at one place. To avoid this error, assign the return value to std::ignore. |
Gyorgy Sarvari <skandigraun@gmail.com> | yes | debian | upstream, https://github.com/raspberrypi/libpisp/commit/f2bbf7e | 2025-09-16 |