Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/rclone rclone: Update to 1.52.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6f80b2a64a03
branches:  trunk
changeset: 434143:6f80b2a64a03
user:      leot <leot%pkgsrc.org@localhost>
date:      Thu Jun 11 19:55:42 2020 +0000

description:
rclone: Update to 1.52.1

Changes:
1.52.1
------
* Bug Fixes
    * lib/file: Fix SetSparse on Windows 7 which fixes downloads of
      files > 250MB (Nick Craig-Wood)
    * build
        * Update go.mod to go1.14 to enable -mod=vendor build (Nick Craig-Wood)
        * Remove quicktest from Dockerfile (Nick Craig-Wood)
        * Build Docker images with GitHub actions (Matteo Pietro Dazzi)
        * Update Docker build workflows (Nick Craig-Wood)
        * Set user_allow_other in /etc/fuse.conf in the Docker image
          (Nick Craig-Wood)
        * Fix xgo build after go1.14 go.mod update (Nick Craig-Wood)
    * docs
        * Add link to source and modified time to footer of every
          page (Nick Craig-Wood)
        * Remove manually set dates and use git dates instead (Nick Craig-Wood)
        * Minor tense, punctuation, brevity and positivity changes for the
          home page (edwardxml)
        * Remove leading slash in page reference in footer when present
          (Nick Craig-Wood)
        * Note commands which need obscured input in the docs (Nick Craig-Wood)
        * obscure: Write more help as we are referencing it elsewhere
          (Nick Craig-Wood)
* VFS
    * Fix OS vs Unix path confusion - fixes ChangeNotify on Windows
      (Nick Craig-Wood)
* Drive
    * Fix missing items when listing using --fast-list / ListR
      (Nick Craig-Wood)
* Putio
    * Fix panic on Object.Open (Cenk Alti)
* S3
    * Fix upload of single files into buckets without create permission
      (Nick Craig-Wood)
    * Fix --header-upload (Nick Craig-Wood)
* Tardigrade
    * Fix listing bug by upgrading to v1.0.7
    * Set UserAgent to rclone (Caleb Case)

diffstat:

 net/rclone/Makefile |   4 ++--
 net/rclone/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (31 lines):

diff -r 8e66c7c36e9c -r 6f80b2a64a03 net/rclone/Makefile
--- a/net/rclone/Makefile       Thu Jun 11 19:38:40 2020 +0000
+++ b/net/rclone/Makefile       Thu Jun 11 19:55:42 2020 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2020/05/28 11:13:17 leot Exp $
+# $NetBSD: Makefile,v 1.3 2020/06/11 19:55:42 leot Exp $
 
 # When updating changelog is available in
 # ${WRKSRC}/docs/content/changelog.md
-DISTNAME=      rclone-1.52.0
+DISTNAME=      rclone-1.52.1
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=rclone/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
diff -r 8e66c7c36e9c -r 6f80b2a64a03 net/rclone/distinfo
--- a/net/rclone/distinfo       Thu Jun 11 19:38:40 2020 +0000
+++ b/net/rclone/distinfo       Thu Jun 11 19:55:42 2020 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.2 2020/05/28 11:13:17 leot Exp $
+$NetBSD: distinfo,v 1.3 2020/06/11 19:55:42 leot Exp $
 
-SHA1 (rclone-1.52.0.tar.gz) = 9031155f12ca78e9fa72ac43be53cd24f14eeb92
-RMD160 (rclone-1.52.0.tar.gz) = 8062e249d6ed6b9fc24497c5d93571da794d5229
-SHA512 (rclone-1.52.0.tar.gz) = 827f60c5742738b94e6137893bb9862ca860adb0bc182dd3b746615b7e5ab130fb6bf7ecba6abec0d618d319ce990307ce5a16d9b0e9092a04943d7ea650fcb9
-Size (rclone-1.52.0.tar.gz) = 20029131 bytes
+SHA1 (rclone-1.52.1.tar.gz) = 29f70952ceb017c914e0f22acf785892a88e1ec1
+RMD160 (rclone-1.52.1.tar.gz) = f527abed7e2a4b1d516ed7afb8783112065b55b6
+SHA512 (rclone-1.52.1.tar.gz) = bbd305074071986cf6fb8146c634e35c28e1ea8ce2ce95507c55b95cb19eb3b1453dfb11e365bef5948978328d91df44b936b866c49db26149a17f5ca451ba15
+Size (rclone-1.52.1.tar.gz) = 20029046 bytes
 SHA1 (patch-vfs_vfstest_write__non__unix.go) = fbb230be4fb8540191527b4f04231f2d0148ac51
 SHA1 (patch-vfs_vfstest_write__unix.go) = 4765ca7d7e6ceefc6480a154c2216bd7def33a42



Home | Main Index | Thread Index | Old Index