From ad605fa27f3a5f0c540a8a1c3f52cb0065e58bf8 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 6 Apr 2021 14:23:30 +0200 Subject: [PATCH] syncthing: update to 1.15.1. fixes CVE-2021-21404 --- srcpkgs/syncthing/template | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/srcpkgs/syncthing/template b/srcpkgs/syncthing/template index 23cddc403f3..bc393826442 100644 --- a/srcpkgs/syncthing/template +++ b/srcpkgs/syncthing/template @@ -1,12 +1,11 @@ # Template file for 'syncthing' pkgname=syncthing -version=1.14.0 +version=1.15.1 revision=1 build_style=go go_import_path="github.com/syncthing/syncthing" go_package=" ${go_import_path}/cmd/stdiscosrv - ${go_import_path}/cmd/stcli ${go_import_path}/cmd/strelaysrv ${go_import_path}/cmd/syncthing" go_build_tags="noupgrade" @@ -18,7 +17,7 @@ license="MPL-2.0" homepage="http://syncthing.net/" changelog="https://github.com/syncthing/syncthing/releases" distfiles="https://github.com/syncthing/${pkgname}/archive/v${version}.tar.gz" -checksum=ab34f328fdca5a1a334af844787e72e6a80988830a5223d82a915efe038433ec +checksum=ad7276cec428f1b680a660179a29708a68d4214d58c73043453b5a164e316c92 pre_build() { GOARCH= go generate \