summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2019-12-28 02:28:46 +0000
committergdt <gdt@pkgsrc.org>2019-12-28 02:28:46 +0000
commit147621018868f7fe1fede51ae3516e6871d926d6 (patch)
tree84f9934b07f0955c06e2740b68ed1224bfe4ecdf
parent92384fba8fbdf7d888ae1b6e897fe3f621011e87 (diff)
downloadpkgsrc-147621018868f7fe1fede51ae3516e6871d926d6.tar.gz
net/syncthing: Update to 1.3.2
Update prepared by Frédéric Fauberteau <triaxx@NetBSD.org>. While this update is slightly larger than micro, syncthing is a leaf package or nearly so, and the update fixes a critical bug: https://github.com/syncthing/syncthing/issues/6081 which results in excessive CPU use and syslog trouble. Tested on netbsd-8/amd64 interoperating with Android Syncthing 1.3.2 from f-droid. (For the record, pkgsrc synching 1.3.1 worked fine with android 1.3.2, other than the QUIC accept bug.) packaging change: Drop note about differing Android versions now that Android version relate to the main version. Upstream changelog v1.3.2 Bugfixes #5810: GUI theme not changing on WebKit-based/like browsers #5968: Folder "Up To Date" but has pending "Revert Local Changes" #5980: (De)select all not working in add device dialog #6027: Folder shows as "Syncing" when there is no data transfer #6043: Cannot exit after failed startup #6081: QUIC accept error loops too quickly, causing excessive log output #6090: Pull-scan loop due to symlink traversal #6093: cmd/stdiscosrv: Data race in replication #6136: API + UI device last seen is empty/Never #6160: Uses too much RAM when syncing large files (1.3.0+) Enhancements #6036: Generate HTTPS certificates accepted by iOS 13 / macOS Catalina #6056: Improve sharing tab when there are no devices to share with #6115: Change Web UI based on prefers-color-scheme
-rw-r--r--net/syncthing/Makefile8
-rw-r--r--net/syncthing/distinfo10
2 files changed, 7 insertions, 11 deletions
diff --git a/net/syncthing/Makefile b/net/syncthing/Makefile
index 4a28d6623ff..e4f74af4e51 100644
--- a/net/syncthing/Makefile
+++ b/net/syncthing/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.100 2019/12/13 07:43:49 bsiegert Exp $
+# $NetBSD: Makefile,v 1.101 2019/12/28 02:28:46 gdt Exp $
# Upstream used to frequently break protocol compatibility, but since
# 2018 or so this has been much better. While users of pkgsrc
@@ -14,12 +14,8 @@
# current syncthing-android in f-droid must be tested against the
# android version from f-droid prior to commiting. (This is an
# attempt to avoid having to version syncthing in pkgsrc.)
-# 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.3.1
+DISTNAME= syncthing-source-v1.3.2
PKGNAME= ${DISTNAME:S,source-v,,}
-PKGREVISION= 1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GITHUB:=syncthing/}
GITHUB_RELEASE= v${PKGVERSION_NOREV}
diff --git a/net/syncthing/distinfo b/net/syncthing/distinfo
index b68549faf75..d17db98239a 100644
--- a/net/syncthing/distinfo
+++ b/net/syncthing/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.72 2019/11/13 15:51:00 nia Exp $
+$NetBSD: distinfo,v 1.73 2019/12/28 02:28:46 gdt Exp $
-SHA1 (syncthing-source-v1.3.1.tar.gz) = 8f6eae1ee5bab8f1b1862b73922b3f44e3fab3fb
-RMD160 (syncthing-source-v1.3.1.tar.gz) = b75dd1c40bbe50f8bdb3c89d2fab380841940598
-SHA512 (syncthing-source-v1.3.1.tar.gz) = 87afc9c355cda59ae475113a84c7db66731a37703969fba899b4828eab4ee40f3e422281b91b285c9a9624e67746ad3416e8dc97d84d072277cff61bc0abaf3a
-Size (syncthing-source-v1.3.1.tar.gz) = 10300186 bytes
+SHA1 (syncthing-source-v1.3.2.tar.gz) = 66a4c5c33bac267ecee2a805a6a38241c0ef0d39
+RMD160 (syncthing-source-v1.3.2.tar.gz) = 9912c24c3183b97257cd939029b2954ea93ac971
+SHA512 (syncthing-source-v1.3.2.tar.gz) = 58cc0e11345ba52bc64067b3036b6ebeca8db0f945749de87c6026d8ca3269fe25a8cbd83581ad14ab0050076417e562a6ee10d5195ccab6f785c336459db055
+Size (syncthing-source-v1.3.2.tar.gz) = 10337913 bytes