Package: fapolicyd / 1.3.4-1

Metadata

Package Version Patches format
fapolicyd 1.3.4-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Install service file to usr lib systemd.patch | (download)

configure.ac | 10 7 + 3 - 0 !
1 file changed, 7 insertions(+), 3 deletions(-)

 [patch 1/4] install service file to /usr/lib/systemd/

Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>

0002 fapolicyd.conf Drop rpmdb from trust variable.patch | (download)

init/fapolicyd.conf | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch 2/4] 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.

Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
0003 configure.ac Swap checkong libmd and libdpkg.patch | (download)

configure.ac | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [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.

```
libtool: link: gcc -fPIE -DPIE -g -W -Wall -Wshadow -Wundef -Wno-unused-result -Wno-unused-parameter -D_GNU_SOURCE -DLIBDPKG_VOLATILE_API -g -O2 -ffile-prefix-map=/home/iwamatsu/dev/debian/maint/build-area/fapolicyd-1.3.2=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -pie -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-z -Wl,relro -Wl,-z -Wl,now -o fapolicyd-cli cli/fapolicyd_cli-fapolicyd-cli.o cli/fapolicyd_cli-file-cli.o  ./.libs/libfapolicyd.a -lpthread -llmdb -lseccomp -lcap-ng -lmagic -lcrypto -ludev -lmd -ldpkg -pthread
/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
```

Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>

0004 Fix section number of man files.patch | (download)

doc/fapolicyd-filter.conf.5 | 2 1 + 1 - 0 !
doc/rpm-filter.conf.5 | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 [patch 4/4] fix section number of man files

Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>