Package: snoopy / 2.4.6-5

Metadata

Package Version Patches format
snoopy 2.4.6-5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 parse proc properties to the end.patch | (download)

src/datasource/rpname.c | 11 4 + 7 - 0 !
1 file changed, 4 insertions(+), 7 deletions(-)

 [patch 1/2] parse proc properties to the end
Bug-Debian: https://bugs.debian.org/880086
0002 properly extract Name values containing whitespace.patch | (download)

tests/datasource/datasource_rpname.sh | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch 2/2] properly extract name values containing whitespace
Bug-Debian: https://bugs.debian.org/880086
02_Fix spelling errors.patch | (download)

ChangeLog | 4 2 + 2 - 0 !
bootstrap.sh | 2 1 + 1 - 0 !
doc/install/bin/snoopy-install.sh | 2 1 + 1 - 0 !
src/configfile.c | 2 1 + 1 - 0 !
src/libsnoopy-debug-addons.c | 2 1 + 1 - 0 !
src/misc.c | 4 2 + 2 - 0 !
src/snoopy.h | 2 1 + 1 - 0 !
7 files changed, 9 insertions(+), 9 deletions(-)

 fix minor spelling errors.
03_disable tests.patch | (download)

tests/combined/Makefile.am | 4 2 + 2 - 0 !
tests/datasource/Makefile.am | 40 20 + 20 - 0 !
2 files changed, 22 insertions(+), 22 deletions(-)

 disable tests failing in pbuilder/sbuilder
 The following tests are disabled as they always fail when building with
 pbuilder or sbuilder:
 * combined-filter-exclude_uid-drop.sh
 * combined-filter-only_uid-pass.sh
 * datasource_egid.sh
 * datasource_egroup.sh
 .
 The following test is disabled as it does not work reliably (causing random
 FTBFS), presumably because of a high load of the build servers:
 * datasource_timestamp_us.sh
 .
 Finally, the following tests have caused build failures on some architectures
 (spark64, alpha), probably because of some unique setup on the buildd and
 wrong assumptions about the format of thread identification:
 * datasource_tid.sh
 * datasource_tid_kernel.sh
 * datasource_login.sh
04_gcc 7.patch | (download)

src/datasource/cmdline.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix compile error with gcc-7
 Comparing a pointer with a character constant is an error in gcc-7; compare the pointer against NULL instead of the zero character constant