Debian Patches
Status for fapolicyd/1.3.6-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 | [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 |