Package: httest / 2.4.23-5

Metadata

Package Version Patches format
httest 2.4.23-5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix lua lib.patch | (download)

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

---
fix man dependency.patch | (download)

src/Makefile.am | 8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-)

 corrected man page build ordering.
fix remove test from makefile | (download)

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

---
fix gcc 10.patch | (download)

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

 gcc10 passes the -fno-common flag by default hence use extern for one of the declarations with same variable names
autoconf 2.70.patch | (download)

configure.ac | 5 0 + 5 - 0 !
1 file changed, 5 deletions(-)

 fix ftbfs with new autoconf.
pcre2.patch | (download)

configure.ac | 8 4 + 4 - 0 !
src/body.c | 15 8 + 7 - 0 !
src/htproxy.c | 4 2 + 2 - 0 !
src/httest.c | 2 0 + 2 - 0 !
src/module.h | 1 0 + 1 - 0 !
src/regex.c | 39 19 + 20 - 0 !
src/regex.h | 2 1 + 1 - 0 !
src/worker.c | 19 10 + 9 - 0 !
8 files changed, 44 insertions(+), 46 deletions(-)

 port to pcre2.
Debian-Bug: https://bugs.debian.org/1050183
no implicit declarations.patch | (download)

src/annotation_module.c | 1 1 + 0 - 0 !
src/dbg_module.c | 1 1 + 0 - 0 !
src/socks_module.c | 2 2 + 0 - 0 !
3 files changed, 4 insertions(+)

 add missing includes
1070 man page typo.patch | (download)

src/httest.ext | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 fixed typos in man page example.
 Based on feedback from Micha Lenk.