Debian Patches

Status for swift/2.37.1-4

Patch Description Author Forwarded Bugs Origin Last update
syslog_log_name.patch Set log_name for Swift services in default configs
===================================================================
Ondřej Nový <novy@ondrej.org> not-needed 2016-07-05
disable_sphinxcontrib_rsvgconverter.patch Disable sphinxcontrib.rsvgconverter extension
===================================================================
Ondřej Nový <novy@ondrej.org> not-needed 2020-02-12
set-default-workers-value.patch Set default workers value Since the package switched to uwsgi and now reads this value, it can't be
left as "auto" an commented out.

===================================================================
Thomas Goirand <zigo@debian.org> not-needed 2020-10-30
Add_tempurl_path_prefix_configuration_option.patch Add [filter:tempurl]/path_prefix configuration option If swiftproxy endpoint is something like /object, with URL rewriting
by haproxy, then the hmac calculation is wrong.
.
This patch adds a new path_prefix directive which is stripped away
in the URLs before calculating the tempurl hmac.

===================================================================
Kevin Allioli <kevin@linit.io> yes 2021-11-18
swift-recon-only-query-object-servers-once.patch swift-recon: only query object servers once
===================================================================
Thomas Goirand <zigo@debian.org> no 2023-04-28
drive-full-checker.patch drive-full-checker The admin documentation provides a documentation on how to "prevent[ing]
disk full scenarios" over here:
https://docs.openstack.org/swift/latest/admin_guide.html#preventing-disk-full-scenarios
.
Even if the doc provides an actual example, this example is written in
Python 2, and its implementation is incomplete.
.
This patch intend to fill the gap, and allow administrator to use an
official implementation of a new "swift-drive-full-checker" tool from
/usr/bin directly. Once done, we intend to also patch puppet-swift to
use this new tool.

===================================================================
Thomas Goirand <zigo@debian.org> yes 2024-02-11
fix-writing-non-ascii-in-headers-in-tests.patch Fix writing non-ascii in headers during tests
===================================================================
Thomas Goirand <zigo@debian.org> no debian 2025-12-26
CVE-2026-49017_OSSA-2026-014_s3api_Error_on+truncated+aws-chunked_input.patch CVE-2026-49017/OSSA-2026-014: s3api: Error on truncated aws-chunked input When an aws-chunked request body ends in the middle of a chunk, the
underlying input should return b''. StreamingInput was appending that
empty buffer and re-reading forever.
.
Treat an empty chunk read before the terminal zero-byte chunk completes
the payload as incomplete input instead. Add parser-level and object PUT
regression tests for a client disconnecting mid-chunk.

diff --git a/swift/common/middleware/s3api/s3request.py b/swift/common/middleware/s3api/s3request.py
index 9f3641f..c183be6 100644
Clay Gerrard <clay.gerrard@gmail.com> yes debian upstream upstream, https://review.opendev.org/c/openstack/swift/+/990261 2026-04-28

All known versions for source package 'swift'

Links