Package: ccze / 0.2.1-8

Metadata

Package Version Patches format
ccze 0.2.1-8 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
doc___ccze.1.in.patch | (download)

doc/ccze.1.in | 4 2 2 - 0 !
1 file changed, 2 insertions( ), 2 deletions(-)

 fix some typos in the man page
288834_FTBFS_unrecognized_command_line_option_ Wmulticharacter.patch | (download)

configure.ac | 2 0 2 - 0 !
src/Makefile.in | 2 1 1 - 0 !
2 files changed, 1 insertion( ), 3 deletions(-)

 fix ftbfs with gcc 4.0: unrecognized command line option "-wmulticharacter"
src___ccze wordcolor.c_virus clean.patch | (download)

src/ccze-wordcolor.c | 4 2 2 - 0 !
1 file changed, 2 insertions( ), 2 deletions(-)

 add "virus" & "clean" to bad/goodwords
 To better interpret logs about virus (for example with clamsmtp) it
 would be nice to add "virus" to the bad words list and "clean" to the
 good word list.
Bug-Debian: https://bugs.debian.org/345586
src___ccze wordcolor.c_positive numbers.patch | (download)

src/ccze-wordcolor.c | 2 1 1 - 0 !
1 file changed, 1 insertion( ), 1 deletion(-)

 recognise  -prefixed numbers too
Bug-Debian: https://bugs.debian.org/416854
src___ccze.c.patch | (download)

src/ccze.c | 6 3 3 - 0 !
1 file changed, 3 insertions( ), 3 deletions(-)

 fix segfault in parse_opt
Bug-Debian: https://bugs.debian.org/322993
src___mod_syslog.c.patch | (download)

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

 allow for extra space in syslog parsing
Bug-Debian: https://bugs.debian.org/330974
dpkg module.patch | (download)

ccze.plugins | 1 1 0 - 0 !
src/ccze-color.c | 9 9 0 - 0 !
src/ccze.h | 3 3 0 - 0 !
src/mod_dpkg.c | 180 180 0 - 0 !
testsuite/Makefile.in | 3 2 1 - 0 !
testsuite/bug-dpkg.in | 4 4 0 - 0 !
testsuite/bug-dpkg.ok | 4 4 0 - 0 !
testsuite/bug-dpkg.test | 33 33 0 - 0 !
8 files changed, 236 insertions( ), 1 deletion(-)

 add plugin for dpkg logs
fix_passing_LDFLAGS_for_ccze cssdump.patch | (download)

src/Makefile.in | 2 1 1 - 0 !
1 file changed, 1 insertion( ), 1 deletion(-)

 fix passing of ldflags for ccze-cssdump
fix_capitalization_typo.patch | (download)

src/ccze-compat.c | 2 1 1 - 0 !
1 file changed, 1 insertion( ), 1 deletion(-)

 fix typo in preprocessor directive
 Might fix some crashes, too.
Bug-Debian: https://bugs.debian.org/823334
fix national encoding.patch | (download)

THANKS | 2 1 1 - 0 !
1 file changed, 1 insertion( ), 1 deletion(-)

 convert national encoding to utf-8
cross.patch | (download)

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

 avoid spoiling ac_prog_cc with the build architecture compiler
Bug-Debian: https://bugs.debian.org/950024
pcre2.patch | (download)

configure.ac | 4 2 2 - 0 !
src/ccze-wordcolor.c | 180 93 87 - 0 !
src/ccze.h | 3 2 1 - 0 !
src/mod_apm.c | 61 34 27 - 0 !
src/mod_distcc.c | 45 24 21 - 0 !
src/mod_dpkg.c | 107 58 49 - 0 !
src/mod_exim.c | 98 55 43 - 0 !
src/mod_fetchmail.c | 53 30 23 - 0 !
src/mod_ftpstats.c | 61 31 30 - 0 !
src/mod_httpd.c | 93 48 45 - 0 !
src/mod_icecast.c | 121 62 59 - 0 !
src/mod_oops.c | 57 29 28 - 0 !
src/mod_php.c | 41 22 19 - 0 !
src/mod_postfix.c | 38 23 15 - 0 !
src/mod_procmail.c | 86 47 39 - 0 !
src/mod_proftpd.c | 108 55 53 - 0 !
src/mod_squid.c | 201 101 100 - 0 !
src/mod_sulog.c | 51 26 25 - 0 !
src/mod_super.c | 46 27 19 - 0 !
src/mod_syslog.c | 66 38 28 - 0 !
src/mod_ulogd.c | 20 12 8 - 0 !
src/mod_vsftpd.c | 56 30 26 - 0 !
src/mod_xferlog.c | 85 43 42 - 0 !
23 files changed, 892 insertions( ), 789 deletions(-)

 port to pcre2.
Bug-Debian: https://bugs.debian.org/1000044
memory leak.patch | (download)

src/ccze.c | 3 3 0 - 0 !
1 file changed, 3 insertions( )

 fix a memory leak.
uninitialised value.patch | (download)

src/ccze-color.c | 8 5 3 - 0 !
1 file changed, 5 insertions( ), 3 deletions(-)

 fix a possibly uninitialised value.