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:
commit
613938874f
BIN
httpcomponents-client-4.5.12-src.tar.gz
(Stored with Git LFS)
BIN
httpcomponents-client-4.5.12-src.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
httpcomponents-client-4.5.14-src.tar.gz
Normal file
3
httpcomponents-client-4.5.14-src.tar.gz
Normal 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)
BIN
httpcomponents-client-build.tar.xz
(Stored with Git LFS)
Binary file not shown.
@ -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>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%bcond_with tests
|
||||
Name: httpcomponents-client
|
||||
Version: 4.5.12
|
||||
Version: 4.5.14
|
||||
Release: 0
|
||||
Summary: HTTP agent implementation based on httpcomponents HttpCore
|
||||
License: Apache-2.0
|
||||
@ -70,7 +70,7 @@ Group: Documentation/HTML
|
||||
%{summary}.
|
||||
|
||||
%prep
|
||||
%setup -q -a1
|
||||
%setup -q -c -a1
|
||||
%patch -P 0 -p1
|
||||
%patch -P 1 -p1
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user