Debian Patches

Status for fapolicyd/1.5-1

Patch Description Author Forwarded Bugs Origin Last update
0001-Install-service-file-to-usr-lib-systemd.patch [PATCH 1/4] Install service file to /usr/lib/systemd/ Nobuhiro Iwamatsu <iwamatsu@nigauri.org> no 2025-04-12
0002-fapolicyd.conf-Drop-rpmdb-from-trust-variable.patch fapolicyd.conf: Drop rpmdb from trust variable
Rpmdb is not used because RPM is basically used in Debian.
So delete rpmdb from the default settings, and set debdb instead of.
Nobuhiro Iwamatsu <iwamatsu@debian.org> not-needed 2023-10-02
0003-configure.ac-Swap-checkong-libmd-and-libdpkg.patch [PATCH 3/4] configure.ac: Swap checkong libmd and libdpkg
The library may not be able to link depending on the specified order of the
library. This can be changed in the order of the library check.
This swap checkong libmd and libdpkg for fixing FTBFS.

```
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libdpkg.a(buffer.o): in function `buffer_md5_done.isra.0':
(.text+0x3e): undefined reference to `MD5Final'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libdpkg.a(buffer.o): in function `buffer_copy':
(.text+0x1e2): undefined reference to `MD5Update'
/usr/bin/ld/usr/bin/ld: (: .text+0x2d2): undefined reference to `MD5Init'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libdpkg.a(buffer.o): in function `buffer_digest':
(.text+0x44b): undefined reference to `MD5Init'
/usr/bin/ld: (.text+0x459): undefined reference to `MD5Update'
/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libdpkg.a(buffer.o): in function `buffer_md5_done.isra.0':
(.text+0x3e): undefined reference to `MD5Final'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libdpkg.a(buffer.o): in function `buffer_copy':
(.text+0x1e2): undefined reference to `MD5Update'
/usr/bin/ld: (.text+0x2d2): undefined reference to `MD5Init'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libdpkg.a(buffer.o): in function `buffer_digest':
(.text+0x44b): undefined reference to `MD5Init'
/usr/bin/ld: (.text+0x459): undefined reference to `MD5Update'
collect2: error: ld returned 1 exit status
collect2: error: ld returned 1 exit status
```
Nobuhiro Iwamatsu <iwamatsu@nigauri.org> no 2023-10-02
0004-Fix-section-number-of-man-files.patch [PATCH 4/4] Fix section number of man files Nobuhiro Iwamatsu <iwamatsu@nigauri.org> no 2023-11-06
0005-Fix-DATA_FORMAT-for-32-bit-archs-with-64-bit-off_t.patch Fix DATA_FORMAT printf/scanf for 32-bit archs with 64-bit off_t
On 32-bit architectures built with _FILE_OFFSET_BITS=64, off_t is 64-bit
but size_t is 32-bit. Using %zu for an off_t field causes scanf to write
only 4 bytes into an 8-byte off_t, corrupting the upper half.

Switch to %llu with explicit casts throughout.
Fukui Daichi <a.dog.will.talk@akane.waseda.jp> yes 2026-05-26
0006-doc-fix-groff-warnings-in-man-pages.patch doc: fix groff warnings in man pages
Address Lintian `groff-message` warnings triggered by the packaged man pages,
specifically `name 'b' not defined` and `cannot select font 'C'` errors.
Fukui Daichi <a.dog.will.talk@akane.waseda.jp> yes 2026-05-30

All known versions for source package 'fapolicyd'

Links