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:           Wed Jul 25 21:30:46 UTC 2018

Modified Files:
        pkgsrc/net/syncthing: Makefile distinfo

Log Message:
Updated net/syncthing to 0.14.49

Bugfixes:

#4854: macOS panic in FS watcher setup
#4925: Deleted files within deleted directories aren't detected with FS watcher
#4944: Edit Folder UI displays default "Full Rescan Interval (s)" value instead
       of the actual one
#4981: Race on folder restart
#4983: Impossible to edit folder with path "/"
#4990: Incorrect large block size chosen for large files on 32 bit archs
#4994: Database schema from the future should be rejected
#5002: v0.14.48 panic: runtime error: index out of range
#5017: "kiB" should be "KiB"
#5025: Stuck in CPU consuming accept loop when out of file descriptors
#5050: Filesystem watcher doesn't notify changes on Windows when the file size
       remains the same

Enhancements:

#4863: Snap package could use removable-media slot
#4953: Speed up delete propagation when it's not a rename
#4969: Executable files edited on Windows should retain execute bit on Unixes
#4977: Disable rescan button while scanning instead of hiding it

Other issues:

#4900: Replace deprecated github.com/kardianos/osext with standard library's os
#5000: Snap build is broken


To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 pkgsrc/net/syncthing/Makefile
cvs rdiff -u -r1.59 -r1.60 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.72 pkgsrc/net/syncthing/Makefile:1.73
--- pkgsrc/net/syncthing/Makefile:1.72  Tue Jul 17 19:20:42 2018
+++ pkgsrc/net/syncthing/Makefile       Wed Jul 25 21:30:45 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.72 2018/07/17 19:20:42 bsiegert Exp $
+# $NetBSD: Makefile,v 1.73 2018/07/25 21:30:45 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.14.48
+DISTNAME=      syncthing-0.14.49
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=syncthing/}
 

Index: pkgsrc/net/syncthing/distinfo
diff -u pkgsrc/net/syncthing/distinfo:1.59 pkgsrc/net/syncthing/distinfo:1.60
--- pkgsrc/net/syncthing/distinfo:1.59  Sun Jun 17 07:24:15 2018
+++ pkgsrc/net/syncthing/distinfo       Wed Jul 25 21:30:45 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.59 2018/06/17 07:24:15 wiz Exp $
+$NetBSD: distinfo,v 1.60 2018/07/25 21:30:45 abs Exp $
 
-SHA1 (syncthing-0.14.48.tar.gz) = f0391fd183cb2dcfd6fd8b702baae4a51538299a
-RMD160 (syncthing-0.14.48.tar.gz) = d4e6cb5e9286b876d9df43ae3df7e7aeb89a4723
-SHA512 (syncthing-0.14.48.tar.gz) = a779ae6b25ca0b47536bdf7ed968a18e1ba294c67b1a8e75f98a112ce470853cc5d0147fdad8420d2595f983b1457f16cd642e0a1bc1a1b16d8c5672c2f1fa6a
-Size (syncthing-0.14.48.tar.gz) = 10342853 bytes
+SHA1 (syncthing-0.14.49.tar.gz) = d64904882847e54d138c93b832c090b2807618f9
+RMD160 (syncthing-0.14.49.tar.gz) = bd5d0dfb80a2577f2f506eedf3ec6727112b27da
+SHA512 (syncthing-0.14.49.tar.gz) = 7a9974e0d45582c5f184165456ea8fcaca0f7ba07a01b9f8eb2de1e1f0410ca36dc978ddde9c725a2b9d08bae8286fc2ce67595a0e510cbfe22fde9cdd9fc694
+Size (syncthing-0.14.49.tar.gz) = 10952008 bytes



Home | Main Index | Thread Index | Old Index