pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/syncthing



Module Name:    pkgsrc
Committed By:   abs
Date:           Mon Jul  4 13:43:22 UTC 2016

Modified Files:
        pkgsrc/net/syncthing: Makefile distinfo

Log Message:
Updated net/syncthing to 0.13.10

v0.13.10

This is a regular bugfix release recommended for all users.

#3128: Generated folder IDs are now lower case.
#3338: Syncthing now uses shorter temporary file names, alleviating issues on encfs.
#3335: Event IDs seen in /rest/system/events are now sequential again.
#3362: Tests now pass on when building on arm64.
#2471: Folders are now marked "stopped" when missing a path, and duplicate folder IDs are not accepted.
#3375: A stalling TLS handshake no longer blocks the connection service.
#3346: The global discovery server now correctly handle IPv6 announces over IPv4 and vice versa.

v0.13.9

This release fixes a crash on 32 bit platforms introduced in 0.13.8.

v0.13.8

Resolved issues:

#3306: The layout of the out of sync items dialog has been improved.
#3310: Folders are now sorted by label, falling back to ID when required.
#3330: Windows zip files now make sense when unpacked on non-Windows.
#3321: Folder name completion now works for empty names on non-Windows.
#2782: Folders can now be symbolic links also when using ~-relative paths.

New features and enhancements:

#3340: The discovered device addresses are now shown for disconnected devices.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/net/syncthing/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/net/syncthing/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/syncthing/Makefile
diff -u pkgsrc/net/syncthing/Makefile:1.22 pkgsrc/net/syncthing/Makefile:1.23
--- pkgsrc/net/syncthing/Makefile:1.22  Wed Jun 15 12:44:45 2016
+++ pkgsrc/net/syncthing/Makefile       Mon Jul  4 13:43:22 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2016/06/15 12:44:45 abs Exp $
+# $NetBSD: Makefile,v 1.23 2016/07/04 13:43:22 abs 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.13.7
+DISTNAME=      syncthing-0.13.10
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=syncthing/}
 

Index: pkgsrc/net/syncthing/distinfo
diff -u pkgsrc/net/syncthing/distinfo:1.18 pkgsrc/net/syncthing/distinfo:1.19
--- pkgsrc/net/syncthing/distinfo:1.18  Wed Jun 15 12:44:45 2016
+++ pkgsrc/net/syncthing/distinfo       Mon Jul  4 13:43:22 2016
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.18 2016/06/15 12:44:45 abs Exp $
+$NetBSD: distinfo,v 1.19 2016/07/04 13:43:22 abs Exp $
 
-SHA1 (syncthing-0.13.7.tar.gz) = 147b6c2b91f693d4a88480494cbbd2367938bf28
-RMD160 (syncthing-0.13.7.tar.gz) = fbb2f9fd4a9b0685b6e968184ec3040d26b81cc6
-SHA512 (syncthing-0.13.7.tar.gz) = 8e00355f9774329cb4da1173ad27528213520644c32d5b5ba2345b93787bc762d0498c33ccf2d72e91b770258e8a55d86573934baeff0bc0799416850320c82b
-Size (syncthing-0.13.7.tar.gz) = 4331253 bytes
+SHA1 (syncthing-0.13.10.tar.gz) = 66326e97d6d955588f97ad04d828c34bf02e1597
+RMD160 (syncthing-0.13.10.tar.gz) = a8aa1b2937133eec0469336be520a885f226a442
+SHA512 (syncthing-0.13.10.tar.gz) = 199c38644a7e5d43777ca2e497d5304d8e77485d21aeed9a00efc74dd98bfb0c473dd0bf3230b8e1e9742315915419f198bb8d0a9b294d2f6fe918b6e0175812
+Size (syncthing-0.13.10.tar.gz) = 4292039 bytes
 SHA1 (patch-lib_config_optionsconfiguration.go) = 341c1c032c9551e17c86a6fb5d3552b1d79041c8



Home | Main Index | Thread Index | Old Index