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:41:29 UTC 2019

Modified Files:
        pkgsrc/net/syncthing: Makefile

Log Message:
net/syncthing: Disable upgrade checks

syncthing phones home to check the version; not only is this a privacy
leak, but pkgsrc does updates differently so it isn't really useful.
Add a flag to the build to disable this.

>From pkg/53951 by Daniel Ziltener.


To generate a diff of this commit:
cvs rdiff -u -r1.92 -r1.93 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.92 pkgsrc/net/syncthing/Makefile:1.93
--- pkgsrc/net/syncthing/Makefile:1.92  Sun Jul 14 20:48:39 2019
+++ pkgsrc/net/syncthing/Makefile       Tue Aug 13 23:41:29 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.92 2019/07/14 20:48:39 triaxx Exp $
+# $NetBSD: Makefile,v 1.93 2019/08/13 23:41:29 gdt Exp $
 
 # Upstream used to frequently break protocol compatibility.  While
 # users of pkgsrc syncthing on multiple systems can update
@@ -16,6 +16,7 @@
 # a fuller explanation.
 DISTNAME=      syncthing-source-v1.2.0
 PKGNAME=       ${DISTNAME:S,source-v,,}
+PKGREVISION=   1
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=syncthing/}
 GITHUB_RELEASE=        v${PKGVERSION_NOREV}
@@ -73,7 +74,7 @@ FILES_SUBST+=         SYNCTHING_GROUP=${SYNCTHI
 RCD_SCRIPTS+=          syncthing
 
 do-build:
-       cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GO} run build.go build syncthing
+       cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GO} run build.go -no-upgrade build syncthing
 
 # Binaries other than syncthing proper should perhaps be installed.
 do-install:



Home | Main Index | Thread Index | Old Index