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: Tone down fear of protoco...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b475d1763fa9
branches:  trunk
changeset: 440865:b475d1763fa9
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Tue Oct 20 14:41:43 2020 +0000

description:
net/syncthing: Tone down fear of protocol breaks

While the protocol break issue used to be huge, it's been ok for a few
years and likely that upstream now feels obligated to avoid protocol
breaks.

Adjust the text to say that only updates with protocol breaks need
approval.

diffstat:

 net/syncthing/Makefile |  21 ++++-----------------
 1 files changed, 4 insertions(+), 17 deletions(-)

diffs (30 lines):

diff -r 68253f1d3785 -r b475d1763fa9 net/syncthing/Makefile
--- a/net/syncthing/Makefile    Tue Oct 20 14:15:51 2020 +0000
+++ b/net/syncthing/Makefile    Tue Oct 20 14:41:43 2020 +0000
@@ -1,22 +1,9 @@
-# $NetBSD: Makefile,v 1.121 2020/10/20 06:12:00 nia Exp $
+# $NetBSD: Makefile,v 1.122 2020/10/20 14:41:43 gdt Exp $
 
 # 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 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.)
-#
-# Minor version updates may be committed without asking.  Major
-# updates not following the above policy will be reverted.
+# 2018 or so this has been much better.  Any updates with protocol
+# breaks require MAINTAINER approval; other updates can be done
+# following normal customs.
 DISTNAME=      syncthing-source-v1.10.0
 PKGNAME=       ${DISTNAME:S,source-v,,}
 PKGREVISION=   1



Home | Main Index | Thread Index | Old Index