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:           Thu Jan  6 21:52:05 UTC 2022

Modified Files:
        pkgsrc/net/syncthing: Makefile distinfo

Log Message:
syncthing: Update to 1.18.5

upstream changes:
-----------------
o v1.18.5
  Bugfixes:
    #7715: Deleted encrypted files don't show up as locally changed in web UI
  Enhancements:
    #7115: Use CRLF instead of LF in config.xml and .stignore on Windows
    #8014: Send TLS SNI to relay server
    #8021: Provide a way to preset GUI credentials with password hashing

o v1.18.4
  Bugfixes:
    #7991: Encryption trailer not updated on shortcut
    #7994: Index "out of sync with reality" on receive-encrypted folder
    #8000: stdiscosrv + strelaysrv systemd services not restarting on upgrade
    #8012: Not retrying to sync when a new connection is established
  Enhancements:
    #4293: make "Reduced by ignore patterns" label act like "editIgnoresButton"

o v1.18.3
  Bugfixes:
    #7853: gui: Superfluous quotes
    #7935: Panic after POST /rest/system/reset
  Enhancements:
    #7940: "Currently Shared With Devices" list in the folder Sharing tab should be sorted alphabetically

o v1.18.2
  Bugfixes:
    #7827: the error message "given name ... differs from filesystem name ..." does not help users to resolve the issue
    #7893: updating ignores blocks gui when io slots are unavailable


To generate a diff of this commit:
cvs rdiff -u -r1.142 -r1.143 pkgsrc/net/syncthing/Makefile
cvs rdiff -u -r1.90 -r1.91 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.142 pkgsrc/net/syncthing/Makefile:1.143
--- pkgsrc/net/syncthing/Makefile:1.142 Thu Dec  9 17:50:09 2021
+++ pkgsrc/net/syncthing/Makefile       Thu Jan  6 21:52:05 2022
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.142 2021/12/09 17:50:09 bsiegert Exp $
+# $NetBSD: Makefile,v 1.143 2022/01/06 21:52:05 triaxx Exp $
 
 # Protocol breaks require tech-pkg@ discussion and MAINTAINER approval.
-DISTNAME=      syncthing-source-v1.18.1
+DISTNAME=      syncthing-source-v1.18.5
 PKGNAME=       ${DISTNAME:S,source-v,,}
-PKGREVISION=   5
 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.90 pkgsrc/net/syncthing/distinfo:1.91
--- pkgsrc/net/syncthing/distinfo:1.90  Tue Oct 26 11:06:59 2021
+++ pkgsrc/net/syncthing/distinfo       Thu Jan  6 21:52:05 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.90 2021/10/26 11:06:59 nia Exp $
+$NetBSD: distinfo,v 1.91 2022/01/06 21:52:05 triaxx Exp $
 
-BLAKE2s (syncthing-source-v1.18.1.tar.gz) = 75bcec78203e5184b0c858970fbb72be6a35e6faa0ad711ab96961d3b1426ebd
-SHA512 (syncthing-source-v1.18.1.tar.gz) = 36cd1d9d07277da930cd51f13df72b475177872f030aa7b72704565744f53d8dc5347a928d32aa5711da288e4b89fff840758e45384f4fb1c0dc611921a2540e
-Size (syncthing-source-v1.18.1.tar.gz) = 12860998 bytes
+BLAKE2s (syncthing-source-v1.18.5.tar.gz) = 508144bfbb695baa93e13c3b26c3b9f73a6cc1b04209c8827818cc9397d66587
+SHA512 (syncthing-source-v1.18.5.tar.gz) = 76679f12c5220b3ec620edff1f6b62836e6bc4d83a914dfb1cfd5ca570e7f03fa323e1646abeab525d4a56e5fb87bd3381b751a33a2cd4d224e8ff80a8a39c58
+Size (syncthing-source-v1.18.5.tar.gz) = 13008816 bytes



Home | Main Index | Thread Index | Old Index