diff --git a/httpcomponents-client-4.5.12-src.tar.gz b/httpcomponents-client-4.5.12-src.tar.gz deleted file mode 100644 index 20d4b5c..0000000 --- a/httpcomponents-client-4.5.12-src.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6bfebea73129db129582eafe8379d1e47ba464b9e2d89d36d8910af6454d49ed -size 823758 diff --git a/httpcomponents-client-4.5.14-src.tar.gz b/httpcomponents-client-4.5.14-src.tar.gz new file mode 100644 index 0000000..ece0416 --- /dev/null +++ b/httpcomponents-client-4.5.14-src.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03ddb419dd2066adfbdcc52d6498afafab968fff0d39864bc4dfb95837db83f1 +size 801687 diff --git a/httpcomponents-client-build.tar.xz b/httpcomponents-client-build.tar.xz index 0a55ef0..c0cc9ed 100644 --- a/httpcomponents-client-build.tar.xz +++ b/httpcomponents-client-build.tar.xz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:86451124bff0d34fd652fc1371684773c8df755561abf30d362d90bb520c054f -size 3628 +oid sha256:f7e70589b5961dc4411ddcd07bd5992243d8a47db667f598f338131d61889a93 +size 3636 diff --git a/httpcomponents-client.changes b/httpcomponents-client.changes index 43561d7..251cb5e 100644 --- a/httpcomponents-client.changes +++ b/httpcomponents-client.changes @@ -1,3 +1,33 @@ +------------------------------------------------------------------- +Thu Nov 7 12:27:13 UTC 2024 - Fridrich Strba + +- 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 diff --git a/httpcomponents-client.spec b/httpcomponents-client.spec index a09505c..baf4e70 100644 --- a/httpcomponents-client.spec +++ b/httpcomponents-client.spec @@ -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