pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

s5cmd: Upgrade to v2.2.0



Module Name:	pkgsrc-wip
Committed By:	Paul Ripke <stix%stix.id.au@localhost>
Pushed By:	stix
Date:		Tue Aug 22 10:50:07 2023 +1000
Changeset:	9816437f97c4db8d6130db03213ae6df505b4725

Modified Files:
	s5cmd/Makefile
	s5cmd/distinfo

Log Message:
s5cmd: Upgrade to v2.2.0

Features

- Added pipe command. (#182)
- Added presign command. (#634) @zemul
- Added file types to select queries with more range of options to set during
  the query. (#494)
- Added --content-disposition flag to cp command. (#569)
- Added --show-fullpath flag to ls command. (#596)
- Added --show-progress flag to cp command. (#51)
- Added --metadata flag to cp and pipe commands to set arbitrary metadata for
  the objects. (#537)
- Added --include flag to cp, rm, and sync commands. (#516)
- Added --content-disposition flag to cp command. (#569)

Improvements

- Implemented concurrent multipart download support for cat command. (#245)
- Upgraded minimum required Go version to 1.19. (#583)
- ListObjectsV2 S3 API is enabled for Google Cloud Storage. (#617)
- Added installation instructions for FreeBSD. (#573) @ehaupt
- Added ppc64le support. (#552) @mgiessing

Bugfixes

- Fixed a bug that causes sync command with whitespaced flag value to fail.
  (#541) ataberkgrl
- Fixed a bug introduced with external sort support in sync command which
  prevents sync to an empty destination with --delete option. (#576)
- Fixed a bug in sync command, which previously caused the command to
  continue running even if an error was received from the destination bucket.
  (#564)
- Fixed a bug that causes local files to be lost if downloads fail. (#479)
- Fixed a bug where cp command could not upload a non-regular file to remote
  destination. (#618)
- Fixed a crash where a file or a remote object is removed or renamed after it
  is listed to be operated on. (#620)

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9816437f97c4db8d6130db03213ae6df505b4725

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 s5cmd/Makefile | 2 +-
 s5cmd/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs:
diff --git a/s5cmd/Makefile b/s5cmd/Makefile
index a1f8f0b5cf..f3067e4db7 100644
--- a/s5cmd/Makefile
+++ b/s5cmd/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-PKGVERSION=	2.1.0
+PKGVERSION=	2.2.0
 DISTNAME=	s5cmd-v${PKGVERSION}
 PKGNAME=	s5cmd-${PKGVERSION}
 CATEGORIES=	net
diff --git a/s5cmd/distinfo b/s5cmd/distinfo
index 16b57e2423..b1bf0d5e8b 100644
--- a/s5cmd/distinfo
+++ b/s5cmd/distinfo
@@ -306,6 +306,6 @@ Size (gotest.tools_v3_@v_v3.0.2.mod) = 194 bytes
 BLAKE2s (gotest.tools_v3_@v_v3.0.2.zip) = fcb390ccb1263108269eb44eab7df067025b5e6658f30405af094a4cb8d6856b
 SHA512 (gotest.tools_v3_@v_v3.0.2.zip) = d85150c7a380874323c46fc493847ee12515ef50fa928da808dc5f03d91f65691dbd06473485afab5f5b5fa7b815bdab9ce19e62f69bad407b267a34397d5c40
 Size (gotest.tools_v3_@v_v3.0.2.zip) = 92950 bytes
-BLAKE2s (s5cmd-v2.1.0.tar.gz) = 8e37cf8bb9bcb92f53e0ce6f340436ba024fcdcc8d23ddca1fb4babed13b017e
-SHA512 (s5cmd-v2.1.0.tar.gz) = 07baddbd7c37447f0cdcc30115082722f7fd113366a70713ecfa41d8c47b26445e6ce9be0c9fce2b795de813086ba2af56190569bad4ba99d627e49bccdfbaed
-Size (s5cmd-v2.1.0.tar.gz) = 2667759 bytes
+BLAKE2s (s5cmd-v2.2.0.tar.gz) = cd9c689d0b3e2dd1141ff4114ed4a045a1c2139aac772169888ef0f8a9102e9e
+SHA512 (s5cmd-v2.2.0.tar.gz) = 5cb63dffc965b2dca9bafb9881a67f44e1c7acb95dc0427b83b816f13793b95fa4c633dc7939664ade9da45e8c853f6907ae0467f6f257a0fec615db8e048433
+Size (s5cmd-v2.2.0.tar.gz) = 3074382 bytes


Home | Main Index | Thread Index | Old Index