net-cpp (3.1.1+dfsg-4)
[PTS] [DDPO]
COMMITS: VCS has seen 1 commit since the debian/3.1.1+dfsg-4 tag
- Git: https://salsa.debian.org/ubports-team/net-cpp.git
-
- Branch: master
- Path: debian/changelog
- Repo size: 450560
- Browser: https://salsa.debian.org/ubports-team/net-cpp/
- Last scan: 2025-01-19 00:03:02+00
- Next scan: 2025-01-26 22:54:00+00
- CI pipeline status: success
- Debian changelog in Git:
net-cpp (3.1.1+dfsg-4) unstable; urgency=medium
* debian/patches:
+ Simplify 1007_wait-for-flask.patch and use already present sleep_for()
in tests/httpbin.h.in, increase it from 1sec to 5secs.
+ Trivially rebase 2001_no-tests-that-require-inet-access.patch.
+ Add 1008_set-MAX-CONTENT-LENGTH-for-flask-server-to-let-it-accept-big-
chunks-of-data.patch. Set MAX_FORM_MEMORY_SIZE to a limit that can
also handle the HttpClient.post_request_for_file_with_large_chunk_succeeds
test. (Closes: #1088721).
* debian/control:
+ In B-D: field, switch from pkg-config to pkgconf.
-- Mike Gabriel <sunweaver@debian.org> Thu, 12 Dec 2024 22:42:20 +0100
- This branch is 1 commit ahead of tag debian/3.1.1+dfsg-4
- Git log:
commit f2050b5318cba3860fa1042e9b81e1b792b972c4
Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
Date: Thu Dec 12 22:58:52 2024 +0100
debian/patches: Add header to patch 1008.