Update to upstream version 4.4.16
This commit is contained in:
parent
93ca699d87
commit
d35b0d2d81
2
.gitignore
vendored
2
.gitignore
vendored
@ -22,3 +22,5 @@ httpcomponents-core-4.1.4-src.tar.gz
|
||||
/httpcomponents-core-4.4.11-src.tar.gz
|
||||
/httpcomponents-core-4.4.12-src.tar.gz
|
||||
/httpcomponents-core-4.4.13-src.tar.gz
|
||||
/httpcomponents-core-4.4.16-src.tar.gz
|
||||
/httpcomponents-core-4.4.16-source-release.zip
|
||||
|
@ -2,11 +2,11 @@
|
||||
|
||||
Name: httpcomponents-core
|
||||
Summary: Set of low level Java HTTP transport components for HTTP services
|
||||
Version: 4.4.13
|
||||
Release: 10%{?dist}
|
||||
Version: 4.4.16
|
||||
Release: 1%{?dist}
|
||||
License: ASL 2.0
|
||||
URL: http://hc.apache.org/
|
||||
Source0: https://www.apache.org/dist/httpcomponents/httpcore/source/httpcomponents-core-%{version}-src.tar.gz
|
||||
Source0: https://repo1.maven.org/maven2/org/apache/httpcomponents/httpcomponents-core/%{version}/httpcomponents-core-%{version}-source-release.zip
|
||||
Patch0: 0001-Port-to-mockito-2.patch
|
||||
|
||||
BuildArch: noarch
|
||||
@ -43,9 +43,8 @@ HTTP connections in a resource efficient manner.
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
|
||||
# Random test failures on ARM -- 100 ms sleep is not eneough on this
|
||||
# very performant arch, lets make it 2 s
|
||||
sed -i '/Thread.sleep/s/100/2000/' httpcore-nio/src/test/java/org/apache/http/nio/integration/TestHttpAsyncHandlers.java
|
||||
# Tests failing with Java 17
|
||||
sed -i '/testAwaitInputInBuffer\|testAwaitInputInSocket\|testNotStaleWhenHasData\|testWriteSmallFragmentBuffering\|testWriteSmallFragmentNoBuffering/i@org.junit.Ignore' httpcore/src/test/java/org/apache/http/impl/{TestBHttpConnectionBase,io/TestSessionInOutBuffers}.java
|
||||
|
||||
%pom_remove_plugin :maven-checkstyle-plugin
|
||||
%pom_remove_plugin :apache-rat-plugin
|
||||
@ -96,6 +95,9 @@ done
|
||||
%doc README.txt RELEASE_NOTES.txt
|
||||
|
||||
%changelog
|
||||
* Wed Aug 16 2023 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.4.16-1
|
||||
- Update to upstream version 4.4.16
|
||||
|
||||
* Tue Aug 15 2023 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.4.13-10
|
||||
- Build with default JDK 17
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (httpcomponents-core-4.4.13-src.tar.gz) = 7a752363a090e6f6de30fea295f7b59d268059b3e3ef5164de8f88c6ef02215c2f653154f4567d52fd91eaf832564f784f5365b6ba8a342fce8222439dfa7c74
|
||||
SHA512 (httpcomponents-core-4.4.16-source-release.zip) = 110dd58dae9821c7e942e65655a58e2cd40279e96971067ec224d8314354c822a91e88848d46a3937534fca556859f888b230cd8ddf0150e5d6bbdc0eb5f2bbd
|
||||
|
Loading…
Reference in New Issue
Block a user