pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/syncthing Updated net/syncthing to 1.12.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/849f959f6de4
branches:  trunk
changeset: 443516:849f959f6de4
user:      abs <abs%pkgsrc.org@localhost>
date:      Mon Dec 14 16:49:44 2020 +0000

description:
Updated net/syncthing to 1.12.0

Bugfixes:

  #5360: Dangling symlink prevents filesystem watcher on FreeBSD
  #6664: Panic due to internal folder context used on exported methods
  #7063: panic: runtime error: invalid memory address or nil pointer dereference
  #7077: GUI stuck with "id is not defined" error when trying to ignore non-existent folder
  #7098: File deletions are not being synced in newly shared folders

Enhancements:

  #6540: Config PATCH/PUT/DELETE API
  #7099: Add a html message to GUI when javascript is disabled
  #7108: Certificate for relaysrv with better naming

diffstat:

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

diffs (28 lines):

diff -r febdc44682e6 -r 849f959f6de4 net/syncthing/Makefile
--- a/net/syncthing/Makefile    Mon Dec 14 16:19:59 2020 +0000
+++ b/net/syncthing/Makefile    Mon Dec 14 16:49:44 2020 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.127 2020/11/19 12:20:54 nia Exp $
+# $NetBSD: Makefile,v 1.128 2020/12/14 16:49:44 abs Exp $
 
 # Protocol breaks require tech-pkg@ discussion and MAINTAINER approval.
-DISTNAME=      syncthing-source-v1.11.1
+DISTNAME=      syncthing-source-v1.12.0
 PKGNAME=       ${DISTNAME:S,source-v,,}
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=syncthing/}
diff -r febdc44682e6 -r 849f959f6de4 net/syncthing/distinfo
--- a/net/syncthing/distinfo    Mon Dec 14 16:19:59 2020 +0000
+++ b/net/syncthing/distinfo    Mon Dec 14 16:49:44 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.83 2020/11/19 12:20:54 nia Exp $
+$NetBSD: distinfo,v 1.84 2020/12/14 16:49:44 abs Exp $
 
-SHA1 (syncthing-source-v1.11.1.tar.gz) = 1485daf80ab4b7570e73bfef38d58994d340e6e2
-RMD160 (syncthing-source-v1.11.1.tar.gz) = 5e6ad575583676871694eb7e9368dffbdd2008ab
-SHA512 (syncthing-source-v1.11.1.tar.gz) = 3e2a7fbb4e7a2905feb2dd02d0d18993cfc2671a63322b873671e03fb151cc8164a340f17a2f740dcdcb60a39d949513c55cd05c1fda6a29f4e23e9a4bc94ebd
-Size (syncthing-source-v1.11.1.tar.gz) = 11288527 bytes
+SHA1 (syncthing-source-v1.12.0.tar.gz) = c86a9f3588162850761afcad557f5256d98873cb
+RMD160 (syncthing-source-v1.12.0.tar.gz) = 63c8454b6a156ceb1b1193434cfbb05a75fbdc14
+SHA512 (syncthing-source-v1.12.0.tar.gz) = 43a7fdefec6e8acc2d4508a52bad7ba39242186b286f8d2d50762dd639c37ff2f70a13f7957ae85d2006b49947426b8ed54be93cf6abfffa811a140b5c921d5f
+Size (syncthing-source-v1.12.0.tar.gz) = 11598323 bytes



Home | Main Index | Thread Index | Old Index