Package: trurl / 0.16.1-2

Metadata

Package Version Patches format
trurl 0.16.1-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix manpage typo.patch | (download)

trurl.1 | 2 1 + 1 - 0 !
trurl.md | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 fix manpage typo

fix tests for newer libcurl.patch | (download)

test.py | 7 6 + 1 - 0 !
tests.json | 124 124 + 0 - 0 !
trurl.c | 2 2 + 0 - 0 !
3 files changed, 132 insertions(+), 1 deletion(-)

 introduce 'excludes' option for tests,
 address hexadecimal changes from libcurl

Thanks @charles2910 for reporting this bug
fixes: #394

libcurl 8.15 and newer parses hex addresses as upper case as RFC mandates,
previous versions did lower case. This patches make it compatible with both.

Bug: https://github.com/curl/trurl/issues/394