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:           Tue Aug 13 23:44:30 UTC 2019

Modified Files:
        pkgsrc/net/syncthing: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.93 -r1.94 pkgsrc/net/syncthing/Makefile

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.93 pkgsrc/net/syncthing/Makefile:1.94
--- pkgsrc/net/syncthing/Makefile:1.93  Tue Aug 13 23:41:29 2019
+++ pkgsrc/net/syncthing/Makefile       Tue Aug 13 23:44:30 2019
@@ -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