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.15.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f2d267585085
branches:  trunk
changeset: 450240:f2d267585085
user:      triaxx <triaxx%pkgsrc.org@localhost>
date:      Tue Apr 13 08:20:19 2021 +0000

description:
syncthing: Update to 1.15.1

upstream changes:
-----------------
v1.15.1
=======

This is a patch release to correct the inadvertently changed --config
flag.

Bugfixes:
  o #7532: Removing pending folders is flaky
  o #7549: Flag --config was renamed to --conf in 1.15.0

v1.15.0
=======

This release fixes a vulnerability where Syncthing and the relay server
can crash due to malformed relay protocol messages (CVE-2021-21404); see
GHSA-x462-89pf-6r5h.

This release updates the CLI to use subcommands and adds the subcommands
cli (previously standalone stcli utility) and decrypt (for offline
verifying and decrypting encrypted folders).

With this release we invite everyone to test the "untrusted (encrypted)
devices" feature. You should not use it yet on important production
data. Thus UI controls are hidden behind a feature flag. For more
information, visit:
https://forum.syncthing.net/t/testing-untrusted-encrypted-devices/16470

Bugfixes:
  o #7198: Removing a folder and re-adding it again (untrusted) makes it not sync until restart
  o #7385: infinite filesystem recursion due to missing file id
  o #7419: panic "Snapshot(): database is closed" on start after wiping database
  o #7429: "Ignore Patterns" tab disappears after visiting "Folder Defaults"
  o #7434: Non-DNS-like computer name fails creation of HTTPS certificate
  o #7451: strelaysrv v1.14.0 failing to load
  o #7466: Receive-encrypted fails after a while: file with empty block list
  o #7469: .stignore should be ignored in Receive Encrypted folders
  o #7474: Device tries to push ignored files to a remote device in a 3-device setup
  o #7481: Versioning help strings are not displayed in the GUI
  o #7509: Sharing the first folder to an untrusted device on an established connection sends plain-text

Enhancements:
  o #6566: Ship stcli in main package
  o #7457: Remove sub-second precision from the REST API rest/stats/device.
  o #7514: Increase default strelaysrv network buffer size
Other issues:

  o #4719: Package stcli as Debian package
  o #7199: Build script -no-upgrade handling is unintuitive

diffstat:

 net/syncthing/Makefile |   4 ++--
 net/syncthing/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r a1097480d79a -r f2d267585085 net/syncthing/Makefile
--- a/net/syncthing/Makefile    Tue Apr 13 08:17:17 2021 +0000
+++ b/net/syncthing/Makefile    Tue Apr 13 08:20:19 2021 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.131 2021/03/19 17:37:01 bsiegert Exp $
+# $NetBSD: Makefile,v 1.132 2021/04/13 08:20:19 triaxx Exp $
 
 # Protocol breaks require tech-pkg@ discussion and MAINTAINER approval.
-DISTNAME=      syncthing-source-v1.14.0
+DISTNAME=      syncthing-source-v1.15.1
 PKGNAME=       ${DISTNAME:S,source-v,,}
 PKGREVISION=   1
 CATEGORIES=    net
diff -r a1097480d79a -r f2d267585085 net/syncthing/distinfo
--- a/net/syncthing/distinfo    Tue Apr 13 08:17:17 2021 +0000
+++ b/net/syncthing/distinfo    Tue Apr 13 08:20:19 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.85 2021/03/19 16:23:06 triaxx Exp $
+$NetBSD: distinfo,v 1.86 2021/04/13 08:20:19 triaxx Exp $
 
-SHA1 (syncthing-source-v1.14.0.tar.gz) = 741ae89a3d9ac681ba97652a77912232d422529f
-RMD160 (syncthing-source-v1.14.0.tar.gz) = c0ddda9c1f981fc860fe0bfedbefda88500faf28
-SHA512 (syncthing-source-v1.14.0.tar.gz) = 8b06f7e19afd1f699de569090dd3d58cc81a658bfb10a923bb2023d922fe18bf9fcaca38244e338fac9939054b86cc626db63e6a8588f62f981cc5d37eb7ad88
-Size (syncthing-source-v1.14.0.tar.gz) = 11729886 bytes
+SHA1 (syncthing-source-v1.15.1.tar.gz) = 9b9ad82a066f9849729f04a93579112dd54f4d5c
+RMD160 (syncthing-source-v1.15.1.tar.gz) = 3cee01c1ce2d4767eda2781a59fbc6acf4c2e04b
+SHA512 (syncthing-source-v1.15.1.tar.gz) = 22c04ca93596dd6f1dc69d6815c699fc4558e58487dd911c3373dcd63c6a65bef0fa8168e835f82e40d9a9aea49fc59550f25c6e1b78c2b7b078757b86d1b0ac
+Size (syncthing-source-v1.15.1.tar.gz) = 12302597 bytes



Home | Main Index | Thread Index | Old Index