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:           Wed May 18 20:45:37 UTC 2022

Modified Files:
        pkgsrc/net/syncthing: Makefile distinfo
        pkgsrc/net/syncthing/files: syncthing.sh

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.150 -r1.151 pkgsrc/net/syncthing/Makefile
cvs rdiff -u -r1.93 -r1.94 pkgsrc/net/syncthing/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/syncthing/files/syncthing.sh

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.150 pkgsrc/net/syncthing/Makefile:1.151
--- pkgsrc/net/syncthing/Makefile:1.150 Wed May 11 19:26:18 2022
+++ pkgsrc/net/syncthing/Makefile       Wed May 18 20:45:36 2022
@@ -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}

Index: pkgsrc/net/syncthing/distinfo
diff -u pkgsrc/net/syncthing/distinfo:1.93 pkgsrc/net/syncthing/distinfo:1.94
--- pkgsrc/net/syncthing/distinfo:1.93  Tue Feb  1 21:32:03 2022
+++ pkgsrc/net/syncthing/distinfo       Wed May 18 20:45:36 2022
@@ -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

Index: pkgsrc/net/syncthing/files/syncthing.sh
diff -u pkgsrc/net/syncthing/files/syncthing.sh:1.2 pkgsrc/net/syncthing/files/syncthing.sh:1.3
--- pkgsrc/net/syncthing/files/syncthing.sh:1.2 Wed Jul 17 01:37:11 2019
+++ pkgsrc/net/syncthing/files/syncthing.sh     Wed May 18 20:45:36 2022
@@ -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