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:   wiz
Date:           Tue Nov 22 23:51:49 UTC 2016

Modified Files:
        pkgsrc/net/syncthing: Makefile distinfo

Log Message:
Updated syncthing to 0.14.12.

This is a minor release recommended for all users.

Resolved issues:

    #3737: A data race in the code that caused test failures, and possibly other inconsitencies, has been resolved.
    #3241: Links in warning messages are now clickable in the GUI.
    #3711: Files are now synced to disk before committed to database, to avoid possible inconsistencies if a power failure occurs during syncing.
    #3724: Log entries now mention folder by label in addition to the ID.

In addition:

    The default folder now has the folder ID "default" again, simplifying initial setup.
    Retries for misconfigured relay setups are slowed down somewhat to be kinder on our relay pool infrastructure.


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/net/syncthing/Makefile
cvs rdiff -u -r1.27 -r1.28 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.33 pkgsrc/net/syncthing/Makefile:1.34
--- pkgsrc/net/syncthing/Makefile:1.33  Wed Nov 16 00:07:28 2016
+++ pkgsrc/net/syncthing/Makefile       Tue Nov 22 23:51:49 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2016/11/16 00:07:28 wiz Exp $
+# $NetBSD: Makefile,v 1.34 2016/11/22 23:51:49 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.11
+DISTNAME=      syncthing-0.14.12
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=syncthing/}
 

Index: pkgsrc/net/syncthing/distinfo
diff -u pkgsrc/net/syncthing/distinfo:1.27 pkgsrc/net/syncthing/distinfo:1.28
--- pkgsrc/net/syncthing/distinfo:1.27  Wed Nov 16 00:07:28 2016
+++ pkgsrc/net/syncthing/distinfo       Tue Nov 22 23:51:49 2016
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.27 2016/11/16 00:07:28 wiz Exp $
+$NetBSD: distinfo,v 1.28 2016/11/22 23:51:49 wiz Exp $
 
-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 (syncthing-0.14.12.tar.gz) = 3c9ccb43f842db00e3e44531cab29a29be30810e
+RMD160 (syncthing-0.14.12.tar.gz) = a831690fe1c9036c9679e4b5639cf6d512b19d4c
+SHA512 (syncthing-0.14.12.tar.gz) = 89e6bc7ae351da8904cb8d84af912f6864a66ad509dedbc74cda9ba2eaa5035f0e5123d76402070ca3251fde3caeb94eb25897cef23152265651a9478835bc9d
+Size (syncthing-0.14.12.tar.gz) = 6464612 bytes
 SHA1 (patch-lib_config_optionsconfiguration.go) = 341c1c032c9551e17c86a6fb5d3552b1d79041c8



Home | Main Index | Thread Index | Old Index