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: Soften upgrade version la...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/050d072f59d6
branches:  trunk
changeset: 337861:050d072f59d6
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Tue Aug 13 23:44:30 2019 +0000

description:
net/syncthing: Soften upgrade version language

The basic intent remains: if there is a protocol break we have to
coordinate with f-droid.  However, syncthing seems to have matured to
the point where protocol breaks no longer happen.

diffstat:

 net/syncthing/Makefile |  27 +++++++++++++++------------
 1 files changed, 15 insertions(+), 12 deletions(-)

diffs (35 lines):

diff -r d69cbe74ae1c -r 050d072f59d6 net/syncthing/Makefile
--- a/net/syncthing/Makefile    Tue Aug 13 23:41:29 2019 +0000
+++ b/net/syncthing/Makefile    Tue Aug 13 23:44:30 2019 +0000
@@ -1,16 +1,19 @@
-# $NetBSD: Makefile,v 1.93 2019/08/13 23:41:29 gdt Exp $
+# $NetBSD: Makefile,v 1.94 2019/08/13 23:44:30 gdt Exp $
 
-# Upstream used to frequently break protocol compatibility.  While
-# users of pkgsrc syncthing on multiple systems can update
-# synchronously, an important use case is interoperating with
-# syncthing-android.
-# Therefore, pkgsrc will update to a new major version (e.g. 0.14.x vs
-# 1.0.x) when a corresponding syncthing-android version becomes
-# available in the f-droid.org repository:
-# https://f-droid.org/repository/browse/?fdid=com.nutomic.syncthingandroid
-# Updates to new major versions 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.)
+# Upstream used to frequently break protocol compatibility, but since
+# 2018 or so this has been much better.  While users of pkgsrc
+# syncthing on multiple systems can update synchronously, an important
+# 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
+# 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.)
 # Note that the android versioning is disconnected from syncthing versioning;
 # see https://github.com/syncthing/syncthing-android/issues/652 for
 # a fuller explanation.



Home | Main Index | Thread Index | Old Index