diff options
author | gdt <gdt@pkgsrc.org> | 2020-03-18 21:30:50 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2020-03-18 21:30:50 +0000 |
commit | 0d29fbee457eb85a2d184fa44701a326b07907ad (patch) | |
tree | 99870b14419a49ebb1854bbb21873d7afc2d4768 | |
parent | 282a491a44dbbf4dbfbe9b3632341b1a64a4eda9 (diff) | |
download | pkgsrc-0d29fbee457eb85a2d184fa44701a326b07907ad.tar.gz |
net/syncthing: Update to 1.4.0
(Tested with f-droid syncthing.)
Upstream does not include NEWS, but changes are various improvements
and relatively minor. Perhaps significant is a db schema change
requiring migration (automatic, and worked for me).
-rw-r--r-- | net/syncthing/Makefile | 15 | ||||
-rw-r--r-- | net/syncthing/distinfo | 10 |
2 files changed, 14 insertions, 11 deletions
diff --git a/net/syncthing/Makefile b/net/syncthing/Makefile index 5d220568a6b..2e6f14b2240 100644 --- a/net/syncthing/Makefile +++ b/net/syncthing/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.104 2020/02/10 11:56:29 triaxx Exp $ +# $NetBSD: Makefile,v 1.105 2020/03/18 21:30:50 gdt Exp $ # Upstream used to frequently break protocol compatibility, but since # 2018 or so this has been much better. While users of pkgsrc @@ -6,22 +6,23 @@ # use case is interoperating with syncthing-android. # # Therefore, pkgsrc will update to a new syncthing version -# (e.g. 0.14.x vs 1.0.x) if either there is no protocol break, or when -# a corresponding syncthing-android version becomes available in the +# (e.g. 0.14.x vs 1.0.x) if either there is no protocol break, or if a +# corresponding syncthing-android version becomes available in the # f-droid.org repository: # https://f-droid.org/repository/browse/?fdid=com.nutomic.syncthingandroid # Updates that could possibly break protocol compatibility with the # current syncthing-android in f-droid must be tested against the # android version from f-droid prior to commiting. (This is an # attempt to avoid having to version syncthing in pkgsrc.) -DISTNAME= syncthing-source-v1.3.4 +# +# Minor version updates may be committed without asking. Major +# updates not following the above policy will be reverted. +DISTNAME= syncthing-source-v1.4.0 PKGNAME= ${DISTNAME:S,source-v,,} CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=syncthing/} GITHUB_RELEASE= v${PKGVERSION_NOREV} -# Minor version updates may be committed without asking. Major -# updates not following the above policy will be reverted. COMMENT= Keeps directories in sync across hosts HOMEPAGE= https://syncthing.net/ MAINTAINER= gdt@NetBSD.org @@ -60,6 +61,8 @@ SYNCTHING_GROUP?= syncthing PKG_GROUPS_VARS+= SYNCTHING_GROUP PKG_USERS_VARS+= SYNCTHING_USER +BUILD_DEFS+= VARBASE + OWN_DIRS_PERMS+= ${PKG_SYSCONFDIR} ${SYNCTHING_USER} ${SYNCTHING_GROUP} 0755 OWN_DIRS_PERMS+= ${VARBASE}/db/syncthing ${SYNCTHING_USER} ${SYNCTHING_GROUP} 0755 diff --git a/net/syncthing/distinfo b/net/syncthing/distinfo index a04ecffcf3b..6b53a690434 100644 --- a/net/syncthing/distinfo +++ b/net/syncthing/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.74 2020/02/10 11:56:29 triaxx Exp $ +$NetBSD: distinfo,v 1.75 2020/03/18 21:30:50 gdt Exp $ -SHA1 (syncthing-source-v1.3.4.tar.gz) = cf7efc6829f564e92c006c6ade1ec186a71a9441 -RMD160 (syncthing-source-v1.3.4.tar.gz) = 71082ddfe5228e245dc82aef6c5ef00ad116e827 -SHA512 (syncthing-source-v1.3.4.tar.gz) = 0fe26151747efa9962ae46716c36a8ded05a5bb1425c2acda28877ab57e55fa05e097b8d955bf881dd497ccda9ed95d9f621d2f4e670de48896a90e2f8e9b2fa -Size (syncthing-source-v1.3.4.tar.gz) = 10405731 bytes +SHA1 (syncthing-source-v1.4.0.tar.gz) = 67f9e5950f5619b3d4809526d40809075e0b9597 +RMD160 (syncthing-source-v1.4.0.tar.gz) = ed43c7ceed5de6fc0efb92516a029d305c22d43c +SHA512 (syncthing-source-v1.4.0.tar.gz) = c11d06faa71ffb8890c36ac1e41770bfba2c961d452df659d87397f7b87e91bafbaa039e7792de2e01b08c73e85cf8ee56576d9b8840e39ae5179c52ef2a34aa +Size (syncthing-source-v1.4.0.tar.gz) = 10432971 bytes |