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.20.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8bf59afaee2f
branches:  trunk
changeset: 379562:8bf59afaee2f
user:      triaxx <triaxx%pkgsrc.org@localhost>
date:      Wed May 18 20:45:36 2022 +0000

description:
syncthing: Update to 1.20.1

pkgsrc changes:
---------------
  * Add comments about usage of this file in unprivileged.
  * Add _rc_subr_loaded variable for consistency with other rc files.

upstream changes:
-----------------
o v1.20.1
  Bugfixes:
    #8320: Spurious failure of new connections ("unknown (newer?) version of
           the protocol" etc)

o v1.20.0
  Bugfixes:
    #7855: Watching for changes using too many system resources on BSDs
           (kqueue)
    #8020: Dangling symlink prevents filesystem watcher on Solaris
    #8232: Missing include file endlessly spams log
    #8258: The latest version does not support go1.18 compilation!!
    #8261: TypeError: Cannot read properties of null (reading 'status') in the
           GUI after killing Syncthing
  Enhancements:
    #8202: Indicate folders / devices where the remote end has not accepted
           sharing.
    #8282: Change default log format to include date
  Other issues:
    #8279: Simplify tests using T.TempDir

o v1.19.2
  Enhancements:
    #8180: Make error message upon reaching the free space quota more clear

o v1.19.1
  Bugfixes:
    #7850: junctionsAsDirs requires folder pause and resume to trigger
    #7924: notify: File mode change events not emitted on MacOS/FSEvents watcher
    #8083: Device ID should be read-only and "nearby devices" should be hidden when adding a new pending device
    #8143: Behavior of discovery server doesn't match documentation
    #8145: Folder ID not editable in add folder dialog
  Enhancements:
    #7942: Improve error message about folder marker outside of folder
    #8130: CLI: add command to print pending folders offered by specific device

diffstat:

 net/syncthing/Makefile           |   5 ++---
 net/syncthing/distinfo           |   8 ++++----
 net/syncthing/files/syncthing.sh |  10 ++++++++--
 3 files changed, 14 insertions(+), 9 deletions(-)

diffs (51 lines):

diff -r 64bcf85037df -r 8bf59afaee2f net/syncthing/Makefile
--- a/net/syncthing/Makefile    Wed May 18 20:40:32 2022 +0000
+++ b/net/syncthing/Makefile    Wed May 18 20:45:36 2022 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.150 2022/05/11 19:26:18 bsiegert Exp $
+# $NetBSD: Makefile,v 1.151 2022/05/18 20:45:36 triaxx Exp $
 
 # Protocol breaks require tech-pkg@ discussion and MAINTAINER approval.
-DISTNAME=      syncthing-source-v1.19.0
+DISTNAME=      syncthing-source-v1.20.1
 PKGNAME=       ${DISTNAME:S,source-v,,}
-PKGREVISION=   4
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=syncthing/}
 GITHUB_RELEASE=        v${PKGVERSION_NOREV}
diff -r 64bcf85037df -r 8bf59afaee2f net/syncthing/distinfo
--- a/net/syncthing/distinfo    Wed May 18 20:40:32 2022 +0000
+++ b/net/syncthing/distinfo    Wed May 18 20:45:36 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.93 2022/02/01 21:32:03 triaxx Exp $
+$NetBSD: distinfo,v 1.94 2022/05/18 20:45:36 triaxx Exp $
 
-BLAKE2s (syncthing-source-v1.19.0.tar.gz) = 19415d7189bfbe55e5e8e0c012b8fee6cead04c550d55477b35136c0267aff09
-SHA512 (syncthing-source-v1.19.0.tar.gz) = b7796265b5445e7887c38d63a63a6c1207634195dd0c773cd471b824666beca2c5f117ad124ebc63e5654e53f4639eb5784d508bc7dea02a676782e1fe5ec757
-Size (syncthing-source-v1.19.0.tar.gz) = 13225230 bytes
+BLAKE2s (syncthing-source-v1.20.1.tar.gz) = 5fc7dce952ff7a9914d46c7aaa167632d8e7c5a697258fadf352b0ad325f7e0c
+SHA512 (syncthing-source-v1.20.1.tar.gz) = 7b365b295862f1cac41a9f33b389d7ac6c814b6ea14b8a964f4ecbfd15f1207abd26c53efbe5779aaad9b4b256e594f5f6f59ecf911ddfc6eb129295ba11646c
+Size (syncthing-source-v1.20.1.tar.gz) = 13184830 bytes
diff -r 64bcf85037df -r 8bf59afaee2f net/syncthing/files/syncthing.sh
--- a/net/syncthing/files/syncthing.sh  Wed May 18 20:40:32 2022 +0000
+++ b/net/syncthing/files/syncthing.sh  Wed May 18 20:45:36 2022 +0000
@@ -1,11 +1,17 @@
 #!@RCD_SCRIPTS_SHELL@
 #
-# $NetBSD: syncthing.sh,v 1.2 2019/07/17 01:37:11 nia Exp $
+# $NetBSD: syncthing.sh,v 1.3 2022/05/18 20:45:36 triaxx Exp $
 #
 # PROVIDE: syncthing
 # REQUIRE: DAEMON
+#
+# Consider installing pkgtools/rc.subr in unprivileged.
+#
+# You will need to set some variables in @SYSCONFBASE@/rc.conf to start syncthing:
+#
+# syncthing=YES
 
-. /etc/rc.subr
+$_rc_subr_loaded . @SYSCONFBASE@/rc.subr
 
 name="syncthing"
 rcvar=${name}



Home | Main Index | Thread Index | Old Index