Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package cpp-httplib for openSUSE:Factory checked in at 2025-12-24 13:15:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cpp-httplib (Old) and /work/SRC/openSUSE:Factory/.cpp-httplib.new.1928 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cpp-httplib" Wed Dec 24 13:15:32 2025 rev:15 rq:1324246 version:0.28.0 Changes: -------- --- /work/SRC/openSUSE:Factory/cpp-httplib/cpp-httplib.changes 2025-08-25 20:36:52.389011899 +0200 +++ /work/SRC/openSUSE:Factory/.cpp-httplib.new.1928/cpp-httplib.changes 2025-12-24 13:15:47.333163553 +0100 @@ -1,0 +2,35 @@ +Mon Dec 22 20:58:05 UTC 2025 - Antonio Teixeira <[email protected]> + +- Update to 0.28.0 + * Fix HTTP 414 errors hanging until timeout + * CMake: Add HTTPLIB_SHARED option, don't define BUILD_SHARED_LIBS + * Add Client methods with both content provider and receiver + * Fix struct member initialization issue in getaddrinfo_with_timeout + * Add #undef _res after including resolv.h to prevent macro conflicts +- 0.27.0 changes + * SSL Error Reporting Improvements + * SSL Client Certificate Authentication + * IPv6 Host Header Support + * Memory Safety Fix + * EventDispatcher Stability + * Threading Issues + * Build System Enhancements + * For full changelog see https://github.com/yhirose/cpp-httplib/releases/tag/v0.27.0 +- 0.26.0 changes + * Initialize start time for server to improve timing accuracy + * Addressed an unspecified issue reported in #2217 + * Fix: handle EAI_ALLDONE from gai_suspend in getaddrinfo_with_timeout + * Fix #2223: Resolved issue as discussed in #2224 + * Fix inconsistent use of macro TARGET_OS_OSX on macOS + * build(meson): Corrected new build option names for Meson build system + * Make code sample compilable + * Fix 32-bit MSVC compiler error due to unknown command #warning +- Upstream release includes fixes for: + CVE-2025-66570 (boo#1254734) + CVE-2025-66577 (boo#1254735) +- Add netcfg build requirement to fix tests + * The "SNI_AutoDetectionTest.SNI_Logic" test fails if localhost only resolves + to 127.0.0.1 (ipv4-only). netcfg provides the needed /etc/hosts config with + the ::1 localhost ipv6 entry. + +------------------------------------------------------------------- @@ -345 +379,0 @@ - Old: ---- cpp-httplib-0.25.0.tar.gz New: ---- cpp-httplib-0.28.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cpp-httplib.spec ++++++ --- /var/tmp/diff_new_pack.q4JhrS/_old 2025-12-24 13:15:48.101195179 +0100 +++ /var/tmp/diff_new_pack.q4JhrS/_new 2025-12-24 13:15:48.105195343 +0100 @@ -17,10 +17,10 @@ # -%define sover 0.25 -%define libver 0_25 +%define sover 0.28 +%define libver 0_28 Name: cpp-httplib -Version: 0.25.0 +Version: 0.28.0 Release: 0 Summary: A C++11 HTTP/HTTPS server and client library License: MIT @@ -29,6 +29,7 @@ Source1: %{name}.pc BuildRequires: c++_compiler BuildRequires: cmake +BuildRequires: netcfg BuildRequires: pkgconfig(gtest) BuildRequires: pkgconfig(libbrotlidec) BuildRequires: pkgconfig(libbrotlienc) ++++++ cpp-httplib-0.25.0.tar.gz -> cpp-httplib-0.28.0.tar.gz ++++++ ++++ 3253 lines of diff (skipped)
