pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/syncthing



Module Name:    pkgsrc
Committed By:   gdt
Date:           Thu Sep 10 13:03:17 UTC 2020

Modified Files:
        pkgsrc/net/syncthing: Makefile distinfo

Log Message:
net/syncthing: Update to 1.8.0

While there is 1.9.0, it is only two days old and isn't in f-droid
yet.  I am choosing to avoid new releases for a bit, on the theory
that it's better to let people other than pkgsrc users find any new
issues.

Tested with syncthing Android/f-droid 1.8.0.

Upstream changes:

    bugfixes and minor enhanceements

    adds the experimental copyRangeMethod config on folders, for use
    on filesystems with copy-on-write support. Please see
    https://docs.syncthing.net/advanced/folder-copyrangemethod.html
    for details.

    adds TCP hole punching, used to establish high performance TCP
    connections in certain NAT scenarios where only relay or QUIC
    connections could be used previously.

    adds a configuration to file versioning for how often to run
    cleanup.  This defaults to once an hour, but is configurable from
    very frequently to never.


To generate a diff of this commit:
cvs rdiff -u -r1.117 -r1.118 pkgsrc/net/syncthing/Makefile
cvs rdiff -u -r1.80 -r1.81 pkgsrc/net/syncthing/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/syncthing/Makefile
diff -u pkgsrc/net/syncthing/Makefile:1.117 pkgsrc/net/syncthing/Makefile:1.118
--- pkgsrc/net/syncthing/Makefile:1.117 Sun Sep  6 17:38:33 2020
+++ pkgsrc/net/syncthing/Makefile       Thu Sep 10 13:03:16 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.117 2020/09/06 17:38:33 bsiegert Exp $
+# $NetBSD: Makefile,v 1.118 2020/09/10 13:03:16 gdt Exp $
 
 # Upstream used to frequently break protocol compatibility, but since
 # 2018 or so this has been much better.  While users of pkgsrc
@@ -17,9 +17,9 @@
 #
 # Minor version updates may be committed without asking.  Major
 # updates not following the above policy will be reverted.
-DISTNAME=      syncthing-source-v1.7.1
+DISTNAME=      syncthing-source-v1.8.0
 PKGNAME=       ${DISTNAME:S,source-v,,}
-PKGREVISION=   3
+#PKGREVISION=  0
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=syncthing/}
 GITHUB_RELEASE=        v${PKGVERSION_NOREV}

Index: pkgsrc/net/syncthing/distinfo
diff -u pkgsrc/net/syncthing/distinfo:1.80 pkgsrc/net/syncthing/distinfo:1.81
--- pkgsrc/net/syncthing/distinfo:1.80  Sun Aug  9 15:07:15 2020
+++ pkgsrc/net/syncthing/distinfo       Thu Sep 10 13:03:16 2020
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.80 2020/08/09 15:07:15 nia Exp $
+$NetBSD: distinfo,v 1.81 2020/09/10 13:03:16 gdt Exp $
 
-SHA1 (syncthing-source-v1.7.1.tar.gz) = e1124a60390c61d7dfc2a9a9c43b93ccd08d1799
-RMD160 (syncthing-source-v1.7.1.tar.gz) = bfeffa2605cb38763ffbf06ec83c6cf8f3c51d94
-SHA512 (syncthing-source-v1.7.1.tar.gz) = 4500972c4dfc8f2e584dd03c43dc7537287a2ced1f8676909d225d133243296157cfd51d3e7749ca64391a0649db7dc980523af584fd9bcfff6c3a932225336c
-Size (syncthing-source-v1.7.1.tar.gz) = 11594346 bytes
+SHA1 (syncthing-source-v1.8.0.tar.gz) = 6fe43c4b36058a6312c2e69c3effe5f841f9d43e
+RMD160 (syncthing-source-v1.8.0.tar.gz) = dfc323f9b7b7acd738140f4826dca47bb7646128
+SHA512 (syncthing-source-v1.8.0.tar.gz) = 282e6a700568946ed23d04cda41fa6a86d7c390c12c8abf99897f3818db9b4452baf5ab47d082bcf0b6a0329eb3d073dbc3abfe4a6493835cd201399307f605d
+Size (syncthing-source-v1.8.0.tar.gz) = 11663728 bytes
 SHA1 (patch-vendor_golang.org_x_sys_cpu_cpu__arm64.go) = 86e6ff8b88c40c533da01631028341b7c59102cc



Home | Main Index | Thread Index | Old Index