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.0.0.
details: https://anonhg.NetBSD.org/pkgsrc/rev/738b7221c1f8
branches: trunk
changeset: 317785:738b7221c1f8
user: wiz <wiz%pkgsrc.org@localhost>
date: Tue Jan 15 22:33:24 2019 +0000
description:
syncthing: update to 1.0.0.
Based on PR 53878 by David J. Weller-Fahy
This major release honors the fact that Syncthing is used widely
and since a while no longer "really in beta". It does not represent
a breaking change.
Bugfixes:
#5324: Incorrect warning when --home and path on same directory level
#5369: Empty file field in log when normalizePath failed
#5372: Event system can cause deadlock
Enhancements:
#2760: Option to limit max simultaneous scans
#5286: Add hardening options to systemd units
#5320: Show configured rate limit in the GUI
#5336: Show list of locally changed files for receive only folders
Other issues:
#5334: New chmduquesne/rollinghash breaks tests
#5362: lib/model: TestDeregister* tests are bad
diffstat:
net/syncthing/Makefile | 5 ++---
net/syncthing/distinfo | 11 +++++------
net/syncthing/patches/patch-build.go | 19 -------------------
3 files changed, 7 insertions(+), 28 deletions(-)
diffs (58 lines):
diff -r bb603b258b80 -r 738b7221c1f8 net/syncthing/Makefile
--- a/net/syncthing/Makefile Tue Jan 15 22:16:12 2019 +0000
+++ b/net/syncthing/Makefile Tue Jan 15 22:33:24 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.81 2018/12/19 15:47:00 bsiegert Exp $
+# $NetBSD: Makefile,v 1.82 2019/01/15 22:33:24 wiz Exp $
# Upstream regularly breaks protocol compatibility. While users of
# pkgsrc syncthing on multiple systems can update synchronously, an
@@ -13,8 +13,7 @@
# Note that the android versioning is disconnected from syncthing versioning;
# see https://github.com/syncthing/syncthing-android/issues/652 for
# a fuller explanation.
-DISTNAME= syncthing-0.14.54
-PKGREVISION= 1
+DISTNAME= syncthing-1.0.0
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GITHUB:=syncthing/}
GITHUB_TAG= v${PKGVERSION_NOREV}
diff -r bb603b258b80 -r 738b7221c1f8 net/syncthing/distinfo
--- a/net/syncthing/distinfo Tue Jan 15 22:16:12 2019 +0000
+++ b/net/syncthing/distinfo Tue Jan 15 22:33:24 2019 +0000
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.65 2018/12/06 07:09:07 wiz Exp $
+$NetBSD: distinfo,v 1.66 2019/01/15 22:33:24 wiz Exp $
-SHA1 (syncthing-0.14.54.tar.gz) = 0da0057c920d6382781435b6a1b091db0bbe1000
-RMD160 (syncthing-0.14.54.tar.gz) = 5497738b8f293504e4e52924c7cf623c4d87396b
-SHA512 (syncthing-0.14.54.tar.gz) = 979a4099e188d213d21b1b7b2a2baea7e7c65bda403713245f1d1c0f3fafd935c0697ea0283b77284e8e24325088e43756814c9ae24bbebb3526f91235e9ae82
-Size (syncthing-0.14.54.tar.gz) = 10609474 bytes
-SHA1 (patch-build.go) = 9fc31a4bcb251e299b671903f540839f45a9bf32
+SHA1 (syncthing-1.0.0.tar.gz) = 96de67fd9df9c7760db717723d6faec03ab1ef99
+RMD160 (syncthing-1.0.0.tar.gz) = 67616fe8b39f18ec5f3d93f6cb5affbcc44f1dd1
+SHA512 (syncthing-1.0.0.tar.gz) = 79adbce03524665d02c1ca772fdf5aca68d9e41ee4bc02bcb9ac6ed0d8dca2fe8582139f52a0fe895ad5eb15c372d686277077ff884b67de1d45419e19407603
+Size (syncthing-1.0.0.tar.gz) = 10601948 bytes
diff -r bb603b258b80 -r 738b7221c1f8 net/syncthing/patches/patch-build.go
--- a/net/syncthing/patches/patch-build.go Tue Jan 15 22:16:12 2019 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,19 +0,0 @@
-$NetBSD: patch-build.go,v 1.1 2018/08/29 13:27:40 tnn Exp $
-
-Without this I get:
-
-open /usr/pkg/go/pkg/netbsd_amd64/runtime/cgo.a: permission denied
-
-when building as non-root.
-
---- build.go.orig 2018-07-10 15:40:06.000000000 +0000
-+++ build.go
-@@ -440,7 +440,7 @@ func build(target target, tags []string)
-
- rmr(target.BinaryName())
-
-- args := []string{"build", "-i", "-v"}
-+ args := []string{"build", "-v"}
- args = appendParameters(args, tags, target)
-
- os.Setenv("GOOS", goos)
Home |
Main Index |
Thread Index |
Old Index