Debian Patches
Status for unifont/1:16.0.04-1
Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
set-LDFLAGS-and-CPPFLAGS.patch | Add some flags, CPPFLAGS and LDFLAGS are important for hardening. See https://best.openssf.org/Compiler-Hardening-Guides/Compiler-Options-Hardening-Guide-for-C-and-C++.html And we encourage CFLAGS in packaging build, so specify it as "+=", not "=" =================================================================== |
no | ||||
use-default-cc.patch | Some OSes stick to old gcc version but most of them have clang instead (especially on macOS, it calls clang even if they specify gcc...). We do not need to specify gcc as CC, it depends on build environment. And set "-std=c99" is not good idea, since we can introduce more modern standard versions (I've tested to build with clang-19 and set -std=c23 works. We can use c23 now, see https://www.open-std.org/JTC1/SC22/WG14/ ) =================================================================== |
no |
All known versions for source package 'unifont'
- 1:16.0.04-1 (sid)
- 1:15.1.01-1 (trixie, forky)
- 1:15.0.01-2 (bookworm)