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:   triaxx
Date:           Mon Feb 10 11:56:30 UTC 2020

Modified Files:
        pkgsrc/net/syncthing: Makefile distinfo

Log Message:
syncthing: update to 1.3.4

upstream changes:
-----------------

v1.3.4
Bugfixes

    #4570: Negative percentage and data to sync
    #5867: Progress bar not visible
    #6044: Clicking "Save" in options says "You have unsaved changes" when changing automatic upgrade setting
    #6213: Tone down STUN logging a bit
    #6222: Connection Error on Listing More Locally Changed Files
    #6234: Docker image uses wrong path for default folder
    #6240: GUI: ignore patterns path is one row too low
    #6263: Panics due to database being closed

v1.3.3
Bugfixes

    #6104: Windows: Syncthing log file filling up primary drive.
    #6133: Race condition in restarting folder
    #6139: Some sync errors get cleared despite them still being valid
    #6206: Soft limit for maxfiles is NOT increased to the hard one on macOS

Enhancements

    #5887: Upgrade Button Does Not Have Confirmation Dialog
    #6057: "Nearby devices" links should look more like links (mouse pointer)
    #6190: Do not create .stignore if there are no ignore patterns


To generate a diff of this commit:
cvs rdiff -u -r1.103 -r1.104 pkgsrc/net/syncthing/Makefile
cvs rdiff -u -r1.73 -r1.74 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.103 pkgsrc/net/syncthing/Makefile:1.104
--- pkgsrc/net/syncthing/Makefile:1.103 Sun Feb  2 14:19:09 2020
+++ pkgsrc/net/syncthing/Makefile       Mon Feb 10 11:56:29 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.103 2020/02/02 14:19:09 bsiegert Exp $
+# $NetBSD: Makefile,v 1.104 2020/02/10 11:56:29 triaxx Exp $
 
 # Upstream used to frequently break protocol compatibility, but since
 # 2018 or so this has been much better.  While users of pkgsrc
@@ -14,9 +14,8 @@
 # current syncthing-android in f-droid must be tested against the
 # android version from f-droid prior to commiting.  (This is an
 # attempt to avoid having to version syncthing in pkgsrc.)
-DISTNAME=      syncthing-source-v1.3.2
+DISTNAME=      syncthing-source-v1.3.4
 PKGNAME=       ${DISTNAME:S,source-v,,}
-PKGREVISION=   2
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=syncthing/}
 GITHUB_RELEASE=        v${PKGVERSION_NOREV}

Index: pkgsrc/net/syncthing/distinfo
diff -u pkgsrc/net/syncthing/distinfo:1.73 pkgsrc/net/syncthing/distinfo:1.74
--- pkgsrc/net/syncthing/distinfo:1.73  Sat Dec 28 02:28:46 2019
+++ pkgsrc/net/syncthing/distinfo       Mon Feb 10 11:56:29 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.73 2019/12/28 02:28:46 gdt Exp $
+$NetBSD: distinfo,v 1.74 2020/02/10 11:56:29 triaxx Exp $
 
-SHA1 (syncthing-source-v1.3.2.tar.gz) = 66a4c5c33bac267ecee2a805a6a38241c0ef0d39
-RMD160 (syncthing-source-v1.3.2.tar.gz) = 9912c24c3183b97257cd939029b2954ea93ac971
-SHA512 (syncthing-source-v1.3.2.tar.gz) = 58cc0e11345ba52bc64067b3036b6ebeca8db0f945749de87c6026d8ca3269fe25a8cbd83581ad14ab0050076417e562a6ee10d5195ccab6f785c336459db055
-Size (syncthing-source-v1.3.2.tar.gz) = 10337913 bytes
+SHA1 (syncthing-source-v1.3.4.tar.gz) = cf7efc6829f564e92c006c6ade1ec186a71a9441
+RMD160 (syncthing-source-v1.3.4.tar.gz) = 71082ddfe5228e245dc82aef6c5ef00ad116e827
+SHA512 (syncthing-source-v1.3.4.tar.gz) = 0fe26151747efa9962ae46716c36a8ded05a5bb1425c2acda28877ab57e55fa05e097b8d955bf881dd497ccda9ed95d9f621d2f4e670de48896a90e2f8e9b2fa
+Size (syncthing-source-v1.3.4.tar.gz) = 10405731 bytes



Home | Main Index | Thread Index | Old Index