public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/cpp-httplib] epel9: Update to 0.38.0 (rhbz#2447261)
Date: Thu, 25 Jun 2026 08:07:17 GMT [thread overview]
Message-ID: <178237483735.1.13559263016757754374.rpms-cpp-httplib-49e22ff1ceef@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/cpp-httplib
Branch : epel9
Commit : 49e22ff1ceefa759a7ef1215191dc4605fc3e32e
Author : Petr Menšík <pemensik@redhat.com>
Date : 2026-03-17T11:43:53+01:00
Stats : +2/-2 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/cpp-httplib/c/49e22ff1ceefa759a7ef1215191dc4605fc3e32e?branch=epel9
Log:
Update to 0.38.0 (rhbz#2447261)
Security Enhancements
- Filename sanitization for path traversal prevention — Added sanitize_filename() to prevent path traversal attacks via malicious filenames in multipart uploads (83e98a2)
- Symlink protection in static file server — Static file serving now detects and rejects symlinks that point outside the mount directory, preventing symlink-based directory traversal (f787f31)
New Features
- Brotli compression support — Added Brotli (br) as a supported content encoding alongside gzip and deflate (ec1ffbc)
- Accept-Encoding quality parameter parsing — The server now parses q= quality values in the Accept-Encoding header and selects the best encoding accordingly (bb7c7ab)
- SSL proxy connection support — SSLClient can now establish connections through HTTPS proxies, with a new setup_proxy_connection method for cleaner proxy handling (f6ed5fc, b1bb2b7)
- WebSocket ping interval runtime configuration — WebSocket ping interval can now be configured at runtime instead of only at compile time (257b266)
Improvements
- Benchmark test suite — Added benchmark tests and configurations for performance evaluation (ba0d0b8)
- Unicode path component decoding tests — Added test coverage for Unicode characters in decode_path_component (43a54a3)
- Documentation updates — Enhanced TLS backend documentation with platform-specific certificate handling details; clarified progress callback usage and user data handling in examples (511e3ef, 2e61fd3)
Bug Fixes
- Fix port conflict in test — Fixed port number in OpenStreamMalformedContentLength test to avoid conflicts (4978f26)
Internal / Test Changes
- Removed large data tests for GzipDecompressor and SSLClientServerTest that caused memory issues (5ecba74, 69d468f)
- Enabled BindDualStack test (69d468f)
Source: https://github.com/yhirose/cpp-httplib/releases/tag/v0.38.0
---
diff --git a/cpp-httplib.spec b/cpp-httplib.spec
index e621ac5..85caca7 100644
--- a/cpp-httplib.spec
+++ b/cpp-httplib.spec
@@ -13,7 +13,7 @@
%endif
Name: cpp-httplib
-Version: 0.37.2
+Version: 0.38.0
%forgemeta
Release: %autorelease
diff --git a/sources b/sources
index c976ed8..0e7f0ee 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (cpp-httplib-0.37.2.tar.gz) = b470812a0c355cd814b5d4fdd838a08055287c3deec7a02223b8ec6625bb7376979bc3ee8035f0e6ca3936620154a4b1e468829c96b26c41d90ac3d21bd9167e
+SHA512 (cpp-httplib-0.38.0.tar.gz) = d8dfd5a447db4d6eb2a92c498af18cb3bf999ed43ef9a9552a8781f9c23597a3d178d2a15f5fa0afb68f2ec278080e6d4808cef5cfa68a8ed5f0c57b42bdbee7
reply other threads:[~2026-06-25 8:07 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178237483735.1.13559263016757754374.rpms-cpp-httplib-49e22ff1ceef@fedoraproject.org \
--to=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox