pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/syncthing net/syncthing: Update to 1.3.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/727b305296f7
branches:  trunk
changeset: 419665:727b305296f7
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Sat Dec 28 02:28:46 2019 +0000

description:
net/syncthing: Update to 1.3.2

Update prepared by Fr?d?ric Fauberteau <triaxx%NetBSD.org@localhost>.

While this update is slightly larger than micro, syncthing is a leaf
package or nearly so, and the update fixes a critical bug:
  https://github.com/syncthing/syncthing/issues/6081
which results in excessive CPU use and syslog trouble.

Tested on netbsd-8/amd64 interoperating with Android Syncthing 1.3.2
from f-droid.  (For the record, pkgsrc synching 1.3.1 worked fine with
android 1.3.2, other than the QUIC accept bug.)

packaging change: Drop note about differing Android versions now that
Android version relate to the main version.

Upstream changelog

v1.3.2
Bugfixes

    #5810: GUI theme not changing on WebKit-based/like browsers
    #5968: Folder "Up To Date" but has pending "Revert Local Changes"
    #5980: (De)select all not working in add device dialog
    #6027: Folder shows as "Syncing" when there is no data transfer
    #6043: Cannot exit after failed startup
    #6081: QUIC accept error loops too quickly, causing excessive log output
    #6090: Pull-scan loop due to symlink traversal
    #6093: cmd/stdiscosrv: Data race in replication
    #6136: API + UI device last seen is empty/Never
    #6160: Uses too much RAM when syncing large files (1.3.0+)

Enhancements

    #6036: Generate HTTPS certificates accepted by iOS 13 / macOS Catalina
    #6056: Improve sharing tab when there are no devices to share with
    #6115: Change Web UI based on prefers-color-scheme

diffstat:

 net/syncthing/Makefile |   8 ++------
 net/syncthing/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 11 deletions(-)

diffs (38 lines):

diff -r 31a02a77a924 -r 727b305296f7 net/syncthing/Makefile
--- a/net/syncthing/Makefile    Sat Dec 28 02:14:07 2019 +0000
+++ b/net/syncthing/Makefile    Sat Dec 28 02:28:46 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.100 2019/12/13 07:43:49 bsiegert Exp $
+# $NetBSD: Makefile,v 1.101 2019/12/28 02:28:46 gdt Exp $
 
 # Upstream used to frequently break protocol compatibility, but since
 # 2018 or so this has been much better.  While users of pkgsrc
@@ -14,12 +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.)
-# 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-source-v1.3.1
+DISTNAME=      syncthing-source-v1.3.2
 PKGNAME=       ${DISTNAME:S,source-v,,}
-PKGREVISION=   1
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=syncthing/}
 GITHUB_RELEASE=        v${PKGVERSION_NOREV}
diff -r 31a02a77a924 -r 727b305296f7 net/syncthing/distinfo
--- a/net/syncthing/distinfo    Sat Dec 28 02:14:07 2019 +0000
+++ b/net/syncthing/distinfo    Sat Dec 28 02:28:46 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.72 2019/11/13 15:51:00 nia Exp $
+$NetBSD: distinfo,v 1.73 2019/12/28 02:28:46 gdt Exp $
 
-SHA1 (syncthing-source-v1.3.1.tar.gz) = 8f6eae1ee5bab8f1b1862b73922b3f44e3fab3fb
-RMD160 (syncthing-source-v1.3.1.tar.gz) = b75dd1c40bbe50f8bdb3c89d2fab380841940598
-SHA512 (syncthing-source-v1.3.1.tar.gz) = 87afc9c355cda59ae475113a84c7db66731a37703969fba899b4828eab4ee40f3e422281b91b285c9a9624e67746ad3416e8dc97d84d072277cff61bc0abaf3a
-Size (syncthing-source-v1.3.1.tar.gz) = 10300186 bytes
+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



Home | Main Index | Thread Index | Old Index