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:           Sun Feb 18 08:02:52 UTC 2018

Modified Files:
        pkgsrc/net/syncthing: Makefile distinfo

Log Message:
syncthing: update to 0.14.44.

Bugfixes:

    #4634: Panic when connecting to device with auto accept and paused folders
    #4636: List of files needed on remote is not wrapped at word boundaries
    #4644: Impossible to run non-release builds without deadlock detectors
    #4649: UTF-8 normalization does not work correctly on ZFS.
    #4654: Upgrade system shows an error on RCs in some cases
    #4657: Sparse files with zero blocks are not closed when pulling
    #4668: Remote device out of sync items shows "0 items, ~0 B"

Enhancements:

    #2599: GUI for .stversion restoration
    #4499: Log entries showing IP addresses should show connection type
    #4628: Set background priority / niceness

Other issues:

    #4567: Arguments to fs.CreateSymlink are mixed up
    #4618: More scalable global discovery
    #4653: lib/model test fails with "ThreadSanitizer failed to allocate 0x200000 (2097152) bytes" with Go 1.9.2
    #4663: Spurious "é" in GUI
    #4706: Should clean out generated testdata in lib/model/testdata


To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 pkgsrc/net/syncthing/Makefile
cvs rdiff -u -r1.54 -r1.55 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.64 pkgsrc/net/syncthing/Makefile:1.65
--- pkgsrc/net/syncthing/Makefile:1.64  Tue Jan 23 13:58:46 2018
+++ pkgsrc/net/syncthing/Makefile       Sun Feb 18 08:02:52 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.64 2018/01/23 13:58:46 jperkin Exp $
+# $NetBSD: Makefile,v 1.65 2018/02/18 08:02:52 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.43
+DISTNAME=      syncthing-0.14.44
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=syncthing/}
 

Index: pkgsrc/net/syncthing/distinfo
diff -u pkgsrc/net/syncthing/distinfo:1.54 pkgsrc/net/syncthing/distinfo:1.55
--- pkgsrc/net/syncthing/distinfo:1.54  Wed Jan 10 15:43:10 2018
+++ pkgsrc/net/syncthing/distinfo       Sun Feb 18 08:02:52 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.54 2018/01/10 15:43:10 wiz Exp $
+$NetBSD: distinfo,v 1.55 2018/02/18 08:02:52 wiz Exp $
 
-SHA1 (syncthing-0.14.43.tar.gz) = 564e366d35585bf643ea95e2ac843af34ef20832
-RMD160 (syncthing-0.14.43.tar.gz) = 6b8ba17e2ed14a88dd9a9ecc4b05081a492af70c
-SHA512 (syncthing-0.14.43.tar.gz) = 3e1867fc1a012713ec2872ce4e3c27fa7967b498fb0342942c6963caad33c2f018700d6b99e669fd4a31deddeb1359fb27390313b890b4e08cca06b7857e069b
-Size (syncthing-0.14.43.tar.gz) = 9541268 bytes
+SHA1 (syncthing-0.14.44.tar.gz) = 344a24b445cf900f634eddf6ecd61b3032b5d46f
+RMD160 (syncthing-0.14.44.tar.gz) = fdac2553782af2d0a2e894d079df7fefdf78da5e
+SHA512 (syncthing-0.14.44.tar.gz) = 3a68c8ad3f586af22243d502322ed8269b10ea4d85b0a1bc39578d3da1bcc61e8753a6b94d5a7c8d7b56b86777932327450c2c08f447bb8a190a0171e2c015d4
+Size (syncthing-0.14.44.tar.gz) = 10225689 bytes



Home | Main Index | Thread Index | Old Index