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:           Tue Jan 15 22:33:25 UTC 2019

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

Log Message:
syncthing: update to 1.0.0.

Based on PR 53878 by David J. Weller-Fahy

This major release honors the fact that Syncthing is used widely
and since a while no longer "really in beta". It does not represent
a breaking change.

Bugfixes:

    #5324: Incorrect warning when --home and path on same directory level
    #5369: Empty file field in log when normalizePath failed
    #5372: Event system can cause deadlock

Enhancements:

    #2760: Option to limit max simultaneous scans
    #5286: Add hardening options to systemd units
    #5320: Show configured rate limit in the GUI
    #5336: Show list of locally changed files for receive only folders

Other issues:

    #5334: New chmduquesne/rollinghash breaks tests
    #5362: lib/model: TestDeregister* tests are bad


To generate a diff of this commit:
cvs rdiff -u -r1.81 -r1.82 pkgsrc/net/syncthing/Makefile
cvs rdiff -u -r1.65 -r1.66 pkgsrc/net/syncthing/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/net/syncthing/patches/patch-build.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.81 pkgsrc/net/syncthing/Makefile:1.82
--- pkgsrc/net/syncthing/Makefile:1.81  Wed Dec 19 15:47:00 2018
+++ pkgsrc/net/syncthing/Makefile       Tue Jan 15 22:33:24 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.81 2018/12/19 15:47:00 bsiegert Exp $
+# $NetBSD: Makefile,v 1.82 2019/01/15 22:33:24 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.54
-PKGREVISION=   1
+DISTNAME=      syncthing-1.0.0
 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.65 pkgsrc/net/syncthing/distinfo:1.66
--- pkgsrc/net/syncthing/distinfo:1.65  Thu Dec  6 07:09:07 2018
+++ pkgsrc/net/syncthing/distinfo       Tue Jan 15 22:33:24 2019
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.65 2018/12/06 07:09:07 wiz Exp $
+$NetBSD: distinfo,v 1.66 2019/01/15 22:33:24 wiz Exp $
 
-SHA1 (syncthing-0.14.54.tar.gz) = 0da0057c920d6382781435b6a1b091db0bbe1000
-RMD160 (syncthing-0.14.54.tar.gz) = 5497738b8f293504e4e52924c7cf623c4d87396b
-SHA512 (syncthing-0.14.54.tar.gz) = 979a4099e188d213d21b1b7b2a2baea7e7c65bda403713245f1d1c0f3fafd935c0697ea0283b77284e8e24325088e43756814c9ae24bbebb3526f91235e9ae82
-Size (syncthing-0.14.54.tar.gz) = 10609474 bytes
-SHA1 (patch-build.go) = 9fc31a4bcb251e299b671903f540839f45a9bf32
+SHA1 (syncthing-1.0.0.tar.gz) = 96de67fd9df9c7760db717723d6faec03ab1ef99
+RMD160 (syncthing-1.0.0.tar.gz) = 67616fe8b39f18ec5f3d93f6cb5affbcc44f1dd1
+SHA512 (syncthing-1.0.0.tar.gz) = 79adbce03524665d02c1ca772fdf5aca68d9e41ee4bc02bcb9ac6ed0d8dca2fe8582139f52a0fe895ad5eb15c372d686277077ff884b67de1d45419e19407603
+Size (syncthing-1.0.0.tar.gz) = 10601948 bytes



Home | Main Index | Thread Index | Old Index