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.3.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/e137e2be5c0b
branches: trunk
changeset: 340581:e137e2be5c0b
user: nia <nia%pkgsrc.org@localhost>
date: Fri Oct 04 17:01:56 2019 +0000
description:
syncthing: Update to 1.3.0
This release adds the "databaseTuning" config option to adjust parameters for the database size in use. The default is "auto" which automatically determines appropriate parameters. The other options
are "small" (results in the parameters used previously, and used now for small databases) and "large" (results in the new parameters for large databases, regardless of the actual database size).
Bugfixes
#5985: Log spam and high CPU use if #include path is wrong in .stignore
Enhancements
#5138: Rate limit can be very bursty
#5948: Improve free space checking when syncing
#5966: Database performance: improve situation with huge databases
Other issues
#5924: Upgrade server JSON generator
#5991: lib/api: TestHostCheck never finishes with Go 1.13rc2 under Docker
#5999: Allow providing your own ldflags for building
diffstat:
net/syncthing/Makefile | 5 ++---
net/syncthing/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 8 deletions(-)
diffs (35 lines):
diff -r 930723392e8c -r e137e2be5c0b net/syncthing/Makefile
--- a/net/syncthing/Makefile Fri Oct 04 16:33:10 2019 +0000
+++ b/net/syncthing/Makefile Fri Oct 04 17:01:56 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.96 2019/09/26 20:10:50 bsiegert Exp $
+# $NetBSD: Makefile,v 1.97 2019/10/04 17:01:56 nia 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,8 @@
# 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-source-v1.2.0
+DISTNAME= syncthing-source-v1.3.0
PKGNAME= ${DISTNAME:S,source-v,,}
-PKGREVISION= 3
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GITHUB:=syncthing/}
GITHUB_RELEASE= v${PKGVERSION_NOREV}
diff -r 930723392e8c -r e137e2be5c0b net/syncthing/distinfo
--- a/net/syncthing/distinfo Fri Oct 04 16:33:10 2019 +0000
+++ b/net/syncthing/distinfo Fri Oct 04 17:01:56 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.70 2019/07/14 20:48:39 triaxx Exp $
+$NetBSD: distinfo,v 1.71 2019/10/04 17:01:56 nia Exp $
-SHA1 (syncthing-source-v1.2.0.tar.gz) = dc26b834c4ca1d6176ec98964ac7a8411d522f3f
-RMD160 (syncthing-source-v1.2.0.tar.gz) = ba62576bb14556ef892c5355da59d24a1b80d19b
-SHA512 (syncthing-source-v1.2.0.tar.gz) = bbaaf99f6295686a36b11cf35f36bb0d08b10d4ecdc0282274cd0a16715d1acd2cd3f90b79d17d932b779d7a8aac7d562385497f4ed7cadad90d31dad3ccb2e0
-Size (syncthing-source-v1.2.0.tar.gz) = 10167610 bytes
+SHA1 (syncthing-source-v1.3.0.tar.gz) = 3034b64191fc6fca6ad407551ca5ce6c1a50d579
+RMD160 (syncthing-source-v1.3.0.tar.gz) = c0499c47c97f3f8986a3a035d963285b4b0c4889
+SHA512 (syncthing-source-v1.3.0.tar.gz) = 34723b744918c896440b38f7b8ea4d32a5c418a5a967f3c2ada5ea7ad58e3fcd4143f2b38d340fdd22fd2d1f2c7dca6c8cc87c99ad673ec0ac706bba443202a4
+Size (syncthing-source-v1.3.0.tar.gz) = 10250741 bytes
Home |
Main Index |
Thread Index |
Old Index