Update to upstream version 4.5.7
This commit is contained in:
parent
8cf0d31d63
commit
4be15e0044
1
.gitignore
vendored
1
.gitignore
vendored
@ -22,3 +22,4 @@ httpcomponents-client-4.1-src.tar.gz
|
|||||||
/httpcomponents-client-4.5.3-src.tar.gz
|
/httpcomponents-client-4.5.3-src.tar.gz
|
||||||
/httpcomponents-client-4.5.5-src.tar.gz
|
/httpcomponents-client-4.5.5-src.tar.gz
|
||||||
/httpcomponents-client-4.5.6-src.tar.gz
|
/httpcomponents-client-4.5.6-src.tar.gz
|
||||||
|
/httpcomponents-client-4.5.7-src.tar.gz
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
|
|
||||||
Name: httpcomponents-client
|
Name: httpcomponents-client
|
||||||
Summary: HTTP agent implementation based on httpcomponents HttpCore
|
Summary: HTTP agent implementation based on httpcomponents HttpCore
|
||||||
Version: 4.5.6
|
Version: 4.5.7
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: http://hc.apache.org/
|
URL: http://hc.apache.org/
|
||||||
Source0: http://www.apache.org/dist/httpcomponents/httpclient/source/%{name}-%{version}-src.tar.gz
|
Source0: http://www.apache.org/dist/httpcomponents/httpclient/source/%{name}-%{version}-src.tar.gz
|
||||||
@ -73,6 +73,7 @@ Summary: API documentation for %{name}
|
|||||||
%pom_remove_plugin :apache-rat-plugin
|
%pom_remove_plugin :apache-rat-plugin
|
||||||
%pom_remove_plugin :maven-source-plugin
|
%pom_remove_plugin :maven-source-plugin
|
||||||
%pom_remove_plugin :maven-javadoc-plugin
|
%pom_remove_plugin :maven-javadoc-plugin
|
||||||
|
%pom_remove_plugin :animal-sniffer-maven-plugin
|
||||||
|
|
||||||
# Fails due to strict crypto policy - uses DSA in test data
|
# Fails due to strict crypto policy - uses DSA in test data
|
||||||
rm httpclient/src/test/java/org/apache/http/conn/ssl/TestSSLSocketFactory.java
|
rm httpclient/src/test/java/org/apache/http/conn/ssl/TestSSLSocketFactory.java
|
||||||
@ -174,6 +175,10 @@ rm -r httpclient-cache/src/*/java/org/apache/http/impl/client/cache/ehcache
|
|||||||
%doc LICENSE.txt NOTICE.txt
|
%doc LICENSE.txt NOTICE.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 04 2019 Marian Koncek <mkoncek@redhat.com> - 4.5.7-1
|
||||||
|
- Update to upstream version 4.5.7
|
||||||
|
- Fixes: RHBZ #1669148
|
||||||
|
|
||||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4.5.6-3
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4.5.6-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (httpcomponents-client-4.5.6-src.tar.gz) = c674ccc464eedc5a10c76d49bb87c6f0faf8abe6bf8209ade76af82e3efab8b9ed6cf2967b5f880f486d60de4876be26278b77e99a414aff3400346b57891c82
|
SHA512 (httpcomponents-client-4.5.7-src.tar.gz) = a02717894d519ff88ec988f2cadd2b53832d7bf1ba87f54ccc3922d0ca62ce349e32d297611720aa993d7214564e43ab5471f7405e724499d354052617818680
|
||||||
|
Loading…
Reference in New Issue
Block a user