diff options
author | wiz <wiz@pkgsrc.org> | 2016-11-16 00:07:28 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-11-16 00:07:28 +0000 |
commit | 3319a5d2689cc1cdfca2127109fbd0c3b2bb0a0b (patch) | |
tree | 5fd6d872d212c244963724142c2725c50a488273 | |
parent | 55592b4bc6bd827be71f187f0e5eddb1354ae3ab (diff) | |
download | pkgsrc-3319a5d2689cc1cdfca2127109fbd0c3b2bb0a0b.tar.gz |
Updated syncthing to 0.14.11.
This is a minor release recommended for all users.
Resolved issues
#1015: Introducers can now remove devices that they introduced
#3726: Syncthing now correctly reconnects to staticly configured relays
#3718: strelaysrv: No longer crashes with "panic: send on closed channel"
#3682: strelaysrv: Binding to a specific address now works better
#3710: Folder information in the GUI now uses icons and tooltips
-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 7d83db96228..b2c593e9259 100644 --- a/net/syncthing/Makefile +++ b/net/syncthing/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2016/11/07 11:48:17 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2016/11/16 00:07:28 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.10 +DISTNAME= syncthing-0.14.11 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=syncthing/} diff --git a/net/syncthing/distinfo b/net/syncthing/distinfo index 21580b0b46c..269ac4cc21e 100644 --- a/net/syncthing/distinfo +++ b/net/syncthing/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.26 2016/11/07 11:48:17 wiz Exp $ +$NetBSD: distinfo,v 1.27 2016/11/16 00:07:28 wiz Exp $ -SHA1 (syncthing-0.14.10.tar.gz) = ef36d1529f4d8db7c05d2662af174157d4026d46 -RMD160 (syncthing-0.14.10.tar.gz) = 8d66c89c56670496147b070f6c7eb93f9d0efd7b -SHA512 (syncthing-0.14.10.tar.gz) = 69f9d7ab3b3df663604d0da272d35abcf47553ae7e0b825d22385a3331848621597d35c6bd4b9591231c1160d9fb2c8d368fb9845f0d2e80aef7833acb829b7a -Size (syncthing-0.14.10.tar.gz) = 6439231 bytes +SHA1 (syncthing-0.14.11.tar.gz) = 982afb60b4c08c7e543a9dca9892cc7f18bd06f8 +RMD160 (syncthing-0.14.11.tar.gz) = 83b09461b1edbc4411be40d29d4a35b24c8e2dbc +SHA512 (syncthing-0.14.11.tar.gz) = ff326096da47c1b14a0c2c89ade96e79342c63b5d412d7bb5031fc1d489c9468f245d296b971a7e5b90183a4b2f4a8e8fe7d8ab0b01ca06fc780dd277523a68e +Size (syncthing-0.14.11.tar.gz) = 6455020 bytes SHA1 (patch-lib_config_optionsconfiguration.go) = 341c1c032c9551e17c86a6fb5d3552b1d79041c8 |