Package: nbdkit / 1.42.6-1

Metadata

Package Version Patches format
nbdkit 1.42.6-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Look for lua 5.3.patch | (download)

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

 look for lua 5.3


0002 Read TCL compiler linker flags from tclConfig.sh if .patch | (download)

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

 read tcl compiler/linker flags from tclconfig.sh if pkg-config fails


0003 USe date for pod2man from README mtime.patch | (download)

podwrapper.pl.in | 6 6 + 0 - 0 !
1 file changed, 6 insertions(+)

 use date for pod2man from readme mtime


0004 Check for mke2fs in sbin dirs configure path into li.patch | (download)

configure.ac | 7 5 + 2 - 0 !
plugins/linuxdisk/filesystem.c | 2 1 + 1 - 0 !
2 files changed, 6 insertions(+), 3 deletions(-)

 check for mke2fs in sbin dirs, configure path into linuxdisk plugin


0007 output Replace system with explicit bash invocation.patch | (download)

filters/log/output.c | 12 11 + 1 - 0 !
1 file changed, 11 insertions(+), 1 deletion(-)

 output: replace system() with explicit bash invocation

Tehre is probably a better way to do this.

0009 cc plugin Filter out ffile prefix map etc. from CFLA.patch | (download)

plugins/cc/Makefile.am | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 cc plugin: filter out -ffile-prefix-map etc. from cflags

The default CFLAGS from dpkg-buildflags include this compiler flag to
rewrite nbdkit's own source directory in __FILE__, debug symbols and
similar constructs so that the source directory used by the developer
or the transient source directory used by an autobuilder is not
written into the executable, which would make it non-reproducible
0007 Disable some tests.patch | (download)

tests/Makefile.am | 38 0 + 38 - 0 !
1 file changed, 38 deletions(-)

 disable some tests

These have failed on buildds but failures could not be reproduced in
regular schroot/sbuild environments.

0008 Fix nbdkit_parse_delay on 32bit systems.patch | (download)

server/public.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix nbdkit_parse_delay on 32bit systems


0010 Fix glibc 2.40 crash.patch | (download)

server/nbdkit.syms | 6 6 + 0 - 0 !
1 file changed, 6 insertions(+)

---