diff --git a/maven-wagon-build.tar.xz b/maven-wagon-build.tar.xz index 1afefb9..56a85e9 100644 --- a/maven-wagon-build.tar.xz +++ b/maven-wagon-build.tar.xz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:aba7557c166d0cc9a5e01c99035ac44ece330de952b1fed690167b897d0f450a -size 4704 +oid sha256:36bfc976a68f1bd096c54f1c05d04b320d699014895c9107beb8b07ef52bf109 +size 4516 diff --git a/maven-wagon.changes b/maven-wagon.changes index f767fce..197961e 100644 --- a/maven-wagon.changes +++ b/maven-wagon.changes @@ -1,3 +1,80 @@ +------------------------------------------------------------------- +Wed Apr 28 12:00:04 UTC 2021 - Fridrich Strba + +- Upgrade to version 3.4.3 + * Fixes: + + [WAGON-537] Maven transfer speed of large artifacts is slow + due to unsuitable buffer strategy + + [WAGON-539] Explicitly register only supported auth schemes + + [WAGON-540] Switch to modern-day encoding (UTF-8) of auth + credentials + + [WAGON-544] Work around JSch issue #122 + + [WAGON-546] HttpWagon TTL not set + + [WAGON-547] Upgrade HttpCore to 4.4.11 + + [WAGON-548] Upgrade HttpClient to 4.5.7 + + [WAGON-549] Upgrade Commons Net to 3.6 + + [WAGON-550] Upgrade JSoup to 1.11.3 + + [WAGON-551] Uprade JSch to 0.1.55 + + [WAGON-552] Replace Commons Codec with Plexus Utils + + [WAGON-553] Upgrade Plexus Classworlds to 2.6.0 + + [WAGON-554] Tests with checkin rely on global Git config + + [WAGON-555] Use java.nio.file.Path for URI construction of + file:// URI in tests + + [WAGON-556] Skip parsing of user info for file:// URLs + + [WAGON-557] Integer overflow prevents optimal buffer size + selection for large artifacts + + [WAGON-559] Upgrade Plexus Interactivity to 1.0 + + [WAGON-560] Upgrade Plexus Utils to 3.2.0 + + [WAGON-561] Upgrade JSoup to 1.12.1 + + [WAGON-562] Upgrade HttpClient to 4.5.9 + + [WAGON-564] SSH connection failure because + 'preferredAuthentications' option is ignored if password + isn't set + + [WAGON-567] Provide request retry strategy on transient + client and server side errors + + [WAGON-568] Fail to deploy on Sonatype OSS since Maven 3.5.4 + + [WAGON-569] Inconsistent encoding behavior for repository + URLs with spaces + + [WAGON-570] Use RedirectStrategy from HttpClient rather than + a custom approach + + [WAGON-571] Rename RequestEntityImplementation to + WagonHttpEntity + + [WAGON-573] EntityUtils.consumeQuietly() never called on + non-2xx status codes + + [WAGON-576] Retry handler docs are possibly wrong + + [WAGON-577] Upgrade HttpCore to 4.4.13 + + [WAGON-578] Upgrade HttpClient to 4.5.11 + + [WAGON-579] Handle SC_UNAUTHORIZED and + SC_PROXY_AUTHENTICATION_REQUIRED in all methods + + [WAGON-580] Improve and unify exception messages by status + code types throughout HTTP providers + + [WAGON-581] Upgrade HttpClient to 4.5.12 + + [WAGON-582] HttpMethodConfiguration#copy() performs a shallow + copy only + + [WAGON-585] maven.wagon.http.ssl features documentation is + incomplete + + [WAGON-586] update parent POM + + [WAGON-588] Handle 404 and 410 consistently in HTTP-based + Wagon providers + + [WAGON-589] reminder to remove in the future + + [WAGON-591] Transfer event is not restarted when request is + redirected + + [WAGON-592] Wagon fails when compiled on Java 9+ and run on + Java 8 due to JDK API breakage + + [WAGON-593] Remove non-existent cache header + + [WAGON-594] http.route.default-proxy config property never + passes protocol and port of proxy server + + [WAGON-595] Add configuration property + 'http.protocol.handle-content-compression' + + [WAGON-596] Add configuration property + 'http.protocol.handle-uri-normalization' + + [WAGON-597] Fix self-assignment and set class field + + [WAGON-602] [Regression] Preserve trailing slash in encoded + URL + + [WAGON-607] Upgrade HttpCore to 4.4.14 + + [WAGON-608] Upgrade HttpClient to 4.5.13 + + [WAGON-609] Upgrade transitive Commons Codec to 1.15 + ------------------------------------------------------------------- Mon Oct 7 09:39:56 UTC 2019 - Fridrich Strba diff --git a/maven-wagon.spec b/maven-wagon.spec index 322a70e..c449a7c 100644 --- a/maven-wagon.spec +++ b/maven-wagon.spec @@ -1,7 +1,7 @@ # # spec file for package maven-wagon # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,13 +17,13 @@ Name: maven-wagon -Version: 3.2.0 +Version: 3.4.3 Release: 0 Summary: Tools to manage artifacts and deployment License: Apache-2.0 Group: Development/Libraries/Java -URL: http://maven.apache.org/wagon -Source0: http://repo1.maven.org/maven2/org/apache/maven/wagon/wagon/%{version}/wagon-%{version}-source-release.zip +URL: https://maven.apache.org/wagon +Source0: https://repo1.maven.org/maven2/org/apache/maven/wagon/wagon/%{version}/wagon-%{version}-source-release.zip Source1: %{name}-build.tar.xz BuildRequires: ant BuildRequires: apache-commons-io @@ -198,7 +198,7 @@ build-jar-repository -s lib \ commons-io commons-net jsch \ jsch.agentproxy.core jsch.agentproxy.jsch jsch.agentproxy.connector-factory \ httpcomponents/httpclient httpcomponents/httpcore \ - jsoup/jsoup plexus/utils plexus/interactivity-api slf4j/api + jsoup/jsoup plexus/utils plexus/interactivity-api slf4j/api # tests are disabled because of missing dependencies %{ant} package javadoc diff --git a/wagon-3.2.0-source-release.zip b/wagon-3.2.0-source-release.zip deleted file mode 100644 index 002011a..0000000 --- a/wagon-3.2.0-source-release.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8f1f3e718c435e7ea3bca6ce777ad22c12f425ea2af1cbd33b8bf9d0f54c0757 -size 623053 diff --git a/wagon-3.4.3-source-release.zip b/wagon-3.4.3-source-release.zip new file mode 100644 index 0000000..170dbef --- /dev/null +++ b/wagon-3.4.3-source-release.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c055e38157474e5bf1845b360bcf5f24b2ed5f68f3a2e50448e591ec018fdbe6 +size 639463