pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/syncthing syncthing: Update to 1.10.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/28fa97a159c5
branches:  trunk
changeset: 440827:28fa97a159c5
user:      nia <nia%pkgsrc.org@localhost>
date:      Mon Oct 19 17:56:44 2020 +0000

description:
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.

diffstat:

 net/syncthing/Makefile                                                |   6 +--
 net/syncthing/distinfo                                                |  11 ++---
 net/syncthing/patches/patch-vendor_golang.org_x_sys_cpu_cpu__arm64.go |  20 ----------
 3 files changed, 7 insertions(+), 30 deletions(-)

diffs (61 lines):

diff -r cd06665d715a -r 28fa97a159c5 net/syncthing/Makefile
--- a/net/syncthing/Makefile    Mon Oct 19 17:54:01 2020 +0000
+++ b/net/syncthing/Makefile    Mon Oct 19 17:56:44 2020 +0000
@@ -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}
diff -r cd06665d715a -r 28fa97a159c5 net/syncthing/distinfo
--- a/net/syncthing/distinfo    Mon Oct 19 17:54:01 2020 +0000
+++ b/net/syncthing/distinfo    Mon Oct 19 17:56:44 2020 +0000
@@ -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
diff -r cd06665d715a -r 28fa97a159c5 net/syncthing/patches/patch-vendor_golang.org_x_sys_cpu_cpu__arm64.go
--- a/net/syncthing/patches/patch-vendor_golang.org_x_sys_cpu_cpu__arm64.go     Mon Oct 19 17:54:01 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-$NetBSD: patch-vendor_golang.org_x_sys_cpu_cpu__arm64.go,v 1.2 2020/06/09 11:32:43 nia Exp $
-
-copypasta of devel/go-sys/patches/patch-cpu_cpu__arm64.go
-
---- vendor/golang.org/x/sys/cpu/cpu_arm64.go.orig      2020-06-02 09:59:11.000000000 +0000
-+++ vendor/golang.org/x/sys/cpu/cpu_arm64.go
-@@ -10,8 +10,12 @@ const cacheLineSize = 64
- 
- func init() {
-       switch runtime.GOOS {
--      case "android", "darwin":
-+      case "android", "darwin", "netbsd":
-               // Android and iOS don't seem to allow reading these registers.
-+              // NetBSD:
-+              // ID_AA64ISAR0_EL1 is a privileged register and cannot be read from EL0.
-+              // It can be read via sysctl(3). Example for future implementers:
-+              // https://nxr.netbsd.org/xref/src/usr.sbin/cpuctl/arch/aarch64.c
-               // Fake the minimal features expected by
-               // TestARM64minimalFeatures.
-               ARM64.HasASIMD = true



Home | Main Index | Thread Index | Old Index