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:   gdt
Date:           Wed Mar 18 21:30:51 UTC 2020

Modified Files:
        pkgsrc/net/syncthing: Makefile distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.104 -r1.105 pkgsrc/net/syncthing/Makefile
cvs rdiff -u -r1.74 -r1.75 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.104 pkgsrc/net/syncthing/Makefile:1.105
--- pkgsrc/net/syncthing/Makefile:1.104 Mon Feb 10 11:56:29 2020
+++ pkgsrc/net/syncthing/Makefile       Wed Mar 18 21:30:50 2020
@@ -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 @@ 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
 

Index: pkgsrc/net/syncthing/distinfo
diff -u pkgsrc/net/syncthing/distinfo:1.74 pkgsrc/net/syncthing/distinfo:1.75
--- pkgsrc/net/syncthing/distinfo:1.74  Mon Feb 10 11:56:29 2020
+++ pkgsrc/net/syncthing/distinfo       Wed Mar 18 21:30:50 2020
@@ -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