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 Jan 10 15:43:10 UTC 2018

Modified Files:
        pkgsrc/net/syncthing: Makefile distinfo

Log Message:
syncthing: update to 0.14.43.

Bugfixes:

    #1845: Files on deduplicated NTFS volumes are ignored by scanner
    #4590: Path completion in new folder dialog does not work anymore
    #4593: Fd leak when temp file cannot be truncated
    #4605: Panic: runtime error related to KCP

Enhancements:

    #2644: UI for debug levels and log access
    #4369: GUI should indicate which files are out of sync on remote devices
    #4400: Keep enough counters and state in the database to avoid initial database traversal
    #4515: Should understand “socks” in addition to “socks5” in proxy URLs

Other issues:

    #4407: Contribute kcp-go changes/features and/or fix tests
    #4585: Update vendored github.com/minio/sha256-simd for AVX512 support
    #4615: Update vendored x/sys/unix for dragonfly


To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 pkgsrc/net/syncthing/Makefile
cvs rdiff -u -r1.53 -r1.54 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.62 pkgsrc/net/syncthing/Makefile:1.63
--- pkgsrc/net/syncthing/Makefile:1.62  Mon Jan  1 10:28:05 2018
+++ pkgsrc/net/syncthing/Makefile       Wed Jan 10 15:43:10 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.62 2018/01/01 10:28:05 wiz Exp $
+# $NetBSD: Makefile,v 1.63 2018/01/10 15:43:10 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.42
+DISTNAME=      syncthing-0.14.43
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=syncthing/}
 

Index: pkgsrc/net/syncthing/distinfo
diff -u pkgsrc/net/syncthing/distinfo:1.53 pkgsrc/net/syncthing/distinfo:1.54
--- pkgsrc/net/syncthing/distinfo:1.53  Mon Jan  1 10:28:05 2018
+++ pkgsrc/net/syncthing/distinfo       Wed Jan 10 15:43:10 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.53 2018/01/01 10:28:05 wiz Exp $
+$NetBSD: distinfo,v 1.54 2018/01/10 15:43:10 wiz Exp $
 
-SHA1 (syncthing-0.14.42.tar.gz) = 49eb036cda91ab16180273202d5236577e773355
-RMD160 (syncthing-0.14.42.tar.gz) = 96a5691d5b95213858701ea6058c75ab67340fac
-SHA512 (syncthing-0.14.42.tar.gz) = 0704ded365e0d0c3da5264d55dcb4a0a5b2c1439d1c1c784afc5b2448d1022b14b3cfb38eae54d5a9f4a7e9a330e4e0123e6ae8fe39a2fe3df07342c5a074703
-Size (syncthing-0.14.42.tar.gz) = 8312701 bytes
+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



Home | Main Index | Thread Index | Old Index