diff options
author | wiz <wiz@pkgsrc.org> | 2017-08-14 18:41:56 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-08-14 18:41:56 +0000 |
commit | 851f5cac23162752aa58fcde0eeb8307f88f802e (patch) | |
tree | 13fc62222f73cca8bc06bf93d029ecab2d4a3357 /net | |
parent | 3bd5bc662ef94c4fc3e052f6f6c90bf3f045a7e3 (diff) | |
download | pkgsrc-851f5cac23162752aa58fcde0eeb8307f88f802e.tar.gz |
Updated syncthing to 0.14.36.
v0.14.36
This is an unscheduled release to fix a bug that slipped through the cracks in 0.14.34 & 0.14.35.
Resolved issues:
#4297: Folders paths are no longer reset when editing a folder without a label
v0.14.35
This is an unscheduled release in panic mode to fix a significant problem in 0.14.34.
Resolved issues in 0.14.35:
#4288: Symlinks are deleted from versioned folders on startup
Resolved issues in 0.14.34:
#2157: The new folder dialog now suggests a default path. Adjustable via advanced config defaultFolderPath.
#4272: The build script no longer sets -installsuffix by default.
#4286: Prevents a vulnerability that allows file overwrite via versioned symlinks
Note that the last issue is a security vulnerability. Symlinks on Windows are not supported and have not been created by Syncthing for a while. Nonetheless, if you use symlinks on Windows and Syncthing versioning you may have symlinks in your versioning directory from earlier versions. You must remove these manually. Syncthing can not remove them automatically because there are other things that look to us like symlinks but are not - deduplicated files, primarily. (This is one of the reasons symlinks are not supported on Windows.)
On other platforms the versioning directory is cleaned from symlinks as part of the upgrade.
v0.14.34-rc.1
This is a release candidate for v0.14.34.
Resolved issues:
#2157: The new folder dialog now suggests a default path. Adjustable via advanced config defaultFolderPath.
#4272: The build script no longer sets -installsuffix by default.
v0.14.33
This is a regularly scheduled stable release.
Resolved issues:
#4188: Relative version paths are now correctly relative to the folder path
#4227: Remote devices now show bytes remaining to sync
#4249: Editing ignore patterns no longer incorrectly shows included patterns
v0.14.33-rc.1
This is a release candidate for v0.14.33.
Resolved issues:
#4188: Relative version paths are now correctly relative to the folder path
#4227: Remote devices now show bytes remaining to sync
#4249: Editing ignore patterns no longer incorrectly shows included patterns
v0.14.32
This is a regularly scheduled stable release.
Resolved issues:
#4157: "Nearby devices" are now shown in the add device dialog, avoiding the need to type their device ID.
#4219: Folders that were once ignored in a sharing request now actualproperly when later added manually.
v0.14.32-rc.2
This is a release candidate for v0.14.32.
v0.14.32-rc.1
This is a release candidate fo14.31:
#4157: "Nearby devices" are now shown in the add device dialog, avoiding the need to type their device ID.
#4219: Folders that were once ignored in a sharing request now actually work properly when later added manually.
Diffstat (limited to 'net')
-rw-r--r-- | net/syncthing/Makefile | 4 | ||||
-rw-r--r-- | net/syncthing/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/net/syncthing/Makefile b/net/syncthing/Makefile index a3579269e32..b2cd2d56f0b 100644 --- a/net/syncthing/Makefile +++ b/net/syncthing/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.55 2017/07/23 07:20:42 wiz Exp $ +# $NetBSD: Makefile,v 1.56 2017/08/14 18:41:56 wiz Exp $ # Upstream regularly breaks protocol compatibility. While users of # pkgsrc syncthing on multiple systems can update synchronously, an @@ -13,7 +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.31 +DISTNAME= syncthing-0.14.36 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=syncthing/} diff --git a/net/syncthing/distinfo b/net/syncthing/distinfo index c77a0e14027..2fd135173b9 100644 --- a/net/syncthing/distinfo +++ b/net/syncthing/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.47 2017/07/03 11:07:25 wiz Exp $ +$NetBSD: distinfo,v 1.48 2017/08/14 18:41:56 wiz Exp $ -SHA1 (syncthing-0.14.31.tar.gz) = df6f6e8bd125c18dd1dfe8b2c04c5eaa4594b514 -RMD160 (syncthing-0.14.31.tar.gz) = ce35e046313f21c3959751484215ba2537607012 -SHA512 (syncthing-0.14.31.tar.gz) = c1145d71f6861c8130e752748235854cbea33889642a58277ee40a01589cd54d70420a8f30991e85b6fb8862dfc6ad1b14166c7340df21e51cb5db25350f9b22 -Size (syncthing-0.14.31.tar.gz) = 6940338 bytes +SHA1 (syncthing-0.14.36.tar.gz) = a068629fa5bf0030bdc6e14662fc762e18f286fd +RMD160 (syncthing-0.14.36.tar.gz) = c2c48c99688b15a77c5c005050a61c1ee9ca8176 +SHA512 (syncthing-0.14.36.tar.gz) = bc219f5b9e455f56dd9b3e16629297f080903d663013000beacafaa7055859cc4cbf269550ab126b22e9f8c820e65811dbd857a0b374eb161667fce568ec5b7b +Size (syncthing-0.14.36.tar.gz) = 8236194 bytes |