diff options
author | abs <abs@pkgsrc.org> | 2020-12-14 16:49:44 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2020-12-14 16:49:44 +0000 |
commit | 802c038dd0b6f63a55de9b7d5ee651ecc0a7fff7 (patch) | |
tree | c354c998eca2049b7a099d03b1c64d40478073f4 | |
parent | 7ea78c078e7a3aaf70c76a3d6fa7b946dc0c3ac0 (diff) | |
download | pkgsrc-802c038dd0b6f63a55de9b7d5ee651ecc0a7fff7.tar.gz |
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
-rw-r--r-- | net/syncthing/Makefile | 4 | ||||
-rw-r--r-- | net/syncthing/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/net/syncthing/Makefile b/net/syncthing/Makefile index 1653efc25d3..d6fd7fd471e 100644 --- a/net/syncthing/Makefile +++ b/net/syncthing/Makefile @@ -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 --git a/net/syncthing/distinfo b/net/syncthing/distinfo index 7c623019587..ed287664e7e 100644 --- a/net/syncthing/distinfo +++ b/net/syncthing/distinfo @@ -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 |