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 filePatch | File delta | Description |
---|---|---|
0001 Support GNU kFreeBSD add necessary linker flag.patch | (download) |
Makefile |
5 5 0 - 0 ! |
[patch] support gnu/kfreebsd, add necessary linker flag |
0002 Support GNU Hurd add necessary linker flag.patch | (download) |
Makefile |
5 5 0 - 0 ! |
[patch] support gnu/hurd, add necessary linker flag |
pcre group name.patch | (download) |
grokre.c |
4 2 2 - 0 ! |
[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 ! |
fix wrong pointer alias |
fix gperf version detection.patch | (download) |
Makefile |
2 1 1 - 0 ! |
fixed gperf version detection |
gperf function declaration.patch | (download) |
grok_matchconf_macro.h |
3 2 1 - 0 ! |
update patname2macro() declaration for new gperf |
move_ldflags.patch | (download) |
Makefile |
6 3 3 - 0 ! |
ldflags should be mentioned after source |
fix_gcc10.patch | (download) |
conf.tab.c |
2 1 1 - 0 ! |
fix ftbfs with gcc-10 Fix multiple definitions of a variable by declaring it as extern |