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:   abs
Date:           Mon Dec 14 16:49:44 UTC 2020

Modified Files:
        pkgsrc/net/syncthing: Makefile distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.127 -r1.128 pkgsrc/net/syncthing/Makefile
cvs rdiff -u -r1.83 -r1.84 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.127 pkgsrc/net/syncthing/Makefile:1.128
--- pkgsrc/net/syncthing/Makefile:1.127 Thu Nov 19 12:20:54 2020
+++ pkgsrc/net/syncthing/Makefile       Mon Dec 14 16:49:44 2020
@@ -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/}

Index: pkgsrc/net/syncthing/distinfo
diff -u pkgsrc/net/syncthing/distinfo:1.83 pkgsrc/net/syncthing/distinfo:1.84
--- pkgsrc/net/syncthing/distinfo:1.83  Thu Nov 19 12:20:54 2020
+++ pkgsrc/net/syncthing/distinfo       Mon Dec 14 16:49:44 2020
@@ -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