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:           Sat Dec  1 17:24:21 UTC 2018

Modified Files:
        pkgsrc/net/syncthing: Makefile distinfo

Log Message:
syncthing: update to 0.14.52.

Bugfixes:

    #5130: "Revert Local Changes" button stays when the file causing it is deleted
    #5194: Unscanned/conflicting files are overwritten/removed in niche cases
    #5226: Watcher fails due to filepath.EvalSymlinks error (FindFirstFile)
    #5233: Folder restart can leave several folder instances running
    #5249: Impossible to change device name from web UI

Enhancements:

    #2497: CheckFolderHealth wakes up disk at index exchange
    #3616: Disable GUI and make API available on unix socket
    #5142: "Support bundle" download
    #5193: Should exit with code zero when run with -help
    #5236: Consider moving to Fork-Awesome or another free font


To generate a diff of this commit:
cvs rdiff -u -r1.78 -r1.79 pkgsrc/net/syncthing/Makefile
cvs rdiff -u -r1.63 -r1.64 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.78 pkgsrc/net/syncthing/Makefile:1.79
--- pkgsrc/net/syncthing/Makefile:1.78  Sun Nov  4 18:38:04 2018
+++ pkgsrc/net/syncthing/Makefile       Sat Dec  1 17:24:21 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.78 2018/11/04 18:38:04 bsiegert Exp $
+# $NetBSD: Makefile,v 1.79 2018/12/01 17:24:21 wiz Exp $
 
 # Upstream regularly breaks protocol compatibility.  While users of
 # pkgsrc syncthing on multiple systems can update synchronously, an
@@ -13,8 +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.51
-PKGREVISION=   1
+DISTNAME=      syncthing-0.14.52
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=syncthing/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}

Index: pkgsrc/net/syncthing/distinfo
diff -u pkgsrc/net/syncthing/distinfo:1.63 pkgsrc/net/syncthing/distinfo:1.64
--- pkgsrc/net/syncthing/distinfo:1.63  Thu Oct  4 11:28:54 2018
+++ pkgsrc/net/syncthing/distinfo       Sat Dec  1 17:24:21 2018
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.63 2018/10/04 11:28:54 wiz Exp $
+$NetBSD: distinfo,v 1.64 2018/12/01 17:24:21 wiz Exp $
 
-SHA1 (syncthing-0.14.51.tar.gz) = 42aaf61e0948a526c8a0c5720da16c730141d8cf
-RMD160 (syncthing-0.14.51.tar.gz) = cfe9f90c0cc48a826402ffa2d015dd1afb1a7a7f
-SHA512 (syncthing-0.14.51.tar.gz) = d670b1df341c8da95d38170e03b40deb19dfcdf0c0df9b4630c74b4fcc979bd9a863c0ca0510e28739bac14b1aad51ce40abe695765186acad78ea0d7eb3a20c
-Size (syncthing-0.14.51.tar.gz) = 10970620 bytes
+SHA1 (syncthing-0.14.52.tar.gz) = 614698815f4ee7393c9a53e5bddc733a25fc404f
+RMD160 (syncthing-0.14.52.tar.gz) = 0ee168de954224f01e1ed6a1b684df7ac4c05ed3
+SHA512 (syncthing-0.14.52.tar.gz) = cff48ea1d1286c8b1fe971b00423ad64ef10c9b0555f0cae6e008efc07a21698d54d402fe1a0ac3161c0b5180e5ca0099a0a302fd7e7c5da0f227bdb7e2853ce
+Size (syncthing-0.14.52.tar.gz) = 10583112 bytes
 SHA1 (patch-build.go) = 9fc31a4bcb251e299b671903f540839f45a9bf32



Home | Main Index | Thread Index | Old Index