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:           Wed Feb  8 21:59:28 UTC 2017

Modified Files:
        pkgsrc/net/syncthing: Makefile distinfo
        pkgsrc/net/syncthing/patches: patch-lib_config_optionsconfiguration.go

Log Message:
Updated syncthing to 0.14.23.

0.14.23

This is a hotfix release recommended for all users.

Resolved issues:

    #3970: Syncthing restarts when started manually and auto upgrading

0.14.22

This is a regular periodic release withdrawn because of an issue with automatic upgrade.

Resolved issues:

    #3935: Leading and trailing spaces are no longer stripped in the GUI password field
    #3908: The GUI shows remaining amount of data to sync per folder.
    #3933: There should no longer be empty entries in the global log
    #3938: Weak hashing is now by default only enabled when it makes sense from a performance point of view.

Also:

This release introduces the the ability to choose between stable and candidate
releases for auto upgrades.


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 pkgsrc/net/syncthing/Makefile
cvs rdiff -u -r1.37 -r1.38 pkgsrc/net/syncthing/distinfo
cvs rdiff -u -r1.3 -r1.4 \
    pkgsrc/net/syncthing/patches/patch-lib_config_optionsconfiguration.go

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.44 pkgsrc/net/syncthing/Makefile:1.45
--- pkgsrc/net/syncthing/Makefile:1.44  Wed Jan 25 19:20:05 2017
+++ pkgsrc/net/syncthing/Makefile       Wed Feb  8 21:59:28 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2017/01/25 19:20:05 wiz Exp $
+# $NetBSD: Makefile,v 1.45 2017/02/08 21:59: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.21
+DISTNAME=      syncthing-0.14.23
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=syncthing/}
 

Index: pkgsrc/net/syncthing/distinfo
diff -u pkgsrc/net/syncthing/distinfo:1.37 pkgsrc/net/syncthing/distinfo:1.38
--- pkgsrc/net/syncthing/distinfo:1.37  Wed Jan 25 19:20:05 2017
+++ pkgsrc/net/syncthing/distinfo       Wed Feb  8 21:59:28 2017
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.37 2017/01/25 19:20:05 wiz Exp $
+$NetBSD: distinfo,v 1.38 2017/02/08 21:59:28 wiz Exp $
 
-SHA1 (syncthing-0.14.21.tar.gz) = 96c0fe509e484958bba4ecc10236c5fdd68fe792
-RMD160 (syncthing-0.14.21.tar.gz) = 8e3f13c9bde568744783291da105ff722ff4c5a3
-SHA512 (syncthing-0.14.21.tar.gz) = f1fe3c3fd56e1832341e74213dfbbe82ae731bdad49053a9c8d36eac8fd74a77189f1dc524cd61978092a06d355930082307bbd0aab57705c8e69f5aaf34b598
-Size (syncthing-0.14.21.tar.gz) = 6771897 bytes
-SHA1 (patch-lib_config_optionsconfiguration.go) = 341c1c032c9551e17c86a6fb5d3552b1d79041c8
+SHA1 (syncthing-0.14.23.tar.gz) = 727553bef2157dbfc4257f9691cd7574361bf26a
+RMD160 (syncthing-0.14.23.tar.gz) = 79b44cb3cfe341daf3a034041a319c9a7f27f427
+SHA512 (syncthing-0.14.23.tar.gz) = 36a1d0f1ec6642056a6ff43b90af417eff09d6f9c7358fb1d80c3f0470d9c686d8644e4491c94f95a644ee26b6b4df4ecc27d519c7d4cc39539061f6dc5b181c
+Size (syncthing-0.14.23.tar.gz) = 6783975 bytes
+SHA1 (patch-lib_config_optionsconfiguration.go) = 6600b0aab04cb4bb3ed05141f1dea977544e0943

Index: pkgsrc/net/syncthing/patches/patch-lib_config_optionsconfiguration.go
diff -u pkgsrc/net/syncthing/patches/patch-lib_config_optionsconfiguration.go:1.3 pkgsrc/net/syncthing/patches/patch-lib_config_optionsconfiguration.go:1.4
--- pkgsrc/net/syncthing/patches/patch-lib_config_optionsconfiguration.go:1.3   Wed Jun  1 18:46:01 2016
+++ pkgsrc/net/syncthing/patches/patch-lib_config_optionsconfiguration.go       Wed Feb  8 21:59:28 2017
@@ -1,4 +1,4 @@
-$NetBSD: patch-lib_config_optionsconfiguration.go,v 1.3 2016/06/01 18:46:01 gdt Exp $
+$NetBSD: patch-lib_config_optionsconfiguration.go,v 1.4 2017/02/08 21:59:28 wiz Exp $
 
 By default, disable automatic upgrade checking, because it is a
 privacy leak, of the sort that would earn a warning on f-droid a la:
@@ -7,14 +7,14 @@ privacy leak, of the sort that would ear
 Not reported upstream because they appear to think upgrade
 checks/web-bugs are a feature.
 
---- lib/config/optionsconfiguration.go.orig    2016-05-26 09:16:08.000000000 +0000
+--- lib/config/optionsconfiguration.go.orig    2017-02-07 20:25:33.000000000 +0000
 +++ lib/config/optionsconfiguration.go
-@@ -29,7 +29,7 @@ type OptionsConfiguration struct {
-       URPostInsecurely        bool     `xml:"urPostInsecurely" json:"urPostInsecurely" default:"false"` // For testing
-       URInitialDelayS         int      `xml:"urInitialDelayS" json:"urInitialDelayS" default:"1800"`
-       RestartOnWakeup         bool     `xml:"restartOnWakeup" json:"restartOnWakeup" default:"true"`
--      AutoUpgradeIntervalH    int      `xml:"autoUpgradeIntervalH" json:"autoUpgradeIntervalH" default:"12"` // 0 for off
-+      AutoUpgradeIntervalH    int      `xml:"autoUpgradeIntervalH" json:"autoUpgradeIntervalH" default:"0"` // 0 for off
-       KeepTemporariesH        int      `xml:"keepTemporariesH" json:"keepTemporariesH" default:"24"`         // 0 for off
-       CacheIgnoredFiles       bool     `xml:"cacheIgnoredFiles" json:"cacheIgnoredFiles" default:"false"`
-       ProgressUpdateIntervalS int      `xml:"progressUpdateIntervalS" json:"progressUpdateIntervalS" default:"5"`
+@@ -117,7 +117,7 @@ type OptionsConfiguration struct {
+       URPostInsecurely        bool                    `xml:"urPostInsecurely" json:"urPostInsecurely" default:"false"` // For testing
+       URInitialDelayS         int                     `xml:"urInitialDelayS" json:"urInitialDelayS" default:"1800"`
+       RestartOnWakeup         bool                    `xml:"restartOnWakeup" json:"restartOnWakeup" default:"true"`
+-      AutoUpgradeIntervalH    int                     `xml:"autoUpgradeIntervalH" json:"autoUpgradeIntervalH" default:"12"` // 0 for off
++      AutoUpgradeIntervalH    int                     `xml:"autoUpgradeIntervalH" json:"autoUpgradeIntervalH" default:"0"` // 0 for off
+       UpgradeToPreReleases    bool                    `xml:"upgradeToPreReleases" json:"upgradeToPreReleases"`              // when auto upgrades are enabled
+       KeepTemporariesH        int                     `xml:"keepTemporariesH" json:"keepTemporariesH" default:"24"`         // 0 for off
+       CacheIgnoredFiles       bool                    `xml:"cacheIgnoredFiles" json:"cacheIgnoredFiles" default:"false"`



Home | Main Index | Thread Index | Old Index