Accepting request 1222185 from Java:packages

bsc#1177488, CVE-2020-13956

OBS-URL: https://build.opensuse.org/request/show/1222185
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/httpcomponents-client?expand=0&rev=6
This commit is contained in:
Ana Guerrero 2024-11-08 10:55:43 +00:00 committed by Git OBS Bridge
commit 613938874f
5 changed files with 37 additions and 7 deletions

BIN
httpcomponents-client-4.5.12-src.tar.gz (Stored with Git LFS)

Binary file not shown.

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:03ddb419dd2066adfbdcc52d6498afafab968fff0d39864bc4dfb95837db83f1
size 801687

BIN
httpcomponents-client-build.tar.xz (Stored with Git LFS)

Binary file not shown.

View File

@ -1,3 +1,33 @@
-------------------------------------------------------------------
Thu Nov 7 12:27:13 UTC 2024 - Fridrich Strba <fstrba@suse.com>
- Update to version 4.5.14
* HTTPCLIENT-2206: Corrected resource de-allocation by fluent
response objects.
* HTTPCLIENT-2174: URIBuilder to return a new empty list instead
of unmodifiable Collections#emptyList.
* Don't retry requests in case of NoRouteToHostException.
* HTTPCLIENT-2144: RequestBuilder fails to correctly copy charset
of requests with form url-encoded body.
* PR #269: 4.5.x use array fill and more.
+ Use Arrays.fill().
+ Remove redundant modifiers.
+ Use Collections.addAll() and Collection.addAll() APIs instead
of loops.
+ Remove redundant returns.
+ No need to explicitly declare an array when calling a vararg
method.
+ Remote extra semicolons (;).
+ Use a 'L' instead of 'l' to make long literals more readable.
* PublicSuffixListParser.parseByType(Reader) allocates but does
not use a 256 char StringBuilder.
* Incorrect handling of malformed authority component by
URIUtils#extractHost (bsc#1177488, CVE-2020-13956).
* Avoid updating Content-Length header in a 304 response.
* Bug fix: BasicExpiresHandler is annotated as immutable but is
not (#239)
* HTTPCLIENT-2076: Fixed NPE in LaxExpiresHandler (#222).
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Feb 20 14:35:47 UTC 2024 - Fridrich Strba <fstrba@suse.com> Tue Feb 20 14:35:47 UTC 2024 - Fridrich Strba <fstrba@suse.com>

View File

@ -18,7 +18,7 @@
%bcond_with tests %bcond_with tests
Name: httpcomponents-client Name: httpcomponents-client
Version: 4.5.12 Version: 4.5.14
Release: 0 Release: 0
Summary: HTTP agent implementation based on httpcomponents HttpCore Summary: HTTP agent implementation based on httpcomponents HttpCore
License: Apache-2.0 License: Apache-2.0
@ -70,7 +70,7 @@ Group: Documentation/HTML
%{summary}. %{summary}.
%prep %prep
%setup -q -a1 %setup -q -c -a1
%patch -P 0 -p1 %patch -P 0 -p1
%patch -P 1 -p1 %patch -P 1 -p1