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:   nia
Date:           Mon Oct 19 17:56:44 UTC 2020

Modified Files:
        pkgsrc/net/syncthing: Makefile distinfo
Removed Files:
        pkgsrc/net/syncthing/patches:
            patch-vendor_golang.org_x_sys_cpu_cpu__arm64.go

Log Message:
syncthing: Update to 1.10.0

This release adds the config option announceLANAddresses to enable
(the default) or disable announcing private (RFC1918) LAN IP addresses
to global discovery.

It also fixes various bugs, and we can delete a patch that's no longer
needed.


To generate a diff of this commit:
cvs rdiff -u -r1.119 -r1.120 pkgsrc/net/syncthing/Makefile
cvs rdiff -u -r1.81 -r1.82 pkgsrc/net/syncthing/distinfo
cvs rdiff -u -r1.2 -r0 \
    pkgsrc/net/syncthing/patches/patch-vendor_golang.org_x_sys_cpu_cpu__arm64.go

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.119 pkgsrc/net/syncthing/Makefile:1.120
--- pkgsrc/net/syncthing/Makefile:1.119 Thu Oct 15 13:08:27 2020
+++ pkgsrc/net/syncthing/Makefile       Mon Oct 19 17:56:44 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.119 2020/10/15 13:08:27 bsiegert Exp $
+# $NetBSD: Makefile,v 1.120 2020/10/19 17:56:44 nia Exp $
 
 # Upstream used to frequently break protocol compatibility, but since
 # 2018 or so this has been much better.  While users of pkgsrc
@@ -17,10 +17,8 @@
 #
 # Minor version updates may be committed without asking.  Major
 # updates not following the above policy will be reverted.
-DISTNAME=      syncthing-source-v1.8.0
+DISTNAME=      syncthing-source-v1.10.0
 PKGNAME=       ${DISTNAME:S,source-v,,}
-PKGREVISION=   1
-#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.81 pkgsrc/net/syncthing/distinfo:1.82
--- pkgsrc/net/syncthing/distinfo:1.81  Thu Sep 10 13:03:16 2020
+++ pkgsrc/net/syncthing/distinfo       Mon Oct 19 17:56:44 2020
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.81 2020/09/10 13:03:16 gdt Exp $
+$NetBSD: distinfo,v 1.82 2020/10/19 17:56:44 nia Exp $
 
-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
+SHA1 (syncthing-source-v1.10.0.tar.gz) = 628af5b6d620297402a68236389b2d35e8f6e8bd
+RMD160 (syncthing-source-v1.10.0.tar.gz) = 094aafbf4e2d830407e3af2affeb9a4abeb549c8
+SHA512 (syncthing-source-v1.10.0.tar.gz) = f2a9d31651d01e2df9aaf91d685df0e7a89ccb901ebd383ec82ceedbcb247790ef7140fedb602957c715a1ab138a9e58e82dabb0264758d185ca6d9c913793bf
+Size (syncthing-source-v1.10.0.tar.gz) = 11259664 bytes



Home | Main Index | Thread Index | Old Index