pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/rclone



Module Name:    pkgsrc
Committed By:   leot
Date:           Thu Jun 11 19:55:42 UTC 2020

Modified Files:
        pkgsrc/net/rclone: Makefile distinfo

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/rclone/Makefile \
    pkgsrc/net/rclone/distinfo

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

Modified files:

Index: pkgsrc/net/rclone/Makefile
diff -u pkgsrc/net/rclone/Makefile:1.2 pkgsrc/net/rclone/Makefile:1.3
--- pkgsrc/net/rclone/Makefile:1.2      Thu May 28 11:13:17 2020
+++ pkgsrc/net/rclone/Makefile  Thu Jun 11 19:55:42 2020
@@ -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}
Index: pkgsrc/net/rclone/distinfo
diff -u pkgsrc/net/rclone/distinfo:1.2 pkgsrc/net/rclone/distinfo:1.3
--- pkgsrc/net/rclone/distinfo:1.2      Thu May 28 11:13:17 2020
+++ pkgsrc/net/rclone/distinfo  Thu Jun 11 19:55:42 2020
@@ -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