pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/467efc66634a
branches:  trunk
changeset: 417594:467efc66634a
user:      nia <nia%pkgsrc.org@localhost>
date:      Wed Nov 13 15:51:00 2019 +0000

description:
syncthing: Update to 1.3.1

Bugfixes

    5993: Build information missing in discovery and relay server binaries
    5995: Usage-reported transfer stats are meaningless
    6008: Changed file in receive-only folder cannot be ignored
    6040: Shows authentication warning when listening on UNIX socket
    6049: Hostnames resolving to localhost are not considered 'local' in remote access warning

Enhancements

    5583: White tab in black Interface ?
    5627: Stalled scans need better UI representation

Other issues

    6010: STUN server stun.voxgratia.org should be removed

diffstat:

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

diffs (35 lines):

diff -r f07ec138284b -r 467efc66634a net/syncthing/Makefile
--- a/net/syncthing/Makefile    Wed Nov 13 15:37:45 2019 +0000
+++ b/net/syncthing/Makefile    Wed Nov 13 15:51:00 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.98 2019/10/18 14:58:54 bsiegert Exp $
+# $NetBSD: Makefile,v 1.99 2019/11/13 15:51:00 nia Exp $
 
 # Upstream used to frequently break protocol compatibility, but since
 # 2018 or so this has been much better.  While users of pkgsrc
@@ -17,9 +17,8 @@
 # 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.0
+DISTNAME=      syncthing-source-v1.3.1
 PKGNAME=       ${DISTNAME:S,source-v,,}
-PKGREVISION=   1
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=syncthing/}
 GITHUB_RELEASE=        v${PKGVERSION_NOREV}
diff -r f07ec138284b -r 467efc66634a net/syncthing/distinfo
--- a/net/syncthing/distinfo    Wed Nov 13 15:37:45 2019 +0000
+++ b/net/syncthing/distinfo    Wed Nov 13 15:51:00 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.71 2019/10/04 17:01:56 nia Exp $
+$NetBSD: distinfo,v 1.72 2019/11/13 15:51:00 nia Exp $
 
-SHA1 (syncthing-source-v1.3.0.tar.gz) = 3034b64191fc6fca6ad407551ca5ce6c1a50d579
-RMD160 (syncthing-source-v1.3.0.tar.gz) = c0499c47c97f3f8986a3a035d963285b4b0c4889
-SHA512 (syncthing-source-v1.3.0.tar.gz) = 34723b744918c896440b38f7b8ea4d32a5c418a5a967f3c2ada5ea7ad58e3fcd4143f2b38d340fdd22fd2d1f2c7dca6c8cc87c99ad673ec0ac706bba443202a4
-Size (syncthing-source-v1.3.0.tar.gz) = 10250741 bytes
+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



Home | Main Index | Thread Index | Old Index