Package: filter / 2.6.3+ds1-3
Metadata
Package | Version | Patches format |
---|---|---|
filter | 2.6.3+ds1-3 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
Configure.patch | (download) |
Configure |
37 21 + 16 - 0 ! |
changes to configure as of filter/2.6.3-1 |
Makefile.patch | (download) |
Makefile |
12 6 + 6 - 0 ! |
changes to makefile as of filter/2.6.3-1 |
config.h.SH.patch | (download) |
config.h.SH |
7 0 + 7 - 0 ! |
changes to config.h.sh as of filter/2.6.3-1 |
config.h.patch | (download) |
config.h |
35 14 + 21 - 0 ! |
changes to config.h as of filter/2.6.3-1 The original hunk which switched "#define GETHOSTNAME" to "#define HOSTCOMPILED" has been removed. |
config.sh.patch | (download) |
config.sh |
86 43 + 43 - 0 ! |
changes to config.sh as of filter/2.6.3-1 |
doc___Makefile.patch | (download) |
doc/Makefile |
12 6 + 6 - 0 ! |
changes to doc/makefile as of filter/2.6.3-1 |
doc___filter.1.patch | (download) |
doc/filter.1 |
40 20 + 20 - 0 ! |
changes to doc/filter.1 as of filter/2.6.3-1 |
sysdefs.h.patch | (download) |
sysdefs.h |
6 3 + 3 - 0 ! |
changes to sysdefs.h as of filter/2.6.3-1 |
pass flags properly for hardening.patch | (download) |
Makefile |
8 4 + 4 - 0 ! |
pass cflags, ldflags and friends properly to the c compiler This way, hardening flags can be passed properly. |
fix spelling errors.patch | (download) |
Configure |
2 1 + 1 - 0 ! |
fix spelling errors found via lintian |
dont hardcode buildsystem hostname.patch | (download) |
Configure |
2 1 + 1 - 0 ! |
enforce usage of gethostname All architectures and kernels on which Debian builds support that. . Otherwise the buildsystem hostname is determined at build time and then hardcoded in the built binary. . To be sure that even if the latter still happens unexpectedly, statically hardcode all those places with "debian" as hostname. |
fix implicit function declarations.patch | (download) |
audit.c |
4 1 + 3 - 0 ! |
fix implicit function declarations by adding some includes Initial version of this patch (filter.c only) by Logan Rosen from Ubuntu. . audit.c, strtokq.c and istrcmp.c additions by Axel Beckert. . This also fixes a segfault during logging on 64-bit platforms as described on https://qa.debian.org/bls/bytag/E-pointer-trouble-at-implicit.html |