Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
0001-Look-for-lua-5.3.patch | Look for lua 5.3 | Hilko Bengen <bengen@debian.org> | no | 2018-09-03 | ||
0002-Read-TCL-compiler-linker-flags-from-tclConfig.sh-if-.patch | Read TCL compiler/linker flags from tclConfig.sh if pkg-config fails | Hilko Bengen <bengen@debian.org> | no | 2018-09-04 | ||
0003-USe-date-for-pod2man-from-README-mtime.patch | USe date for pod2man from README mtime | Hilko Bengen <bengen@debian.org> | no | 2019-01-27 | ||
0004-Check-for-mke2fs-in-sbin-dirs-configure-path-into-li.patch | Check for mke2fs in sbin dirs, configure path into linuxdisk plugin | Hilko Bengen <bengen@debian.org> | no | 2020-02-28 | ||
0007-output-Replace-system-with-explicit-bash-invocation.patch | output: Replace system() with explicit bash invocation Tehre is probably a better way to do this. |
Hilko Bengen <bengen@debian.org> | no | 2021-01-10 | ||
0009-cc-plugin-Filter-out-ffile-prefix-map-etc.-from-CFLA.patch | 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 between different build directories. Older versions used -fdebug-prefix-map for a similar (although more limited) purpose. However, these particular flags are not useful when compiling a new plugin at a later time, and because they include the package's source directory, including them in the binary makes it non-reproducible between different build directories. |
Simon McVittie <smcv@debian.org> | no | debian | 2021-08-23 | |
0007-Disable-some-tests.patch | Disable some tests These have failed on buildds but failures could not be reproduced in regular schroot/sbuild environments. |
Hilko Bengen <bengen@debian.org> | no | 2021-01-10 | ||
0008-Fix-nbdkit_parse_delay-on-32bit-systems.patch | Fix nbdkit_parse_delay on 32bit systems | Hilko Bengen <bengen@debian.org> | no | 2024-08-25 |