Package: grok / 1.20110708.1-4.5

Metadata

Package Version Patches format
grok 1.20110708.1-4.5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Support GNU kFreeBSD add necessary linker flag.patch | (download)

Makefile | 5 5 0 - 0 !
1 file changed, 5 insertions( )

 [patch] support gnu/kfreebsd, add necessary linker flag


0002 Support GNU Hurd add necessary linker flag.patch | (download)

Makefile | 5 5 0 - 0 !
1 file changed, 5 insertions( )

 [patch] support gnu/hurd, add necessary linker flag


pcre group name.patch | (download)

grokre.c | 4 2 2 - 0 !
1 file changed, 2 insertions( ), 2 deletions(-)

 [patch] [fix] grok is not working anymore with pcre >= 8.34 because
 the latter does not allow anymore a group name to start with digits (PCRE
 Changelog version 8.34, point 36)
 .
 this commit fix the issue by prepending a '_' at the start of group
 name.
 .
 grok (1.20110708.1-4.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Apply fix from upstream to working with PCRE >= 8.34
     (Closes: #775062)
fix wrong pointer alias | (download)

grok_pattern.c | 4 2 2 - 0 !
grok_pattern.h | 2 1 1 - 0 !
grokre.c | 2 1 1 - 0 !
test/grok_pattern.test.c | 2 1 1 - 0 !
4 files changed, 5 insertions( ), 5 deletions(-)

 fix wrong pointer alias



fix gperf version detection.patch | (download)

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

 fixed gperf version detection


gperf function declaration.patch | (download)

grok_matchconf_macro.h | 3 2 1 - 0 !
1 file changed, 2 insertions( ), 1 deletion(-)

 update patname2macro() declaration for new gperf
move_ldflags.patch | (download)

Makefile | 6 3 3 - 0 !
1 file changed, 3 insertions( ), 3 deletions(-)

 ldflags should be mentioned after source


fix_gcc10.patch | (download)

conf.tab.c | 2 1 1 - 0 !
1 file changed, 1 insertion( ), 1 deletion(-)

 fix ftbfs with gcc-10
 Fix multiple definitions of a variable by declaring it as  extern