diff --git a/httpcomponents-core-4.4.13-src.tar.gz b/httpcomponents-core-4.4.13-src.tar.gz deleted file mode 100644 index df3064e..0000000 --- a/httpcomponents-core-4.4.13-src.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a0ee8ba5f91909e79adf96eda77bc6752ab2dc4c458be4de76a4a51d9459a37e -size 603325 diff --git a/httpcomponents-core-4.4.14-src.tar.gz b/httpcomponents-core-4.4.14-src.tar.gz new file mode 100644 index 0000000..72f2fe4 --- /dev/null +++ b/httpcomponents-core-4.4.14-src.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39c453f7f6e7bebcd0b4572f895bfa9bef186621c4520809cb3a365efa3a7195 +size 591869 diff --git a/httpcomponents-core-build.tar.xz b/httpcomponents-core-build.tar.xz index e0c08c6..25d34ec 100644 --- a/httpcomponents-core-build.tar.xz +++ b/httpcomponents-core-build.tar.xz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f506b8f0c71b299b43e6d5d423b0d1532a0803224dbdf4fea02586c6d4e7d2e5 +oid sha256:376b0119898881da4dc1a5fb7c614effd7aca95a26db52ca8ff4ef86c133e13c size 3028 diff --git a/httpcomponents-core.changes b/httpcomponents-core.changes index d8ac6c2..d992e03 100644 --- a/httpcomponents-core.changes +++ b/httpcomponents-core.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Thu Nov 7 12:42:18 UTC 2024 - Fridrich Strba + +- Upgraded to version 4.4.14 + * PR #231: 4.4.x Use better map apis and more. + + Remove redundant modifiers. + + Use Collections.addAll() API instead of loops. + + Remove redundant returns. + + No need to explicitly declare an array when calling a vararg + method. + + Remote extra semicolons (;). + * Bug fix: Non-blocking TLSv1.3 connections can end up in an + infinite event spin when closed concurrently by the local and + the remote endpoints. + * HTTPCORE-647: Non-blocking connection terminated due to + 'java.io.IOException: Broken pipe' can enter an infinite loop + flushing buffered output data. + * PR #201, HTTPCORE-634: Fix race condition in AbstractConnPool + that can cause internal state corruption when persistent + connections are manually removed from the pool. + ------------------------------------------------------------------- Tue Feb 20 14:37:08 UTC 2024 - Fridrich Strba diff --git a/httpcomponents-core.spec b/httpcomponents-core.spec index 937e33a..3a51ac0 100644 --- a/httpcomponents-core.spec +++ b/httpcomponents-core.spec @@ -18,7 +18,7 @@ %bcond_with tests Name: httpcomponents-core -Version: 4.4.13 +Version: 4.4.14 Release: 0 Summary: Set of low level Java HTTP transport components for HTTP services License: Apache-2.0 @@ -63,7 +63,7 @@ Group: Development/Libraries/Java %{summary}. %prep -%setup -q -a1 +%setup -c -q -a1 %patch -P 0 -p1