pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/syncthing net/syncthing: Update to 1.4.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/4912c246d10f
branches: trunk
changeset: 425104:4912c246d10f
user: gdt <gdt%pkgsrc.org@localhost>
date: Wed Mar 18 21:30:50 2020 +0000
description:
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).
diffstat:
net/syncthing/Makefile | 15 +++++++++------
net/syncthing/distinfo | 10 +++++-----
2 files changed, 14 insertions(+), 11 deletions(-)
diffs (62 lines):
diff -r 41906ab5c3a7 -r 4912c246d10f net/syncthing/Makefile
--- a/net/syncthing/Makefile Wed Mar 18 20:54:43 2020 +0000
+++ b/net/syncthing/Makefile Wed Mar 18 21:30:50 2020 +0000
@@ -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@localhost
@@ -60,6 +61,8 @@
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 -r 41906ab5c3a7 -r 4912c246d10f net/syncthing/distinfo
--- a/net/syncthing/distinfo Wed Mar 18 20:54:43 2020 +0000
+++ b/net/syncthing/distinfo Wed Mar 18 21:30:50 2020 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index