From 1e74484e98e2af1433b4d260a03965293776abec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Tue, 2 Mar 2021 16:12:13 +0100 Subject: [PATCH 01/65] Rebuilt for updated systemd-rpm-macros See https://pagure.io/fesco/issue/2583. --- syncthing.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/syncthing.spec b/syncthing.spec index 2ce548d..5cc4f13 100644 --- a/syncthing.spec +++ b/syncthing.spec @@ -6,7 +6,7 @@ Name: syncthing Summary: Continuous File Synchronization Version: %{basever}%{?rcnum:~rc%{rcnum}} -Release: 1%{?dist} +Release: 2%{?dist} %global goipath github.com/syncthing/syncthing %global tag v%{basever}%{?rcnum:-rc.%{rcnum}} @@ -447,6 +447,10 @@ export GO111MODULE=off %changelog +* Tue Mar 02 2021 Zbigniew Jędrzejewski-Szmek - 1.13.1-2 +- Rebuilt for updated systemd-rpm-macros + See https://pagure.io/fesco/issue/2583. + * Thu Feb 04 2021 Fabio Valentini - 1.13.1-1 - Update to version 1.13.1. From ac8fe1b699586e50b992676bf6888f33d9495279 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Wed, 24 Mar 2021 18:37:47 +0100 Subject: [PATCH 02/65] update to version 1.14.0 --- .gitignore | 1 + sources | 2 +- syncthing.spec | 13 +++++++++---- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 85442c2..133e35a 100644 --- a/.gitignore +++ b/.gitignore @@ -51,3 +51,4 @@ /syncthing-source-v1.12.0.tar.gz /syncthing-source-v1.12.1.tar.gz /syncthing-source-v1.13.1.tar.gz +/syncthing-source-v1.14.0.tar.gz diff --git a/sources b/sources index 3640d04..8712fb8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (syncthing-source-v1.13.1.tar.gz) = 098429d193dabcf4020283e1f93503a855e87717f52aca9da2c81a5a02e4f6123f0ab7feb0d2313a239da033234bd10f75fec56c4004ddc8489e72c822680443 +SHA512 (syncthing-source-v1.14.0.tar.gz) = 8b06f7e19afd1f699de569090dd3d58cc81a658bfb10a923bb2023d922fe18bf9fcaca38244e338fac9939054b86cc626db63e6a8588f62f981cc5d37eb7ad88 diff --git a/syncthing.spec b/syncthing.spec index 5cc4f13..89ee827 100644 --- a/syncthing.spec +++ b/syncthing.spec @@ -1,12 +1,12 @@ %bcond_with devel -%global basever 1.13.1 +%global basever 1.14.0 #%%global rcnum 0 Name: syncthing Summary: Continuous File Synchronization Version: %{basever}%{?rcnum:~rc%{rcnum}} -Release: 2%{?dist} +Release: 1%{?dist} %global goipath github.com/syncthing/syncthing %global tag v%{basever}%{?rcnum:-rc.%{rcnum}} @@ -48,10 +48,10 @@ Provides: bundled(moment) = 2.19.4 # automatically generated Provides for bundled go dependencies # manually check licenses for new deps and update License tag if necessary -# generate with "./vendor2provides.py path/to/vendor/modules.txt") +# generate with "./vendor2provides.py path/to/vendor/modules.txt" # github.com/AudriusButkevicius/pfilter : MIT -Provides: bundled(golang(github.com/AudriusButkevicius/pfilter)) = c55ef61 +Provides: bundled(golang(github.com/AudriusButkevicius/pfilter)) = 7468b85 # github.com/AudriusButkevicius/recli : MPLv2.0 Provides: bundled(golang(github.com/AudriusButkevicius/recli)) = 0.0.5 # github.com/Azure/go-ntlmssp : MIT @@ -113,6 +113,8 @@ Provides: bundled(golang(github.com/golang/protobuf)) = 1.4.3 Provides: bundled(golang(github.com/golang/snappy)) = 0.0.1 # github.com/greatroar/blobloom : ASL 2.0 Provides: bundled(golang(github.com/greatroar/blobloom)) = 0.5.0 +# github.com/hashicorp/golang-lru : MPLv2.0 +Provides: bundled(golang(github.com/hashicorp/golang-lru)) = 0.5.1 # github.com/jackpal/gateway : BSD Provides: bundled(golang(github.com/jackpal/gateway)) = 1.0.6 # github.com/jackpal/go-nat-pmp : ASL 2.0 @@ -447,6 +449,9 @@ export GO111MODULE=off %changelog +* Wed Mar 24 2021 Fabio Valentini - 1.14.0-1 +- Update to version 1.14.0. + * Tue Mar 02 2021 Zbigniew Jędrzejewski-Szmek - 1.13.1-2 - Rebuilt for updated systemd-rpm-macros See https://pagure.io/fesco/issue/2583. From 60f72e4b4d41ed6db9f5772508df2a6e3ac2907d Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Mon, 12 Apr 2021 14:20:04 +0200 Subject: [PATCH 03/65] update to version 1.15.1 --- .gitignore | 1 + sources | 2 +- syncthing.spec | 67 +++++++++++++++++--------------------------------- 3 files changed, 25 insertions(+), 45 deletions(-) diff --git a/.gitignore b/.gitignore index 133e35a..1ddb324 100644 --- a/.gitignore +++ b/.gitignore @@ -52,3 +52,4 @@ /syncthing-source-v1.12.1.tar.gz /syncthing-source-v1.13.1.tar.gz /syncthing-source-v1.14.0.tar.gz +/syncthing-source-v1.15.1.tar.gz diff --git a/sources b/sources index 8712fb8..aa8a653 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (syncthing-source-v1.14.0.tar.gz) = 8b06f7e19afd1f699de569090dd3d58cc81a658bfb10a923bb2023d922fe18bf9fcaca38244e338fac9939054b86cc626db63e6a8588f62f981cc5d37eb7ad88 +SHA512 (syncthing-source-v1.15.1.tar.gz) = 22c04ca93596dd6f1dc69d6815c699fc4558e58487dd911c3373dcd63c6a65bef0fa8168e835f82e40d9a9aea49fc59550f25c6e1b78c2b7b078757b86d1b0ac diff --git a/syncthing.spec b/syncthing.spec index 89ee827..0775c40 100644 --- a/syncthing.spec +++ b/syncthing.spec @@ -1,6 +1,6 @@ %bcond_with devel -%global basever 1.14.0 +%global basever 1.15.1 #%%global rcnum 0 Name: syncthing @@ -56,10 +56,10 @@ Provides: bundled(golang(github.com/AudriusButkevicius/pfilter)) = 7468b85 Provides: bundled(golang(github.com/AudriusButkevicius/recli)) = 0.0.5 # github.com/Azure/go-ntlmssp : MIT Provides: bundled(golang(github.com/Azure/go-ntlmssp)) = 6637195 -# github.com/DataDog/zstd : BSD -Provides: bundled(golang(github.com/DataDog/zstd)) = 1.4.1 # github.com/StackExchange/wmi : MIT Provides: bundled(golang(github.com/StackExchange/wmi)) = cbe6696 +# github.com/alecthomas/kong : MIT +Provides: bundled(golang(github.com/alecthomas/kong)) = 0.2.12 # github.com/beorn7/perks : MIT Provides: bundled(golang(github.com/beorn7/perks)) = 1.0.1 # github.com/bkaradzic/go-lz4 : BSD @@ -71,7 +71,6 @@ Provides: bundled(golang(github.com/ccding/go-stun)) = 0.1.2 # github.com/certifi/gocertifi : MPLv2.0 Provides: bundled(golang(github.com/certifi/gocertifi)) = 2c3bb06 # github.com/cespare/xxhash : MIT -Provides: bundled(golang(github.com/cespare/xxhash)) = 1.1.0 Provides: bundled(golang(github.com/cespare/xxhash/v2)) = 2.1.1 # github.com/cheekybits/genny : MIT Provides: bundled(golang(github.com/cheekybits/genny)) = 1.0.0 @@ -83,14 +82,6 @@ Provides: bundled(golang(github.com/cpuguy83/go-md2man/v2)) = f79a8a8 Provides: bundled(golang(github.com/d4l3k/messagediff)) = 1.2.1 # github.com/dchest/siphash : CC0 Provides: bundled(golang(github.com/dchest/siphash)) = 1.2.2 -# github.com/dgraph-io/badger : ASL 2.0 -Provides: bundled(golang(github.com/dgraph-io/badger/v2)) = 2.0.3 -# github.com/dgraph-io/ristretto : ASL 2.0 -Provides: bundled(golang(github.com/dgraph-io/ristretto)) = 8f368f2 -# github.com/dgryski/go-farm : MIT -Provides: bundled(golang(github.com/dgryski/go-farm)) = 6a90982 -# github.com/dustin/go-humanize : MIT -Provides: bundled(golang(github.com/dustin/go-humanize)) = 1.0.0 # github.com/flynn-archive/go-shlex : ASL 2.0 Provides: bundled(golang(github.com/flynn-archive/go-shlex)) = 3f9db97 # github.com/getsentry/raven-go : BSD @@ -137,10 +128,16 @@ Provides: bundled(golang(github.com/maruel/panicparse)) = 1.5.1 Provides: bundled(golang(github.com/mattn/go-isatty)) = 0.0.12 # github.com/matttproud/golang_protobuf_extensions : ASL 2.0 Provides: bundled(golang(github.com/matttproud/golang_protobuf_extensions)) = 1.0.1 +# github.com/maxbrunsfeld/counterfeiter : MIT +Provides: bundled(golang(github.com/maxbrunsfeld/counterfeiter/v6)) = 6.3.0 # github.com/minio/sha256-simd : ASL 2.0 Provides: bundled(golang(github.com/minio/sha256-simd)) = 0.1.1 # github.com/miscreant/miscreant.go : MIT Provides: bundled(golang(github.com/miscreant/miscreant.go)) = 26d3763 +# github.com/niemeyer/pretty : MIT +Provides: bundled(golang(github.com/niemeyer/pretty)) = a10e7ca +# github.com/onsi/gomega : MIT +Provides: bundled(golang(github.com/onsi/gomega)) = 1.10.3 # github.com/oschwald/geoip2-golang : ISC Provides: bundled(golang(github.com/oschwald/geoip2-golang)) = 1.4.0 # github.com/oschwald/maxminddb-golang : ISC @@ -168,7 +165,7 @@ Provides: bundled(golang(github.com/shirou/gopsutil/v3)) = 3.20.11 # github.com/shurcooL/sanitized_anchor_name : MIT Provides: bundled(golang(github.com/shurcooL/sanitized_anchor_name)) = 1.0.0 # github.com/syncthing/notify : MIT -Provides: bundled(golang(github.com/syncthing/notify)) = 17de266 +Provides: bundled(golang(github.com/syncthing/notify)) = f45149b # github.com/syndtr/goleveldb : BSD Provides: bundled(golang(github.com/syndtr/goleveldb)) = d9e9293 # github.com/thejerf/suture : MIT @@ -182,18 +179,25 @@ Provides: bundled(golang(golang.org/x/crypto)) = 9e8e0b3 # golang.org/x/net : BSD Provides: bundled(golang(golang.org/x/net)) = ff519b6 # golang.org/x/sys : BSD -Provides: bundled(golang(golang.org/x/sys)) = da20708 +Provides: bundled(golang(golang.org/x/sys)) = b64e53b # golang.org/x/text: BSD Provides: bundled(golang(golang.org/x/text)) = 0.3.4 # golang.org/x/time : BSD Provides: bundled(golang(golang.org/x/time)) = 3af7569 +# golang.org/x/tools : BSD +Provides: bundled(golang(golang.org/x/tools)) = 0.1.0 # google.golang.org/protobuf : BSD Provides: bundled(golang(google.golang.org/protobuf)) = 1.23.0 +# github.com/go-check/check : BSD +Provides: bundled(golang(gopkg.in/check.v1)) = 038fdea # an inotify filesystem watcher is integrated with syncthing now Provides: syncthing-inotify = 0.8.7-5 Obsoletes: syncthing-inotify < 0.8.7-5 +# command line interface for syncthing was merged into main binary +Obsoletes: syncthing-cli < 1.15.1-1 + %description Syncthing replaces other file synchronization services with something @@ -240,19 +244,6 @@ This package contains the main syncthing server tools: to connect to indirectly over the internet. -%package cli -Summary: Continuous File Synchronization (CLI) - -%description cli -Syncthing replaces other file synchronization services with something -open, trustworthy and decentralized. Your data is your data alone and -you deserve to choose where it is stored, if it is shared with some -third party and how it's transmitted over the Internet. Using syncthing, -that control is returned to you. - -This package contains the CLI program. - - %prep %autosetup -n %{name} -p1 @@ -297,9 +288,6 @@ export LDFLAGS="-X %{goipath}/lib/build.Program=strelaysrv $COMMON_LDFLAGS" export LDFLAGS="-X %{goipath}/lib/build.Program=strelaypoolsrv $COMMON_LDFLAGS" %gobuild -o _bin/strelaypoolsrv %{goipath}/cmd/strelaypoolsrv -export LDFLAGS="-X %{goipath}/lib/build.Program=stcli $COMMON_LDFLAGS" -%gobuild -o _bin/stcli %{goipath}/cmd/stcli - %install export GO111MODULE=off @@ -311,7 +299,6 @@ cp -pav _bin/syncthing %{buildroot}/%{_bindir}/ cp -pav _bin/stdiscosrv %{buildroot}/%{_bindir}/ cp -pav _bin/strelaysrv %{buildroot}/%{_bindir}/ cp -pav _bin/strelaypoolsrv %{buildroot}/%{_bindir}/ -cp -pav _bin/stcli %{buildroot}/%{_bindir}/ # install man pages mkdir -p %{buildroot}/%{_mandir}/man1 @@ -332,8 +319,8 @@ cp -pav etc/linux-systemd/system/syncthing@.service %{buildroot}/%{_unitdir}/ cp -pav etc/linux-systemd/system/syncthing-resume.service %{buildroot}/%{_unitdir}/ cp -pav etc/linux-systemd/user/syncthing.service %{buildroot}/%{_userunitdir}/ -# Unmark source files as executable -for i in $(find -name "*.go" -executable -print); do +# unmark source files as executable +for i in $(find -name "*.go" -type f -executable -print); do chmod a-x $i; done @@ -343,10 +330,6 @@ done %check -# restore executable bit on a folder ending in .go -# (likely caused by a bug in a brp script) -chmod +x vendor/github.com/miscreant/miscreant.go - export LANG=C.utf8 export GOPATH=$(pwd)/_build:%{gopath} export GO111MODULE=off @@ -434,13 +417,6 @@ export GO111MODULE=off %{_mandir}/man1/strelaysrv* -%files cli -%license LICENSE -%doc README.md AUTHORS - -%{_bindir}/stcli - - %if %{with devel} %files devel -f devel.file-list %license LICENSE @@ -449,6 +425,9 @@ export GO111MODULE=off %changelog +* Mon Apr 12 2021 Fabio Valentini - 1.15.1-1 +- Update to version 1.15.1. + * Wed Mar 24 2021 Fabio Valentini - 1.14.0-1 - Update to version 1.14.0. From 578f49ec0ee2e405c40e81ad2e7734472bdd16f7 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Mon, 10 May 2021 12:01:14 +0200 Subject: [PATCH 04/65] update to version 1.16.1 --- .gitignore | 1 + sources | 2 +- syncthing.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1ddb324..411e551 100644 --- a/.gitignore +++ b/.gitignore @@ -53,3 +53,4 @@ /syncthing-source-v1.13.1.tar.gz /syncthing-source-v1.14.0.tar.gz /syncthing-source-v1.15.1.tar.gz +/syncthing-source-v1.16.1.tar.gz diff --git a/sources b/sources index aa8a653..7c83010 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (syncthing-source-v1.15.1.tar.gz) = 22c04ca93596dd6f1dc69d6815c699fc4558e58487dd911c3373dcd63c6a65bef0fa8168e835f82e40d9a9aea49fc59550f25c6e1b78c2b7b078757b86d1b0ac +SHA512 (syncthing-source-v1.16.1.tar.gz) = 96c677852f369aa3abb78a47b81d2ecfdce8f768fbf641f66f800277491921b84e847e8b2e62ed82e7e3555dfcdf1ec28688baa0a8b830b8894bf90816cdc380 diff --git a/syncthing.spec b/syncthing.spec index 0775c40..46f06f1 100644 --- a/syncthing.spec +++ b/syncthing.spec @@ -1,6 +1,6 @@ %bcond_with devel -%global basever 1.15.1 +%global basever 1.16.1 #%%global rcnum 0 Name: syncthing @@ -67,7 +67,7 @@ Provides: bundled(golang(github.com/bkaradzic/go-lz4)) = 7224d8d # github.com/calmh/xdr : MIT Provides: bundled(golang(github.com/calmh/xdr)) = 1.1.0 # github.com/ccding/go-stun : ASL 2.0 -Provides: bundled(golang(github.com/ccding/go-stun)) = 0.1.2 +Provides: bundled(golang(github.com/ccding/go-stun)) = 0.1.3 # github.com/certifi/gocertifi : MPLv2.0 Provides: bundled(golang(github.com/certifi/gocertifi)) = 2c3bb06 # github.com/cespare/xxhash : MIT @@ -425,6 +425,9 @@ export GO111MODULE=off %changelog +* Mon May 10 2021 Fabio Valentini - 1.16.1-1 +- Update to version 1.16.1. + * Mon Apr 12 2021 Fabio Valentini - 1.15.1-1 - Update to version 1.15.1. From 8309cd97a7059045ba4fe5e0dab99ecf4e926597 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Tue, 15 Jun 2021 14:51:46 +0200 Subject: [PATCH 05/65] update to version 1.17.0 --- .gitignore | 1 + sources | 2 +- syncthing.spec | 87 +++++++++++++++++++++++++------------------------- 3 files changed, 45 insertions(+), 45 deletions(-) diff --git a/.gitignore b/.gitignore index 411e551..66a9a00 100644 --- a/.gitignore +++ b/.gitignore @@ -54,3 +54,4 @@ /syncthing-source-v1.14.0.tar.gz /syncthing-source-v1.15.1.tar.gz /syncthing-source-v1.16.1.tar.gz +/syncthing-source-v1.17.0.tar.gz diff --git a/sources b/sources index 7c83010..868a835 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (syncthing-source-v1.16.1.tar.gz) = 96c677852f369aa3abb78a47b81d2ecfdce8f768fbf641f66f800277491921b84e847e8b2e62ed82e7e3555dfcdf1ec28688baa0a8b830b8894bf90816cdc380 +SHA512 (syncthing-source-v1.17.0.tar.gz) = 84a335f424af661b71502c53eca80f7426da215485eb8953f275d5ed4d7281a003b25dd56bc76749a9b129012c7c0696c6d646107904eca993198a9ae91278f7 diff --git a/syncthing.spec b/syncthing.spec index 46f06f1..cf58d83 100644 --- a/syncthing.spec +++ b/syncthing.spec @@ -1,6 +1,6 @@ %bcond_with devel -%global basever 1.16.1 +%global basever 1.17.0 #%%global rcnum 0 Name: syncthing @@ -51,15 +51,15 @@ Provides: bundled(moment) = 2.19.4 # generate with "./vendor2provides.py path/to/vendor/modules.txt" # github.com/AudriusButkevicius/pfilter : MIT -Provides: bundled(golang(github.com/AudriusButkevicius/pfilter)) = 7468b85 +Provides: bundled(golang(github.com/AudriusButkevicius/pfilter)) = e9aaf99 # github.com/AudriusButkevicius/recli : MPLv2.0 -Provides: bundled(golang(github.com/AudriusButkevicius/recli)) = 0.0.5 +Provides: bundled(golang(github.com/AudriusButkevicius/recli)) = 0.0.6 # github.com/Azure/go-ntlmssp : MIT Provides: bundled(golang(github.com/Azure/go-ntlmssp)) = 6637195 # github.com/StackExchange/wmi : MIT Provides: bundled(golang(github.com/StackExchange/wmi)) = cbe6696 # github.com/alecthomas/kong : MIT -Provides: bundled(golang(github.com/alecthomas/kong)) = 0.2.12 +Provides: bundled(golang(github.com/alecthomas/kong)) = 0.2.16 # github.com/beorn7/perks : MIT Provides: bundled(golang(github.com/beorn7/perks)) = 1.0.1 # github.com/bkaradzic/go-lz4 : BSD @@ -69,7 +69,7 @@ Provides: bundled(golang(github.com/calmh/xdr)) = 1.1.0 # github.com/ccding/go-stun : ASL 2.0 Provides: bundled(golang(github.com/ccding/go-stun)) = 0.1.3 # github.com/certifi/gocertifi : MPLv2.0 -Provides: bundled(golang(github.com/certifi/gocertifi)) = 2c3bb06 +Provides: bundled(golang(github.com/certifi/gocertifi)) = 83314bf # github.com/cespare/xxhash : MIT Provides: bundled(golang(github.com/cespare/xxhash/v2)) = 2.1.1 # github.com/cheekybits/genny : MIT @@ -77,7 +77,7 @@ Provides: bundled(golang(github.com/cheekybits/genny)) = 1.0.0 # github.com/chmduquesne/rollinghash : MIT Provides: bundled(golang(github.com/chmduquesne/rollinghash)) = a60f8e7 # github.com/cpuguy83/go-md2man : MIT -Provides: bundled(golang(github.com/cpuguy83/go-md2man/v2)) = f79a8a8 +Provides: bundled(golang(github.com/cpuguy83/go-md2man/v2)) = 2.0.0 # github.com/d4l3k/messagediff : MIT Provides: bundled(golang(github.com/d4l3k/messagediff)) = 1.2.1 # github.com/dchest/siphash : CC0 @@ -87,109 +87,105 @@ Provides: bundled(golang(github.com/flynn-archive/go-shlex)) = 3f9db97 # github.com/getsentry/raven-go : BSD Provides: bundled(golang(github.com/getsentry/raven-go)) = 0.2.0 # github.com/go-asn1-ber/asn1-ber : MIT -Provides: bundled(golang(github.com/go-asn1-ber/asn1-ber)) = 1.5.1 +Provides: bundled(golang(github.com/go-asn1-ber/asn1-ber)) = 1.5.3 # github.com/go-ldap/ldap : MIT -Provides: bundled(golang(github.com/go-ldap/ldap/v3)) = 3.2.4 +Provides: bundled(golang(github.com/go-ldap/ldap/v3)) = 3.3.0 # github.com/go-ole/go-ole : MIT Provides: bundled(golang(github.com/go-ole/go-ole)) = 1.2.4 # github.com/gobwas/glob : MIT Provides: bundled(golang(github.com/gobwas/glob)) = 0.2.3 # github.com/gogo/protobuf : BSD -Provides: bundled(golang(github.com/gogo/protobuf)) = 1.3.1 +Provides: bundled(golang(github.com/gogo/protobuf)) = 1.3.2 # github.com/golang/groupcache : ASL 2.0 -Provides: bundled(golang(github.com/golang/groupcache)) = 8c9f03a +Provides: bundled(golang(github.com/golang/groupcache)) = 41bb18b # github.com/golang/protobuf : BSD -Provides: bundled(golang(github.com/golang/protobuf)) = 1.4.3 +Provides: bundled(golang(github.com/golang/protobuf)) = 1.5.2 # github.com/golang/snappy : BSD Provides: bundled(golang(github.com/golang/snappy)) = 0.0.1 # github.com/greatroar/blobloom : ASL 2.0 -Provides: bundled(golang(github.com/greatroar/blobloom)) = 0.5.0 +Provides: bundled(golang(github.com/greatroar/blobloom)) = 0.7.0 # github.com/hashicorp/golang-lru : MPLv2.0 -Provides: bundled(golang(github.com/hashicorp/golang-lru)) = 0.5.1 +Provides: bundled(golang(github.com/hashicorp/golang-lru)) = 0.5.4 # github.com/jackpal/gateway : BSD -Provides: bundled(golang(github.com/jackpal/gateway)) = 1.0.6 +Provides: bundled(golang(github.com/jackpal/gateway)) = 1.0.7 # github.com/jackpal/go-nat-pmp : ASL 2.0 Provides: bundled(golang(github.com/jackpal/go-nat-pmp)) = 1.0.2 # github.com/julienschmidt/httprouter : BSD Provides: bundled(golang(github.com/julienschmidt/httprouter)) = 1.3.0 # github.com/kballard/go-shellquote : MIT Provides: bundled(golang(github.com/kballard/go-shellquote)) = 95032a8 +# github.com/klauspost/cpuid : MIT +Provides: bundled(golang(github.com/klauspost/cpuid/v2)) = 2.0.6 # github.com/lib/pq : MIT -Provides: bundled(golang(github.com/lib/pq)) = 1.8.0 +Provides: bundled(golang(github.com/lib/pq)) = 1.10.1 # github.com/lucas-clemente/quic-go : MIT Provides: bundled(golang(github.com/lucas-clemente/quic-go)) = 0.19.3 # github.com/marten-seemann/qtls : BSD Provides: bundled(golang(github.com/marten-seemann/qtls)) = 0.10.0 # github.com/marten-seemann/qtls-go1-15 : BSD -Provides: bundled(golang(github.com/marten-seemann/qtls-go1-15)) = 0.1.1 +Provides: bundled(golang(github.com/marten-seemann/qtls-go1-15)) = 0.1.4 # github.com/maruel/panicparse : ASL 2.0 -Provides: bundled(golang(github.com/maruel/panicparse)) = 1.5.1 -# github.com/mattn/go-isatty : MIT -Provides: bundled(golang(github.com/mattn/go-isatty)) = 0.0.12 +Provides: bundled(golang(github.com/maruel/panicparse)) = 1.6.1 # github.com/matttproud/golang_protobuf_extensions : ASL 2.0 Provides: bundled(golang(github.com/matttproud/golang_protobuf_extensions)) = 1.0.1 # github.com/maxbrunsfeld/counterfeiter : MIT Provides: bundled(golang(github.com/maxbrunsfeld/counterfeiter/v6)) = 6.3.0 # github.com/minio/sha256-simd : ASL 2.0 -Provides: bundled(golang(github.com/minio/sha256-simd)) = 0.1.1 +Provides: bundled(golang(github.com/minio/sha256-simd)) = 1.0.0 # github.com/miscreant/miscreant.go : MIT Provides: bundled(golang(github.com/miscreant/miscreant.go)) = 26d3763 -# github.com/niemeyer/pretty : MIT -Provides: bundled(golang(github.com/niemeyer/pretty)) = a10e7ca -# github.com/onsi/gomega : MIT -Provides: bundled(golang(github.com/onsi/gomega)) = 1.10.3 # github.com/oschwald/geoip2-golang : ISC -Provides: bundled(golang(github.com/oschwald/geoip2-golang)) = 1.4.0 +Provides: bundled(golang(github.com/oschwald/geoip2-golang)) = 1.5.0 # github.com/oschwald/maxminddb-golang : ISC -Provides: bundled(golang(github.com/oschwald/maxminddb-golang)) = 1.6.0 +Provides: bundled(golang(github.com/oschwald/maxminddb-golang)) = 1.8.0 # github.com/petermattis/goid : ASL 2.0 Provides: bundled(golang(github.com/petermattis/goid)) = b0b1615 # github.com/pkg/errors : BSD Provides: bundled(golang(github.com/pkg/errors)) = 0.9.1 # github.com/prometheus/client_golang : ASL 2.0 -Provides: bundled(golang(github.com/prometheus/client_golang)) = 1.8.0 +Provides: bundled(golang(github.com/prometheus/client_golang)) = 1.10.0 # github.com/prometheus/client_model : ASL 2.0 Provides: bundled(golang(github.com/prometheus/client_model)) = 0.2.0 # github.com/prometheus/common : ASL 2.0 -Provides: bundled(golang(github.com/prometheus/common)) = 0.14.0 +Provides: bundled(golang(github.com/prometheus/common)) = 0.18.0 # github.com/prometheus/procfs : ASL 2.0 -Provides: bundled(golang(github.com/prometheus/procfs)) = 0.2.0 +Provides: bundled(golang(github.com/prometheus/procfs)) = 0.6.0 # github.com/rcrowley/go-metrics : BSD -Provides: bundled(golang(github.com/rcrowley/go-metrics)) = 10cdbea +Provides: bundled(golang(github.com/rcrowley/go-metrics)) = cf1acfc # github.com/russross/blackfriday : BSD -Provides: bundled(golang(github.com/russross/blackfriday/v2)) = 2.0.1 +Provides: bundled(golang(github.com/russross/blackfriday/v2)) = 2.1.0 # github.com/sasha-s/go-deadlock : ASL 2.0 Provides: bundled(golang(github.com/sasha-s/go-deadlock)) = 0.2.0 # github.com/shirou/gopsutil : BSD -Provides: bundled(golang(github.com/shirou/gopsutil/v3)) = 3.20.11 -# github.com/shurcooL/sanitized_anchor_name : MIT -Provides: bundled(golang(github.com/shurcooL/sanitized_anchor_name)) = 1.0.0 +Provides: bundled(golang(github.com/shirou/gopsutil/v3)) = 3.21.4 # github.com/syncthing/notify : MIT Provides: bundled(golang(github.com/syncthing/notify)) = f45149b # github.com/syndtr/goleveldb : BSD Provides: bundled(golang(github.com/syndtr/goleveldb)) = d9e9293 # github.com/thejerf/suture : MIT -Provides: bundled(golang(github.com/thejerf/suture/v4)) = 4.0.0 +Provides: bundled(golang(github.com/thejerf/suture/v4)) = 4.0.1 # github.com/urfave/cli : MIT -Provides: bundled(golang(github.com/urfave/cli)) = 1.22.4 +Provides: bundled(golang(github.com/urfave/cli)) = 1.22.5 # github.com/vitrun/qart : ASL 2.0 and BSD Provides: bundled(golang(github.com/vitrun/qart)) = bf64b92 # golang.org/x/crypto : BSD -Provides: bundled(golang(golang.org/x/crypto)) = 9e8e0b3 +Provides: bundled(golang(golang.org/x/crypto)) = 83a5a9b +# golang.org/x/mod : BSD +Provides: bundled(golang(golang.org/x/mod)) = 0.3.0 # golang.org/x/net : BSD -Provides: bundled(golang(golang.org/x/net)) = ff519b6 +Provides: bundled(golang(golang.org/x/net)) = 89ef3d9 # golang.org/x/sys : BSD -Provides: bundled(golang(golang.org/x/sys)) = b64e53b +Provides: bundled(golang(golang.org/x/sys)) = d19ff85 # golang.org/x/text: BSD -Provides: bundled(golang(golang.org/x/text)) = 0.3.4 +Provides: bundled(golang(golang.org/x/text)) = 0.3.6 # golang.org/x/time : BSD -Provides: bundled(golang(golang.org/x/time)) = 3af7569 +Provides: bundled(golang(golang.org/x/time)) = f8bda1e # golang.org/x/tools : BSD Provides: bundled(golang(golang.org/x/tools)) = 0.1.0 +# golang.org/x/xerrors : BSD +Provides: bundled(golang(golang.org/x/xerrors)) = 5ec99f8 # google.golang.org/protobuf : BSD -Provides: bundled(golang(google.golang.org/protobuf)) = 1.23.0 -# github.com/go-check/check : BSD -Provides: bundled(golang(gopkg.in/check.v1)) = 038fdea +Provides: bundled(golang(google.golang.org/protobuf)) = 1.26.0 # an inotify filesystem watcher is integrated with syncthing now Provides: syncthing-inotify = 0.8.7-5 @@ -425,6 +421,9 @@ export GO111MODULE=off %changelog +* Tue Jun 15 2021 Fabio Valentini - 1.17.0-1 +- Update to version 1.17.0. + * Mon May 10 2021 Fabio Valentini - 1.16.1-1 - Update to version 1.16.1. From 5ad78225fca85b1e25b3bd7341b0cf2bc3995958 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Sat, 17 Jul 2021 14:52:20 +0200 Subject: [PATCH 06/65] update to version 1.18.0 --- .gitignore | 1 + sources | 2 +- syncthing.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 66a9a00..8da3dd4 100644 --- a/.gitignore +++ b/.gitignore @@ -55,3 +55,4 @@ /syncthing-source-v1.15.1.tar.gz /syncthing-source-v1.16.1.tar.gz /syncthing-source-v1.17.0.tar.gz +/syncthing-source-v1.18.0.tar.gz diff --git a/sources b/sources index 868a835..719f6f6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (syncthing-source-v1.17.0.tar.gz) = 84a335f424af661b71502c53eca80f7426da215485eb8953f275d5ed4d7281a003b25dd56bc76749a9b129012c7c0696c6d646107904eca993198a9ae91278f7 +SHA512 (syncthing-source-v1.18.0.tar.gz) = 7abd057b79addb44167c6cf690f8e2dd42afb2331de4848d2bf6c398838e8684efeaa24e99401fc1c57dc69110c2d19cc8d8dd81dd9b19b27b8b8b50d8cc9b4f diff --git a/syncthing.spec b/syncthing.spec index cf58d83..4b151c7 100644 --- a/syncthing.spec +++ b/syncthing.spec @@ -1,6 +1,6 @@ %bcond_with devel -%global basever 1.17.0 +%global basever 1.18.0 #%%global rcnum 0 Name: syncthing @@ -421,6 +421,9 @@ export GO111MODULE=off %changelog +* Sat Jul 17 2021 Fabio Valentini - 1.18.0-1 +- Update to version 1.18.0. + * Tue Jun 15 2021 Fabio Valentini - 1.17.0-1 - Update to version 1.17.0. From b77ccfe520f16bcba9675ef9792a6c52dee33f5a Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 23 Jul 2021 18:44:49 +0000 Subject: [PATCH 07/65] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- syncthing.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/syncthing.spec b/syncthing.spec index 4b151c7..ff4a9c3 100644 --- a/syncthing.spec +++ b/syncthing.spec @@ -6,7 +6,7 @@ Name: syncthing Summary: Continuous File Synchronization Version: %{basever}%{?rcnum:~rc%{rcnum}} -Release: 1%{?dist} +Release: 2%{?dist} %global goipath github.com/syncthing/syncthing %global tag v%{basever}%{?rcnum:-rc.%{rcnum}} @@ -421,6 +421,9 @@ export GO111MODULE=off %changelog +* Fri Jul 23 2021 Fedora Release Engineering - 1.18.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Sat Jul 17 2021 Fabio Valentini - 1.18.0-1 - Update to version 1.18.0. From e3f5ce0264b9a3684147f9eb17bc6a4e3383557e Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Fri, 6 Aug 2021 11:23:15 +0200 Subject: [PATCH 08/65] convert to rpmautospec --- changelog | 278 ++++++++++++++++++++++++++++++++++++++++++++++++ syncthing.spec | 282 +------------------------------------------------ 2 files changed, 280 insertions(+), 280 deletions(-) create mode 100644 changelog diff --git a/changelog b/changelog new file mode 100644 index 0000000..70c0a2f --- /dev/null +++ b/changelog @@ -0,0 +1,278 @@ +* Fri Jul 23 2021 Fedora Release Engineering - 1.18.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Sat Jul 17 2021 Fabio Valentini - 1.18.0-1 +- Update to version 1.18.0. + +* Tue Jun 15 2021 Fabio Valentini - 1.17.0-1 +- Update to version 1.17.0. + +* Mon May 10 2021 Fabio Valentini - 1.16.1-1 +- Update to version 1.16.1. + +* Mon Apr 12 2021 Fabio Valentini - 1.15.1-1 +- Update to version 1.15.1. + +* Wed Mar 24 2021 Fabio Valentini - 1.14.0-1 +- Update to version 1.14.0. + +* Tue Mar 02 2021 Zbigniew Jędrzejewski-Szmek - 1.13.1-2 +- Rebuilt for updated systemd-rpm-macros + See https://pagure.io/fesco/issue/2583. + +* Thu Feb 04 2021 Fabio Valentini - 1.13.1-1 +- Update to version 1.13.1. + +* Wed Jan 27 2021 Fedora Release Engineering - 1.12.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Fri Jan 08 2021 Fabio Valentini - 1.12.1-1 +- Update to version 1.12.1. + +* Mon Dec 07 2020 Fabio Valentini - 1.12.0-1 +- Update to version 1.12.0. + +* Wed Nov 18 2020 Fabio Valentini - 1.11.1-1 +- Update to version 1.11.1. + +* Tue Nov 03 2020 Fabio Valentini - 1.11.0-1 +- Update to version 1.11.0. + +* Fri Oct 09 2020 Fabio Valentini - 1.10.0-1 +- Update to version 1.10.0. + +* Tue Sep 08 2020 Fabio Valentini - 1.9.0-1 +- Update to version 1.9.0. + +* Mon Sep 07 2020 Fabio Valentini - 1.9.0~rc5-2 +- Use correct version format for build flags. + +* Sat Sep 05 2020 Carl George - 1.9.0~rc5-1 +- Update to version 1.9.0-rc.5 + +* Thu Aug 20 2020 Fabio Valentini - 1.8.0-2 +- Include upstream patch to fix issues on ppc64le. + +* Sun Aug 16 2020 Fabio Valentini - 1.8.0-1 +- Update to version 1.8.0. + +* Sat Aug 01 2020 Fedora Release Engineering - 1.7.1-3 +- Second attempt - Rebuilt for + https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Wed Jul 29 2020 Fedora Release Engineering - 1.7.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Thu Jul 16 2020 Fabio Valentini - 1.7.1-1 +- Update to version 1.7.1. + +* Tue Jul 07 2020 Fabio Valentini - 1.7.0-1 +- Update to version 1.7.0. + +* Tue Jun 02 2020 Fabio Valentini - 1.6.1-1 +- Update to version 1.6.1. + +* Sat May 09 2020 Fabio Valentini - 1.5.0-1 +- Update to version 1.5.0. + +* Wed Apr 08 2020 Fabio Valentini - 1.4.2-1 +- Update to version 1.4.2. + +* Tue Mar 17 2020 Fabio Valentini - 1.4.0-1 +- Update to version 1.4.0. + +* Tue Mar 03 2020 Fabio Valentini - 1.3.4-2 +- Drop custom systemd user session preset file. + See: https://bugzilla.redhat.com/show_bug.cgi?id=1708297 + +* Tue Feb 04 2020 Fabio Valentini - 1.3.4-1 +- Update to version 1.3.4. + +* Fri Jan 31 2020 Fedora Release Engineering - 1.3.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Wed Jan 08 2020 Fabio Valentini - 1.3.3-1 +- Update to version 1.3.3. + +* Tue Dec 03 2019 Fabio Valentini - 1.3.2-2 +- Add proposed patch to fix tests running out of memory on 32 bit arches. + +* Tue Dec 03 2019 Fabio Valentini - 1.3.2-1 +- Update to version 1.3.2. + +* Tue Nov 05 2019 Fabio Valentini - 1.3.1-1 +- Update to version 1.3.1. +- Update build scriptlet to match upstream build system changes. +- Fix broken systemd_post scriptlet. + +* Thu Oct 10 2019 Fabio Valentini - 1.3.0-1 +- Update to version 1.3.0. + +* Thu Sep 05 2019 Fabio Valentini - 1.2.2-1 +- Update to version 1.2.2. + +* Thu Aug 15 2019 Fabio Valentini - 1.2.1-1 +- Update to version 1.2.1. + +* Sat Jul 27 2019 Fedora Release Engineering - 1.2.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Tue Jul 09 2019 Fabio Valentini - 1.2.0-1 +- Update to version 1.2.0. + +* Sun Jun 16 2019 Fabio Valentini - 1.1.4-2 +- Disable building -devel package by default. + +* Tue Jun 04 2019 Fabio Valentini - 1.1.4-1 +- Update to version 1.1.4. + +* Tue May 21 2019 Fabio Valentini - 1.1.3-1 +- Update to version 1.1.3. + +* Fri Apr 05 2019 Fabio Valentini - 1.1.1-1 +- Update to version 1.1.1. + +* Thu Mar 07 2019 Fabio Valentini - 1.1.0-2 +- Fix build tags for changed variable names. + +* Tue Mar 05 2019 Fabio Valentini - 1.1.0-1 +- Update to version 1.1.0. + +* Tue Feb 05 2019 Fabio Valentini - 1.0.1-1 +- Update to version 1.0.1. + +* Sun Feb 03 2019 Fedora Release Engineering - 1.0.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Mon Jan 07 2019 Fabio Valentini - 1.0.0-1 +- Update to version 1.0.0. + +* Wed Dec 26 2018 Fabio Valentini - 0.14.54-1 +- Update to version 0.14.54. +- Switch back to using bundled dependencies. + +* Tue Dec 04 2018 Fabio Valentini - 0.14.53-1 +- Update to version 0.14.53. + +* Tue Nov 06 2018 Fabio Valentini - 0.14.52-1 +- Update to version 0.14.52. + +* Tue Oct 02 2018 Fabio Valentini - 0.14.51-1 +- Update to version 0.14.51. + +* Sun Sep 30 2018 Fabio Valentini - 0.14.50-2 +- Adapt to rollinghash v4.0.0 changes. + +* Tue Sep 11 2018 Fabio Valentini - 0.14.50-1 +- Update to version 0.14.50. +- Clean up .spec file and use new macros. +- Drop upstreamed go1.11 patch. + +* Wed Jul 25 2018 Fabio Valentini - 0.14.49-1 +- Update to version 0.14.49. +- Drop upstreamed osext patch. +- Add upstream patch to fix building tests with go 1.11. + +* Sat Jul 14 2018 Fedora Release Engineering - 0.14.48-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Tue Jun 05 2018 Fabio Valentini - 0.14.48-1 +- Update to version 0.14.48. + +* Tue May 01 2018 Fabio Valentini - 0.14.47-1 +- Update to version 0.14.47. + +* Wed Apr 04 2018 Fabio Valentini - 0.14.46-1 +- Update to version 0.14.46. +- Simplify .spec file and build process, and drop build system patches. + +* Tue Mar 06 2018 Fabio Valentini - 0.14.45-1 +- Update to version 0.14.45. + +* Tue Feb 13 2018 Fabio Valentini - 0.14.44-1 +- Update to version 0.14.44. + +* Fri Feb 09 2018 Fedora Release Engineering - 0.14.43-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Tue Jan 09 2018 Fabio Valentini - 0.14.43-1 +- Update to version 0.14.43. + +* Tue Dec 26 2017 Fabio Valentini - 0.14.42-1 +- Update to version 0.14.42. + +* Tue Dec 05 2017 Fabio Valentini - 0.14.41-1 +- Update to version 0.14.41. + +* Tue Nov 07 2017 Fabio Valentini - 0.14.40-1 +- Update to version 0.14.40. + +* Wed Oct 11 2017 Fabio Valentini - 0.14.39-1 +- Update to version 0.14.39. + +* Wed Sep 20 2017 Fabio Valentini - 0.14.38-1 +- Update to version 0.14.38. +- Add patch to use internal luhn version again. + +* Mon Sep 18 2017 Fabio Valentini - 0.14.37-2 +- Rebuild for updated dependencies, fixing crashes. + +* Tue Sep 05 2017 Fabio Valentini - 0.14.37-1 +- Update to version 0.14.37. + +* Tue Aug 15 2017 Fabio Valentini - 0.14.36-2 +- Adapt patch to work on ppc64, where PIE isn't supported. + +* Sat Aug 12 2017 Fabio Valentini - 0.14.36-1 +- Update to version 0.14.36. + +* Wed Aug 09 2017 Fabio Valentini - 0.14.35-2 +- Add Provides for bundled JS libraries and adapt License tag. + +* Tue Aug 08 2017 Fabio Valentini - 0.14.35-1 +- Update to version 0.14.35. + +* Tue Aug 08 2017 Fabio Valentini - 0.14.34-1 +- Update to version 0.14.34. + +* Sat Aug 05 2017 Fabio Valentini - 0.14.33-3 +- Add another missing ldflags argument. + +* Tue Aug 01 2017 Fabio Valentini - 0.14.33-2 +- Adapt patched build script to use the correct LDFLAGS. + +* Tue Jul 25 2017 Fabio Valentini - 0.14.33-1 +- Update to version 0.14.33. + +* Tue Jul 11 2017 Fabio Valentini - 0.14.32-1 +- Update to version 0.14.32. + +* Tue Jun 27 2017 Fabio Valentini - 0.14.31-1 +- Update to version 0.14.31. + +* Tue Jun 13 2017 Fabio Valentini - 0.14.30-1 +- Update to version 0.14.30. + +* Tue May 30 2017 Fabio Valentini - 0.14.29-1 +- Update to version 0.14.29. + +* Tue May 16 2017 Fabio Valentini - 0.14.28-1 +- Update to version 0.14.28. + +* Tue Apr 25 2017 Fabio Valentini - 0.14.27-1 +- Update to version 0.14.27. + +* Fri Apr 07 2017 Fabio Valentini - 0.14.26-1 +- Update to version 0.14.26. + +* Tue Mar 21 2017 Fabio Valentini - 0.14.25-1 +- Update to version 0.14.25. + +* Tue Mar 07 2017 Fabio Valentini - 0.14.24-1 +- Update to version 0.14.24. + +* Tue Feb 28 2017 Fabio Valentini - 0.14.23-2 +- Clean up spec file, remove bundled libs on fedora, add man pages. + +* Tue Feb 07 2017 Fabio Valentini - 0.14.23-1 +- First package for fedora. diff --git a/syncthing.spec b/syncthing.spec index ff4a9c3..76141b9 100644 --- a/syncthing.spec +++ b/syncthing.spec @@ -6,7 +6,7 @@ Name: syncthing Summary: Continuous File Synchronization Version: %{basever}%{?rcnum:~rc%{rcnum}} -Release: 2%{?dist} +Release: %autorelease %global goipath github.com/syncthing/syncthing %global tag v%{basever}%{?rcnum:-rc.%{rcnum}} @@ -421,282 +421,4 @@ export GO111MODULE=off %changelog -* Fri Jul 23 2021 Fedora Release Engineering - 1.18.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Sat Jul 17 2021 Fabio Valentini - 1.18.0-1 -- Update to version 1.18.0. - -* Tue Jun 15 2021 Fabio Valentini - 1.17.0-1 -- Update to version 1.17.0. - -* Mon May 10 2021 Fabio Valentini - 1.16.1-1 -- Update to version 1.16.1. - -* Mon Apr 12 2021 Fabio Valentini - 1.15.1-1 -- Update to version 1.15.1. - -* Wed Mar 24 2021 Fabio Valentini - 1.14.0-1 -- Update to version 1.14.0. - -* Tue Mar 02 2021 Zbigniew Jędrzejewski-Szmek - 1.13.1-2 -- Rebuilt for updated systemd-rpm-macros - See https://pagure.io/fesco/issue/2583. - -* Thu Feb 04 2021 Fabio Valentini - 1.13.1-1 -- Update to version 1.13.1. - -* Wed Jan 27 2021 Fedora Release Engineering - 1.12.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Fri Jan 08 2021 Fabio Valentini - 1.12.1-1 -- Update to version 1.12.1. - -* Mon Dec 07 2020 Fabio Valentini - 1.12.0-1 -- Update to version 1.12.0. - -* Wed Nov 18 2020 Fabio Valentini - 1.11.1-1 -- Update to version 1.11.1. - -* Tue Nov 03 2020 Fabio Valentini - 1.11.0-1 -- Update to version 1.11.0. - -* Fri Oct 09 2020 Fabio Valentini - 1.10.0-1 -- Update to version 1.10.0. - -* Tue Sep 08 2020 Fabio Valentini - 1.9.0-1 -- Update to version 1.9.0. - -* Mon Sep 07 2020 Fabio Valentini - 1.9.0~rc5-2 -- Use correct version format for build flags. - -* Sat Sep 05 2020 Carl George - 1.9.0~rc5-1 -- Update to version 1.9.0-rc.5 - -* Thu Aug 20 2020 Fabio Valentini - 1.8.0-2 -- Include upstream patch to fix issues on ppc64le. - -* Sun Aug 16 2020 Fabio Valentini - 1.8.0-1 -- Update to version 1.8.0. - -* Sat Aug 01 2020 Fedora Release Engineering - 1.7.1-3 -- Second attempt - Rebuilt for - https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Wed Jul 29 2020 Fedora Release Engineering - 1.7.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Thu Jul 16 2020 Fabio Valentini - 1.7.1-1 -- Update to version 1.7.1. - -* Tue Jul 07 2020 Fabio Valentini - 1.7.0-1 -- Update to version 1.7.0. - -* Tue Jun 02 2020 Fabio Valentini - 1.6.1-1 -- Update to version 1.6.1. - -* Sat May 09 2020 Fabio Valentini - 1.5.0-1 -- Update to version 1.5.0. - -* Wed Apr 08 2020 Fabio Valentini - 1.4.2-1 -- Update to version 1.4.2. - -* Tue Mar 17 2020 Fabio Valentini - 1.4.0-1 -- Update to version 1.4.0. - -* Tue Mar 03 2020 Fabio Valentini - 1.3.4-2 -- Drop custom systemd user session preset file. - See: https://bugzilla.redhat.com/show_bug.cgi?id=1708297 - -* Tue Feb 04 2020 Fabio Valentini - 1.3.4-1 -- Update to version 1.3.4. - -* Fri Jan 31 2020 Fedora Release Engineering - 1.3.3-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Wed Jan 08 2020 Fabio Valentini - 1.3.3-1 -- Update to version 1.3.3. - -* Tue Dec 03 2019 Fabio Valentini - 1.3.2-2 -- Add proposed patch to fix tests running out of memory on 32 bit arches. - -* Tue Dec 03 2019 Fabio Valentini - 1.3.2-1 -- Update to version 1.3.2. - -* Tue Nov 05 2019 Fabio Valentini - 1.3.1-1 -- Update to version 1.3.1. -- Update build scriptlet to match upstream build system changes. -- Fix broken systemd_post scriptlet. - -* Thu Oct 10 2019 Fabio Valentini - 1.3.0-1 -- Update to version 1.3.0. - -* Thu Sep 05 2019 Fabio Valentini - 1.2.2-1 -- Update to version 1.2.2. - -* Thu Aug 15 2019 Fabio Valentini - 1.2.1-1 -- Update to version 1.2.1. - -* Sat Jul 27 2019 Fedora Release Engineering - 1.2.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Tue Jul 09 2019 Fabio Valentini - 1.2.0-1 -- Update to version 1.2.0. - -* Sun Jun 16 2019 Fabio Valentini - 1.1.4-2 -- Disable building -devel package by default. - -* Tue Jun 04 2019 Fabio Valentini - 1.1.4-1 -- Update to version 1.1.4. - -* Tue May 21 2019 Fabio Valentini - 1.1.3-1 -- Update to version 1.1.3. - -* Fri Apr 05 2019 Fabio Valentini - 1.1.1-1 -- Update to version 1.1.1. - -* Thu Mar 07 2019 Fabio Valentini - 1.1.0-2 -- Fix build tags for changed variable names. - -* Tue Mar 05 2019 Fabio Valentini - 1.1.0-1 -- Update to version 1.1.0. - -* Tue Feb 05 2019 Fabio Valentini - 1.0.1-1 -- Update to version 1.0.1. - -* Sun Feb 03 2019 Fedora Release Engineering - 1.0.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Mon Jan 07 2019 Fabio Valentini - 1.0.0-1 -- Update to version 1.0.0. - -* Wed Dec 26 2018 Fabio Valentini - 0.14.54-1 -- Update to version 0.14.54. -- Switch back to using bundled dependencies. - -* Tue Dec 04 2018 Fabio Valentini - 0.14.53-1 -- Update to version 0.14.53. - -* Tue Nov 06 2018 Fabio Valentini - 0.14.52-1 -- Update to version 0.14.52. - -* Tue Oct 02 2018 Fabio Valentini - 0.14.51-1 -- Update to version 0.14.51. - -* Sun Sep 30 2018 Fabio Valentini - 0.14.50-2 -- Adapt to rollinghash v4.0.0 changes. - -* Tue Sep 11 2018 Fabio Valentini - 0.14.50-1 -- Update to version 0.14.50. -- Clean up .spec file and use new macros. -- Drop upstreamed go1.11 patch. - -* Wed Jul 25 2018 Fabio Valentini - 0.14.49-1 -- Update to version 0.14.49. -- Drop upstreamed osext patch. -- Add upstream patch to fix building tests with go 1.11. - -* Sat Jul 14 2018 Fedora Release Engineering - 0.14.48-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Tue Jun 05 2018 Fabio Valentini - 0.14.48-1 -- Update to version 0.14.48. - -* Tue May 01 2018 Fabio Valentini - 0.14.47-1 -- Update to version 0.14.47. - -* Wed Apr 04 2018 Fabio Valentini - 0.14.46-1 -- Update to version 0.14.46. -- Simplify .spec file and build process, and drop build system patches. - -* Tue Mar 06 2018 Fabio Valentini - 0.14.45-1 -- Update to version 0.14.45. - -* Tue Feb 13 2018 Fabio Valentini - 0.14.44-1 -- Update to version 0.14.44. - -* Fri Feb 09 2018 Fedora Release Engineering - 0.14.43-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Tue Jan 09 2018 Fabio Valentini - 0.14.43-1 -- Update to version 0.14.43. - -* Tue Dec 26 2017 Fabio Valentini - 0.14.42-1 -- Update to version 0.14.42. - -* Tue Dec 05 2017 Fabio Valentini - 0.14.41-1 -- Update to version 0.14.41. - -* Tue Nov 07 2017 Fabio Valentini - 0.14.40-1 -- Update to version 0.14.40. - -* Wed Oct 11 2017 Fabio Valentini - 0.14.39-1 -- Update to version 0.14.39. - -* Wed Sep 20 2017 Fabio Valentini - 0.14.38-1 -- Update to version 0.14.38. -- Add patch to use internal luhn version again. - -* Mon Sep 18 2017 Fabio Valentini - 0.14.37-2 -- Rebuild for updated dependencies, fixing crashes. - -* Tue Sep 05 2017 Fabio Valentini - 0.14.37-1 -- Update to version 0.14.37. - -* Tue Aug 15 2017 Fabio Valentini - 0.14.36-2 -- Adapt patch to work on ppc64, where PIE isn't supported. - -* Sat Aug 12 2017 Fabio Valentini - 0.14.36-1 -- Update to version 0.14.36. - -* Wed Aug 09 2017 Fabio Valentini - 0.14.35-2 -- Add Provides for bundled JS libraries and adapt License tag. - -* Tue Aug 08 2017 Fabio Valentini - 0.14.35-1 -- Update to version 0.14.35. - -* Tue Aug 08 2017 Fabio Valentini - 0.14.34-1 -- Update to version 0.14.34. - -* Sat Aug 05 2017 Fabio Valentini - 0.14.33-3 -- Add another missing ldflags argument. - -* Tue Aug 01 2017 Fabio Valentini - 0.14.33-2 -- Adapt patched build script to use the correct LDFLAGS. - -* Tue Jul 25 2017 Fabio Valentini - 0.14.33-1 -- Update to version 0.14.33. - -* Tue Jul 11 2017 Fabio Valentini - 0.14.32-1 -- Update to version 0.14.32. - -* Tue Jun 27 2017 Fabio Valentini - 0.14.31-1 -- Update to version 0.14.31. - -* Tue Jun 13 2017 Fabio Valentini - 0.14.30-1 -- Update to version 0.14.30. - -* Tue May 30 2017 Fabio Valentini - 0.14.29-1 -- Update to version 0.14.29. - -* Tue May 16 2017 Fabio Valentini - 0.14.28-1 -- Update to version 0.14.28. - -* Tue Apr 25 2017 Fabio Valentini - 0.14.27-1 -- Update to version 0.14.27. - -* Fri Apr 07 2017 Fabio Valentini - 0.14.26-1 -- Update to version 0.14.26. - -* Tue Mar 21 2017 Fabio Valentini - 0.14.25-1 -- Update to version 0.14.25. - -* Tue Mar 07 2017 Fabio Valentini - 0.14.24-1 -- Update to version 0.14.24. - -* Tue Feb 28 2017 Fabio Valentini - 0.14.23-2 -- Clean up spec file, remove bundled libs on fedora, add man pages. - -* Tue Feb 07 2017 Fabio Valentini - 0.14.23-1 -- First package for fedora. - +%autochangelog From 154de478339d49210126010d8827978ff0a3df9a Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Fri, 6 Aug 2021 11:30:29 +0200 Subject: [PATCH 09/65] Update to version 1.18.1; Fixes RHBZ#1989588 --- .gitignore | 1 + sources | 2 +- syncthing.spec | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 8da3dd4..db97af3 100644 --- a/.gitignore +++ b/.gitignore @@ -56,3 +56,4 @@ /syncthing-source-v1.16.1.tar.gz /syncthing-source-v1.17.0.tar.gz /syncthing-source-v1.18.0.tar.gz +/syncthing-source-v1.18.1.tar.gz diff --git a/sources b/sources index 719f6f6..5ea1a2c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (syncthing-source-v1.18.0.tar.gz) = 7abd057b79addb44167c6cf690f8e2dd42afb2331de4848d2bf6c398838e8684efeaa24e99401fc1c57dc69110c2d19cc8d8dd81dd9b19b27b8b8b50d8cc9b4f +SHA512 (syncthing-source-v1.18.1.tar.gz) = 36cd1d9d07277da930cd51f13df72b475177872f030aa7b72704565744f53d8dc5347a928d32aa5711da288e4b89fff840758e45384f4fb1c0dc611921a2540e diff --git a/syncthing.spec b/syncthing.spec index 76141b9..12612ee 100644 --- a/syncthing.spec +++ b/syncthing.spec @@ -1,6 +1,6 @@ %bcond_with devel -%global basever 1.18.0 +%global basever 1.18.1 #%%global rcnum 0 Name: syncthing From 82646a63612f2264a2af678b4d7d445a22ea2165 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Mon, 20 Sep 2021 12:28:28 +0200 Subject: [PATCH 10/65] Update to version 1.18.2; Fixes RHBZ#2002240 --- .gitignore | 1 + sources | 2 +- syncthing.spec | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index db97af3..14c2985 100644 --- a/.gitignore +++ b/.gitignore @@ -57,3 +57,4 @@ /syncthing-source-v1.17.0.tar.gz /syncthing-source-v1.18.0.tar.gz /syncthing-source-v1.18.1.tar.gz +/syncthing-source-v1.18.2.tar.gz diff --git a/sources b/sources index 5ea1a2c..30d1250 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (syncthing-source-v1.18.1.tar.gz) = 36cd1d9d07277da930cd51f13df72b475177872f030aa7b72704565744f53d8dc5347a928d32aa5711da288e4b89fff840758e45384f4fb1c0dc611921a2540e +SHA512 (syncthing-source-v1.18.2.tar.gz) = 0d9402a610cb944dd72165929491d02c1b35b23536ac38fd1e36aeb333b97dd90e5d9f3128ce542cf696ba75c3cb3152ba7a6ece879cd37a39edc066589b88e0 diff --git a/syncthing.spec b/syncthing.spec index 12612ee..23a4424 100644 --- a/syncthing.spec +++ b/syncthing.spec @@ -1,6 +1,6 @@ %bcond_with devel -%global basever 1.18.1 +%global basever 1.18.2 #%%global rcnum 0 Name: syncthing From 804ab79657849335604703e00219e3403bc5c324 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Thu, 7 Oct 2021 11:11:32 +0200 Subject: [PATCH 11/65] Update to version 1.18.3; Fixes RHBZ#2010303 --- .gitignore | 1 + sources | 2 +- syncthing.spec | 78 ++++++++++++++++++++++++++++---------------------- 3 files changed, 45 insertions(+), 36 deletions(-) diff --git a/.gitignore b/.gitignore index 14c2985..4763703 100644 --- a/.gitignore +++ b/.gitignore @@ -58,3 +58,4 @@ /syncthing-source-v1.18.0.tar.gz /syncthing-source-v1.18.1.tar.gz /syncthing-source-v1.18.2.tar.gz +/syncthing-source-v1.18.3.tar.gz diff --git a/sources b/sources index 30d1250..f48050f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (syncthing-source-v1.18.2.tar.gz) = 0d9402a610cb944dd72165929491d02c1b35b23536ac38fd1e36aeb333b97dd90e5d9f3128ce542cf696ba75c3cb3152ba7a6ece879cd37a39edc066589b88e0 +SHA512 (syncthing-source-v1.18.3.tar.gz) = 16de0a91768846c203880abf46a2e109d6208c1439892bc09a279442e0cbcd3d53d6aa0c154da819bcd6f2bbd918162331f5d530b610337892b8e1051843e85f diff --git a/syncthing.spec b/syncthing.spec index 23a4424..f70a103 100644 --- a/syncthing.spec +++ b/syncthing.spec @@ -1,6 +1,6 @@ %bcond_with devel -%global basever 1.18.2 +%global basever 1.18.3 #%%global rcnum 0 Name: syncthing @@ -16,8 +16,8 @@ Release: %autorelease # syncthing (MPLv2.0) bundles # - angular, bootstrap, daterangepicker, fancytree, jQuery, moment (MIT), # - ForkAwesome (MIT and OFL and CC-BY 3.0), and -# - a number of go packages (MIT and MPLv2.0 and BSD and ASL 2.0 and CC0 and ISC) -License: MPLv2.0 and MIT and OFL and CC-BY and BSD and ASL 2.0 and CC0 and ISC +# - a number of go packages (MIT and MPLv2.0 and BSD and ASL 2.0 and ISC) +License: MPLv2.0 and MIT and OFL and CC-BY and BSD and ASL 2.0 and ISC URL: https://syncthing.net # use official release tarball (contains vendored dependencies) @@ -51,15 +51,15 @@ Provides: bundled(moment) = 2.19.4 # generate with "./vendor2provides.py path/to/vendor/modules.txt" # github.com/AudriusButkevicius/pfilter : MIT -Provides: bundled(golang(github.com/AudriusButkevicius/pfilter)) = e9aaf99 +Provides: bundled(golang(github.com/AudriusButkevicius/pfilter)) = 0.0.10 # github.com/AudriusButkevicius/recli : MPLv2.0 Provides: bundled(golang(github.com/AudriusButkevicius/recli)) = 0.0.6 # github.com/Azure/go-ntlmssp : MIT Provides: bundled(golang(github.com/Azure/go-ntlmssp)) = 6637195 # github.com/StackExchange/wmi : MIT -Provides: bundled(golang(github.com/StackExchange/wmi)) = cbe6696 +Provides: bundled(golang(github.com/StackExchange/wmi)) = 1.2.1 # github.com/alecthomas/kong : MIT -Provides: bundled(golang(github.com/alecthomas/kong)) = 0.2.16 +Provides: bundled(golang(github.com/alecthomas/kong)) = 0.2.17 # github.com/beorn7/perks : MIT Provides: bundled(golang(github.com/beorn7/perks)) = 1.0.1 # github.com/bkaradzic/go-lz4 : BSD @@ -69,29 +69,31 @@ Provides: bundled(golang(github.com/calmh/xdr)) = 1.1.0 # github.com/ccding/go-stun : ASL 2.0 Provides: bundled(golang(github.com/ccding/go-stun)) = 0.1.3 # github.com/certifi/gocertifi : MPLv2.0 -Provides: bundled(golang(github.com/certifi/gocertifi)) = 83314bf +Provides: bundled(golang(github.com/certifi/gocertifi)) = 431795d # github.com/cespare/xxhash : MIT -Provides: bundled(golang(github.com/cespare/xxhash/v2)) = 2.1.1 +Provides: bundled(golang(github.com/cespare/xxhash/v2)) = 2.1.2 # github.com/cheekybits/genny : MIT Provides: bundled(golang(github.com/cheekybits/genny)) = 1.0.0 # github.com/chmduquesne/rollinghash : MIT Provides: bundled(golang(github.com/chmduquesne/rollinghash)) = a60f8e7 # github.com/cpuguy83/go-md2man : MIT -Provides: bundled(golang(github.com/cpuguy83/go-md2man/v2)) = 2.0.0 +Provides: bundled(golang(github.com/cpuguy83/go-md2man/v2)) = 2.0.1 # github.com/d4l3k/messagediff : MIT Provides: bundled(golang(github.com/d4l3k/messagediff)) = 1.2.1 -# github.com/dchest/siphash : CC0 -Provides: bundled(golang(github.com/dchest/siphash)) = 1.2.2 # github.com/flynn-archive/go-shlex : ASL 2.0 Provides: bundled(golang(github.com/flynn-archive/go-shlex)) = 3f9db97 +# github.com/fsnotify/fsnotify : BSD +Provides: bundled(golang(github.com/fsnotify/fsnotify)) = 1.5.1 # github.com/getsentry/raven-go : BSD Provides: bundled(golang(github.com/getsentry/raven-go)) = 0.2.0 # github.com/go-asn1-ber/asn1-ber : MIT Provides: bundled(golang(github.com/go-asn1-ber/asn1-ber)) = 1.5.3 # github.com/go-ldap/ldap : MIT -Provides: bundled(golang(github.com/go-ldap/ldap/v3)) = 3.3.0 +Provides: bundled(golang(github.com/go-ldap/ldap/v3)) = 3.4.1 # github.com/go-ole/go-ole : MIT -Provides: bundled(golang(github.com/go-ole/go-ole)) = 1.2.4 +Provides: bundled(golang(github.com/go-ole/go-ole)) = 8b1f7f9 +# github.com/go-task/slim-sprig : MIT +Provides: bundled(golang(github.com/go-task/slim-sprig)) = 348f09d # github.com/gobwas/glob : MIT Provides: bundled(golang(github.com/gobwas/glob)) = 0.2.3 # github.com/gogo/protobuf : BSD @@ -101,7 +103,7 @@ Provides: bundled(golang(github.com/golang/groupcache)) = 41bb18b # github.com/golang/protobuf : BSD Provides: bundled(golang(github.com/golang/protobuf)) = 1.5.2 # github.com/golang/snappy : BSD -Provides: bundled(golang(github.com/golang/snappy)) = 0.0.1 +Provides: bundled(golang(github.com/golang/snappy)) = 0.0.4 # github.com/greatroar/blobloom : ASL 2.0 Provides: bundled(golang(github.com/greatroar/blobloom)) = 0.7.0 # github.com/hashicorp/golang-lru : MPLv2.0 @@ -115,15 +117,15 @@ Provides: bundled(golang(github.com/julienschmidt/httprouter)) = 1.3.0 # github.com/kballard/go-shellquote : MIT Provides: bundled(golang(github.com/kballard/go-shellquote)) = 95032a8 # github.com/klauspost/cpuid : MIT -Provides: bundled(golang(github.com/klauspost/cpuid/v2)) = 2.0.6 +Provides: bundled(golang(github.com/klauspost/cpuid/v2)) = 2.0.9 # github.com/lib/pq : MIT -Provides: bundled(golang(github.com/lib/pq)) = 1.10.1 +Provides: bundled(golang(github.com/lib/pq)) = 1.10.3 # github.com/lucas-clemente/quic-go : MIT -Provides: bundled(golang(github.com/lucas-clemente/quic-go)) = 0.19.3 -# github.com/marten-seemann/qtls : BSD -Provides: bundled(golang(github.com/marten-seemann/qtls)) = 0.10.0 -# github.com/marten-seemann/qtls-go1-15 : BSD -Provides: bundled(golang(github.com/marten-seemann/qtls-go1-15)) = 0.1.4 +Provides: bundled(golang(github.com/lucas-clemente/quic-go)) = 0.23.0 +# github.com/marten-seemann/qtls-go1-16 : BSD +Provides: bundled(golang(github.com/marten-seemann/qtls-go1-16)) = 0.1.4 +# github.com/marten-seemann/qtls-go1-17 : BSD +Provides: bundled(golang(github.com/marten-seemann/qtls-go1-17)) = 0.1.0 # github.com/maruel/panicparse : ASL 2.0 Provides: bundled(golang(github.com/maruel/panicparse)) = 1.6.1 # github.com/matttproud/golang_protobuf_extensions : ASL 2.0 @@ -134,6 +136,10 @@ Provides: bundled(golang(github.com/maxbrunsfeld/counterfeiter/v6)) = 6.3. Provides: bundled(golang(github.com/minio/sha256-simd)) = 1.0.0 # github.com/miscreant/miscreant.go : MIT Provides: bundled(golang(github.com/miscreant/miscreant.go)) = 26d3763 +# github.com/nxadm/tail : MIT +Provides: bundled(golang(github.com/nxadm/tail)) = 1.4.8 +# github.com/onsi/ginkgo : MIT +Provides: bundled(golang(github.com/onsi/ginkgo)) = 1.16.4 # github.com/oschwald/geoip2-golang : ISC Provides: bundled(golang(github.com/oschwald/geoip2-golang)) = 1.5.0 # github.com/oschwald/maxminddb-golang : ISC @@ -143,23 +149,23 @@ Provides: bundled(golang(github.com/petermattis/goid)) = b0b1615 # github.com/pkg/errors : BSD Provides: bundled(golang(github.com/pkg/errors)) = 0.9.1 # github.com/prometheus/client_golang : ASL 2.0 -Provides: bundled(golang(github.com/prometheus/client_golang)) = 1.10.0 +Provides: bundled(golang(github.com/prometheus/client_golang)) = 1.11.0 # github.com/prometheus/client_model : ASL 2.0 Provides: bundled(golang(github.com/prometheus/client_model)) = 0.2.0 # github.com/prometheus/common : ASL 2.0 -Provides: bundled(golang(github.com/prometheus/common)) = 0.18.0 +Provides: bundled(golang(github.com/prometheus/common)) = 0.30.0 # github.com/prometheus/procfs : ASL 2.0 -Provides: bundled(golang(github.com/prometheus/procfs)) = 0.6.0 +Provides: bundled(golang(github.com/prometheus/procfs)) = 0.7.3 # github.com/rcrowley/go-metrics : BSD Provides: bundled(golang(github.com/rcrowley/go-metrics)) = cf1acfc # github.com/russross/blackfriday : BSD Provides: bundled(golang(github.com/russross/blackfriday/v2)) = 2.1.0 # github.com/sasha-s/go-deadlock : ASL 2.0 -Provides: bundled(golang(github.com/sasha-s/go-deadlock)) = 0.2.0 +Provides: bundled(golang(github.com/sasha-s/go-deadlock)) = 0.3.1 # github.com/shirou/gopsutil : BSD -Provides: bundled(golang(github.com/shirou/gopsutil/v3)) = 3.21.4 +Provides: bundled(golang(github.com/shirou/gopsutil/v3)) = 3.21.8 # github.com/syncthing/notify : MIT -Provides: bundled(golang(github.com/syncthing/notify)) = f45149b +Provides: bundled(golang(github.com/syncthing/notify)) = c6b7342 # github.com/syndtr/goleveldb : BSD Provides: bundled(golang(github.com/syndtr/goleveldb)) = d9e9293 # github.com/thejerf/suture : MIT @@ -169,23 +175,25 @@ Provides: bundled(golang(github.com/urfave/cli)) = 1.22.5 # github.com/vitrun/qart : ASL 2.0 and BSD Provides: bundled(golang(github.com/vitrun/qart)) = bf64b92 # golang.org/x/crypto : BSD -Provides: bundled(golang(golang.org/x/crypto)) = 83a5a9b +Provides: bundled(golang(golang.org/x/crypto)) = 089bfa5 # golang.org/x/mod : BSD -Provides: bundled(golang(golang.org/x/mod)) = 0.3.0 +Provides: bundled(golang(golang.org/x/mod)) = 0.5.1 # golang.org/x/net : BSD -Provides: bundled(golang(golang.org/x/net)) = 89ef3d9 +Provides: bundled(golang(golang.org/x/net)) = 3ad01bb # golang.org/x/sys : BSD -Provides: bundled(golang(golang.org/x/sys)) = d19ff85 +Provides: bundled(golang(golang.org/x/sys)) = 92d5a99 # golang.org/x/text: BSD -Provides: bundled(golang(golang.org/x/text)) = 0.3.6 +Provides: bundled(golang(golang.org/x/text)) = 0.3.7 # golang.org/x/time : BSD -Provides: bundled(golang(golang.org/x/time)) = f8bda1e +Provides: bundled(golang(golang.org/x/time)) = 1f47c86 # golang.org/x/tools : BSD -Provides: bundled(golang(golang.org/x/tools)) = 0.1.0 +Provides: bundled(golang(golang.org/x/tools)) = 0.1.6 # golang.org/x/xerrors : BSD Provides: bundled(golang(golang.org/x/xerrors)) = 5ec99f8 # google.golang.org/protobuf : BSD -Provides: bundled(golang(google.golang.org/protobuf)) = 1.26.0 +Provides: bundled(golang(google.golang.org/protobuf)) = 1.27.1 +# gopkg.in/tomb.v1 : BSD +Provides: bundled(golang(gopkg.in/tomb.v1)) = dd63297 # an inotify filesystem watcher is integrated with syncthing now Provides: syncthing-inotify = 0.8.7-5 From 47eddb59f44ba3bd0f75c17193cbc59b4905dfba Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Thu, 4 Nov 2021 14:22:44 +0100 Subject: [PATCH 12/65] Update to version 1.18.4; Fixes RHBZ#2019676 --- .gitignore | 1 + sources | 2 +- syncthing.spec | 20 +++++++++++++++++++- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 4763703..80b9233 100644 --- a/.gitignore +++ b/.gitignore @@ -59,3 +59,4 @@ /syncthing-source-v1.18.1.tar.gz /syncthing-source-v1.18.2.tar.gz /syncthing-source-v1.18.3.tar.gz +/syncthing-source-v1.18.4.tar.gz diff --git a/sources b/sources index f48050f..0c98678 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (syncthing-source-v1.18.3.tar.gz) = 16de0a91768846c203880abf46a2e109d6208c1439892bc09a279442e0cbcd3d53d6aa0c154da819bcd6f2bbd918162331f5d530b610337892b8e1051843e85f +SHA512 (syncthing-source-v1.18.4.tar.gz) = 4b144dd2572c897e6de4b190ffa607092a444d1a85bf3d1ffa32da5d863533ea770c50e4b694245342f6375091fd3c6b787b5971314d0c705e5fa2a5eae20809 diff --git a/syncthing.spec b/syncthing.spec index f70a103..8cfbf14 100644 --- a/syncthing.spec +++ b/syncthing.spec @@ -1,6 +1,6 @@ %bcond_with devel -%global basever 1.18.3 +%global basever 1.18.4 #%%global rcnum 0 Name: syncthing @@ -32,6 +32,8 @@ BuildRequires: systemd %{?systemd_requires} +Requires: hicolor-icon-theme + # assets in gui/default/vendor/* Provides: bundled(angular) = 1.3.20 Provides: bundled(angular-dirPagination) = 759009c @@ -315,6 +317,17 @@ cp -pav ./man/*.7 %{buildroot}/%{_mandir}/man7/ cp -pav ./man/stdiscosrv.1 %{buildroot}/%{_mandir}/man1/ cp -pav ./man/strelaysrv.1 %{buildroot}/%{_mandir}/man1/ +# install desktop files and icons +mkdir -p %{buildroot}/%{_datadir}/applications +cp -pav etc/linux-desktop/syncthing-start.desktop %{buildroot}/%{_datadir}/applications/ +cp -pav etc/linux-desktop/syncthing-ui.desktop %{buildroot}/%{_datadir}/applications/ + +mkdir -p %{buildroot}/%{_datadir}/icons/hicolor/{32,64,128,256,512,scalable}/apps +for size in 32 64 128 256 512; do + cp -pav assets/logo-$size.png %{buildroot}/%{_datadir}/icons/hicolor/$size/apps/syncthing.png +done +cp -pav assets/logo-only.svg %{buildroot}/%{_datadir}/icons/hicolor/scalable/apps/syncthing.svg + # install systemd units mkdir -p %{buildroot}/%{_unitdir} mkdir -p %{buildroot}/%{_userunitdir} @@ -334,6 +347,8 @@ done %check +desktop-file-validate %{buildroot}/%{_datadir}/applications/*.desktop + export LANG=C.utf8 export GOPATH=$(pwd)/_build:%{gopath} export GO111MODULE=off @@ -402,6 +417,9 @@ export GO111MODULE=off %{_bindir}/syncthing +%{_datadir}/applications/syncthing*.desktop +%{_datadir}/icons/hicolor/*/apps/syncthing.* + %{_mandir}/*/syncthing* %{_unitdir}/syncthing@.service From d3c4849fd2d13b4e53d103dff924b0b72543abbe Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Wed, 15 Dec 2021 23:18:54 +0100 Subject: [PATCH 13/65] Update to version 1.18.5; Fixes RHBZ#2029968 --- .gitignore | 1 + sources | 2 +- syncthing.spec | 6 ++---- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 80b9233..9c207b3 100644 --- a/.gitignore +++ b/.gitignore @@ -60,3 +60,4 @@ /syncthing-source-v1.18.2.tar.gz /syncthing-source-v1.18.3.tar.gz /syncthing-source-v1.18.4.tar.gz +/syncthing-source-v1.18.5.tar.gz diff --git a/sources b/sources index 0c98678..2217ec9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (syncthing-source-v1.18.4.tar.gz) = 4b144dd2572c897e6de4b190ffa607092a444d1a85bf3d1ffa32da5d863533ea770c50e4b694245342f6375091fd3c6b787b5971314d0c705e5fa2a5eae20809 +SHA512 (syncthing-source-v1.18.5.tar.gz) = 76679f12c5220b3ec620edff1f6b62836e6bc4d83a914dfb1cfd5ca570e7f03fa323e1646abeab525d4a56e5fb87bd3381b751a33a2cd4d224e8ff80a8a39c58 diff --git a/syncthing.spec b/syncthing.spec index 8cfbf14..8a88e7e 100644 --- a/syncthing.spec +++ b/syncthing.spec @@ -1,6 +1,6 @@ %bcond_with devel -%global basever 1.18.4 +%global basever 1.18.5 #%%global rcnum 0 Name: syncthing @@ -28,9 +28,7 @@ Source0: %{gourl}/releases/download/%{tag}/%{name}-source-%{tag}.tar.gz Patch0: https://github.com/imsodin/syncthing/commit/0d64427.patch BuildRequires: desktop-file-utils -BuildRequires: systemd - -%{?systemd_requires} +BuildRequires: systemd-rpm-macros Requires: hicolor-icon-theme From a6cc77625dfbd0f7f9b8a2cea036792442db09be Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Tue, 18 Jan 2022 12:07:56 +0100 Subject: [PATCH 14/65] Update to version 1.18.6; Fixes RHBZ#2039368 --- .gitignore | 1 + sources | 2 +- syncthing.spec | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9c207b3..d74e26e 100644 --- a/.gitignore +++ b/.gitignore @@ -61,3 +61,4 @@ /syncthing-source-v1.18.3.tar.gz /syncthing-source-v1.18.4.tar.gz /syncthing-source-v1.18.5.tar.gz +/syncthing-source-v1.18.6.tar.gz diff --git a/sources b/sources index 2217ec9..d3bcc1a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (syncthing-source-v1.18.5.tar.gz) = 76679f12c5220b3ec620edff1f6b62836e6bc4d83a914dfb1cfd5ca570e7f03fa323e1646abeab525d4a56e5fb87bd3381b751a33a2cd4d224e8ff80a8a39c58 +SHA512 (syncthing-source-v1.18.6.tar.gz) = 011c2b6e4ff16c3a7d8cd5ed6e3fd40319fb88ff781a00febc4c3423b344d4f50e1286ec627c0add44a42716e69d331646aa7303303cc3b0785170375e18d494 diff --git a/syncthing.spec b/syncthing.spec index 8a88e7e..475cf82 100644 --- a/syncthing.spec +++ b/syncthing.spec @@ -1,6 +1,6 @@ %bcond_with devel -%global basever 1.18.5 +%global basever 1.18.6 #%%global rcnum 0 Name: syncthing @@ -121,7 +121,7 @@ Provides: bundled(golang(github.com/klauspost/cpuid/v2)) = 2.0.9 # github.com/lib/pq : MIT Provides: bundled(golang(github.com/lib/pq)) = 1.10.3 # github.com/lucas-clemente/quic-go : MIT -Provides: bundled(golang(github.com/lucas-clemente/quic-go)) = 0.23.0 +Provides: bundled(golang(github.com/lucas-clemente/quic-go)) = 0.24.0 # github.com/marten-seemann/qtls-go1-16 : BSD Provides: bundled(golang(github.com/marten-seemann/qtls-go1-16)) = 0.1.4 # github.com/marten-seemann/qtls-go1-17 : BSD From 7cd67d6a0a8b87f03607b48b5bf264ac0fa83e15 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jan 2022 02:09:14 +0000 Subject: [PATCH 15/65] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering From 7295ea80bb19e87a175fa0fb81830c1a64e7e31c Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Wed, 2 Mar 2022 12:09:25 +0100 Subject: [PATCH 16/65] Update to version 1.19.1; Fixes RHBZ#2049063 --- .gitignore | 1 + sources | 2 +- syncthing.spec | 28 ++++++++++++++++------------ 3 files changed, 18 insertions(+), 13 deletions(-) diff --git a/.gitignore b/.gitignore index d74e26e..8276915 100644 --- a/.gitignore +++ b/.gitignore @@ -62,3 +62,4 @@ /syncthing-source-v1.18.4.tar.gz /syncthing-source-v1.18.5.tar.gz /syncthing-source-v1.18.6.tar.gz +/syncthing-source-v1.19.1.tar.gz diff --git a/sources b/sources index d3bcc1a..c23735d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (syncthing-source-v1.18.6.tar.gz) = 011c2b6e4ff16c3a7d8cd5ed6e3fd40319fb88ff781a00febc4c3423b344d4f50e1286ec627c0add44a42716e69d331646aa7303303cc3b0785170375e18d494 +SHA512 (syncthing-source-v1.19.1.tar.gz) = 6e87ac43bbdaa9b19f7c62bde63a37ef4a3c2315305333078bd24cebd0f02bbe9432c7b5e463bac220f26e221ec24c213c383b2aa31ba1a6fb3ed06d1013f26e diff --git a/syncthing.spec b/syncthing.spec index 475cf82..6256f56 100644 --- a/syncthing.spec +++ b/syncthing.spec @@ -1,6 +1,6 @@ %bcond_with devel -%global basever 1.18.6 +%global basever 1.19.1 #%%global rcnum 0 Name: syncthing @@ -39,10 +39,10 @@ Provides: bundled(angular-sanitize) = 1.3.20 Provides: bundled(angular-translate) = 2.9.0.1 Provides: bundled(angular-translate-loader-static-files) = 2.11.0 Provides: bundled(bootstrap) = 3.3.6 -Provides: bundled(daterangepicker) = 3.0.0 +Provides: bundled(daterangepicker) = 3.1 Provides: bundled(ForkAwesome) = 1.1.2 Provides: bundled(jquery) = 2.2.2 -Provides: bundled(jquery-fancytree) = 2.28.1 +Provides: bundled(jquery-fancytree) = 2.38.0 Provides: bundled(jquery-ui) = 1.12.1 Provides: bundled(moment) = 2.19.4 @@ -56,14 +56,10 @@ Provides: bundled(golang(github.com/AudriusButkevicius/pfilter)) = 0.0.10 Provides: bundled(golang(github.com/AudriusButkevicius/recli)) = 0.0.6 # github.com/Azure/go-ntlmssp : MIT Provides: bundled(golang(github.com/Azure/go-ntlmssp)) = 6637195 -# github.com/StackExchange/wmi : MIT -Provides: bundled(golang(github.com/StackExchange/wmi)) = 1.2.1 # github.com/alecthomas/kong : MIT -Provides: bundled(golang(github.com/alecthomas/kong)) = 0.2.17 +Provides: bundled(golang(github.com/alecthomas/kong)) = 0.3.0 # github.com/beorn7/perks : MIT Provides: bundled(golang(github.com/beorn7/perks)) = 1.0.1 -# github.com/bkaradzic/go-lz4 : BSD -Provides: bundled(golang(github.com/bkaradzic/go-lz4)) = 7224d8d # github.com/calmh/xdr : MIT Provides: bundled(golang(github.com/calmh/xdr)) = 1.1.0 # github.com/ccding/go-stun : ASL 2.0 @@ -91,7 +87,7 @@ Provides: bundled(golang(github.com/go-asn1-ber/asn1-ber)) = 1.5.3 # github.com/go-ldap/ldap : MIT Provides: bundled(golang(github.com/go-ldap/ldap/v3)) = 3.4.1 # github.com/go-ole/go-ole : MIT -Provides: bundled(golang(github.com/go-ole/go-ole)) = 8b1f7f9 +Provides: bundled(golang(github.com/go-ole/go-ole)) = 1.2.6 # github.com/go-task/slim-sprig : MIT Provides: bundled(golang(github.com/go-task/slim-sprig)) = 348f09d # github.com/gobwas/glob : MIT @@ -121,11 +117,13 @@ Provides: bundled(golang(github.com/klauspost/cpuid/v2)) = 2.0.9 # github.com/lib/pq : MIT Provides: bundled(golang(github.com/lib/pq)) = 1.10.3 # github.com/lucas-clemente/quic-go : MIT -Provides: bundled(golang(github.com/lucas-clemente/quic-go)) = 0.24.0 +Provides: bundled(golang(github.com/lucas-clemente/quic-go)) = 0.25.0 # github.com/marten-seemann/qtls-go1-16 : BSD Provides: bundled(golang(github.com/marten-seemann/qtls-go1-16)) = 0.1.4 # github.com/marten-seemann/qtls-go1-17 : BSD Provides: bundled(golang(github.com/marten-seemann/qtls-go1-17)) = 0.1.0 +# github.com/marten-seemann/qtls-go1-18 : BSD +Provides: bundled(golang(github.com/marten-seemann/qtls-go1-18)) = 0.1.0-beta.1 # github.com/maruel/panicparse : ASL 2.0 Provides: bundled(golang(github.com/maruel/panicparse)) = 1.6.1 # github.com/matttproud/golang_protobuf_extensions : ASL 2.0 @@ -146,8 +144,12 @@ Provides: bundled(golang(github.com/oschwald/geoip2-golang)) = 1.5.0 Provides: bundled(golang(github.com/oschwald/maxminddb-golang)) = 1.8.0 # github.com/petermattis/goid : ASL 2.0 Provides: bundled(golang(github.com/petermattis/goid)) = b0b1615 +# github.com/pierrec/lz4 : BSD +Provides: bundled(golang(github.com/pierrec/lz4/v4)) = 4.1.13 # github.com/pkg/errors : BSD Provides: bundled(golang(github.com/pkg/errors)) = 0.9.1 +# github.com/power-devops/perfstat : MIT +Provides: bundled(golang(github.com/power-devops/perfstat)) = 5aafc22 # github.com/prometheus/client_golang : ASL 2.0 Provides: bundled(golang(github.com/prometheus/client_golang)) = 1.11.0 # github.com/prometheus/client_model : ASL 2.0 @@ -163,7 +165,7 @@ Provides: bundled(golang(github.com/russross/blackfriday/v2)) = 2.1.0 # github.com/sasha-s/go-deadlock : ASL 2.0 Provides: bundled(golang(github.com/sasha-s/go-deadlock)) = 0.3.1 # github.com/shirou/gopsutil : BSD -Provides: bundled(golang(github.com/shirou/gopsutil/v3)) = 3.21.8 +Provides: bundled(golang(github.com/shirou/gopsutil/v3)) = 3.21.12 # github.com/syncthing/notify : MIT Provides: bundled(golang(github.com/syncthing/notify)) = c6b7342 # github.com/syndtr/goleveldb : BSD @@ -174,6 +176,8 @@ Provides: bundled(golang(github.com/thejerf/suture/v4)) = 4.0.1 Provides: bundled(golang(github.com/urfave/cli)) = 1.22.5 # github.com/vitrun/qart : ASL 2.0 and BSD Provides: bundled(golang(github.com/vitrun/qart)) = bf64b92 +# github.com/yusufpapurcu/wmi : MIT +Provides: bundled(golang(github.com/yusufpapurcu/wmi)) = 1.2.2 # golang.org/x/crypto : BSD Provides: bundled(golang(golang.org/x/crypto)) = 089bfa5 # golang.org/x/mod : BSD @@ -181,7 +185,7 @@ Provides: bundled(golang(golang.org/x/mod)) = 0.5.1 # golang.org/x/net : BSD Provides: bundled(golang(golang.org/x/net)) = 3ad01bb # golang.org/x/sys : BSD -Provides: bundled(golang(golang.org/x/sys)) = 92d5a99 +Provides: bundled(golang(golang.org/x/sys)) = 97ac67d # golang.org/x/text: BSD Provides: bundled(golang(golang.org/x/text)) = 0.3.7 # golang.org/x/time : BSD From 71fd6a0f286086416e3c6640b70e6d7804317915 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Sat, 23 Apr 2022 23:46:18 +0200 Subject: [PATCH 17/65] Update to version 1.19.2; Fixes RHBZ#2072314 --- .gitignore | 1 + sources | 2 +- syncthing.spec | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8276915..f9dac2f 100644 --- a/.gitignore +++ b/.gitignore @@ -63,3 +63,4 @@ /syncthing-source-v1.18.5.tar.gz /syncthing-source-v1.18.6.tar.gz /syncthing-source-v1.19.1.tar.gz +/syncthing-source-v1.19.2.tar.gz diff --git a/sources b/sources index c23735d..286fce4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (syncthing-source-v1.19.1.tar.gz) = 6e87ac43bbdaa9b19f7c62bde63a37ef4a3c2315305333078bd24cebd0f02bbe9432c7b5e463bac220f26e221ec24c213c383b2aa31ba1a6fb3ed06d1013f26e +SHA512 (syncthing-source-v1.19.2.tar.gz) = 3e7e188a5aadbabf97c9925039b1d81bac7da2541f7a1bf61e55cf760696bc878789da8707b3495366c8df5f6673267ed309c049d352deeabd5ee309ec85cb95 diff --git a/syncthing.spec b/syncthing.spec index 6256f56..2377bba 100644 --- a/syncthing.spec +++ b/syncthing.spec @@ -1,6 +1,6 @@ %bcond_with devel -%global basever 1.19.1 +%global basever 1.19.2 #%%global rcnum 0 Name: syncthing @@ -171,7 +171,7 @@ Provides: bundled(golang(github.com/syncthing/notify)) = c6b7342 # github.com/syndtr/goleveldb : BSD Provides: bundled(golang(github.com/syndtr/goleveldb)) = d9e9293 # github.com/thejerf/suture : MIT -Provides: bundled(golang(github.com/thejerf/suture/v4)) = 4.0.1 +Provides: bundled(golang(github.com/thejerf/suture/v4)) = 4.0.2 # github.com/urfave/cli : MIT Provides: bundled(golang(github.com/urfave/cli)) = 1.22.5 # github.com/vitrun/qart : ASL 2.0 and BSD From 8817c42c16d746e841b75a6f1b0cc3268d44cc67 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Wed, 18 May 2022 12:19:02 +0200 Subject: [PATCH 18/65] Update to version 1.20.1; Fixes RHBZ#2081813 --- .gitignore | 1 + sources | 2 +- syncthing.spec | 12 ++++++------ 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index f9dac2f..d5df3c6 100644 --- a/.gitignore +++ b/.gitignore @@ -64,3 +64,4 @@ /syncthing-source-v1.18.6.tar.gz /syncthing-source-v1.19.1.tar.gz /syncthing-source-v1.19.2.tar.gz +/syncthing-source-v1.20.1.tar.gz diff --git a/sources b/sources index 286fce4..2ea52d9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (syncthing-source-v1.19.2.tar.gz) = 3e7e188a5aadbabf97c9925039b1d81bac7da2541f7a1bf61e55cf760696bc878789da8707b3495366c8df5f6673267ed309c049d352deeabd5ee309ec85cb95 +SHA512 (syncthing-source-v1.20.1.tar.gz) = 7b365b295862f1cac41a9f33b389d7ac6c814b6ea14b8a964f4ecbfd15f1207abd26c53efbe5779aaad9b4b256e594f5f6f59ecf911ddfc6eb129295ba11646c diff --git a/syncthing.spec b/syncthing.spec index 2377bba..e44a0fa 100644 --- a/syncthing.spec +++ b/syncthing.spec @@ -1,6 +1,6 @@ %bcond_with devel -%global basever 1.19.2 +%global basever 1.20.1 #%%global rcnum 0 Name: syncthing @@ -117,13 +117,13 @@ Provides: bundled(golang(github.com/klauspost/cpuid/v2)) = 2.0.9 # github.com/lib/pq : MIT Provides: bundled(golang(github.com/lib/pq)) = 1.10.3 # github.com/lucas-clemente/quic-go : MIT -Provides: bundled(golang(github.com/lucas-clemente/quic-go)) = 0.25.0 +Provides: bundled(golang(github.com/lucas-clemente/quic-go)) = 0.27.0 # github.com/marten-seemann/qtls-go1-16 : BSD -Provides: bundled(golang(github.com/marten-seemann/qtls-go1-16)) = 0.1.4 +Provides: bundled(golang(github.com/marten-seemann/qtls-go1-16)) = 0.1.5 # github.com/marten-seemann/qtls-go1-17 : BSD -Provides: bundled(golang(github.com/marten-seemann/qtls-go1-17)) = 0.1.0 +Provides: bundled(golang(github.com/marten-seemann/qtls-go1-17)) = 0.1.1 # github.com/marten-seemann/qtls-go1-18 : BSD -Provides: bundled(golang(github.com/marten-seemann/qtls-go1-18)) = 0.1.0-beta.1 +Provides: bundled(golang(github.com/marten-seemann/qtls-go1-18)) = 0.1.1 # github.com/maruel/panicparse : ASL 2.0 Provides: bundled(golang(github.com/maruel/panicparse)) = 1.6.1 # github.com/matttproud/golang_protobuf_extensions : ASL 2.0 @@ -191,7 +191,7 @@ Provides: bundled(golang(golang.org/x/text)) = 0.3.7 # golang.org/x/time : BSD Provides: bundled(golang(golang.org/x/time)) = 1f47c86 # golang.org/x/tools : BSD -Provides: bundled(golang(golang.org/x/tools)) = 0.1.6 +Provides: bundled(golang(golang.org/x/tools)) = 0.1.7 # golang.org/x/xerrors : BSD Provides: bundled(golang(golang.org/x/xerrors)) = 5ec99f8 # google.golang.org/protobuf : BSD From fc43bebd3da439abeb6a6ea282d175d528fc7258 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Tue, 7 Jun 2022 23:13:09 +0200 Subject: [PATCH 19/65] Update to version 1.20.2; Fixes RHBZ#2094550 --- .gitignore | 1 + sources | 2 +- syncthing.spec | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d5df3c6..e1a29ac 100644 --- a/.gitignore +++ b/.gitignore @@ -65,3 +65,4 @@ /syncthing-source-v1.19.1.tar.gz /syncthing-source-v1.19.2.tar.gz /syncthing-source-v1.20.1.tar.gz +/syncthing-source-v1.20.2.tar.gz diff --git a/sources b/sources index 2ea52d9..77f94c5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (syncthing-source-v1.20.1.tar.gz) = 7b365b295862f1cac41a9f33b389d7ac6c814b6ea14b8a964f4ecbfd15f1207abd26c53efbe5779aaad9b4b256e594f5f6f59ecf911ddfc6eb129295ba11646c +SHA512 (syncthing-source-v1.20.2.tar.gz) = 19b3451cd73141332b84c0d4a406044f94dd83b0d509b47dba5dc834e3e566c65898587f7cb10792c9d47fca3c1a3e4fc934cdce8c01c3403771d1420cedb50b diff --git a/syncthing.spec b/syncthing.spec index e44a0fa..6607031 100644 --- a/syncthing.spec +++ b/syncthing.spec @@ -1,6 +1,6 @@ %bcond_with devel -%global basever 1.20.1 +%global basever 1.20.2 #%%global rcnum 0 Name: syncthing @@ -40,7 +40,7 @@ Provides: bundled(angular-translate) = 2.9.0.1 Provides: bundled(angular-translate-loader-static-files) = 2.11.0 Provides: bundled(bootstrap) = 3.3.6 Provides: bundled(daterangepicker) = 3.1 -Provides: bundled(ForkAwesome) = 1.1.2 +Provides: bundled(ForkAwesome) = 1.2.0 Provides: bundled(jquery) = 2.2.2 Provides: bundled(jquery-fancytree) = 2.38.0 Provides: bundled(jquery-ui) = 1.12.1 From 57d23d093f953f8850aeb8b1e4ee26f7344e87da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert-Andr=C3=A9=20Mauchin?= Date: Sat, 18 Jun 2022 12:22:28 +0200 Subject: [PATCH 20/65] Rebuilt for CVE-2022-1996, CVE-2022-24675, CVE-2022-28327, CVE-2022-27191, CVE-2022-29526, CVE-2022-30629 From 603e4e03a92a7d704d199629dd85304018e8279d Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Wed, 13 Jul 2022 13:11:37 +0200 Subject: [PATCH 21/65] Update to version 1.20.3; Fixes RHBZ#2104251 --- .gitignore | 1 + sources | 2 +- syncthing.spec | 12 ++++++------ vendor2provides.py | 2 +- 4 files changed, 9 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index e1a29ac..b3fd284 100644 --- a/.gitignore +++ b/.gitignore @@ -66,3 +66,4 @@ /syncthing-source-v1.19.2.tar.gz /syncthing-source-v1.20.1.tar.gz /syncthing-source-v1.20.2.tar.gz +/syncthing-source-v1.20.3.tar.gz diff --git a/sources b/sources index 77f94c5..deb5f12 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (syncthing-source-v1.20.2.tar.gz) = 19b3451cd73141332b84c0d4a406044f94dd83b0d509b47dba5dc834e3e566c65898587f7cb10792c9d47fca3c1a3e4fc934cdce8c01c3403771d1420cedb50b +SHA512 (syncthing-source-v1.20.3.tar.gz) = 153420546ee35ed504e56d23167d803c28c2d3ba97f3f8d4a361489f1fc293e802998a8762fcf9f6986d2aebd9b7c04335f0fb8aa476cfeed41255d6bd7cd857 diff --git a/syncthing.spec b/syncthing.spec index 6607031..0e50347 100644 --- a/syncthing.spec +++ b/syncthing.spec @@ -1,6 +1,6 @@ %bcond_with devel -%global basever 1.20.2 +%global basever 1.20.3 #%%global rcnum 0 Name: syncthing @@ -57,7 +57,7 @@ Provides: bundled(golang(github.com/AudriusButkevicius/recli)) = 0.0.6 # github.com/Azure/go-ntlmssp : MIT Provides: bundled(golang(github.com/Azure/go-ntlmssp)) = 6637195 # github.com/alecthomas/kong : MIT -Provides: bundled(golang(github.com/alecthomas/kong)) = 0.3.0 +Provides: bundled(golang(github.com/alecthomas/kong)) = 0.6.1 # github.com/beorn7/perks : MIT Provides: bundled(golang(github.com/beorn7/perks)) = 1.0.1 # github.com/calmh/xdr : MIT @@ -145,17 +145,17 @@ Provides: bundled(golang(github.com/oschwald/maxminddb-golang)) = 1.8.0 # github.com/petermattis/goid : ASL 2.0 Provides: bundled(golang(github.com/petermattis/goid)) = b0b1615 # github.com/pierrec/lz4 : BSD -Provides: bundled(golang(github.com/pierrec/lz4/v4)) = 4.1.13 +Provides: bundled(golang(github.com/pierrec/lz4/v4)) = 4.1.15 # github.com/pkg/errors : BSD Provides: bundled(golang(github.com/pkg/errors)) = 0.9.1 # github.com/power-devops/perfstat : MIT Provides: bundled(golang(github.com/power-devops/perfstat)) = 5aafc22 # github.com/prometheus/client_golang : ASL 2.0 -Provides: bundled(golang(github.com/prometheus/client_golang)) = 1.11.0 +Provides: bundled(golang(github.com/prometheus/client_golang)) = 1.12.2 # github.com/prometheus/client_model : ASL 2.0 Provides: bundled(golang(github.com/prometheus/client_model)) = 0.2.0 # github.com/prometheus/common : ASL 2.0 -Provides: bundled(golang(github.com/prometheus/common)) = 0.30.0 +Provides: bundled(golang(github.com/prometheus/common)) = 0.32.1 # github.com/prometheus/procfs : ASL 2.0 Provides: bundled(golang(github.com/prometheus/procfs)) = 0.7.3 # github.com/rcrowley/go-metrics : BSD @@ -185,7 +185,7 @@ Provides: bundled(golang(golang.org/x/mod)) = 0.5.1 # golang.org/x/net : BSD Provides: bundled(golang(golang.org/x/net)) = 3ad01bb # golang.org/x/sys : BSD -Provides: bundled(golang(golang.org/x/sys)) = 97ac67d +Provides: bundled(golang(golang.org/x/sys)) = da31bd3 # golang.org/x/text: BSD Provides: bundled(golang(golang.org/x/text)) = 0.3.7 # golang.org/x/time : BSD diff --git a/vendor2provides.py b/vendor2provides.py index 838c47f..d4fc942 100755 --- a/vendor2provides.py +++ b/vendor2provides.py @@ -30,7 +30,7 @@ def main() -> int: # parse vendored dependencies into (import path, version) pairs vendored = list() for dep in dependencies: - ipath, version = dep[2:].split(" ") + ipath, version = dep[2:].split(" ")[:2] # check for git snapshots if len(version) > 27: From 340aa0ce3b98bdfd0fb22b185fd9f0fb7fa876fd Mon Sep 17 00:00:00 2001 From: Maxwell G Date: Tue, 19 Jul 2022 13:59:10 -0500 Subject: [PATCH 22/65] Rebuild for CVE-2022-{1705,32148,30631,30633,28131,30635,30632,30630,1962} in golang From 0e9ee4515b81ceba3c7ba0c66aaf3afa476dd479 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 23 Jul 2022 09:56:07 +0000 Subject: [PATCH 23/65] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering From 1124a63fbb81a8e497640c4c7bcb350452ddbb98 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Thu, 18 Aug 2022 15:36:05 +0200 Subject: [PATCH 24/65] Stop building syncthing on i686 --- syncthing.spec | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/syncthing.spec b/syncthing.spec index 0e50347..f083777 100644 --- a/syncthing.spec +++ b/syncthing.spec @@ -11,7 +11,7 @@ Release: %autorelease %global goipath github.com/syncthing/syncthing %global tag v%{basever}%{?rcnum:-rc.%{rcnum}} -%gometa +%gometa -f # syncthing (MPLv2.0) bundles # - angular, bootstrap, daterangepicker, fancytree, jQuery, moment (MIT), @@ -23,10 +23,6 @@ URL: https://syncthing.net # use official release tarball (contains vendored dependencies) Source0: %{gourl}/releases/download/%{tag}/%{name}-source-%{tag}.tar.gz -# rejected patch to fix tests running out of memory on 32 bit arches -# See: https://github.com/syncthing/syncthing/issues/6209 -Patch0: https://github.com/imsodin/syncthing/commit/0d64427.patch - BuildRequires: desktop-file-utils BuildRequires: systemd-rpm-macros From fd50d02be4fe70c6a991b522ab2ceb1483974d58 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Thu, 18 Aug 2022 15:52:15 +0200 Subject: [PATCH 25/65] Update to version 1.20.4; Fixes RHBZ#2113971 --- .gitignore | 1 + sources | 2 +- syncthing.spec | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index b3fd284..0880485 100644 --- a/.gitignore +++ b/.gitignore @@ -67,3 +67,4 @@ /syncthing-source-v1.20.1.tar.gz /syncthing-source-v1.20.2.tar.gz /syncthing-source-v1.20.3.tar.gz +/syncthing-source-v1.20.4.tar.gz diff --git a/sources b/sources index deb5f12..e5b9dfd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (syncthing-source-v1.20.3.tar.gz) = 153420546ee35ed504e56d23167d803c28c2d3ba97f3f8d4a361489f1fc293e802998a8762fcf9f6986d2aebd9b7c04335f0fb8aa476cfeed41255d6bd7cd857 +SHA512 (syncthing-source-v1.20.4.tar.gz) = f695cc6d8e6a87b397a11f79f3b5e12565fcea4601da7dd41b681e49913bb48b5164b3648ae68a1d580b77f6a20cc8053e252e24a5c054c52255ece34e90c4f8 diff --git a/syncthing.spec b/syncthing.spec index f083777..7499737 100644 --- a/syncthing.spec +++ b/syncthing.spec @@ -1,6 +1,6 @@ %bcond_with devel -%global basever 1.20.3 +%global basever 1.20.4 #%%global rcnum 0 Name: syncthing From ed2609febc3fbe3529aef48e7d63a503609f7a14 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Thu, 8 Sep 2022 22:12:07 +0200 Subject: [PATCH 26/65] Update to version 1.21.0; Fixes RHBZ#2124728 --- .gitignore | 1 + sources | 2 +- syncthing.spec | 44 ++++++++++++++++++-------------------------- 3 files changed, 20 insertions(+), 27 deletions(-) diff --git a/.gitignore b/.gitignore index 0880485..5e1c889 100644 --- a/.gitignore +++ b/.gitignore @@ -68,3 +68,4 @@ /syncthing-source-v1.20.2.tar.gz /syncthing-source-v1.20.3.tar.gz /syncthing-source-v1.20.4.tar.gz +/syncthing-source-v1.21.0.tar.gz diff --git a/sources b/sources index e5b9dfd..b846743 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (syncthing-source-v1.20.4.tar.gz) = f695cc6d8e6a87b397a11f79f3b5e12565fcea4601da7dd41b681e49913bb48b5164b3648ae68a1d580b77f6a20cc8053e252e24a5c054c52255ece34e90c4f8 +SHA512 (syncthing-source-v1.21.0.tar.gz) = 78d4c6dfc477bc0751f053c528b38f8c68bdcf8f36c8f2fea2fbe1d0ede817a4158a373900c3ba7833d2b2405b95958fa5c5e8535602356bb49276d7949b2ab2 diff --git a/syncthing.spec b/syncthing.spec index 7499737..82805b7 100644 --- a/syncthing.spec +++ b/syncthing.spec @@ -1,6 +1,6 @@ %bcond_with devel -%global basever 1.20.4 +%global basever 1.21.0 #%%global rcnum 0 Name: syncthing @@ -51,7 +51,7 @@ Provides: bundled(golang(github.com/AudriusButkevicius/pfilter)) = 0.0.10 # github.com/AudriusButkevicius/recli : MPLv2.0 Provides: bundled(golang(github.com/AudriusButkevicius/recli)) = 0.0.6 # github.com/Azure/go-ntlmssp : MIT -Provides: bundled(golang(github.com/Azure/go-ntlmssp)) = 6637195 +Provides: bundled(golang(github.com/Azure/go-ntlmssp)) = cb9428e # github.com/alecthomas/kong : MIT Provides: bundled(golang(github.com/alecthomas/kong)) = 0.6.1 # github.com/beorn7/perks : MIT @@ -75,13 +75,13 @@ Provides: bundled(golang(github.com/d4l3k/messagediff)) = 1.2.1 # github.com/flynn-archive/go-shlex : ASL 2.0 Provides: bundled(golang(github.com/flynn-archive/go-shlex)) = 3f9db97 # github.com/fsnotify/fsnotify : BSD -Provides: bundled(golang(github.com/fsnotify/fsnotify)) = 1.5.1 +Provides: bundled(golang(github.com/fsnotify/fsnotify)) = 1.5.4 # github.com/getsentry/raven-go : BSD Provides: bundled(golang(github.com/getsentry/raven-go)) = 0.2.0 # github.com/go-asn1-ber/asn1-ber : MIT -Provides: bundled(golang(github.com/go-asn1-ber/asn1-ber)) = 1.5.3 +Provides: bundled(golang(github.com/go-asn1-ber/asn1-ber)) = 1.5.4 # github.com/go-ldap/ldap : MIT -Provides: bundled(golang(github.com/go-ldap/ldap/v3)) = 3.4.1 +Provides: bundled(golang(github.com/go-ldap/ldap/v3)) = 3.4.4 # github.com/go-ole/go-ole : MIT Provides: bundled(golang(github.com/go-ole/go-ole)) = 1.2.6 # github.com/go-task/slim-sprig : MIT @@ -113,13 +113,15 @@ Provides: bundled(golang(github.com/klauspost/cpuid/v2)) = 2.0.9 # github.com/lib/pq : MIT Provides: bundled(golang(github.com/lib/pq)) = 1.10.3 # github.com/lucas-clemente/quic-go : MIT -Provides: bundled(golang(github.com/lucas-clemente/quic-go)) = 0.27.0 +Provides: bundled(golang(github.com/lucas-clemente/quic-go)) = 0.28.1 # github.com/marten-seemann/qtls-go1-16 : BSD Provides: bundled(golang(github.com/marten-seemann/qtls-go1-16)) = 0.1.5 # github.com/marten-seemann/qtls-go1-17 : BSD -Provides: bundled(golang(github.com/marten-seemann/qtls-go1-17)) = 0.1.1 +Provides: bundled(golang(github.com/marten-seemann/qtls-go1-17)) = 0.1.2 # github.com/marten-seemann/qtls-go1-18 : BSD -Provides: bundled(golang(github.com/marten-seemann/qtls-go1-18)) = 0.1.1 +Provides: bundled(golang(github.com/marten-seemann/qtls-go1-18)) = 0.1.2 +# github.com/marten-seemann/qtls-go1-19 : BSD +Provides: bundled(golang(github.com/marten-seemann/qtls-go1-19)) = 0.1.0 # github.com/maruel/panicparse : ASL 2.0 Provides: bundled(golang(github.com/maruel/panicparse)) = 1.6.1 # github.com/matttproud/golang_protobuf_extensions : ASL 2.0 @@ -133,7 +135,7 @@ Provides: bundled(golang(github.com/miscreant/miscreant.go)) = 26d3763 # github.com/nxadm/tail : MIT Provides: bundled(golang(github.com/nxadm/tail)) = 1.4.8 # github.com/onsi/ginkgo : MIT -Provides: bundled(golang(github.com/onsi/ginkgo)) = 1.16.4 +Provides: bundled(golang(github.com/onsi/ginkgo)) = 1.16.5 # github.com/oschwald/geoip2-golang : ISC Provides: bundled(golang(github.com/oschwald/geoip2-golang)) = 1.5.0 # github.com/oschwald/maxminddb-golang : ISC @@ -161,11 +163,11 @@ Provides: bundled(golang(github.com/russross/blackfriday/v2)) = 2.1.0 # github.com/sasha-s/go-deadlock : ASL 2.0 Provides: bundled(golang(github.com/sasha-s/go-deadlock)) = 0.3.1 # github.com/shirou/gopsutil : BSD -Provides: bundled(golang(github.com/shirou/gopsutil/v3)) = 3.21.12 +Provides: bundled(golang(github.com/shirou/gopsutil/v3)) = 3.22.6 # github.com/syncthing/notify : MIT Provides: bundled(golang(github.com/syncthing/notify)) = c6b7342 # github.com/syndtr/goleveldb : BSD -Provides: bundled(golang(github.com/syndtr/goleveldb)) = d9e9293 +Provides: bundled(golang(github.com/syndtr/goleveldb)) = 126854a # github.com/thejerf/suture : MIT Provides: bundled(golang(github.com/thejerf/suture/v4)) = 4.0.2 # github.com/urfave/cli : MIT @@ -175,34 +177,24 @@ Provides: bundled(golang(github.com/vitrun/qart)) = bf64b92 # github.com/yusufpapurcu/wmi : MIT Provides: bundled(golang(github.com/yusufpapurcu/wmi)) = 1.2.2 # golang.org/x/crypto : BSD -Provides: bundled(golang(golang.org/x/crypto)) = 089bfa5 +Provides: bundled(golang(golang.org/x/crypto)) = 630584e # golang.org/x/mod : BSD -Provides: bundled(golang(golang.org/x/mod)) = 0.5.1 +Provides: bundled(golang(golang.org/x/mod)) = 86c51ed # golang.org/x/net : BSD -Provides: bundled(golang(golang.org/x/net)) = 3ad01bb +Provides: bundled(golang(golang.org/x/net)) = 0bcc04d # golang.org/x/sys : BSD -Provides: bundled(golang(golang.org/x/sys)) = da31bd3 +Provides: bundled(golang(golang.org/x/sys)) = a90be44 # golang.org/x/text: BSD Provides: bundled(golang(golang.org/x/text)) = 0.3.7 # golang.org/x/time : BSD Provides: bundled(golang(golang.org/x/time)) = 1f47c86 # golang.org/x/tools : BSD -Provides: bundled(golang(golang.org/x/tools)) = 0.1.7 -# golang.org/x/xerrors : BSD -Provides: bundled(golang(golang.org/x/xerrors)) = 5ec99f8 +Provides: bundled(golang(golang.org/x/tools)) = 0.1.12 # google.golang.org/protobuf : BSD Provides: bundled(golang(google.golang.org/protobuf)) = 1.27.1 # gopkg.in/tomb.v1 : BSD Provides: bundled(golang(gopkg.in/tomb.v1)) = dd63297 -# an inotify filesystem watcher is integrated with syncthing now -Provides: syncthing-inotify = 0.8.7-5 -Obsoletes: syncthing-inotify < 0.8.7-5 - -# command line interface for syncthing was merged into main binary -Obsoletes: syncthing-cli < 1.15.1-1 - - %description Syncthing replaces other file synchronization services with something open, trustworthy and decentralized. Your data is your data alone and From 6f56e7ced1ce7abb06d623a0604fcb3e35a567fd Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Fri, 14 Oct 2022 14:53:35 +0200 Subject: [PATCH 27/65] Update to version 1.22.0; Fixes RHBZ#2132021 --- .gitignore | 1 + sources | 2 +- syncthing.spec | 64 ++++++++++++++++++++++++++------------------------ 3 files changed, 35 insertions(+), 32 deletions(-) diff --git a/.gitignore b/.gitignore index 5e1c889..0ba8fc5 100644 --- a/.gitignore +++ b/.gitignore @@ -69,3 +69,4 @@ /syncthing-source-v1.20.3.tar.gz /syncthing-source-v1.20.4.tar.gz /syncthing-source-v1.21.0.tar.gz +/syncthing-source-v1.22.0.tar.gz diff --git a/sources b/sources index b846743..20e7a0f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (syncthing-source-v1.21.0.tar.gz) = 78d4c6dfc477bc0751f053c528b38f8c68bdcf8f36c8f2fea2fbe1d0ede817a4158a373900c3ba7833d2b2405b95958fa5c5e8535602356bb49276d7949b2ab2 +SHA512 (syncthing-source-v1.22.0.tar.gz) = d1842c4060e646615cd98dadfae0647a37c40284fe1613e141a14d700b81ef7c9900f80429bc6f4a29e75f4a6aa8833470f08ca7916d0746893a2d2061fb67ac diff --git a/syncthing.spec b/syncthing.spec index 82805b7..911eca1 100644 --- a/syncthing.spec +++ b/syncthing.spec @@ -1,6 +1,6 @@ %bcond_with devel -%global basever 1.21.0 +%global basever 1.22.0 #%%global rcnum 0 Name: syncthing @@ -59,17 +59,15 @@ Provides: bundled(golang(github.com/beorn7/perks)) = 1.0.1 # github.com/calmh/xdr : MIT Provides: bundled(golang(github.com/calmh/xdr)) = 1.1.0 # github.com/ccding/go-stun : ASL 2.0 -Provides: bundled(golang(github.com/ccding/go-stun)) = 0.1.3 +Provides: bundled(golang(github.com/ccding/go-stun)) = 0.1.4 # github.com/certifi/gocertifi : MPLv2.0 Provides: bundled(golang(github.com/certifi/gocertifi)) = 431795d # github.com/cespare/xxhash : MIT Provides: bundled(golang(github.com/cespare/xxhash/v2)) = 2.1.2 -# github.com/cheekybits/genny : MIT -Provides: bundled(golang(github.com/cheekybits/genny)) = 1.0.0 # github.com/chmduquesne/rollinghash : MIT Provides: bundled(golang(github.com/chmduquesne/rollinghash)) = a60f8e7 # github.com/cpuguy83/go-md2man : MIT -Provides: bundled(golang(github.com/cpuguy83/go-md2man/v2)) = 2.0.1 +Provides: bundled(golang(github.com/cpuguy83/go-md2man/v2)) = 2.0.2 # github.com/d4l3k/messagediff : MIT Provides: bundled(golang(github.com/d4l3k/messagediff)) = 1.2.1 # github.com/flynn-archive/go-shlex : ASL 2.0 @@ -92,12 +90,14 @@ Provides: bundled(golang(github.com/gobwas/glob)) = 0.2.3 Provides: bundled(golang(github.com/gogo/protobuf)) = 1.3.2 # github.com/golang/groupcache : ASL 2.0 Provides: bundled(golang(github.com/golang/groupcache)) = 41bb18b +# github.com/golang/mock : ASL 2.0 +Provides: bundled(golang(github.com/golang/mock)) = 1.6.0 # github.com/golang/protobuf : BSD Provides: bundled(golang(github.com/golang/protobuf)) = 1.5.2 # github.com/golang/snappy : BSD Provides: bundled(golang(github.com/golang/snappy)) = 0.0.4 # github.com/greatroar/blobloom : ASL 2.0 -Provides: bundled(golang(github.com/greatroar/blobloom)) = 0.7.0 +Provides: bundled(golang(github.com/greatroar/blobloom)) = 0.7.1 # github.com/hashicorp/golang-lru : MPLv2.0 Provides: bundled(golang(github.com/hashicorp/golang-lru)) = 0.5.4 # github.com/jackpal/gateway : BSD @@ -109,25 +109,21 @@ Provides: bundled(golang(github.com/julienschmidt/httprouter)) = 1.3.0 # github.com/kballard/go-shellquote : MIT Provides: bundled(golang(github.com/kballard/go-shellquote)) = 95032a8 # github.com/klauspost/cpuid : MIT -Provides: bundled(golang(github.com/klauspost/cpuid/v2)) = 2.0.9 +Provides: bundled(golang(github.com/klauspost/cpuid/v2)) = 2.1.1 # github.com/lib/pq : MIT -Provides: bundled(golang(github.com/lib/pq)) = 1.10.3 +Provides: bundled(golang(github.com/lib/pq)) = 1.10.7 # github.com/lucas-clemente/quic-go : MIT -Provides: bundled(golang(github.com/lucas-clemente/quic-go)) = 0.28.1 -# github.com/marten-seemann/qtls-go1-16 : BSD -Provides: bundled(golang(github.com/marten-seemann/qtls-go1-16)) = 0.1.5 -# github.com/marten-seemann/qtls-go1-17 : BSD -Provides: bundled(golang(github.com/marten-seemann/qtls-go1-17)) = 0.1.2 +Provides: bundled(golang(github.com/lucas-clemente/quic-go)) = 0.29.0 # github.com/marten-seemann/qtls-go1-18 : BSD Provides: bundled(golang(github.com/marten-seemann/qtls-go1-18)) = 0.1.2 # github.com/marten-seemann/qtls-go1-19 : BSD Provides: bundled(golang(github.com/marten-seemann/qtls-go1-19)) = 0.1.0 # github.com/maruel/panicparse : ASL 2.0 -Provides: bundled(golang(github.com/maruel/panicparse)) = 1.6.1 +Provides: bundled(golang(github.com/maruel/panicparse)) = 1.6.2 # github.com/matttproud/golang_protobuf_extensions : ASL 2.0 Provides: bundled(golang(github.com/matttproud/golang_protobuf_extensions)) = 1.0.1 # github.com/maxbrunsfeld/counterfeiter : MIT -Provides: bundled(golang(github.com/maxbrunsfeld/counterfeiter/v6)) = 6.3.0 +Provides: bundled(golang(github.com/maxbrunsfeld/counterfeiter/v6)) = 6.5.0 # github.com/minio/sha256-simd : ASL 2.0 Provides: bundled(golang(github.com/minio/sha256-simd)) = 1.0.0 # github.com/miscreant/miscreant.go : MIT @@ -137,25 +133,25 @@ Provides: bundled(golang(github.com/nxadm/tail)) = 1.4.8 # github.com/onsi/ginkgo : MIT Provides: bundled(golang(github.com/onsi/ginkgo)) = 1.16.5 # github.com/oschwald/geoip2-golang : ISC -Provides: bundled(golang(github.com/oschwald/geoip2-golang)) = 1.5.0 +Provides: bundled(golang(github.com/oschwald/geoip2-golang)) = 1.8.0 # github.com/oschwald/maxminddb-golang : ISC -Provides: bundled(golang(github.com/oschwald/maxminddb-golang)) = 1.8.0 +Provides: bundled(golang(github.com/oschwald/maxminddb-golang)) = 1.10.0 # github.com/petermattis/goid : ASL 2.0 -Provides: bundled(golang(github.com/petermattis/goid)) = b0b1615 +Provides: bundled(golang(github.com/petermattis/goid)) = af55206 # github.com/pierrec/lz4 : BSD -Provides: bundled(golang(github.com/pierrec/lz4/v4)) = 4.1.15 +Provides: bundled(golang(github.com/pierrec/lz4/v4)) = 4.1.16 # github.com/pkg/errors : BSD Provides: bundled(golang(github.com/pkg/errors)) = 0.9.1 # github.com/power-devops/perfstat : MIT -Provides: bundled(golang(github.com/power-devops/perfstat)) = 5aafc22 +Provides: bundled(golang(github.com/power-devops/perfstat)) = c35f1ee # github.com/prometheus/client_golang : ASL 2.0 -Provides: bundled(golang(github.com/prometheus/client_golang)) = 1.12.2 +Provides: bundled(golang(github.com/prometheus/client_golang)) = 1.13.0 # github.com/prometheus/client_model : ASL 2.0 Provides: bundled(golang(github.com/prometheus/client_model)) = 0.2.0 # github.com/prometheus/common : ASL 2.0 -Provides: bundled(golang(github.com/prometheus/common)) = 0.32.1 +Provides: bundled(golang(github.com/prometheus/common)) = 0.37.0 # github.com/prometheus/procfs : ASL 2.0 -Provides: bundled(golang(github.com/prometheus/procfs)) = 0.7.3 +Provides: bundled(golang(github.com/prometheus/procfs)) = 0.8.0 # github.com/rcrowley/go-metrics : BSD Provides: bundled(golang(github.com/rcrowley/go-metrics)) = cf1acfc # github.com/russross/blackfriday : BSD @@ -163,7 +159,7 @@ Provides: bundled(golang(github.com/russross/blackfriday/v2)) = 2.1.0 # github.com/sasha-s/go-deadlock : ASL 2.0 Provides: bundled(golang(github.com/sasha-s/go-deadlock)) = 0.3.1 # github.com/shirou/gopsutil : BSD -Provides: bundled(golang(github.com/shirou/gopsutil/v3)) = 3.22.6 +Provides: bundled(golang(github.com/shirou/gopsutil/v3)) = 3.22.8 # github.com/syncthing/notify : MIT Provides: bundled(golang(github.com/syncthing/notify)) = c6b7342 # github.com/syndtr/goleveldb : BSD @@ -171,27 +167,29 @@ Provides: bundled(golang(github.com/syndtr/goleveldb)) = 126854a # github.com/thejerf/suture : MIT Provides: bundled(golang(github.com/thejerf/suture/v4)) = 4.0.2 # github.com/urfave/cli : MIT -Provides: bundled(golang(github.com/urfave/cli)) = 1.22.5 +Provides: bundled(golang(github.com/urfave/cli)) = 1.22.10 # github.com/vitrun/qart : ASL 2.0 and BSD Provides: bundled(golang(github.com/vitrun/qart)) = bf64b92 # github.com/yusufpapurcu/wmi : MIT Provides: bundled(golang(github.com/yusufpapurcu/wmi)) = 1.2.2 # golang.org/x/crypto : BSD -Provides: bundled(golang(golang.org/x/crypto)) = 630584e +Provides: bundled(golang(golang.org/x/crypto)) = c86fa9a +# golang.org/x/exp : BSD +Provides: bundled(golang(golang.org/x/exp)) = 5c715a9 # golang.org/x/mod : BSD Provides: bundled(golang(golang.org/x/mod)) = 86c51ed # golang.org/x/net : BSD -Provides: bundled(golang(golang.org/x/net)) = 0bcc04d +Provides: bundled(golang(golang.org/x/net)) = bea034e # golang.org/x/sys : BSD -Provides: bundled(golang(golang.org/x/sys)) = a90be44 +Provides: bundled(golang(golang.org/x/sys)) = 63ea559 # golang.org/x/text: BSD Provides: bundled(golang(golang.org/x/text)) = 0.3.7 # golang.org/x/time : BSD -Provides: bundled(golang(golang.org/x/time)) = 1f47c86 +Provides: bundled(golang(golang.org/x/time)) = e5dcc9c # golang.org/x/tools : BSD Provides: bundled(golang(golang.org/x/tools)) = 0.1.12 # google.golang.org/protobuf : BSD -Provides: bundled(golang(google.golang.org/protobuf)) = 1.27.1 +Provides: bundled(golang(google.golang.org/protobuf)) = 1.28.1 # gopkg.in/tomb.v1 : BSD Provides: bundled(golang(gopkg.in/tomb.v1)) = dd63297 @@ -355,7 +353,11 @@ export GO111MODULE=off %gotest %{goipath}/lib/dialer %gotest %{goipath}/lib/discover %gotest %{goipath}/lib/events -%gotest %{goipath}/lib/fs + +# This test fails on SELinux-enabled systems: +# https://github.com/syncthing/syncthing/issues/8601 +%gotest %{goipath}/lib/fs || : + %gotest %{goipath}/lib/ignore %gotest %{goipath}/lib/logger From 6b1f8ae086caf79fe5e9283677b20f89de57fcbb Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 21 Jan 2023 04:29:56 +0000 Subject: [PATCH 28/65] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering From 52a6f04fcb29ab64f9e6cd2058c73463b90d2edf Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Thu, 26 Jan 2023 19:08:16 +0100 Subject: [PATCH 29/65] Update to version 1.23.0; Fixes RHBZ#2139321 --- .gitignore | 1 + sources | 2 +- syncthing.spec | 64 ++++++++++++++++++++++++-------------------------- 3 files changed, 33 insertions(+), 34 deletions(-) diff --git a/.gitignore b/.gitignore index 0ba8fc5..99cdb46 100644 --- a/.gitignore +++ b/.gitignore @@ -70,3 +70,4 @@ /syncthing-source-v1.20.4.tar.gz /syncthing-source-v1.21.0.tar.gz /syncthing-source-v1.22.0.tar.gz +/syncthing-source-v1.23.0.tar.gz diff --git a/sources b/sources index 20e7a0f..dc872bd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (syncthing-source-v1.22.0.tar.gz) = d1842c4060e646615cd98dadfae0647a37c40284fe1613e141a14d700b81ef7c9900f80429bc6f4a29e75f4a6aa8833470f08ca7916d0746893a2d2061fb67ac +SHA512 (syncthing-source-v1.23.0.tar.gz) = 879492d2b63269cb50746547ddcc98317b9dbad6e6e52d9166d4ccb638973ac11f8f64cd3fcb25206e6ff34601e30dbaa3d10cdf1ac2bac365506bea982ae4b5 diff --git a/syncthing.spec b/syncthing.spec index 911eca1..a6da6de 100644 --- a/syncthing.spec +++ b/syncthing.spec @@ -1,6 +1,6 @@ %bcond_with devel -%global basever 1.22.0 +%global basever 1.23.0 #%%global rcnum 0 Name: syncthing @@ -51,11 +51,13 @@ Provides: bundled(golang(github.com/AudriusButkevicius/pfilter)) = 0.0.10 # github.com/AudriusButkevicius/recli : MPLv2.0 Provides: bundled(golang(github.com/AudriusButkevicius/recli)) = 0.0.6 # github.com/Azure/go-ntlmssp : MIT -Provides: bundled(golang(github.com/Azure/go-ntlmssp)) = cb9428e +Provides: bundled(golang(github.com/Azure/go-ntlmssp)) = 754e693 # github.com/alecthomas/kong : MIT -Provides: bundled(golang(github.com/alecthomas/kong)) = 0.6.1 +Provides: bundled(golang(github.com/alecthomas/kong)) = 0.7.1 # github.com/beorn7/perks : MIT Provides: bundled(golang(github.com/beorn7/perks)) = 1.0.1 +# github.com/calmh/incontainer : MIT +Provides: bundled(golang(github.com/calmh/incontainer)) = b3e71b1 # github.com/calmh/xdr : MIT Provides: bundled(golang(github.com/calmh/xdr)) = 1.1.0 # github.com/ccding/go-stun : ASL 2.0 @@ -63,7 +65,7 @@ Provides: bundled(golang(github.com/ccding/go-stun)) = 0.1.4 # github.com/certifi/gocertifi : MPLv2.0 Provides: bundled(golang(github.com/certifi/gocertifi)) = 431795d # github.com/cespare/xxhash : MIT -Provides: bundled(golang(github.com/cespare/xxhash/v2)) = 2.1.2 +Provides: bundled(golang(github.com/cespare/xxhash/v2)) = 2.2.0 # github.com/chmduquesne/rollinghash : MIT Provides: bundled(golang(github.com/chmduquesne/rollinghash)) = a60f8e7 # github.com/cpuguy83/go-md2man : MIT @@ -72,8 +74,6 @@ Provides: bundled(golang(github.com/cpuguy83/go-md2man/v2)) = 2.0.2 Provides: bundled(golang(github.com/d4l3k/messagediff)) = 1.2.1 # github.com/flynn-archive/go-shlex : ASL 2.0 Provides: bundled(golang(github.com/flynn-archive/go-shlex)) = 3f9db97 -# github.com/fsnotify/fsnotify : BSD -Provides: bundled(golang(github.com/fsnotify/fsnotify)) = 1.5.4 # github.com/getsentry/raven-go : BSD Provides: bundled(golang(github.com/getsentry/raven-go)) = 0.2.0 # github.com/go-asn1-ber/asn1-ber : MIT @@ -96,10 +96,12 @@ Provides: bundled(golang(github.com/golang/mock)) = 1.6.0 Provides: bundled(golang(github.com/golang/protobuf)) = 1.5.2 # github.com/golang/snappy : BSD Provides: bundled(golang(github.com/golang/snappy)) = 0.0.4 +# github.com/google/pprof : ASL 2.0 +Provides: bundled(golang(github.com/google/pprof)) = ce31453 # github.com/greatroar/blobloom : ASL 2.0 -Provides: bundled(golang(github.com/greatroar/blobloom)) = 0.7.1 +Provides: bundled(golang(github.com/greatroar/blobloom)) = 0.7.2 # github.com/hashicorp/golang-lru : MPLv2.0 -Provides: bundled(golang(github.com/hashicorp/golang-lru)) = 0.5.4 +Provides: bundled(golang(github.com/hashicorp/golang-lru/v2)) = 2.0.1 # github.com/jackpal/gateway : BSD Provides: bundled(golang(github.com/jackpal/gateway)) = 1.0.7 # github.com/jackpal/go-nat-pmp : ASL 2.0 @@ -109,47 +111,45 @@ Provides: bundled(golang(github.com/julienschmidt/httprouter)) = 1.3.0 # github.com/kballard/go-shellquote : MIT Provides: bundled(golang(github.com/kballard/go-shellquote)) = 95032a8 # github.com/klauspost/cpuid : MIT -Provides: bundled(golang(github.com/klauspost/cpuid/v2)) = 2.1.1 +Provides: bundled(golang(github.com/klauspost/cpuid/v2)) = 2.2.2 # github.com/lib/pq : MIT Provides: bundled(golang(github.com/lib/pq)) = 1.10.7 # github.com/lucas-clemente/quic-go : MIT -Provides: bundled(golang(github.com/lucas-clemente/quic-go)) = 0.29.0 +Provides: bundled(golang(github.com/lucas-clemente/quic-go)) = 0.31.1 # github.com/marten-seemann/qtls-go1-18 : BSD -Provides: bundled(golang(github.com/marten-seemann/qtls-go1-18)) = 0.1.2 +Provides: bundled(golang(github.com/marten-seemann/qtls-go1-18)) = 0.1.3 # github.com/marten-seemann/qtls-go1-19 : BSD -Provides: bundled(golang(github.com/marten-seemann/qtls-go1-19)) = 0.1.0 +Provides: bundled(golang(github.com/marten-seemann/qtls-go1-19)) = 0.1.1 # github.com/maruel/panicparse : ASL 2.0 -Provides: bundled(golang(github.com/maruel/panicparse)) = 1.6.2 +Provides: bundled(golang(github.com/maruel/panicparse/v2)) = 2.3.1 # github.com/matttproud/golang_protobuf_extensions : ASL 2.0 -Provides: bundled(golang(github.com/matttproud/golang_protobuf_extensions)) = 1.0.1 +Provides: bundled(golang(github.com/matttproud/golang_protobuf_extensions)) = 1.0.4 # github.com/maxbrunsfeld/counterfeiter : MIT Provides: bundled(golang(github.com/maxbrunsfeld/counterfeiter/v6)) = 6.5.0 # github.com/minio/sha256-simd : ASL 2.0 Provides: bundled(golang(github.com/minio/sha256-simd)) = 1.0.0 # github.com/miscreant/miscreant.go : MIT Provides: bundled(golang(github.com/miscreant/miscreant.go)) = 26d3763 -# github.com/nxadm/tail : MIT -Provides: bundled(golang(github.com/nxadm/tail)) = 1.4.8 # github.com/onsi/ginkgo : MIT -Provides: bundled(golang(github.com/onsi/ginkgo)) = 1.16.5 +Provides: bundled(golang(github.com/onsi/ginkgo/v2)) = 2.6.0 # github.com/oschwald/geoip2-golang : ISC Provides: bundled(golang(github.com/oschwald/geoip2-golang)) = 1.8.0 # github.com/oschwald/maxminddb-golang : ISC Provides: bundled(golang(github.com/oschwald/maxminddb-golang)) = 1.10.0 # github.com/petermattis/goid : ASL 2.0 -Provides: bundled(golang(github.com/petermattis/goid)) = af55206 +Provides: bundled(golang(github.com/petermattis/goid)) = a449aaf # github.com/pierrec/lz4 : BSD -Provides: bundled(golang(github.com/pierrec/lz4/v4)) = 4.1.16 +Provides: bundled(golang(github.com/pierrec/lz4/v4)) = 4.1.17 # github.com/pkg/errors : BSD Provides: bundled(golang(github.com/pkg/errors)) = 0.9.1 # github.com/power-devops/perfstat : MIT Provides: bundled(golang(github.com/power-devops/perfstat)) = c35f1ee # github.com/prometheus/client_golang : ASL 2.0 -Provides: bundled(golang(github.com/prometheus/client_golang)) = 1.13.0 +Provides: bundled(golang(github.com/prometheus/client_golang)) = 1.14.0 # github.com/prometheus/client_model : ASL 2.0 -Provides: bundled(golang(github.com/prometheus/client_model)) = 0.2.0 +Provides: bundled(golang(github.com/prometheus/client_model)) = 0.3.0 # github.com/prometheus/common : ASL 2.0 -Provides: bundled(golang(github.com/prometheus/common)) = 0.37.0 +Provides: bundled(golang(github.com/prometheus/common)) = 0.38.0 # github.com/prometheus/procfs : ASL 2.0 Provides: bundled(golang(github.com/prometheus/procfs)) = 0.8.0 # github.com/rcrowley/go-metrics : BSD @@ -159,7 +159,7 @@ Provides: bundled(golang(github.com/russross/blackfriday/v2)) = 2.1.0 # github.com/sasha-s/go-deadlock : ASL 2.0 Provides: bundled(golang(github.com/sasha-s/go-deadlock)) = 0.3.1 # github.com/shirou/gopsutil : BSD -Provides: bundled(golang(github.com/shirou/gopsutil/v3)) = 3.22.8 +Provides: bundled(golang(github.com/shirou/gopsutil/v3)) = 3.22.11 # github.com/syncthing/notify : MIT Provides: bundled(golang(github.com/syncthing/notify)) = c6b7342 # github.com/syndtr/goleveldb : BSD @@ -173,25 +173,23 @@ Provides: bundled(golang(github.com/vitrun/qart)) = bf64b92 # github.com/yusufpapurcu/wmi : MIT Provides: bundled(golang(github.com/yusufpapurcu/wmi)) = 1.2.2 # golang.org/x/crypto : BSD -Provides: bundled(golang(golang.org/x/crypto)) = c86fa9a +Provides: bundled(golang(golang.org/x/crypto)) = 0.4.0 # golang.org/x/exp : BSD -Provides: bundled(golang(golang.org/x/exp)) = 5c715a9 +Provides: bundled(golang(golang.org/x/exp)) = ad323de # golang.org/x/mod : BSD -Provides: bundled(golang(golang.org/x/mod)) = 86c51ed +Provides: bundled(golang(golang.org/x/mod)) = 0.7.0 # golang.org/x/net : BSD -Provides: bundled(golang(golang.org/x/net)) = bea034e +Provides: bundled(golang(golang.org/x/net)) = 0.4.0 # golang.org/x/sys : BSD -Provides: bundled(golang(golang.org/x/sys)) = 63ea559 +Provides: bundled(golang(golang.org/x/sys)) = 0.3.0 # golang.org/x/text: BSD -Provides: bundled(golang(golang.org/x/text)) = 0.3.7 +Provides: bundled(golang(golang.org/x/text)) = 0.5.0 # golang.org/x/time : BSD -Provides: bundled(golang(golang.org/x/time)) = e5dcc9c +Provides: bundled(golang(golang.org/x/time)) = 0.3.0 # golang.org/x/tools : BSD -Provides: bundled(golang(golang.org/x/tools)) = 0.1.12 +Provides: bundled(golang(golang.org/x/tools)) = 0.4.0 # google.golang.org/protobuf : BSD Provides: bundled(golang(google.golang.org/protobuf)) = 1.28.1 -# gopkg.in/tomb.v1 : BSD -Provides: bundled(golang(gopkg.in/tomb.v1)) = dd63297 %description Syncthing replaces other file synchronization services with something From cf37d5300ce54e5ae6e5e2bbb98a1dd293ba2968 Mon Sep 17 00:00:00 2001 From: Justin Koh Date: Sat, 24 Dec 2022 03:31:40 +0000 Subject: [PATCH 30/65] Install desktop file icons to correct locations --- syncthing.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/syncthing.spec b/syncthing.spec index a6da6de..cde23f3 100644 --- a/syncthing.spec +++ b/syncthing.spec @@ -308,10 +308,11 @@ mkdir -p %{buildroot}/%{_datadir}/applications cp -pav etc/linux-desktop/syncthing-start.desktop %{buildroot}/%{_datadir}/applications/ cp -pav etc/linux-desktop/syncthing-ui.desktop %{buildroot}/%{_datadir}/applications/ -mkdir -p %{buildroot}/%{_datadir}/icons/hicolor/{32,64,128,256,512,scalable}/apps for size in 32 64 128 256 512; do - cp -pav assets/logo-$size.png %{buildroot}/%{_datadir}/icons/hicolor/$size/apps/syncthing.png + mkdir -p %{buildroot}/%{_datadir}/icons/hicolor/${size}x${size}/apps + cp -pav assets/logo-${size}.png %{buildroot}/%{_datadir}/icons/hicolor/${size}x${size}/apps/syncthing.png done +mkdir -p %{buildroot}/%{_datadir}/icons/hicolor/scalable/apps cp -pav assets/logo-only.svg %{buildroot}/%{_datadir}/icons/hicolor/scalable/apps/syncthing.svg # install systemd units From aa28fce1d98ea18e01d553d47f1f999f72f44463 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Tue, 7 Feb 2023 13:01:25 +0100 Subject: [PATCH 31/65] Update to version 1.23.1 --- .gitignore | 1 + sources | 2 +- syncthing.spec | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 99cdb46..2acb07c 100644 --- a/.gitignore +++ b/.gitignore @@ -71,3 +71,4 @@ /syncthing-source-v1.21.0.tar.gz /syncthing-source-v1.22.0.tar.gz /syncthing-source-v1.23.0.tar.gz +/syncthing-source-v1.23.1.tar.gz diff --git a/sources b/sources index dc872bd..e212bc7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (syncthing-source-v1.23.0.tar.gz) = 879492d2b63269cb50746547ddcc98317b9dbad6e6e52d9166d4ccb638973ac11f8f64cd3fcb25206e6ff34601e30dbaa3d10cdf1ac2bac365506bea982ae4b5 +SHA512 (syncthing-source-v1.23.1.tar.gz) = 54e6fe1410ede9786a37f47b731354da3cc9b1b974b063c8ce0b9d860c4d880c45e0bcf7884395985ad3c1849bbe7d1b9ec1df458d2c5d2354b65e77c25433a9 diff --git a/syncthing.spec b/syncthing.spec index cde23f3..0bd453f 100644 --- a/syncthing.spec +++ b/syncthing.spec @@ -1,6 +1,6 @@ %bcond_with devel -%global basever 1.23.0 +%global basever 1.23.1 #%%global rcnum 0 Name: syncthing From 6248ad0989305a9cb2a5006f846722aabe49cb0a Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Sun, 12 Mar 2023 18:39:36 +0100 Subject: [PATCH 32/65] Update to version 1.23.2; Fixes RHBZ#2167959 --- .gitignore | 1 + sources | 2 +- syncthing.spec | 50 ++++++++++++++++++++++++-------------------------- 3 files changed, 26 insertions(+), 27 deletions(-) diff --git a/.gitignore b/.gitignore index 2acb07c..60a91cf 100644 --- a/.gitignore +++ b/.gitignore @@ -72,3 +72,4 @@ /syncthing-source-v1.22.0.tar.gz /syncthing-source-v1.23.0.tar.gz /syncthing-source-v1.23.1.tar.gz +/syncthing-source-v1.23.2.tar.gz diff --git a/sources b/sources index e212bc7..60dc621 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (syncthing-source-v1.23.1.tar.gz) = 54e6fe1410ede9786a37f47b731354da3cc9b1b974b063c8ce0b9d860c4d880c45e0bcf7884395985ad3c1849bbe7d1b9ec1df458d2c5d2354b65e77c25433a9 +SHA512 (syncthing-source-v1.23.2.tar.gz) = aadb6b56791bb2c1d42d2e33a8ccf4ac917893c696aa37bee923c2a190e28cc704cfaaa0cf043469e93cf0502ed48b04386e87db941e885ed4a7ff97170faacd diff --git a/syncthing.spec b/syncthing.spec index 0bd453f..645bfac 100644 --- a/syncthing.spec +++ b/syncthing.spec @@ -1,6 +1,6 @@ %bcond_with devel -%global basever 1.23.1 +%global basever 1.23.2 #%%global rcnum 0 Name: syncthing @@ -47,7 +47,7 @@ Provides: bundled(moment) = 2.19.4 # generate with "./vendor2provides.py path/to/vendor/modules.txt" # github.com/AudriusButkevicius/pfilter : MIT -Provides: bundled(golang(github.com/AudriusButkevicius/pfilter)) = 0.0.10 +Provides: bundled(golang(github.com/AudriusButkevicius/pfilter)) = 0.0.11 # github.com/AudriusButkevicius/recli : MPLv2.0 Provides: bundled(golang(github.com/AudriusButkevicius/recli)) = 0.0.6 # github.com/Azure/go-ntlmssp : MIT @@ -88,8 +88,6 @@ Provides: bundled(golang(github.com/go-task/slim-sprig)) = 348f09d Provides: bundled(golang(github.com/gobwas/glob)) = 0.2.3 # github.com/gogo/protobuf : BSD Provides: bundled(golang(github.com/gogo/protobuf)) = 1.3.2 -# github.com/golang/groupcache : ASL 2.0 -Provides: bundled(golang(github.com/golang/groupcache)) = 41bb18b # github.com/golang/mock : ASL 2.0 Provides: bundled(golang(github.com/golang/mock)) = 1.6.0 # github.com/golang/protobuf : BSD @@ -97,7 +95,7 @@ Provides: bundled(golang(github.com/golang/protobuf)) = 1.5.2 # github.com/golang/snappy : BSD Provides: bundled(golang(github.com/golang/snappy)) = 0.0.4 # github.com/google/pprof : ASL 2.0 -Provides: bundled(golang(github.com/google/pprof)) = ce31453 +Provides: bundled(golang(github.com/google/pprof)) = 798e818 # github.com/greatroar/blobloom : ASL 2.0 Provides: bundled(golang(github.com/greatroar/blobloom)) = 0.7.2 # github.com/hashicorp/golang-lru : MPLv2.0 @@ -111,15 +109,9 @@ Provides: bundled(golang(github.com/julienschmidt/httprouter)) = 1.3.0 # github.com/kballard/go-shellquote : MIT Provides: bundled(golang(github.com/kballard/go-shellquote)) = 95032a8 # github.com/klauspost/cpuid : MIT -Provides: bundled(golang(github.com/klauspost/cpuid/v2)) = 2.2.2 +Provides: bundled(golang(github.com/klauspost/cpuid/v2)) = 2.2.3 # github.com/lib/pq : MIT Provides: bundled(golang(github.com/lib/pq)) = 1.10.7 -# github.com/lucas-clemente/quic-go : MIT -Provides: bundled(golang(github.com/lucas-clemente/quic-go)) = 0.31.1 -# github.com/marten-seemann/qtls-go1-18 : BSD -Provides: bundled(golang(github.com/marten-seemann/qtls-go1-18)) = 0.1.3 -# github.com/marten-seemann/qtls-go1-19 : BSD -Provides: bundled(golang(github.com/marten-seemann/qtls-go1-19)) = 0.1.1 # github.com/maruel/panicparse : ASL 2.0 Provides: bundled(golang(github.com/maruel/panicparse/v2)) = 2.3.1 # github.com/matttproud/golang_protobuf_extensions : ASL 2.0 @@ -131,27 +123,33 @@ Provides: bundled(golang(github.com/minio/sha256-simd)) = 1.0.0 # github.com/miscreant/miscreant.go : MIT Provides: bundled(golang(github.com/miscreant/miscreant.go)) = 26d3763 # github.com/onsi/ginkgo : MIT -Provides: bundled(golang(github.com/onsi/ginkgo/v2)) = 2.6.0 +Provides: bundled(golang(github.com/onsi/ginkgo/v2)) = 2.8.1 # github.com/oschwald/geoip2-golang : ISC Provides: bundled(golang(github.com/oschwald/geoip2-golang)) = 1.8.0 # github.com/oschwald/maxminddb-golang : ISC Provides: bundled(golang(github.com/oschwald/maxminddb-golang)) = 1.10.0 # github.com/petermattis/goid : ASL 2.0 -Provides: bundled(golang(github.com/petermattis/goid)) = a449aaf +Provides: bundled(golang(github.com/petermattis/goid)) = a150e88 # github.com/pierrec/lz4 : BSD Provides: bundled(golang(github.com/pierrec/lz4/v4)) = 4.1.17 # github.com/pkg/errors : BSD Provides: bundled(golang(github.com/pkg/errors)) = 0.9.1 # github.com/power-devops/perfstat : MIT -Provides: bundled(golang(github.com/power-devops/perfstat)) = c35f1ee +Provides: bundled(golang(github.com/power-devops/perfstat)) = 62379fc # github.com/prometheus/client_golang : ASL 2.0 Provides: bundled(golang(github.com/prometheus/client_golang)) = 1.14.0 # github.com/prometheus/client_model : ASL 2.0 Provides: bundled(golang(github.com/prometheus/client_model)) = 0.3.0 # github.com/prometheus/common : ASL 2.0 -Provides: bundled(golang(github.com/prometheus/common)) = 0.38.0 +Provides: bundled(golang(github.com/prometheus/common)) = 0.39.0 # github.com/prometheus/procfs : ASL 2.0 -Provides: bundled(golang(github.com/prometheus/procfs)) = 0.8.0 +Provides: bundled(golang(github.com/prometheus/procfs)) = 0.9.0 +# github.com/quic-go/qtls-go1-19 : BSD-3-Clause +Provides: bundled(golang(github.com/quic-go/qtls-go1-19)) = 0.2.1 +# github.com/quic-go/qtls-go1-20 : BSD-3-Clause +Provides: bundled(golang(github.com/quic-go/qtls-go1-20)) = 0.1.1 +# github.com/quic-go/quic-go : MIT +Provides: bundled(golang(github.com/quic-go/quic-go)) = 0.33.0 # github.com/rcrowley/go-metrics : BSD Provides: bundled(golang(github.com/rcrowley/go-metrics)) = cf1acfc # github.com/russross/blackfriday : BSD @@ -159,7 +157,7 @@ Provides: bundled(golang(github.com/russross/blackfriday/v2)) = 2.1.0 # github.com/sasha-s/go-deadlock : ASL 2.0 Provides: bundled(golang(github.com/sasha-s/go-deadlock)) = 0.3.1 # github.com/shirou/gopsutil : BSD -Provides: bundled(golang(github.com/shirou/gopsutil/v3)) = 3.22.11 +Provides: bundled(golang(github.com/shirou/gopsutil/v3)) = 3.23.1 # github.com/syncthing/notify : MIT Provides: bundled(golang(github.com/syncthing/notify)) = c6b7342 # github.com/syndtr/goleveldb : BSD @@ -167,27 +165,27 @@ Provides: bundled(golang(github.com/syndtr/goleveldb)) = 126854a # github.com/thejerf/suture : MIT Provides: bundled(golang(github.com/thejerf/suture/v4)) = 4.0.2 # github.com/urfave/cli : MIT -Provides: bundled(golang(github.com/urfave/cli)) = 1.22.10 +Provides: bundled(golang(github.com/urfave/cli)) = 1.22.12 # github.com/vitrun/qart : ASL 2.0 and BSD Provides: bundled(golang(github.com/vitrun/qart)) = bf64b92 # github.com/yusufpapurcu/wmi : MIT Provides: bundled(golang(github.com/yusufpapurcu/wmi)) = 1.2.2 # golang.org/x/crypto : BSD -Provides: bundled(golang(golang.org/x/crypto)) = 0.4.0 +Provides: bundled(golang(golang.org/x/crypto)) = 0.6.0 # golang.org/x/exp : BSD -Provides: bundled(golang(golang.org/x/exp)) = ad323de +Provides: bundled(golang(golang.org/x/exp)) = 5e25df0 # golang.org/x/mod : BSD -Provides: bundled(golang(golang.org/x/mod)) = 0.7.0 +Provides: bundled(golang(golang.org/x/mod)) = 0.8.0 # golang.org/x/net : BSD -Provides: bundled(golang(golang.org/x/net)) = 0.4.0 +Provides: bundled(golang(golang.org/x/net)) = 0.7.0 # golang.org/x/sys : BSD -Provides: bundled(golang(golang.org/x/sys)) = 0.3.0 +Provides: bundled(golang(golang.org/x/sys)) = 0.5.0 # golang.org/x/text: BSD -Provides: bundled(golang(golang.org/x/text)) = 0.5.0 +Provides: bundled(golang(golang.org/x/text)) = 0.7.0 # golang.org/x/time : BSD Provides: bundled(golang(golang.org/x/time)) = 0.3.0 # golang.org/x/tools : BSD -Provides: bundled(golang(golang.org/x/tools)) = 0.4.0 +Provides: bundled(golang(golang.org/x/tools)) = 0.6.0 # google.golang.org/protobuf : BSD Provides: bundled(golang(google.golang.org/protobuf)) = 1.28.1 From 73bf19b2941f89e1c81eb62a7d2f40258c770b4b Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Wed, 12 Apr 2023 16:39:29 +0200 Subject: [PATCH 33/65] Update to version 1.23.4; Fixes RHBZ#2184805 --- .gitignore | 1 + sources | 2 +- syncthing.spec | 36 ++++++++++++++++++------------------ 3 files changed, 20 insertions(+), 19 deletions(-) diff --git a/.gitignore b/.gitignore index 60a91cf..9159715 100644 --- a/.gitignore +++ b/.gitignore @@ -73,3 +73,4 @@ /syncthing-source-v1.23.0.tar.gz /syncthing-source-v1.23.1.tar.gz /syncthing-source-v1.23.2.tar.gz +/syncthing-source-v1.23.4.tar.gz diff --git a/sources b/sources index 60dc621..5cd3c29 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (syncthing-source-v1.23.2.tar.gz) = aadb6b56791bb2c1d42d2e33a8ccf4ac917893c696aa37bee923c2a190e28cc704cfaaa0cf043469e93cf0502ed48b04386e87db941e885ed4a7ff97170faacd +SHA512 (syncthing-source-v1.23.4.tar.gz) = cf86b61af000e2b9555f1dee0dfc6c340254859b753d3af2d88ea7de8f49137e7dea2bc98a6d8e526b35707918761f010a93ff8ee243f49945364f2e7f928ae3 diff --git a/syncthing.spec b/syncthing.spec index 645bfac..cb4d6e2 100644 --- a/syncthing.spec +++ b/syncthing.spec @@ -1,6 +1,6 @@ %bcond_with devel -%global basever 1.23.2 +%global basever 1.23.4 #%%global rcnum 0 Name: syncthing @@ -67,7 +67,7 @@ Provides: bundled(golang(github.com/certifi/gocertifi)) = 431795d # github.com/cespare/xxhash : MIT Provides: bundled(golang(github.com/cespare/xxhash/v2)) = 2.2.0 # github.com/chmduquesne/rollinghash : MIT -Provides: bundled(golang(github.com/chmduquesne/rollinghash)) = a60f8e7 +Provides: bundled(golang(github.com/chmduquesne/rollinghash)) = 4.0.0+incompatible # github.com/cpuguy83/go-md2man : MIT Provides: bundled(golang(github.com/cpuguy83/go-md2man/v2)) = 2.0.2 # github.com/d4l3k/messagediff : MIT @@ -91,15 +91,15 @@ Provides: bundled(golang(github.com/gogo/protobuf)) = 1.3.2 # github.com/golang/mock : ASL 2.0 Provides: bundled(golang(github.com/golang/mock)) = 1.6.0 # github.com/golang/protobuf : BSD -Provides: bundled(golang(github.com/golang/protobuf)) = 1.5.2 +Provides: bundled(golang(github.com/golang/protobuf)) = 1.5.3 # github.com/golang/snappy : BSD Provides: bundled(golang(github.com/golang/snappy)) = 0.0.4 # github.com/google/pprof : ASL 2.0 -Provides: bundled(golang(github.com/google/pprof)) = 798e818 +Provides: bundled(golang(github.com/google/pprof)) = d61513b # github.com/greatroar/blobloom : ASL 2.0 Provides: bundled(golang(github.com/greatroar/blobloom)) = 0.7.2 # github.com/hashicorp/golang-lru : MPLv2.0 -Provides: bundled(golang(github.com/hashicorp/golang-lru/v2)) = 2.0.1 +Provides: bundled(golang(github.com/hashicorp/golang-lru/v2)) = 2.0.2 # github.com/jackpal/gateway : BSD Provides: bundled(golang(github.com/jackpal/gateway)) = 1.0.7 # github.com/jackpal/go-nat-pmp : ASL 2.0 @@ -109,7 +109,7 @@ Provides: bundled(golang(github.com/julienschmidt/httprouter)) = 1.3.0 # github.com/kballard/go-shellquote : MIT Provides: bundled(golang(github.com/kballard/go-shellquote)) = 95032a8 # github.com/klauspost/cpuid : MIT -Provides: bundled(golang(github.com/klauspost/cpuid/v2)) = 2.2.3 +Provides: bundled(golang(github.com/klauspost/cpuid/v2)) = 2.2.4 # github.com/lib/pq : MIT Provides: bundled(golang(github.com/lib/pq)) = 1.10.7 # github.com/maruel/panicparse : ASL 2.0 @@ -123,13 +123,13 @@ Provides: bundled(golang(github.com/minio/sha256-simd)) = 1.0.0 # github.com/miscreant/miscreant.go : MIT Provides: bundled(golang(github.com/miscreant/miscreant.go)) = 26d3763 # github.com/onsi/ginkgo : MIT -Provides: bundled(golang(github.com/onsi/ginkgo/v2)) = 2.8.1 +Provides: bundled(golang(github.com/onsi/ginkgo/v2)) = 2.9.0 # github.com/oschwald/geoip2-golang : ISC Provides: bundled(golang(github.com/oschwald/geoip2-golang)) = 1.8.0 # github.com/oschwald/maxminddb-golang : ISC Provides: bundled(golang(github.com/oschwald/maxminddb-golang)) = 1.10.0 # github.com/petermattis/goid : ASL 2.0 -Provides: bundled(golang(github.com/petermattis/goid)) = a150e88 +Provides: bundled(golang(github.com/petermattis/goid)) = 8ff7bb2 # github.com/pierrec/lz4 : BSD Provides: bundled(golang(github.com/pierrec/lz4/v4)) = 4.1.17 # github.com/pkg/errors : BSD @@ -141,7 +141,7 @@ Provides: bundled(golang(github.com/prometheus/client_golang)) = 1.14.0 # github.com/prometheus/client_model : ASL 2.0 Provides: bundled(golang(github.com/prometheus/client_model)) = 0.3.0 # github.com/prometheus/common : ASL 2.0 -Provides: bundled(golang(github.com/prometheus/common)) = 0.39.0 +Provides: bundled(golang(github.com/prometheus/common)) = 0.42.0 # github.com/prometheus/procfs : ASL 2.0 Provides: bundled(golang(github.com/prometheus/procfs)) = 0.9.0 # github.com/quic-go/qtls-go1-19 : BSD-3-Clause @@ -157,7 +157,7 @@ Provides: bundled(golang(github.com/russross/blackfriday/v2)) = 2.1.0 # github.com/sasha-s/go-deadlock : ASL 2.0 Provides: bundled(golang(github.com/sasha-s/go-deadlock)) = 0.3.1 # github.com/shirou/gopsutil : BSD -Provides: bundled(golang(github.com/shirou/gopsutil/v3)) = 3.23.1 +Provides: bundled(golang(github.com/shirou/gopsutil/v3)) = 3.23.2 # github.com/syncthing/notify : MIT Provides: bundled(golang(github.com/syncthing/notify)) = c6b7342 # github.com/syndtr/goleveldb : BSD @@ -171,23 +171,23 @@ Provides: bundled(golang(github.com/vitrun/qart)) = bf64b92 # github.com/yusufpapurcu/wmi : MIT Provides: bundled(golang(github.com/yusufpapurcu/wmi)) = 1.2.2 # golang.org/x/crypto : BSD -Provides: bundled(golang(golang.org/x/crypto)) = 0.6.0 +Provides: bundled(golang(golang.org/x/crypto)) = 0.7.0 # golang.org/x/exp : BSD -Provides: bundled(golang(golang.org/x/exp)) = 5e25df0 +Provides: bundled(golang(golang.org/x/exp)) = 24139be # golang.org/x/mod : BSD -Provides: bundled(golang(golang.org/x/mod)) = 0.8.0 +Provides: bundled(golang(golang.org/x/mod)) = 0.9.0 # golang.org/x/net : BSD -Provides: bundled(golang(golang.org/x/net)) = 0.7.0 +Provides: bundled(golang(golang.org/x/net)) = 0.8.0 # golang.org/x/sys : BSD -Provides: bundled(golang(golang.org/x/sys)) = 0.5.0 +Provides: bundled(golang(golang.org/x/sys)) = 0.6.0 # golang.org/x/text: BSD -Provides: bundled(golang(golang.org/x/text)) = 0.7.0 +Provides: bundled(golang(golang.org/x/text)) = 0.8.0 # golang.org/x/time : BSD Provides: bundled(golang(golang.org/x/time)) = 0.3.0 # golang.org/x/tools : BSD -Provides: bundled(golang(golang.org/x/tools)) = 0.6.0 +Provides: bundled(golang(golang.org/x/tools)) = 0.7.0 # google.golang.org/protobuf : BSD -Provides: bundled(golang(google.golang.org/protobuf)) = 1.28.1 +Provides: bundled(golang(google.golang.org/protobuf)) = 1.29.0 %description Syncthing replaces other file synchronization services with something From 119fee3d578895566c3ccbe835915a6e281884b5 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Wed, 7 Jun 2023 11:59:26 +0200 Subject: [PATCH 34/65] Update to version 1.23.5; Fixes RHBZ#2213024 --- .gitignore | 1 + sources | 2 +- syncthing.spec | 126 ++++++++++++++++++++++++------------------------- 3 files changed, 65 insertions(+), 64 deletions(-) diff --git a/.gitignore b/.gitignore index 9159715..4256594 100644 --- a/.gitignore +++ b/.gitignore @@ -74,3 +74,4 @@ /syncthing-source-v1.23.1.tar.gz /syncthing-source-v1.23.2.tar.gz /syncthing-source-v1.23.4.tar.gz +/syncthing-source-v1.23.5.tar.gz diff --git a/sources b/sources index 5cd3c29..22a5b41 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (syncthing-source-v1.23.4.tar.gz) = cf86b61af000e2b9555f1dee0dfc6c340254859b753d3af2d88ea7de8f49137e7dea2bc98a6d8e526b35707918761f010a93ff8ee243f49945364f2e7f928ae3 +SHA512 (syncthing-source-v1.23.5.tar.gz) = ef41c7bf8e693e3db5ea7c3cd645580a89131cc0fb48e12a50a24af28c86533bf973c58daea7cda5822544602c366a21f299c88dcd601e3913b6a08d5f4564dc diff --git a/syncthing.spec b/syncthing.spec index cb4d6e2..06d968c 100644 --- a/syncthing.spec +++ b/syncthing.spec @@ -1,6 +1,6 @@ %bcond_with devel -%global basever 1.23.4 +%global basever 1.23.5 #%%global rcnum 0 Name: syncthing @@ -13,11 +13,11 @@ Release: %autorelease %gometa -f -# syncthing (MPLv2.0) bundles +# syncthing (MPL-2.0) bundles # - angular, bootstrap, daterangepicker, fancytree, jQuery, moment (MIT), -# - ForkAwesome (MIT and OFL and CC-BY 3.0), and -# - a number of go packages (MIT and MPLv2.0 and BSD and ASL 2.0 and ISC) -License: MPLv2.0 and MIT and OFL and CC-BY and BSD and ASL 2.0 and ISC +# - ForkAwesome (MIT, OFL-1.1, CC-BY-3.0), and +# - a number of go packages (Apache-2.0, BSD-2-Clause, BSD-2-Clause-Views, BSD-3-Clause, ISC, MIT, MPL-2.0) +License: MPL-2.0 AND Apache-2.0 AND BSD-2-Clause AND BSD-2-Clause-Views AND BSD-3-Clause AND CC-BY-3.0 AND ISC AND MIT AND MPL-2.0 AND OFL-1.1 URL: https://syncthing.net # use official release tarball (contains vendored dependencies) @@ -48,8 +48,8 @@ Provides: bundled(moment) = 2.19.4 # github.com/AudriusButkevicius/pfilter : MIT Provides: bundled(golang(github.com/AudriusButkevicius/pfilter)) = 0.0.11 -# github.com/AudriusButkevicius/recli : MPLv2.0 -Provides: bundled(golang(github.com/AudriusButkevicius/recli)) = 0.0.6 +# github.com/AudriusButkevicius/recli : MPL-2.0 +Provides: bundled(golang(github.com/AudriusButkevicius/recli)) = d000ce8 # github.com/Azure/go-ntlmssp : MIT Provides: bundled(golang(github.com/Azure/go-ntlmssp)) = 754e693 # github.com/alecthomas/kong : MIT @@ -60,9 +60,9 @@ Provides: bundled(golang(github.com/beorn7/perks)) = 1.0.1 Provides: bundled(golang(github.com/calmh/incontainer)) = b3e71b1 # github.com/calmh/xdr : MIT Provides: bundled(golang(github.com/calmh/xdr)) = 1.1.0 -# github.com/ccding/go-stun : ASL 2.0 +# github.com/ccding/go-stun : Apache-2.0 Provides: bundled(golang(github.com/ccding/go-stun)) = 0.1.4 -# github.com/certifi/gocertifi : MPLv2.0 +# github.com/certifi/gocertifi : MPL-2.0 Provides: bundled(golang(github.com/certifi/gocertifi)) = 431795d # github.com/cespare/xxhash : MIT Provides: bundled(golang(github.com/cespare/xxhash/v2)) = 2.2.0 @@ -72,9 +72,9 @@ Provides: bundled(golang(github.com/chmduquesne/rollinghash)) = 4.0.0+inco Provides: bundled(golang(github.com/cpuguy83/go-md2man/v2)) = 2.0.2 # github.com/d4l3k/messagediff : MIT Provides: bundled(golang(github.com/d4l3k/messagediff)) = 1.2.1 -# github.com/flynn-archive/go-shlex : ASL 2.0 +# github.com/flynn-archive/go-shlex : Apache-2.0 Provides: bundled(golang(github.com/flynn-archive/go-shlex)) = 3f9db97 -# github.com/getsentry/raven-go : BSD +# github.com/getsentry/raven-go : BSD-3-Clause Provides: bundled(golang(github.com/getsentry/raven-go)) = 0.2.0 # github.com/go-asn1-ber/asn1-ber : MIT Provides: bundled(golang(github.com/go-asn1-ber/asn1-ber)) = 1.5.4 @@ -83,28 +83,28 @@ Provides: bundled(golang(github.com/go-ldap/ldap/v3)) = 3.4.4 # github.com/go-ole/go-ole : MIT Provides: bundled(golang(github.com/go-ole/go-ole)) = 1.2.6 # github.com/go-task/slim-sprig : MIT -Provides: bundled(golang(github.com/go-task/slim-sprig)) = 348f09d +Provides: bundled(golang(github.com/go-task/slim-sprig)) = 52ccab3 # github.com/gobwas/glob : MIT Provides: bundled(golang(github.com/gobwas/glob)) = 0.2.3 -# github.com/gogo/protobuf : BSD +# github.com/gogo/protobuf : BSD-3-Clause Provides: bundled(golang(github.com/gogo/protobuf)) = 1.3.2 -# github.com/golang/mock : ASL 2.0 +# github.com/golang/mock : Apache-2.0 Provides: bundled(golang(github.com/golang/mock)) = 1.6.0 -# github.com/golang/protobuf : BSD +# github.com/golang/protobuf : BSD-3-Clause Provides: bundled(golang(github.com/golang/protobuf)) = 1.5.3 -# github.com/golang/snappy : BSD +# github.com/golang/snappy : BSD-3-Clause Provides: bundled(golang(github.com/golang/snappy)) = 0.0.4 -# github.com/google/pprof : ASL 2.0 -Provides: bundled(golang(github.com/google/pprof)) = d61513b -# github.com/greatroar/blobloom : ASL 2.0 +# github.com/google/pprof : Apache-2.0 +Provides: bundled(golang(github.com/google/pprof)) = 00490a6 +# github.com/greatroar/blobloom : Apache-2.0 Provides: bundled(golang(github.com/greatroar/blobloom)) = 0.7.2 -# github.com/hashicorp/golang-lru : MPLv2.0 +# github.com/hashicorp/golang-lru : MPL-2.0 Provides: bundled(golang(github.com/hashicorp/golang-lru/v2)) = 2.0.2 -# github.com/jackpal/gateway : BSD -Provides: bundled(golang(github.com/jackpal/gateway)) = 1.0.7 -# github.com/jackpal/go-nat-pmp : ASL 2.0 +# github.com/jackpal/gateway : BSD-3-Clause +Provides: bundled(golang(github.com/jackpal/gateway)) = 1.0.10 +# github.com/jackpal/go-nat-pmp : Apache-2.0 Provides: bundled(golang(github.com/jackpal/go-nat-pmp)) = 1.0.2 -# github.com/julienschmidt/httprouter : BSD +# github.com/julienschmidt/httprouter : BSD-3-Clause Provides: bundled(golang(github.com/julienschmidt/httprouter)) = 1.3.0 # github.com/kballard/go-shellquote : MIT Provides: bundled(golang(github.com/kballard/go-shellquote)) = 95032a8 @@ -112,82 +112,82 @@ Provides: bundled(golang(github.com/kballard/go-shellquote)) = 95032a8 Provides: bundled(golang(github.com/klauspost/cpuid/v2)) = 2.2.4 # github.com/lib/pq : MIT Provides: bundled(golang(github.com/lib/pq)) = 1.10.7 -# github.com/maruel/panicparse : ASL 2.0 +# github.com/maruel/panicparse : Apache-2.0 Provides: bundled(golang(github.com/maruel/panicparse/v2)) = 2.3.1 -# github.com/matttproud/golang_protobuf_extensions : ASL 2.0 +# github.com/matttproud/golang_protobuf_extensions : Apache-2.0 Provides: bundled(golang(github.com/matttproud/golang_protobuf_extensions)) = 1.0.4 # github.com/maxbrunsfeld/counterfeiter : MIT Provides: bundled(golang(github.com/maxbrunsfeld/counterfeiter/v6)) = 6.5.0 -# github.com/minio/sha256-simd : ASL 2.0 +# github.com/minio/sha256-simd : Apache-2.0 Provides: bundled(golang(github.com/minio/sha256-simd)) = 1.0.0 # github.com/miscreant/miscreant.go : MIT Provides: bundled(golang(github.com/miscreant/miscreant.go)) = 26d3763 # github.com/onsi/ginkgo : MIT -Provides: bundled(golang(github.com/onsi/ginkgo/v2)) = 2.9.0 +Provides: bundled(golang(github.com/onsi/ginkgo/v2)) = 2.9.2 # github.com/oschwald/geoip2-golang : ISC Provides: bundled(golang(github.com/oschwald/geoip2-golang)) = 1.8.0 # github.com/oschwald/maxminddb-golang : ISC Provides: bundled(golang(github.com/oschwald/maxminddb-golang)) = 1.10.0 -# github.com/petermattis/goid : ASL 2.0 -Provides: bundled(golang(github.com/petermattis/goid)) = 8ff7bb2 -# github.com/pierrec/lz4 : BSD +# github.com/petermattis/goid : Apache-2.0 +Provides: bundled(golang(github.com/petermattis/goid)) = 371a4b8 +# github.com/pierrec/lz4 : BSD-3-Clause Provides: bundled(golang(github.com/pierrec/lz4/v4)) = 4.1.17 -# github.com/pkg/errors : BSD +# github.com/pkg/errors : BSD-2-Clause Provides: bundled(golang(github.com/pkg/errors)) = 0.9.1 # github.com/power-devops/perfstat : MIT Provides: bundled(golang(github.com/power-devops/perfstat)) = 62379fc -# github.com/prometheus/client_golang : ASL 2.0 +# github.com/prometheus/client_golang : Apache-2.0 Provides: bundled(golang(github.com/prometheus/client_golang)) = 1.14.0 -# github.com/prometheus/client_model : ASL 2.0 +# github.com/prometheus/client_model : Apache-2.0 Provides: bundled(golang(github.com/prometheus/client_model)) = 0.3.0 -# github.com/prometheus/common : ASL 2.0 +# github.com/prometheus/common : Apache-2.0 Provides: bundled(golang(github.com/prometheus/common)) = 0.42.0 -# github.com/prometheus/procfs : ASL 2.0 +# github.com/prometheus/procfs : Apache-2.0 Provides: bundled(golang(github.com/prometheus/procfs)) = 0.9.0 # github.com/quic-go/qtls-go1-19 : BSD-3-Clause -Provides: bundled(golang(github.com/quic-go/qtls-go1-19)) = 0.2.1 +Provides: bundled(golang(github.com/quic-go/qtls-go1-19)) = 0.3.2 # github.com/quic-go/qtls-go1-20 : BSD-3-Clause -Provides: bundled(golang(github.com/quic-go/qtls-go1-20)) = 0.1.1 +Provides: bundled(golang(github.com/quic-go/qtls-go1-20)) = 0.2.2 # github.com/quic-go/quic-go : MIT -Provides: bundled(golang(github.com/quic-go/quic-go)) = 0.33.0 -# github.com/rcrowley/go-metrics : BSD +Provides: bundled(golang(github.com/quic-go/quic-go)) = 0.34.0 +# github.com/rcrowley/go-metrics : BSD-2-Clause-Views Provides: bundled(golang(github.com/rcrowley/go-metrics)) = cf1acfc -# github.com/russross/blackfriday : BSD +# github.com/russross/blackfriday : BSD-2-Clause Provides: bundled(golang(github.com/russross/blackfriday/v2)) = 2.1.0 -# github.com/sasha-s/go-deadlock : ASL 2.0 +# github.com/sasha-s/go-deadlock : Apache-2.0 Provides: bundled(golang(github.com/sasha-s/go-deadlock)) = 0.3.1 -# github.com/shirou/gopsutil : BSD -Provides: bundled(golang(github.com/shirou/gopsutil/v3)) = 3.23.2 +# github.com/shirou/gopsutil : BSD-3-Clause +Provides: bundled(golang(github.com/shirou/gopsutil/v3)) = 3.23.3 # github.com/syncthing/notify : MIT Provides: bundled(golang(github.com/syncthing/notify)) = c6b7342 -# github.com/syndtr/goleveldb : BSD +# github.com/syndtr/goleveldb : BSD-2-Clause Provides: bundled(golang(github.com/syndtr/goleveldb)) = 126854a # github.com/thejerf/suture : MIT Provides: bundled(golang(github.com/thejerf/suture/v4)) = 4.0.2 # github.com/urfave/cli : MIT Provides: bundled(golang(github.com/urfave/cli)) = 1.22.12 -# github.com/vitrun/qart : ASL 2.0 and BSD +# github.com/vitrun/qart : Apache-2.0 AND BSD-3-Clause Provides: bundled(golang(github.com/vitrun/qart)) = bf64b92 # github.com/yusufpapurcu/wmi : MIT Provides: bundled(golang(github.com/yusufpapurcu/wmi)) = 1.2.2 -# golang.org/x/crypto : BSD -Provides: bundled(golang(golang.org/x/crypto)) = 0.7.0 -# golang.org/x/exp : BSD -Provides: bundled(golang(golang.org/x/exp)) = 24139be -# golang.org/x/mod : BSD -Provides: bundled(golang(golang.org/x/mod)) = 0.9.0 -# golang.org/x/net : BSD -Provides: bundled(golang(golang.org/x/net)) = 0.8.0 -# golang.org/x/sys : BSD -Provides: bundled(golang(golang.org/x/sys)) = 0.6.0 -# golang.org/x/text: BSD -Provides: bundled(golang(golang.org/x/text)) = 0.8.0 -# golang.org/x/time : BSD +# golang.org/x/crypto : BSD-3-Clause +Provides: bundled(golang(golang.org/x/crypto)) = 0.8.0 +# golang.org/x/exp : BSD-3-Clause +Provides: bundled(golang(golang.org/x/exp)) = 10a5072 +# golang.org/x/mod : BSD-3-Clause +Provides: bundled(golang(golang.org/x/mod)) = 0.10.0 +# golang.org/x/net : BSD-3-Clause +Provides: bundled(golang(golang.org/x/net)) = 0.9.0 +# golang.org/x/sys : BSD-3-Clause +Provides: bundled(golang(golang.org/x/sys)) = 0.7.0 +# golang.org/x/text : BSD-3-Clause +Provides: bundled(golang(golang.org/x/text)) = 0.9.0 +# golang.org/x/time : BSD-3-Clause Provides: bundled(golang(golang.org/x/time)) = 0.3.0 -# golang.org/x/tools : BSD -Provides: bundled(golang(golang.org/x/tools)) = 0.7.0 -# google.golang.org/protobuf : BSD -Provides: bundled(golang(google.golang.org/protobuf)) = 1.29.0 +# golang.org/x/tools : BSD-3-Clause +Provides: bundled(golang(golang.org/x/tools)) = 0.8.0 +# google.golang.org/protobuf : BSD-3-Clause +Provides: bundled(golang(google.golang.org/protobuf)) = 1.30.0 %description Syncthing replaces other file synchronization services with something From e815c48fad6d0290bb2e47089137b739536c5082 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Fri, 7 Jul 2023 23:18:12 +0200 Subject: [PATCH 35/65] Update to version 1.23.6; Fixes RHBZ#2219420 --- .gitignore | 1 + 0d64427.patch | 104 --------------------------------------------- README.md | 2 + sources | 2 +- syncthing.spec | 42 +++++++++--------- vendor2provides.py | 3 +- 6 files changed, 27 insertions(+), 127 deletions(-) delete mode 100644 0d64427.patch diff --git a/.gitignore b/.gitignore index 4256594..5fa6479 100644 --- a/.gitignore +++ b/.gitignore @@ -75,3 +75,4 @@ /syncthing-source-v1.23.2.tar.gz /syncthing-source-v1.23.4.tar.gz /syncthing-source-v1.23.5.tar.gz +/syncthing-source-v1.23.6.tar.gz diff --git a/0d64427.patch b/0d64427.patch deleted file mode 100644 index 6bc6c77..0000000 --- a/0d64427.patch +++ /dev/null @@ -1,104 +0,0 @@ -From 0d6442721aecadf685a16cca0ef874df468b2009 Mon Sep 17 00:00:00 2001 -From: Simon Frei -Date: Tue, 3 Dec 2019 15:11:39 +0100 -Subject: [PATCH] lib/protocol: Decrease runtime/mem usage of bufferpool - stresstest (ref #6209) - ---- - lib/protocol/bufferpool_test.go | 58 +++++++++++++++++++++------------ - 1 file changed, 38 insertions(+), 20 deletions(-) - -diff --git a/lib/protocol/bufferpool_test.go b/lib/protocol/bufferpool_test.go -index ab889ba88f..f7c6f67ce3 100644 ---- a/lib/protocol/bufferpool_test.go -+++ b/lib/protocol/bufferpool_test.go -@@ -3,7 +3,6 @@ - package protocol - - import ( -- "sync" - "testing" - "time" - -@@ -70,18 +69,47 @@ func TestStressBufferPool(t *testing.T) { - } - - const routines = 10 -- const runtime = 2 * time.Second - - bp := newBufferPool() -- t0 := time.Now() - -- var wg sync.WaitGroup -+ timeout := time.After(2 * time.Second) -+ done := make(chan struct{}) -+ checkDone := func() bool { -+ if bp.puts == 0 || bp.skips == 0 || bp.misses == 0 { -+ return false -+ } -+ var hits int64 -+ for _, h := range bp.hits { -+ hits += h -+ } -+ return hits > 0 -+ } -+ -+ go func() { -+ for { -+ select { -+ case <-time.After(50 * time.Millisecond): -+ if checkDone() { -+ close(done) -+ return -+ } -+ case <-timeout: -+ return -+ } -+ } -+ }() -+ - fail := make(chan struct{}, routines) - for i := 0; i < routines; i++ { -- wg.Add(1) - go func() { -- defer wg.Done() -- for time.Since(t0) < runtime { -+ for { -+ select { -+ case <-done: -+ return -+ case <-timeout: -+ return -+ default: -+ } - blocks := make([][]byte, 10) - for i := range blocks { - // Request a block of random size with the range -@@ -101,24 +129,14 @@ func TestStressBufferPool(t *testing.T) { - }() - } - -- wg.Wait() - select { - case <-fail: - t.Fatal("a block was bad size") -+ case <-done: -+ case <-timeout: -+ t.Fatal("timed out before exercising all paths") - default: - } -- -- t.Log(bp.puts, bp.skips, bp.misses, bp.hits) -- if bp.puts == 0 || bp.skips == 0 || bp.misses == 0 { -- t.Error("didn't exercise some paths") -- } -- var hits int64 -- for _, h := range bp.hits { -- hits += h -- } -- if hits == 0 { -- t.Error("didn't exercise some paths") -- } - } - - func shouldPanic(t *testing.T, fn func()) { diff --git a/README.md b/README.md index 7864bd6..320aafb 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +# syncthing + ## Usage By default, the syncthing service isn't enabled after installation. Depending on diff --git a/sources b/sources index 22a5b41..58c7a81 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (syncthing-source-v1.23.5.tar.gz) = ef41c7bf8e693e3db5ea7c3cd645580a89131cc0fb48e12a50a24af28c86533bf973c58daea7cda5822544602c366a21f299c88dcd601e3913b6a08d5f4564dc +SHA512 (syncthing-source-v1.23.6.tar.gz) = 32162bcf1677015d3359a141968c9e3544c8bd631905489a11bf79f45fa4ae442e8dc0f24c19c2b55defd88b3d5b56ae35d352aac9c09f6b82c50fd8b27fc796 diff --git a/syncthing.spec b/syncthing.spec index 06d968c..5540fe1 100644 --- a/syncthing.spec +++ b/syncthing.spec @@ -1,6 +1,6 @@ %bcond_with devel -%global basever 1.23.5 +%global basever 1.23.6 #%%global rcnum 0 Name: syncthing @@ -79,7 +79,7 @@ Provides: bundled(golang(github.com/getsentry/raven-go)) = 0.2.0 # github.com/go-asn1-ber/asn1-ber : MIT Provides: bundled(golang(github.com/go-asn1-ber/asn1-ber)) = 1.5.4 # github.com/go-ldap/ldap : MIT -Provides: bundled(golang(github.com/go-ldap/ldap/v3)) = 3.4.4 +Provides: bundled(golang(github.com/go-ldap/ldap/v3)) = 3.4.5 # github.com/go-ole/go-ole : MIT Provides: bundled(golang(github.com/go-ole/go-ole)) = 1.2.6 # github.com/go-task/slim-sprig : MIT @@ -99,7 +99,7 @@ Provides: bundled(golang(github.com/google/pprof)) = 00490a6 # github.com/greatroar/blobloom : Apache-2.0 Provides: bundled(golang(github.com/greatroar/blobloom)) = 0.7.2 # github.com/hashicorp/golang-lru : MPL-2.0 -Provides: bundled(golang(github.com/hashicorp/golang-lru/v2)) = 2.0.2 +Provides: bundled(golang(github.com/hashicorp/golang-lru/v2)) = 2.0.3 # github.com/jackpal/gateway : BSD-3-Clause Provides: bundled(golang(github.com/jackpal/gateway)) = 1.0.10 # github.com/jackpal/go-nat-pmp : Apache-2.0 @@ -109,9 +109,9 @@ Provides: bundled(golang(github.com/julienschmidt/httprouter)) = 1.3.0 # github.com/kballard/go-shellquote : MIT Provides: bundled(golang(github.com/kballard/go-shellquote)) = 95032a8 # github.com/klauspost/cpuid : MIT -Provides: bundled(golang(github.com/klauspost/cpuid/v2)) = 2.2.4 +Provides: bundled(golang(github.com/klauspost/cpuid/v2)) = 2.2.5 # github.com/lib/pq : MIT -Provides: bundled(golang(github.com/lib/pq)) = 1.10.7 +Provides: bundled(golang(github.com/lib/pq)) = 1.10.9 # github.com/maruel/panicparse : Apache-2.0 Provides: bundled(golang(github.com/maruel/panicparse/v2)) = 2.3.1 # github.com/matttproud/golang_protobuf_extensions : Apache-2.0 @@ -119,17 +119,17 @@ Provides: bundled(golang(github.com/matttproud/golang_protobuf_extensions) # github.com/maxbrunsfeld/counterfeiter : MIT Provides: bundled(golang(github.com/maxbrunsfeld/counterfeiter/v6)) = 6.5.0 # github.com/minio/sha256-simd : Apache-2.0 -Provides: bundled(golang(github.com/minio/sha256-simd)) = 1.0.0 +Provides: bundled(golang(github.com/minio/sha256-simd)) = 1.0.1 # github.com/miscreant/miscreant.go : MIT Provides: bundled(golang(github.com/miscreant/miscreant.go)) = 26d3763 # github.com/onsi/ginkgo : MIT -Provides: bundled(golang(github.com/onsi/ginkgo/v2)) = 2.9.2 +Provides: bundled(golang(github.com/onsi/ginkgo/v2)) = 2.10.0 # github.com/oschwald/geoip2-golang : ISC Provides: bundled(golang(github.com/oschwald/geoip2-golang)) = 1.8.0 # github.com/oschwald/maxminddb-golang : ISC Provides: bundled(golang(github.com/oschwald/maxminddb-golang)) = 1.10.0 # github.com/petermattis/goid : Apache-2.0 -Provides: bundled(golang(github.com/petermattis/goid)) = 371a4b8 +Provides: bundled(golang(github.com/petermattis/goid)) = 80aa455 # github.com/pierrec/lz4 : BSD-3-Clause Provides: bundled(golang(github.com/pierrec/lz4/v4)) = 4.1.17 # github.com/pkg/errors : BSD-2-Clause @@ -137,13 +137,13 @@ Provides: bundled(golang(github.com/pkg/errors)) = 0.9.1 # github.com/power-devops/perfstat : MIT Provides: bundled(golang(github.com/power-devops/perfstat)) = 62379fc # github.com/prometheus/client_golang : Apache-2.0 -Provides: bundled(golang(github.com/prometheus/client_golang)) = 1.14.0 +Provides: bundled(golang(github.com/prometheus/client_golang)) = 1.15.1 # github.com/prometheus/client_model : Apache-2.0 -Provides: bundled(golang(github.com/prometheus/client_model)) = 0.3.0 +Provides: bundled(golang(github.com/prometheus/client_model)) = 0.4.0 # github.com/prometheus/common : Apache-2.0 -Provides: bundled(golang(github.com/prometheus/common)) = 0.42.0 +Provides: bundled(golang(github.com/prometheus/common)) = 0.44.0 # github.com/prometheus/procfs : Apache-2.0 -Provides: bundled(golang(github.com/prometheus/procfs)) = 0.9.0 +Provides: bundled(golang(github.com/prometheus/procfs)) = 0.10.1 # github.com/quic-go/qtls-go1-19 : BSD-3-Clause Provides: bundled(golang(github.com/quic-go/qtls-go1-19)) = 0.3.2 # github.com/quic-go/qtls-go1-20 : BSD-3-Clause @@ -157,7 +157,7 @@ Provides: bundled(golang(github.com/russross/blackfriday/v2)) = 2.1.0 # github.com/sasha-s/go-deadlock : Apache-2.0 Provides: bundled(golang(github.com/sasha-s/go-deadlock)) = 0.3.1 # github.com/shirou/gopsutil : BSD-3-Clause -Provides: bundled(golang(github.com/shirou/gopsutil/v3)) = 3.23.3 +Provides: bundled(golang(github.com/shirou/gopsutil/v3)) = 3.23.5 # github.com/syncthing/notify : MIT Provides: bundled(golang(github.com/syncthing/notify)) = c6b7342 # github.com/syndtr/goleveldb : BSD-2-Clause @@ -165,27 +165,27 @@ Provides: bundled(golang(github.com/syndtr/goleveldb)) = 126854a # github.com/thejerf/suture : MIT Provides: bundled(golang(github.com/thejerf/suture/v4)) = 4.0.2 # github.com/urfave/cli : MIT -Provides: bundled(golang(github.com/urfave/cli)) = 1.22.12 +Provides: bundled(golang(github.com/urfave/cli)) = 1.22.14 # github.com/vitrun/qart : Apache-2.0 AND BSD-3-Clause Provides: bundled(golang(github.com/vitrun/qart)) = bf64b92 # github.com/yusufpapurcu/wmi : MIT -Provides: bundled(golang(github.com/yusufpapurcu/wmi)) = 1.2.2 +Provides: bundled(golang(github.com/yusufpapurcu/wmi)) = 1.2.3 # golang.org/x/crypto : BSD-3-Clause -Provides: bundled(golang(golang.org/x/crypto)) = 0.8.0 +Provides: bundled(golang(golang.org/x/crypto)) = 0.10.0 # golang.org/x/exp : BSD-3-Clause -Provides: bundled(golang(golang.org/x/exp)) = 10a5072 +Provides: bundled(golang(golang.org/x/exp)) = 2e198f4 # golang.org/x/mod : BSD-3-Clause Provides: bundled(golang(golang.org/x/mod)) = 0.10.0 # golang.org/x/net : BSD-3-Clause -Provides: bundled(golang(golang.org/x/net)) = 0.9.0 +Provides: bundled(golang(golang.org/x/net)) = 0.11.0 # golang.org/x/sys : BSD-3-Clause -Provides: bundled(golang(golang.org/x/sys)) = 0.7.0 +Provides: bundled(golang(golang.org/x/sys)) = 0.9.0 # golang.org/x/text : BSD-3-Clause -Provides: bundled(golang(golang.org/x/text)) = 0.9.0 +Provides: bundled(golang(golang.org/x/text)) = 0.10.0 # golang.org/x/time : BSD-3-Clause Provides: bundled(golang(golang.org/x/time)) = 0.3.0 # golang.org/x/tools : BSD-3-Clause -Provides: bundled(golang(golang.org/x/tools)) = 0.8.0 +Provides: bundled(golang(golang.org/x/tools)) = 0.9.3 # google.golang.org/protobuf : BSD-3-Clause Provides: bundled(golang(google.golang.org/protobuf)) = 1.30.0 diff --git a/vendor2provides.py b/vendor2provides.py index d4fc942..ce1afb8 100755 --- a/vendor2provides.py +++ b/vendor2provides.py @@ -6,7 +6,8 @@ # Parse modules.txt files into rpm .spec file Provides for bundled dependencies. # Written by Fabio "decathorpe" Valentini for # the fedora syncthing package: https://src.fedoraproject.org/rpms/syncthing -# SPDX-License-Identifier: CC0-1.0 OR Unlicense +# +# SPDX-License-Identifier: Unlicense import os import sys From db8e12f6f4711a1c47551791f05c09827b5a583c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jul 2023 03:01:06 +0000 Subject: [PATCH 36/65] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering From ba7ad2bfebf1cd4d174e065e9e62e2330a6ddc69 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Fri, 1 Sep 2023 21:08:36 +0200 Subject: [PATCH 37/65] Update to version 1.23.7; Fixes RHBZ#2230629 --- .gitignore | 1 + sources | 2 +- syncthing.spec | 38 +++++++++++++++++++------------------- 3 files changed, 21 insertions(+), 20 deletions(-) diff --git a/.gitignore b/.gitignore index 5fa6479..ea0978e 100644 --- a/.gitignore +++ b/.gitignore @@ -76,3 +76,4 @@ /syncthing-source-v1.23.4.tar.gz /syncthing-source-v1.23.5.tar.gz /syncthing-source-v1.23.6.tar.gz +/syncthing-source-v1.23.7.tar.gz diff --git a/sources b/sources index 58c7a81..d175791 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (syncthing-source-v1.23.6.tar.gz) = 32162bcf1677015d3359a141968c9e3544c8bd631905489a11bf79f45fa4ae442e8dc0f24c19c2b55defd88b3d5b56ae35d352aac9c09f6b82c50fd8b27fc796 +SHA512 (syncthing-source-v1.23.7.tar.gz) = c52a0e80eb572b2f59b0be2222244ded68e8807ad6d65ecb9b94efa0eaae9c80fcae42e28665b0d0f95aa1018553fdab95f5d52a5dbab8ec700206b5644de28e diff --git a/syncthing.spec b/syncthing.spec index 5540fe1..7619c20 100644 --- a/syncthing.spec +++ b/syncthing.spec @@ -1,6 +1,6 @@ %bcond_with devel -%global basever 1.23.6 +%global basever 1.23.7 #%%global rcnum 0 Name: syncthing @@ -53,7 +53,7 @@ Provides: bundled(golang(github.com/AudriusButkevicius/recli)) = d000ce8 # github.com/Azure/go-ntlmssp : MIT Provides: bundled(golang(github.com/Azure/go-ntlmssp)) = 754e693 # github.com/alecthomas/kong : MIT -Provides: bundled(golang(github.com/alecthomas/kong)) = 0.7.1 +Provides: bundled(golang(github.com/alecthomas/kong)) = 0.8.0 # github.com/beorn7/perks : MIT Provides: bundled(golang(github.com/beorn7/perks)) = 1.0.1 # github.com/calmh/incontainer : MIT @@ -95,11 +95,11 @@ Provides: bundled(golang(github.com/golang/protobuf)) = 1.5.3 # github.com/golang/snappy : BSD-3-Clause Provides: bundled(golang(github.com/golang/snappy)) = 0.0.4 # github.com/google/pprof : Apache-2.0 -Provides: bundled(golang(github.com/google/pprof)) = 00490a6 +Provides: bundled(golang(github.com/google/pprof)) = 200ffdc # github.com/greatroar/blobloom : Apache-2.0 Provides: bundled(golang(github.com/greatroar/blobloom)) = 0.7.2 # github.com/hashicorp/golang-lru : MPL-2.0 -Provides: bundled(golang(github.com/hashicorp/golang-lru/v2)) = 2.0.3 +Provides: bundled(golang(github.com/hashicorp/golang-lru/v2)) = 2.0.4 # github.com/jackpal/gateway : BSD-3-Clause Provides: bundled(golang(github.com/jackpal/gateway)) = 1.0.10 # github.com/jackpal/go-nat-pmp : Apache-2.0 @@ -123,27 +123,27 @@ Provides: bundled(golang(github.com/minio/sha256-simd)) = 1.0.1 # github.com/miscreant/miscreant.go : MIT Provides: bundled(golang(github.com/miscreant/miscreant.go)) = 26d3763 # github.com/onsi/ginkgo : MIT -Provides: bundled(golang(github.com/onsi/ginkgo/v2)) = 2.10.0 +Provides: bundled(golang(github.com/onsi/ginkgo/v2)) = 2.11.0 # github.com/oschwald/geoip2-golang : ISC -Provides: bundled(golang(github.com/oschwald/geoip2-golang)) = 1.8.0 +Provides: bundled(golang(github.com/oschwald/geoip2-golang)) = 1.9.0 # github.com/oschwald/maxminddb-golang : ISC -Provides: bundled(golang(github.com/oschwald/maxminddb-golang)) = 1.10.0 +Provides: bundled(golang(github.com/oschwald/maxminddb-golang)) = 1.11.0 # github.com/petermattis/goid : Apache-2.0 Provides: bundled(golang(github.com/petermattis/goid)) = 80aa455 # github.com/pierrec/lz4 : BSD-3-Clause -Provides: bundled(golang(github.com/pierrec/lz4/v4)) = 4.1.17 +Provides: bundled(golang(github.com/pierrec/lz4/v4)) = 4.1.18 # github.com/pkg/errors : BSD-2-Clause Provides: bundled(golang(github.com/pkg/errors)) = 0.9.1 # github.com/power-devops/perfstat : MIT Provides: bundled(golang(github.com/power-devops/perfstat)) = 62379fc # github.com/prometheus/client_golang : Apache-2.0 -Provides: bundled(golang(github.com/prometheus/client_golang)) = 1.15.1 +Provides: bundled(golang(github.com/prometheus/client_golang)) = 1.16.0 # github.com/prometheus/client_model : Apache-2.0 Provides: bundled(golang(github.com/prometheus/client_model)) = 0.4.0 # github.com/prometheus/common : Apache-2.0 Provides: bundled(golang(github.com/prometheus/common)) = 0.44.0 # github.com/prometheus/procfs : Apache-2.0 -Provides: bundled(golang(github.com/prometheus/procfs)) = 0.10.1 +Provides: bundled(golang(github.com/prometheus/procfs)) = 0.11.0 # github.com/quic-go/qtls-go1-19 : BSD-3-Clause Provides: bundled(golang(github.com/quic-go/qtls-go1-19)) = 0.3.2 # github.com/quic-go/qtls-go1-20 : BSD-3-Clause @@ -157,7 +157,7 @@ Provides: bundled(golang(github.com/russross/blackfriday/v2)) = 2.1.0 # github.com/sasha-s/go-deadlock : Apache-2.0 Provides: bundled(golang(github.com/sasha-s/go-deadlock)) = 0.3.1 # github.com/shirou/gopsutil : BSD-3-Clause -Provides: bundled(golang(github.com/shirou/gopsutil/v3)) = 3.23.5 +Provides: bundled(golang(github.com/shirou/gopsutil/v3)) = 3.23.6 # github.com/syncthing/notify : MIT Provides: bundled(golang(github.com/syncthing/notify)) = c6b7342 # github.com/syndtr/goleveldb : BSD-2-Clause @@ -171,23 +171,23 @@ Provides: bundled(golang(github.com/vitrun/qart)) = bf64b92 # github.com/yusufpapurcu/wmi : MIT Provides: bundled(golang(github.com/yusufpapurcu/wmi)) = 1.2.3 # golang.org/x/crypto : BSD-3-Clause -Provides: bundled(golang(golang.org/x/crypto)) = 0.10.0 +Provides: bundled(golang(golang.org/x/crypto)) = 0.11.0 # golang.org/x/exp : BSD-3-Clause -Provides: bundled(golang(golang.org/x/exp)) = 2e198f4 +Provides: bundled(golang(golang.org/x/exp)) = fffb143 # golang.org/x/mod : BSD-3-Clause -Provides: bundled(golang(golang.org/x/mod)) = 0.10.0 +Provides: bundled(golang(golang.org/x/mod)) = 0.12.0 # golang.org/x/net : BSD-3-Clause -Provides: bundled(golang(golang.org/x/net)) = 0.11.0 +Provides: bundled(golang(golang.org/x/net)) = 0.12.0 # golang.org/x/sys : BSD-3-Clause -Provides: bundled(golang(golang.org/x/sys)) = 0.9.0 +Provides: bundled(golang(golang.org/x/sys)) = 0.10.0 # golang.org/x/text : BSD-3-Clause -Provides: bundled(golang(golang.org/x/text)) = 0.10.0 +Provides: bundled(golang(golang.org/x/text)) = 0.11.0 # golang.org/x/time : BSD-3-Clause Provides: bundled(golang(golang.org/x/time)) = 0.3.0 # golang.org/x/tools : BSD-3-Clause -Provides: bundled(golang(golang.org/x/tools)) = 0.9.3 +Provides: bundled(golang(golang.org/x/tools)) = 0.11.0 # google.golang.org/protobuf : BSD-3-Clause -Provides: bundled(golang(google.golang.org/protobuf)) = 1.30.0 +Provides: bundled(golang(google.golang.org/protobuf)) = 1.31.0 %description Syncthing replaces other file synchronization services with something From 13dbff091fba82d6505713c8c45ff7dbac11cf00 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Sun, 17 Sep 2023 11:46:19 +0200 Subject: [PATCH 38/65] Update to version 1.24.0; Fixes RHBZ#2237824 --- .gitignore | 1 + sources | 2 +- syncthing.spec | 43 +++++++++++++++++++++---------------------- 3 files changed, 23 insertions(+), 23 deletions(-) diff --git a/.gitignore b/.gitignore index ea0978e..11332a3 100644 --- a/.gitignore +++ b/.gitignore @@ -77,3 +77,4 @@ /syncthing-source-v1.23.5.tar.gz /syncthing-source-v1.23.6.tar.gz /syncthing-source-v1.23.7.tar.gz +/syncthing-source-v1.24.0.tar.gz diff --git a/sources b/sources index d175791..cf7e76f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (syncthing-source-v1.23.7.tar.gz) = c52a0e80eb572b2f59b0be2222244ded68e8807ad6d65ecb9b94efa0eaae9c80fcae42e28665b0d0f95aa1018553fdab95f5d52a5dbab8ec700206b5644de28e +SHA512 (syncthing-source-v1.24.0.tar.gz) = bc53ee04b3454642606047d2009fb9adaafd509d0a4e52a4b6e57565bf502615bfcbc29e15b30733ee8eace62685b00a784347f63c2986ccf90b70631f858908 diff --git a/syncthing.spec b/syncthing.spec index 7619c20..b06ac98 100644 --- a/syncthing.spec +++ b/syncthing.spec @@ -1,6 +1,6 @@ %bcond_with devel -%global basever 1.23.7 +%global basever 1.24.0 #%%global rcnum 0 Name: syncthing @@ -17,7 +17,7 @@ Release: %autorelease # - angular, bootstrap, daterangepicker, fancytree, jQuery, moment (MIT), # - ForkAwesome (MIT, OFL-1.1, CC-BY-3.0), and # - a number of go packages (Apache-2.0, BSD-2-Clause, BSD-2-Clause-Views, BSD-3-Clause, ISC, MIT, MPL-2.0) -License: MPL-2.0 AND Apache-2.0 AND BSD-2-Clause AND BSD-2-Clause-Views AND BSD-3-Clause AND CC-BY-3.0 AND ISC AND MIT AND MPL-2.0 AND OFL-1.1 +License: MPL-2.0 AND Apache-2.0 AND BSD-2-Clause AND BSD-2-Clause-Views AND BSD-3-Clause AND CC-BY-3.0 AND ISC AND MIT AND OFL-1.1 URL: https://syncthing.net # use official release tarball (contains vendored dependencies) @@ -46,8 +46,6 @@ Provides: bundled(moment) = 2.19.4 # manually check licenses for new deps and update License tag if necessary # generate with "./vendor2provides.py path/to/vendor/modules.txt" -# github.com/AudriusButkevicius/pfilter : MIT -Provides: bundled(golang(github.com/AudriusButkevicius/pfilter)) = 0.0.11 # github.com/AudriusButkevicius/recli : MPL-2.0 Provides: bundled(golang(github.com/AudriusButkevicius/recli)) = d000ce8 # github.com/Azure/go-ntlmssp : MIT @@ -81,7 +79,7 @@ Provides: bundled(golang(github.com/go-asn1-ber/asn1-ber)) = 1.5.4 # github.com/go-ldap/ldap : MIT Provides: bundled(golang(github.com/go-ldap/ldap/v3)) = 3.4.5 # github.com/go-ole/go-ole : MIT -Provides: bundled(golang(github.com/go-ole/go-ole)) = 1.2.6 +Provides: bundled(golang(github.com/go-ole/go-ole)) = 1.3.0 # github.com/go-task/slim-sprig : MIT Provides: bundled(golang(github.com/go-task/slim-sprig)) = 52ccab3 # github.com/gobwas/glob : MIT @@ -95,11 +93,11 @@ Provides: bundled(golang(github.com/golang/protobuf)) = 1.5.3 # github.com/golang/snappy : BSD-3-Clause Provides: bundled(golang(github.com/golang/snappy)) = 0.0.4 # github.com/google/pprof : Apache-2.0 -Provides: bundled(golang(github.com/google/pprof)) = 200ffdc +Provides: bundled(golang(github.com/google/pprof)) = 407c9e7 # github.com/greatroar/blobloom : Apache-2.0 Provides: bundled(golang(github.com/greatroar/blobloom)) = 0.7.2 # github.com/hashicorp/golang-lru : MPL-2.0 -Provides: bundled(golang(github.com/hashicorp/golang-lru/v2)) = 2.0.4 +Provides: bundled(golang(github.com/hashicorp/golang-lru/v2)) = 2.0.5 # github.com/jackpal/gateway : BSD-3-Clause Provides: bundled(golang(github.com/jackpal/gateway)) = 1.0.10 # github.com/jackpal/go-nat-pmp : Apache-2.0 @@ -127,9 +125,9 @@ Provides: bundled(golang(github.com/onsi/ginkgo/v2)) = 2.11.0 # github.com/oschwald/geoip2-golang : ISC Provides: bundled(golang(github.com/oschwald/geoip2-golang)) = 1.9.0 # github.com/oschwald/maxminddb-golang : ISC -Provides: bundled(golang(github.com/oschwald/maxminddb-golang)) = 1.11.0 +Provides: bundled(golang(github.com/oschwald/maxminddb-golang)) = 1.12.0 # github.com/petermattis/goid : Apache-2.0 -Provides: bundled(golang(github.com/petermattis/goid)) = 80aa455 +Provides: bundled(golang(github.com/petermattis/goid)) = b036b71 # github.com/pierrec/lz4 : BSD-3-Clause Provides: bundled(golang(github.com/pierrec/lz4/v4)) = 4.1.18 # github.com/pkg/errors : BSD-2-Clause @@ -143,13 +141,11 @@ Provides: bundled(golang(github.com/prometheus/client_model)) = 0.4.0 # github.com/prometheus/common : Apache-2.0 Provides: bundled(golang(github.com/prometheus/common)) = 0.44.0 # github.com/prometheus/procfs : Apache-2.0 -Provides: bundled(golang(github.com/prometheus/procfs)) = 0.11.0 -# github.com/quic-go/qtls-go1-19 : BSD-3-Clause -Provides: bundled(golang(github.com/quic-go/qtls-go1-19)) = 0.3.2 +Provides: bundled(golang(github.com/prometheus/procfs)) = 0.11.1 # github.com/quic-go/qtls-go1-20 : BSD-3-Clause -Provides: bundled(golang(github.com/quic-go/qtls-go1-20)) = 0.2.2 +Provides: bundled(golang(github.com/quic-go/qtls-go1-20)) = 0.3.2 # github.com/quic-go/quic-go : MIT -Provides: bundled(golang(github.com/quic-go/quic-go)) = 0.34.0 +Provides: bundled(golang(github.com/quic-go/quic-go)) = 0.38.0 # github.com/rcrowley/go-metrics : BSD-2-Clause-Views Provides: bundled(golang(github.com/rcrowley/go-metrics)) = cf1acfc # github.com/russross/blackfriday : BSD-2-Clause @@ -157,7 +153,7 @@ Provides: bundled(golang(github.com/russross/blackfriday/v2)) = 2.1.0 # github.com/sasha-s/go-deadlock : Apache-2.0 Provides: bundled(golang(github.com/sasha-s/go-deadlock)) = 0.3.1 # github.com/shirou/gopsutil : BSD-3-Clause -Provides: bundled(golang(github.com/shirou/gopsutil/v3)) = 3.23.6 +Provides: bundled(golang(github.com/shirou/gopsutil/v3)) = 3.23.7 # github.com/syncthing/notify : MIT Provides: bundled(golang(github.com/syncthing/notify)) = c6b7342 # github.com/syndtr/goleveldb : BSD-2-Clause @@ -171,21 +167,21 @@ Provides: bundled(golang(github.com/vitrun/qart)) = bf64b92 # github.com/yusufpapurcu/wmi : MIT Provides: bundled(golang(github.com/yusufpapurcu/wmi)) = 1.2.3 # golang.org/x/crypto : BSD-3-Clause -Provides: bundled(golang(golang.org/x/crypto)) = 0.11.0 +Provides: bundled(golang(golang.org/x/crypto)) = 0.12.0 # golang.org/x/exp : BSD-3-Clause -Provides: bundled(golang(golang.org/x/exp)) = fffb143 +Provides: bundled(golang(golang.org/x/exp)) = d852ddb # golang.org/x/mod : BSD-3-Clause Provides: bundled(golang(golang.org/x/mod)) = 0.12.0 # golang.org/x/net : BSD-3-Clause -Provides: bundled(golang(golang.org/x/net)) = 0.12.0 +Provides: bundled(golang(golang.org/x/net)) = 0.14.0 # golang.org/x/sys : BSD-3-Clause -Provides: bundled(golang(golang.org/x/sys)) = 0.10.0 +Provides: bundled(golang(golang.org/x/sys)) = 0.11.0 # golang.org/x/text : BSD-3-Clause -Provides: bundled(golang(golang.org/x/text)) = 0.11.0 +Provides: bundled(golang(golang.org/x/text)) = 0.12.0 # golang.org/x/time : BSD-3-Clause Provides: bundled(golang(golang.org/x/time)) = 0.3.0 # golang.org/x/tools : BSD-3-Clause -Provides: bundled(golang(golang.org/x/tools)) = 0.11.0 +Provides: bundled(golang(golang.org/x/tools)) = 74c255b # google.golang.org/protobuf : BSD-3-Clause Provides: bundled(golang(google.golang.org/protobuf)) = 1.31.0 @@ -370,14 +366,17 @@ export GO111MODULE=off %gotest %{goipath}/lib/relay/client %gotest %{goipath}/lib/relay/protocol %gotest %{goipath}/lib/scanner +%gotest %{goipath}/lib/semaphore %gotest %{goipath}/lib/signature %gotest %{goipath}/lib/stats +%gotest %{goipath}/lib/stringutil +%gotest %{goipath}/lib/structutil +%gotest %{goipath}/lib/svcutil %gotest %{goipath}/lib/sync %gotest %{goipath}/lib/syncthing %gotest %{goipath}/lib/tlsutil %gotest %{goipath}/lib/upgrade %gotest %{goipath}/lib/upnp -%gotest %{goipath}/lib/util # This test sometimes fails dependent on load on some architectures: # https://github.com/syncthing/syncthing/issues/4351 From af64b555005347d73369cdc14e7a552c5516aad8 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Sat, 28 Oct 2023 00:08:24 +0200 Subject: [PATCH 39/65] Update to version 1.25.0; Fixes RHBZ#2242032 --- .gitignore | 1 + sources | 2 +- syncthing.spec | 38 +++++++++++++++++++++----------------- 3 files changed, 23 insertions(+), 18 deletions(-) diff --git a/.gitignore b/.gitignore index 11332a3..e3eaf9e 100644 --- a/.gitignore +++ b/.gitignore @@ -78,3 +78,4 @@ /syncthing-source-v1.23.6.tar.gz /syncthing-source-v1.23.7.tar.gz /syncthing-source-v1.24.0.tar.gz +/syncthing-source-v1.25.0.tar.gz diff --git a/sources b/sources index cf7e76f..3bfa078 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (syncthing-source-v1.24.0.tar.gz) = bc53ee04b3454642606047d2009fb9adaafd509d0a4e52a4b6e57565bf502615bfcbc29e15b30733ee8eace62685b00a784347f63c2986ccf90b70631f858908 +SHA512 (syncthing-source-v1.25.0.tar.gz) = f9f36bd9a98afda1b48c24ded94b1ba8fd8a0b0c426f6335827fc1b0508845d46f05b69aad05d2127afbca5f10c9b0ba40727f8ed68e35616306396a8287500f diff --git a/syncthing.spec b/syncthing.spec index b06ac98..83d9f1e 100644 --- a/syncthing.spec +++ b/syncthing.spec @@ -1,6 +1,6 @@ %bcond_with devel -%global basever 1.24.0 +%global basever 1.25.0 #%%global rcnum 0 Name: syncthing @@ -75,9 +75,9 @@ Provides: bundled(golang(github.com/flynn-archive/go-shlex)) = 3f9db97 # github.com/getsentry/raven-go : BSD-3-Clause Provides: bundled(golang(github.com/getsentry/raven-go)) = 0.2.0 # github.com/go-asn1-ber/asn1-ber : MIT -Provides: bundled(golang(github.com/go-asn1-ber/asn1-ber)) = 1.5.4 +Provides: bundled(golang(github.com/go-asn1-ber/asn1-ber)) = 1.5.5 # github.com/go-ldap/ldap : MIT -Provides: bundled(golang(github.com/go-ldap/ldap/v3)) = 3.4.5 +Provides: bundled(golang(github.com/go-ldap/ldap/v3)) = 3.4.6 # github.com/go-ole/go-ole : MIT Provides: bundled(golang(github.com/go-ole/go-ole)) = 1.3.0 # github.com/go-task/slim-sprig : MIT @@ -93,11 +93,13 @@ Provides: bundled(golang(github.com/golang/protobuf)) = 1.5.3 # github.com/golang/snappy : BSD-3-Clause Provides: bundled(golang(github.com/golang/snappy)) = 0.0.4 # github.com/google/pprof : Apache-2.0 -Provides: bundled(golang(github.com/google/pprof)) = 407c9e7 +Provides: bundled(golang(github.com/google/pprof)) = c363fe2 +# github.com/google/uuid : BSD-3-Clause +Provides: bundled(golang(github.com/google/uuid)) = 1.3.1 # github.com/greatroar/blobloom : Apache-2.0 Provides: bundled(golang(github.com/greatroar/blobloom)) = 0.7.2 # github.com/hashicorp/golang-lru : MPL-2.0 -Provides: bundled(golang(github.com/hashicorp/golang-lru/v2)) = 2.0.5 +Provides: bundled(golang(github.com/hashicorp/golang-lru/v2)) = 2.0.6 # github.com/jackpal/gateway : BSD-3-Clause Provides: bundled(golang(github.com/jackpal/gateway)) = 1.0.10 # github.com/jackpal/go-nat-pmp : Apache-2.0 @@ -121,13 +123,13 @@ Provides: bundled(golang(github.com/minio/sha256-simd)) = 1.0.1 # github.com/miscreant/miscreant.go : MIT Provides: bundled(golang(github.com/miscreant/miscreant.go)) = 26d3763 # github.com/onsi/ginkgo : MIT -Provides: bundled(golang(github.com/onsi/ginkgo/v2)) = 2.11.0 +Provides: bundled(golang(github.com/onsi/ginkgo/v2)) = 2.12.1 # github.com/oschwald/geoip2-golang : ISC Provides: bundled(golang(github.com/oschwald/geoip2-golang)) = 1.9.0 # github.com/oschwald/maxminddb-golang : ISC Provides: bundled(golang(github.com/oschwald/maxminddb-golang)) = 1.12.0 # github.com/petermattis/goid : Apache-2.0 -Provides: bundled(golang(github.com/petermattis/goid)) = b036b71 +Provides: bundled(golang(github.com/petermattis/goid)) = 1876fd5 # github.com/pierrec/lz4 : BSD-3-Clause Provides: bundled(golang(github.com/pierrec/lz4/v4)) = 4.1.18 # github.com/pkg/errors : BSD-2-Clause @@ -141,11 +143,11 @@ Provides: bundled(golang(github.com/prometheus/client_model)) = 0.4.0 # github.com/prometheus/common : Apache-2.0 Provides: bundled(golang(github.com/prometheus/common)) = 0.44.0 # github.com/prometheus/procfs : Apache-2.0 -Provides: bundled(golang(github.com/prometheus/procfs)) = 0.11.1 +Provides: bundled(golang(github.com/prometheus/procfs)) = 0.12.0 # github.com/quic-go/qtls-go1-20 : BSD-3-Clause -Provides: bundled(golang(github.com/quic-go/qtls-go1-20)) = 0.3.2 +Provides: bundled(golang(github.com/quic-go/qtls-go1-20)) = 0.3.4 # github.com/quic-go/quic-go : MIT -Provides: bundled(golang(github.com/quic-go/quic-go)) = 0.38.0 +Provides: bundled(golang(github.com/quic-go/quic-go)) = 0.39.0 # github.com/rcrowley/go-metrics : BSD-2-Clause-Views Provides: bundled(golang(github.com/rcrowley/go-metrics)) = cf1acfc # github.com/russross/blackfriday : BSD-2-Clause @@ -153,7 +155,7 @@ Provides: bundled(golang(github.com/russross/blackfriday/v2)) = 2.1.0 # github.com/sasha-s/go-deadlock : Apache-2.0 Provides: bundled(golang(github.com/sasha-s/go-deadlock)) = 0.3.1 # github.com/shirou/gopsutil : BSD-3-Clause -Provides: bundled(golang(github.com/shirou/gopsutil/v3)) = 3.23.7 +Provides: bundled(golang(github.com/shirou/gopsutil/v3)) = 3.23.8 # github.com/syncthing/notify : MIT Provides: bundled(golang(github.com/syncthing/notify)) = c6b7342 # github.com/syndtr/goleveldb : BSD-2-Clause @@ -166,22 +168,24 @@ Provides: bundled(golang(github.com/urfave/cli)) = 1.22.14 Provides: bundled(golang(github.com/vitrun/qart)) = bf64b92 # github.com/yusufpapurcu/wmi : MIT Provides: bundled(golang(github.com/yusufpapurcu/wmi)) = 1.2.3 +# go.uber.org/mock : Apache-2.0 +Provides: bundled(golang(go.uber.org/mock)) = 0.3.0 # golang.org/x/crypto : BSD-3-Clause -Provides: bundled(golang(golang.org/x/crypto)) = 0.12.0 +Provides: bundled(golang(golang.org/x/crypto)) = 0.13.0 # golang.org/x/exp : BSD-3-Clause -Provides: bundled(golang(golang.org/x/exp)) = d852ddb +Provides: bundled(golang(golang.org/x/exp)) = 9212866 # golang.org/x/mod : BSD-3-Clause Provides: bundled(golang(golang.org/x/mod)) = 0.12.0 # golang.org/x/net : BSD-3-Clause -Provides: bundled(golang(golang.org/x/net)) = 0.14.0 +Provides: bundled(golang(golang.org/x/net)) = 0.15.0 # golang.org/x/sys : BSD-3-Clause -Provides: bundled(golang(golang.org/x/sys)) = 0.11.0 +Provides: bundled(golang(golang.org/x/sys)) = 0.12.0 # golang.org/x/text : BSD-3-Clause -Provides: bundled(golang(golang.org/x/text)) = 0.12.0 +Provides: bundled(golang(golang.org/x/text)) = 0.13.0 # golang.org/x/time : BSD-3-Clause Provides: bundled(golang(golang.org/x/time)) = 0.3.0 # golang.org/x/tools : BSD-3-Clause -Provides: bundled(golang(golang.org/x/tools)) = 74c255b +Provides: bundled(golang(golang.org/x/tools)) = 0.13.0 # google.golang.org/protobuf : BSD-3-Clause Provides: bundled(golang(google.golang.org/protobuf)) = 1.31.0 From 3d87acc555d18775c9a349fa0e36a505afeaf1bb Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Sat, 28 Oct 2023 00:36:00 +0200 Subject: [PATCH 40/65] Ignore some test timeouts on s390x --- syncthing.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/syncthing.spec b/syncthing.spec index 83d9f1e..1e3ff94 100644 --- a/syncthing.spec +++ b/syncthing.spec @@ -345,7 +345,10 @@ export GO111MODULE=off %gotest %{goipath}/lib/api %gotest %{goipath}/lib/beacon %gotest %{goipath}/lib/config -%gotest %{goipath}/lib/connections + +# This test times out on s390x +%gotest %{goipath}/lib/connections || : + %gotest %{goipath}/lib/db %gotest %{goipath}/lib/dialer %gotest %{goipath}/lib/discover From ca5111f04150549005ff39adef7dc563281acda3 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Thu, 9 Nov 2023 13:14:11 +0100 Subject: [PATCH 41/65] Update to version 1.26.0; Fixes RHBZ#2248507 --- .gitignore | 1 + sources | 2 +- syncthing.spec | 34 ++++++++++++++++------------------ 3 files changed, 18 insertions(+), 19 deletions(-) diff --git a/.gitignore b/.gitignore index e3eaf9e..75db33d 100644 --- a/.gitignore +++ b/.gitignore @@ -79,3 +79,4 @@ /syncthing-source-v1.23.7.tar.gz /syncthing-source-v1.24.0.tar.gz /syncthing-source-v1.25.0.tar.gz +/syncthing-source-v1.26.0.tar.gz diff --git a/sources b/sources index 3bfa078..964d809 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (syncthing-source-v1.25.0.tar.gz) = f9f36bd9a98afda1b48c24ded94b1ba8fd8a0b0c426f6335827fc1b0508845d46f05b69aad05d2127afbca5f10c9b0ba40727f8ed68e35616306396a8287500f +SHA512 (syncthing-source-v1.26.0.tar.gz) = fa67b88650142eca7acb50635c205eeb8fc845346f68241f3ac32db8c9c6cb47d274c26f75d3c79bd7110c92aa40f702a298c37adac53719876d02b3bf337e8e diff --git a/syncthing.spec b/syncthing.spec index 1e3ff94..c18e440 100644 --- a/syncthing.spec +++ b/syncthing.spec @@ -1,6 +1,6 @@ %bcond_with devel -%global basever 1.25.0 +%global basever 1.26.0 #%%global rcnum 0 Name: syncthing @@ -51,7 +51,7 @@ Provides: bundled(golang(github.com/AudriusButkevicius/recli)) = d000ce8 # github.com/Azure/go-ntlmssp : MIT Provides: bundled(golang(github.com/Azure/go-ntlmssp)) = 754e693 # github.com/alecthomas/kong : MIT -Provides: bundled(golang(github.com/alecthomas/kong)) = 0.8.0 +Provides: bundled(golang(github.com/alecthomas/kong)) = 0.8.1 # github.com/beorn7/perks : MIT Provides: bundled(golang(github.com/beorn7/perks)) = 1.0.1 # github.com/calmh/incontainer : MIT @@ -67,7 +67,7 @@ Provides: bundled(golang(github.com/cespare/xxhash/v2)) = 2.2.0 # github.com/chmduquesne/rollinghash : MIT Provides: bundled(golang(github.com/chmduquesne/rollinghash)) = 4.0.0+incompatible # github.com/cpuguy83/go-md2man : MIT -Provides: bundled(golang(github.com/cpuguy83/go-md2man/v2)) = 2.0.2 +Provides: bundled(golang(github.com/cpuguy83/go-md2man/v2)) = 2.0.3 # github.com/d4l3k/messagediff : MIT Provides: bundled(golang(github.com/d4l3k/messagediff)) = 1.2.1 # github.com/flynn-archive/go-shlex : Apache-2.0 @@ -86,20 +86,18 @@ Provides: bundled(golang(github.com/go-task/slim-sprig)) = 52ccab3 Provides: bundled(golang(github.com/gobwas/glob)) = 0.2.3 # github.com/gogo/protobuf : BSD-3-Clause Provides: bundled(golang(github.com/gogo/protobuf)) = 1.3.2 -# github.com/golang/mock : Apache-2.0 -Provides: bundled(golang(github.com/golang/mock)) = 1.6.0 # github.com/golang/protobuf : BSD-3-Clause Provides: bundled(golang(github.com/golang/protobuf)) = 1.5.3 # github.com/golang/snappy : BSD-3-Clause Provides: bundled(golang(github.com/golang/snappy)) = 0.0.4 # github.com/google/pprof : Apache-2.0 -Provides: bundled(golang(github.com/google/pprof)) = c363fe2 +Provides: bundled(golang(github.com/google/pprof)) = f7f687d # github.com/google/uuid : BSD-3-Clause Provides: bundled(golang(github.com/google/uuid)) = 1.3.1 # github.com/greatroar/blobloom : Apache-2.0 Provides: bundled(golang(github.com/greatroar/blobloom)) = 0.7.2 # github.com/hashicorp/golang-lru : MPL-2.0 -Provides: bundled(golang(github.com/hashicorp/golang-lru/v2)) = 2.0.6 +Provides: bundled(golang(github.com/hashicorp/golang-lru/v2)) = 2.0.7 # github.com/jackpal/gateway : BSD-3-Clause Provides: bundled(golang(github.com/jackpal/gateway)) = 1.0.10 # github.com/jackpal/go-nat-pmp : Apache-2.0 @@ -123,7 +121,7 @@ Provides: bundled(golang(github.com/minio/sha256-simd)) = 1.0.1 # github.com/miscreant/miscreant.go : MIT Provides: bundled(golang(github.com/miscreant/miscreant.go)) = 26d3763 # github.com/onsi/ginkgo : MIT -Provides: bundled(golang(github.com/onsi/ginkgo/v2)) = 2.12.1 +Provides: bundled(golang(github.com/onsi/ginkgo/v2)) = 2.13.0 # github.com/oschwald/geoip2-golang : ISC Provides: bundled(golang(github.com/oschwald/geoip2-golang)) = 1.9.0 # github.com/oschwald/maxminddb-golang : ISC @@ -137,9 +135,9 @@ Provides: bundled(golang(github.com/pkg/errors)) = 0.9.1 # github.com/power-devops/perfstat : MIT Provides: bundled(golang(github.com/power-devops/perfstat)) = 62379fc # github.com/prometheus/client_golang : Apache-2.0 -Provides: bundled(golang(github.com/prometheus/client_golang)) = 1.16.0 +Provides: bundled(golang(github.com/prometheus/client_golang)) = 1.17.0 # github.com/prometheus/client_model : Apache-2.0 -Provides: bundled(golang(github.com/prometheus/client_model)) = 0.4.0 +Provides: bundled(golang(github.com/prometheus/client_model)) = 0.5.0 # github.com/prometheus/common : Apache-2.0 Provides: bundled(golang(github.com/prometheus/common)) = 0.44.0 # github.com/prometheus/procfs : Apache-2.0 @@ -147,7 +145,7 @@ Provides: bundled(golang(github.com/prometheus/procfs)) = 0.12.0 # github.com/quic-go/qtls-go1-20 : BSD-3-Clause Provides: bundled(golang(github.com/quic-go/qtls-go1-20)) = 0.3.4 # github.com/quic-go/quic-go : MIT -Provides: bundled(golang(github.com/quic-go/quic-go)) = 0.39.0 +Provides: bundled(golang(github.com/quic-go/quic-go)) = 0.39.1 # github.com/rcrowley/go-metrics : BSD-2-Clause-Views Provides: bundled(golang(github.com/rcrowley/go-metrics)) = cf1acfc # github.com/russross/blackfriday : BSD-2-Clause @@ -155,7 +153,7 @@ Provides: bundled(golang(github.com/russross/blackfriday/v2)) = 2.1.0 # github.com/sasha-s/go-deadlock : Apache-2.0 Provides: bundled(golang(github.com/sasha-s/go-deadlock)) = 0.3.1 # github.com/shirou/gopsutil : BSD-3-Clause -Provides: bundled(golang(github.com/shirou/gopsutil/v3)) = 3.23.8 +Provides: bundled(golang(github.com/shirou/gopsutil/v3)) = 3.23.9 # github.com/syncthing/notify : MIT Provides: bundled(golang(github.com/syncthing/notify)) = c6b7342 # github.com/syndtr/goleveldb : BSD-2-Clause @@ -171,21 +169,21 @@ Provides: bundled(golang(github.com/yusufpapurcu/wmi)) = 1.2.3 # go.uber.org/mock : Apache-2.0 Provides: bundled(golang(go.uber.org/mock)) = 0.3.0 # golang.org/x/crypto : BSD-3-Clause -Provides: bundled(golang(golang.org/x/crypto)) = 0.13.0 +Provides: bundled(golang(golang.org/x/crypto)) = 0.14.0 # golang.org/x/exp : BSD-3-Clause -Provides: bundled(golang(golang.org/x/exp)) = 9212866 +Provides: bundled(golang(golang.org/x/exp)) = 7918f67 # golang.org/x/mod : BSD-3-Clause -Provides: bundled(golang(golang.org/x/mod)) = 0.12.0 +Provides: bundled(golang(golang.org/x/mod)) = 0.13.0 # golang.org/x/net : BSD-3-Clause -Provides: bundled(golang(golang.org/x/net)) = 0.15.0 +Provides: bundled(golang(golang.org/x/net)) = 0.17.0 # golang.org/x/sys : BSD-3-Clause -Provides: bundled(golang(golang.org/x/sys)) = 0.12.0 +Provides: bundled(golang(golang.org/x/sys)) = 0.13.0 # golang.org/x/text : BSD-3-Clause Provides: bundled(golang(golang.org/x/text)) = 0.13.0 # golang.org/x/time : BSD-3-Clause Provides: bundled(golang(golang.org/x/time)) = 0.3.0 # golang.org/x/tools : BSD-3-Clause -Provides: bundled(golang(golang.org/x/tools)) = 0.13.0 +Provides: bundled(golang(golang.org/x/tools)) = 0.14.0 # google.golang.org/protobuf : BSD-3-Clause Provides: bundled(golang(google.golang.org/protobuf)) = 1.31.0 From 850b400550e0bb52e8c32ae24f3a53032561a0f8 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Tue, 28 Nov 2023 00:25:01 +0100 Subject: [PATCH 42/65] Update to version 1.26.1; Fixes RHBZ#2250334 --- .gitignore | 1 + sources | 2 +- syncthing.spec | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 75db33d..e0c3dd4 100644 --- a/.gitignore +++ b/.gitignore @@ -80,3 +80,4 @@ /syncthing-source-v1.24.0.tar.gz /syncthing-source-v1.25.0.tar.gz /syncthing-source-v1.26.0.tar.gz +/syncthing-source-v1.26.1.tar.gz diff --git a/sources b/sources index 964d809..e50053f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (syncthing-source-v1.26.0.tar.gz) = fa67b88650142eca7acb50635c205eeb8fc845346f68241f3ac32db8c9c6cb47d274c26f75d3c79bd7110c92aa40f702a298c37adac53719876d02b3bf337e8e +SHA512 (syncthing-source-v1.26.1.tar.gz) = 932c0faf1d7b9af67474ac4729d867b7495a023459aa59ed5f4210b5cba5ef5561bc82020f6e202dda549086db06c20844e7e5541f136892a8916c25439c754d diff --git a/syncthing.spec b/syncthing.spec index c18e440..61ce766 100644 --- a/syncthing.spec +++ b/syncthing.spec @@ -1,6 +1,6 @@ %bcond_with devel -%global basever 1.26.0 +%global basever 1.26.1 #%%global rcnum 0 Name: syncthing From 54b34c21fdbac0131b6b373a965ed73d5c558dc7 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Thu, 28 Dec 2023 15:43:18 +0100 Subject: [PATCH 43/65] Update to version 1.27.1; Fixes RHBZ#2252714 --- .gitignore | 1 + sources | 2 +- syncthing.spec | 38 +++++++++++++++++++------------------- 3 files changed, 21 insertions(+), 20 deletions(-) diff --git a/.gitignore b/.gitignore index e0c3dd4..705f0ce 100644 --- a/.gitignore +++ b/.gitignore @@ -81,3 +81,4 @@ /syncthing-source-v1.25.0.tar.gz /syncthing-source-v1.26.0.tar.gz /syncthing-source-v1.26.1.tar.gz +/syncthing-source-v1.27.1.tar.gz diff --git a/sources b/sources index e50053f..794ec12 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (syncthing-source-v1.26.1.tar.gz) = 932c0faf1d7b9af67474ac4729d867b7495a023459aa59ed5f4210b5cba5ef5561bc82020f6e202dda549086db06c20844e7e5541f136892a8916c25439c754d +SHA512 (syncthing-source-v1.27.1.tar.gz) = ef343cc6cf1b5a6dd28e787abc196c533ea6aa85590c969888841faf56a16d95240eee75262d0fd4c8b6cf44fe99a8cbb485365baafcd11d7a4107372a7b1d1c diff --git a/syncthing.spec b/syncthing.spec index 61ce766..213453a 100644 --- a/syncthing.spec +++ b/syncthing.spec @@ -1,6 +1,6 @@ %bcond_with devel -%global basever 1.26.1 +%global basever 1.27.1 #%%global rcnum 0 Name: syncthing @@ -91,9 +91,9 @@ Provides: bundled(golang(github.com/golang/protobuf)) = 1.5.3 # github.com/golang/snappy : BSD-3-Clause Provides: bundled(golang(github.com/golang/snappy)) = 0.0.4 # github.com/google/pprof : Apache-2.0 -Provides: bundled(golang(github.com/google/pprof)) = f7f687d +Provides: bundled(golang(github.com/google/pprof)) = a5a03c7 # github.com/google/uuid : BSD-3-Clause -Provides: bundled(golang(github.com/google/uuid)) = 1.3.1 +Provides: bundled(golang(github.com/google/uuid)) = 1.4.0 # github.com/greatroar/blobloom : Apache-2.0 Provides: bundled(golang(github.com/greatroar/blobloom)) = 0.7.2 # github.com/hashicorp/golang-lru : MPL-2.0 @@ -107,13 +107,13 @@ Provides: bundled(golang(github.com/julienschmidt/httprouter)) = 1.3.0 # github.com/kballard/go-shellquote : MIT Provides: bundled(golang(github.com/kballard/go-shellquote)) = 95032a8 # github.com/klauspost/cpuid : MIT -Provides: bundled(golang(github.com/klauspost/cpuid/v2)) = 2.2.5 +Provides: bundled(golang(github.com/klauspost/cpuid/v2)) = 2.2.6 # github.com/lib/pq : MIT Provides: bundled(golang(github.com/lib/pq)) = 1.10.9 # github.com/maruel/panicparse : Apache-2.0 Provides: bundled(golang(github.com/maruel/panicparse/v2)) = 2.3.1 # github.com/matttproud/golang_protobuf_extensions : Apache-2.0 -Provides: bundled(golang(github.com/matttproud/golang_protobuf_extensions)) = 1.0.4 +Provides: bundled(golang(github.com/matttproud/golang_protobuf_extensions/v2)) = 2.0.0 # github.com/maxbrunsfeld/counterfeiter : MIT Provides: bundled(golang(github.com/maxbrunsfeld/counterfeiter/v6)) = 6.5.0 # github.com/minio/sha256-simd : Apache-2.0 @@ -121,13 +121,13 @@ Provides: bundled(golang(github.com/minio/sha256-simd)) = 1.0.1 # github.com/miscreant/miscreant.go : MIT Provides: bundled(golang(github.com/miscreant/miscreant.go)) = 26d3763 # github.com/onsi/ginkgo : MIT -Provides: bundled(golang(github.com/onsi/ginkgo/v2)) = 2.13.0 +Provides: bundled(golang(github.com/onsi/ginkgo/v2)) = 2.13.2 # github.com/oschwald/geoip2-golang : ISC Provides: bundled(golang(github.com/oschwald/geoip2-golang)) = 1.9.0 # github.com/oschwald/maxminddb-golang : ISC Provides: bundled(golang(github.com/oschwald/maxminddb-golang)) = 1.12.0 # github.com/petermattis/goid : Apache-2.0 -Provides: bundled(golang(github.com/petermattis/goid)) = 1876fd5 +Provides: bundled(golang(github.com/petermattis/goid)) = f558c26 # github.com/pierrec/lz4 : BSD-3-Clause Provides: bundled(golang(github.com/pierrec/lz4/v4)) = 4.1.18 # github.com/pkg/errors : BSD-2-Clause @@ -139,13 +139,13 @@ Provides: bundled(golang(github.com/prometheus/client_golang)) = 1.17.0 # github.com/prometheus/client_model : Apache-2.0 Provides: bundled(golang(github.com/prometheus/client_model)) = 0.5.0 # github.com/prometheus/common : Apache-2.0 -Provides: bundled(golang(github.com/prometheus/common)) = 0.44.0 +Provides: bundled(golang(github.com/prometheus/common)) = 0.45.0 # github.com/prometheus/procfs : Apache-2.0 Provides: bundled(golang(github.com/prometheus/procfs)) = 0.12.0 # github.com/quic-go/qtls-go1-20 : BSD-3-Clause -Provides: bundled(golang(github.com/quic-go/qtls-go1-20)) = 0.3.4 +Provides: bundled(golang(github.com/quic-go/qtls-go1-20)) = 0.4.1 # github.com/quic-go/quic-go : MIT -Provides: bundled(golang(github.com/quic-go/quic-go)) = 0.39.1 +Provides: bundled(golang(github.com/quic-go/quic-go)) = 0.40.0 # github.com/rcrowley/go-metrics : BSD-2-Clause-Views Provides: bundled(golang(github.com/rcrowley/go-metrics)) = cf1acfc # github.com/russross/blackfriday : BSD-2-Clause @@ -153,7 +153,7 @@ Provides: bundled(golang(github.com/russross/blackfriday/v2)) = 2.1.0 # github.com/sasha-s/go-deadlock : Apache-2.0 Provides: bundled(golang(github.com/sasha-s/go-deadlock)) = 0.3.1 # github.com/shirou/gopsutil : BSD-3-Clause -Provides: bundled(golang(github.com/shirou/gopsutil/v3)) = 3.23.9 +Provides: bundled(golang(github.com/shirou/gopsutil/v3)) = 3.23.11 # github.com/syncthing/notify : MIT Provides: bundled(golang(github.com/syncthing/notify)) = c6b7342 # github.com/syndtr/goleveldb : BSD-2-Clause @@ -169,21 +169,21 @@ Provides: bundled(golang(github.com/yusufpapurcu/wmi)) = 1.2.3 # go.uber.org/mock : Apache-2.0 Provides: bundled(golang(go.uber.org/mock)) = 0.3.0 # golang.org/x/crypto : BSD-3-Clause -Provides: bundled(golang(golang.org/x/crypto)) = 0.14.0 +Provides: bundled(golang(golang.org/x/crypto)) = 0.16.0 # golang.org/x/exp : BSD-3-Clause -Provides: bundled(golang(golang.org/x/exp)) = 7918f67 +Provides: bundled(golang(golang.org/x/exp)) = 6522937 # golang.org/x/mod : BSD-3-Clause -Provides: bundled(golang(golang.org/x/mod)) = 0.13.0 +Provides: bundled(golang(golang.org/x/mod)) = 0.14.0 # golang.org/x/net : BSD-3-Clause -Provides: bundled(golang(golang.org/x/net)) = 0.17.0 +Provides: bundled(golang(golang.org/x/net)) = 0.19.0 # golang.org/x/sys : BSD-3-Clause -Provides: bundled(golang(golang.org/x/sys)) = 0.13.0 +Provides: bundled(golang(golang.org/x/sys)) = 0.15.0 # golang.org/x/text : BSD-3-Clause -Provides: bundled(golang(golang.org/x/text)) = 0.13.0 +Provides: bundled(golang(golang.org/x/text)) = 0.14.0 # golang.org/x/time : BSD-3-Clause -Provides: bundled(golang(golang.org/x/time)) = 0.3.0 +Provides: bundled(golang(golang.org/x/time)) = 0.5.0 # golang.org/x/tools : BSD-3-Clause -Provides: bundled(golang(golang.org/x/tools)) = 0.14.0 +Provides: bundled(golang(golang.org/x/tools)) = 0.16.0 # google.golang.org/protobuf : BSD-3-Clause Provides: bundled(golang(google.golang.org/protobuf)) = 1.31.0 From 4e23764f1895b3e6ac2651a583ba1693ab70a1c9 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Mon, 8 Jan 2024 15:51:08 +0100 Subject: [PATCH 44/65] Update to version 1.27.2; Fixes RHBZ#2256512 --- .gitignore | 1 + sources | 2 +- syncthing.spec | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 705f0ce..8519cc1 100644 --- a/.gitignore +++ b/.gitignore @@ -82,3 +82,4 @@ /syncthing-source-v1.26.0.tar.gz /syncthing-source-v1.26.1.tar.gz /syncthing-source-v1.27.1.tar.gz +/syncthing-source-v1.27.2.tar.gz diff --git a/sources b/sources index 794ec12..c5094a3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (syncthing-source-v1.27.1.tar.gz) = ef343cc6cf1b5a6dd28e787abc196c533ea6aa85590c969888841faf56a16d95240eee75262d0fd4c8b6cf44fe99a8cbb485365baafcd11d7a4107372a7b1d1c +SHA512 (syncthing-source-v1.27.2.tar.gz) = 6b6bd57268b32b5db2377cf813229de978e26de606ac3bf2b515ddb35fd8131fafdb88abbfac1cb7d0f443224538cca7a6eba64f4bd737135f5a1c98e76439f9 diff --git a/syncthing.spec b/syncthing.spec index 213453a..b5a67a0 100644 --- a/syncthing.spec +++ b/syncthing.spec @@ -1,6 +1,6 @@ %bcond_with devel -%global basever 1.27.1 +%global basever 1.27.2 #%%global rcnum 0 Name: syncthing From 224aaa4fa2e5415fb027597a4913417636626383 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jan 2024 05:06:07 +0000 Subject: [PATCH 45/65] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From b9afe020cb51743d1871c2669a99d1b57055049f Mon Sep 17 00:00:00 2001 From: Maxwell G Date: Sun, 11 Feb 2024 23:39:29 +0000 Subject: [PATCH 46/65] Rebuild for golang 1.22.0 From c316c25a7bb6f9f9bf09a690dbd5a2a11c08705c Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Mon, 12 Feb 2024 22:55:14 +0100 Subject: [PATCH 47/65] Update to version 1.27.3; Fixes RHBZ#2263121 --- .gitignore | 1 + sources | 2 +- syncthing.spec | 54 +++++++++++++++++++++++++++++++++----------------- 3 files changed, 38 insertions(+), 19 deletions(-) diff --git a/.gitignore b/.gitignore index 8519cc1..d1a2605 100644 --- a/.gitignore +++ b/.gitignore @@ -83,3 +83,4 @@ /syncthing-source-v1.26.1.tar.gz /syncthing-source-v1.27.1.tar.gz /syncthing-source-v1.27.2.tar.gz +/syncthing-source-v1.27.3.tar.gz diff --git a/sources b/sources index c5094a3..8a9954f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (syncthing-source-v1.27.2.tar.gz) = 6b6bd57268b32b5db2377cf813229de978e26de606ac3bf2b515ddb35fd8131fafdb88abbfac1cb7d0f443224538cca7a6eba64f4bd737135f5a1c98e76439f9 +SHA512 (syncthing-source-v1.27.3.tar.gz) = 2965954f3832d984b1e21834b488e5b6cc8b3ca8324a915a0b41b14bade9d56865c7743627c738b1fff2fd4dfab317759ec0fbf86b0feae3db9dff778835186a diff --git a/syncthing.spec b/syncthing.spec index b5a67a0..a423bd2 100644 --- a/syncthing.spec +++ b/syncthing.spec @@ -1,6 +1,6 @@ %bcond_with devel -%global basever 1.27.2 +%global basever 1.27.3 #%%global rcnum 0 Name: syncthing @@ -50,8 +50,14 @@ Provides: bundled(moment) = 2.19.4 Provides: bundled(golang(github.com/AudriusButkevicius/recli)) = d000ce8 # github.com/Azure/go-ntlmssp : MIT Provides: bundled(golang(github.com/Azure/go-ntlmssp)) = 754e693 +# github.com/alecthomas/assert : MIT +Provides: bundled(golang(github.com/alecthomas/assert/v2)) = 2.4.1 # github.com/alecthomas/kong : MIT Provides: bundled(golang(github.com/alecthomas/kong)) = 0.8.1 +# github.com/alecthomas/repr : MIT +Provides: bundled(golang(github.com/alecthomas/repr)) = 0.3.0 +# github.com/alexbrainman/sspi : BSD-3-Clause +Provides: bundled(golang(github.com/alexbrainman/sspi)) = 1a75b47 # github.com/beorn7/perks : MIT Provides: bundled(golang(github.com/beorn7/perks)) = 1.0.1 # github.com/calmh/incontainer : MIT @@ -72,12 +78,16 @@ Provides: bundled(golang(github.com/cpuguy83/go-md2man/v2)) = 2.0.3 Provides: bundled(golang(github.com/d4l3k/messagediff)) = 1.2.1 # github.com/flynn-archive/go-shlex : Apache-2.0 Provides: bundled(golang(github.com/flynn-archive/go-shlex)) = 3f9db97 +# github.com/fsnotify/fsnotify : BSD-3-Clause +Provides: bundled(golang(github.com/fsnotify/fsnotify)) = 1.7.0 # github.com/getsentry/raven-go : BSD-3-Clause Provides: bundled(golang(github.com/getsentry/raven-go)) = 0.2.0 # github.com/go-asn1-ber/asn1-ber : MIT Provides: bundled(golang(github.com/go-asn1-ber/asn1-ber)) = 1.5.5 # github.com/go-ldap/ldap : MIT Provides: bundled(golang(github.com/go-ldap/ldap/v3)) = 3.4.6 +# github.com/go-logr/logr : Apache-2.0 +Provides: bundled(golang(github.com/go-logr/logr)) = 1.4.1 # github.com/go-ole/go-ole : MIT Provides: bundled(golang(github.com/go-ole/go-ole)) = 1.3.0 # github.com/go-task/slim-sprig : MIT @@ -86,16 +96,18 @@ Provides: bundled(golang(github.com/go-task/slim-sprig)) = 52ccab3 Provides: bundled(golang(github.com/gobwas/glob)) = 0.2.3 # github.com/gogo/protobuf : BSD-3-Clause Provides: bundled(golang(github.com/gogo/protobuf)) = 1.3.2 -# github.com/golang/protobuf : BSD-3-Clause -Provides: bundled(golang(github.com/golang/protobuf)) = 1.5.3 # github.com/golang/snappy : BSD-3-Clause Provides: bundled(golang(github.com/golang/snappy)) = 0.0.4 # github.com/google/pprof : Apache-2.0 -Provides: bundled(golang(github.com/google/pprof)) = a5a03c7 +Provides: bundled(golang(github.com/google/pprof)) = 960ae82 # github.com/google/uuid : BSD-3-Clause -Provides: bundled(golang(github.com/google/uuid)) = 1.4.0 +Provides: bundled(golang(github.com/google/uuid)) = 1.5.0 # github.com/greatroar/blobloom : Apache-2.0 Provides: bundled(golang(github.com/greatroar/blobloom)) = 0.7.2 +# github.com/hashicorp/errwrap : MPL-2.0 +Provides: bundled(golang(github.com/hashicorp/errwrap)) = 1.0.0 +# github.com/hashicorp/go-multierror : MPL-2.0 +Provides: bundled(golang(github.com/hashicorp/go-multierror)) = 1.0.0 # github.com/hashicorp/golang-lru : MPL-2.0 Provides: bundled(golang(github.com/hashicorp/golang-lru/v2)) = 2.0.7 # github.com/jackpal/gateway : BSD-3-Clause @@ -115,27 +127,31 @@ Provides: bundled(golang(github.com/maruel/panicparse/v2)) = 2.3.1 # github.com/matttproud/golang_protobuf_extensions : Apache-2.0 Provides: bundled(golang(github.com/matttproud/golang_protobuf_extensions/v2)) = 2.0.0 # github.com/maxbrunsfeld/counterfeiter : MIT -Provides: bundled(golang(github.com/maxbrunsfeld/counterfeiter/v6)) = 6.5.0 +Provides: bundled(golang(github.com/maxbrunsfeld/counterfeiter/v6)) = 6.7.0 # github.com/minio/sha256-simd : Apache-2.0 Provides: bundled(golang(github.com/minio/sha256-simd)) = 1.0.1 # github.com/miscreant/miscreant.go : MIT Provides: bundled(golang(github.com/miscreant/miscreant.go)) = 26d3763 +# github.com/nxadm/tail : MIT +Provides: bundled(golang(github.com/nxadm/tail)) = 1.4.11 # github.com/onsi/ginkgo : MIT Provides: bundled(golang(github.com/onsi/ginkgo/v2)) = 2.13.2 +# github.com/onsi/gomega : MIT +Provides: bundled(golang(github.com/onsi/gomega)) = 1.30.0 # github.com/oschwald/geoip2-golang : ISC Provides: bundled(golang(github.com/oschwald/geoip2-golang)) = 1.9.0 # github.com/oschwald/maxminddb-golang : ISC Provides: bundled(golang(github.com/oschwald/maxminddb-golang)) = 1.12.0 -# github.com/petermattis/goid : Apache-2.0 -Provides: bundled(golang(github.com/petermattis/goid)) = f558c26 # github.com/pierrec/lz4 : BSD-3-Clause -Provides: bundled(golang(github.com/pierrec/lz4/v4)) = 4.1.18 +Provides: bundled(golang(github.com/pierrec/lz4/v4)) = 4.1.19 # github.com/pkg/errors : BSD-2-Clause Provides: bundled(golang(github.com/pkg/errors)) = 0.9.1 +# github.com/posener/complete : MIT +Provides: bundled(golang(github.com/posener/complete)) = 1.2.3 # github.com/power-devops/perfstat : MIT Provides: bundled(golang(github.com/power-devops/perfstat)) = 62379fc # github.com/prometheus/client_golang : Apache-2.0 -Provides: bundled(golang(github.com/prometheus/client_golang)) = 1.17.0 +Provides: bundled(golang(github.com/prometheus/client_golang)) = 1.18.0 # github.com/prometheus/client_model : Apache-2.0 Provides: bundled(golang(github.com/prometheus/client_model)) = 0.5.0 # github.com/prometheus/common : Apache-2.0 @@ -145,13 +161,13 @@ Provides: bundled(golang(github.com/prometheus/procfs)) = 0.12.0 # github.com/quic-go/qtls-go1-20 : BSD-3-Clause Provides: bundled(golang(github.com/quic-go/qtls-go1-20)) = 0.4.1 # github.com/quic-go/quic-go : MIT -Provides: bundled(golang(github.com/quic-go/quic-go)) = 0.40.0 +Provides: bundled(golang(github.com/quic-go/quic-go)) = 0.40.1 # github.com/rcrowley/go-metrics : BSD-2-Clause-Views Provides: bundled(golang(github.com/rcrowley/go-metrics)) = cf1acfc +# github.com/riywo/loginshell : MIT +Provides: bundled(golang(github.com/riywo/loginshell)) = 7d26008 # github.com/russross/blackfriday : BSD-2-Clause Provides: bundled(golang(github.com/russross/blackfriday/v2)) = 2.1.0 -# github.com/sasha-s/go-deadlock : Apache-2.0 -Provides: bundled(golang(github.com/sasha-s/go-deadlock)) = 0.3.1 # github.com/shirou/gopsutil : BSD-3-Clause Provides: bundled(golang(github.com/shirou/gopsutil/v3)) = 3.23.11 # github.com/syncthing/notify : MIT @@ -164,14 +180,16 @@ Provides: bundled(golang(github.com/thejerf/suture/v4)) = 4.0.2 Provides: bundled(golang(github.com/urfave/cli)) = 1.22.14 # github.com/vitrun/qart : Apache-2.0 AND BSD-3-Clause Provides: bundled(golang(github.com/vitrun/qart)) = bf64b92 +# github.com/willabides/kongplete : MIT +Provides: bundled(golang(github.com/willabides/kongplete)) = 0.3.0 # github.com/yusufpapurcu/wmi : MIT Provides: bundled(golang(github.com/yusufpapurcu/wmi)) = 1.2.3 # go.uber.org/mock : Apache-2.0 -Provides: bundled(golang(go.uber.org/mock)) = 0.3.0 +Provides: bundled(golang(go.uber.org/mock)) = 0.4.0 # golang.org/x/crypto : BSD-3-Clause -Provides: bundled(golang(golang.org/x/crypto)) = 0.16.0 +Provides: bundled(golang(golang.org/x/crypto)) = 0.17.0 # golang.org/x/exp : BSD-3-Clause -Provides: bundled(golang(golang.org/x/exp)) = 6522937 +Provides: bundled(golang(golang.org/x/exp)) = be819d1 # golang.org/x/mod : BSD-3-Clause Provides: bundled(golang(golang.org/x/mod)) = 0.14.0 # golang.org/x/net : BSD-3-Clause @@ -183,9 +201,9 @@ Provides: bundled(golang(golang.org/x/text)) = 0.14.0 # golang.org/x/time : BSD-3-Clause Provides: bundled(golang(golang.org/x/time)) = 0.5.0 # golang.org/x/tools : BSD-3-Clause -Provides: bundled(golang(golang.org/x/tools)) = 0.16.0 +Provides: bundled(golang(golang.org/x/tools)) = 0.16.1 # google.golang.org/protobuf : BSD-3-Clause -Provides: bundled(golang(google.golang.org/protobuf)) = 1.31.0 +Provides: bundled(golang(google.golang.org/protobuf)) = 1.32.0 %description Syncthing replaces other file synchronization services with something From 415f9413998a94cb57b004355021102aa7a1d117 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Thu, 7 Mar 2024 13:46:36 +0100 Subject: [PATCH 48/65] Update to version 1.27.4; Fixes RHBZ#2267805 --- .gitignore | 1 + sources | 2 +- syncthing.spec | 64 +++++++++++++++++++++++++++++--------------------- 3 files changed, 39 insertions(+), 28 deletions(-) diff --git a/.gitignore b/.gitignore index d1a2605..8cee760 100644 --- a/.gitignore +++ b/.gitignore @@ -84,3 +84,4 @@ /syncthing-source-v1.27.1.tar.gz /syncthing-source-v1.27.2.tar.gz /syncthing-source-v1.27.3.tar.gz +/syncthing-source-v1.27.4.tar.gz diff --git a/sources b/sources index 8a9954f..20b46bf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (syncthing-source-v1.27.3.tar.gz) = 2965954f3832d984b1e21834b488e5b6cc8b3ca8324a915a0b41b14bade9d56865c7743627c738b1fff2fd4dfab317759ec0fbf86b0feae3db9dff778835186a +SHA512 (syncthing-source-v1.27.4.tar.gz) = fc28ca066adeccd10281a6ccd50c336942bfbbdaedd954028cc2ee40c09ad85ef0a7fcfe733d3045d6979dd22cddd2fa5979d605440ebe3d2fd90c7f911c3c73 diff --git a/syncthing.spec b/syncthing.spec index a423bd2..d35f596 100644 --- a/syncthing.spec +++ b/syncthing.spec @@ -1,6 +1,6 @@ %bcond_with devel -%global basever 1.27.3 +%global basever 1.27.4 #%%global rcnum 0 Name: syncthing @@ -51,7 +51,7 @@ Provides: bundled(golang(github.com/AudriusButkevicius/recli)) = d000ce8 # github.com/Azure/go-ntlmssp : MIT Provides: bundled(golang(github.com/Azure/go-ntlmssp)) = 754e693 # github.com/alecthomas/assert : MIT -Provides: bundled(golang(github.com/alecthomas/assert/v2)) = 2.4.1 +Provides: bundled(golang(github.com/alecthomas/assert/v2)) = 2.5.0 # github.com/alecthomas/kong : MIT Provides: bundled(golang(github.com/alecthomas/kong)) = 0.8.1 # github.com/alecthomas/repr : MIT @@ -61,7 +61,7 @@ Provides: bundled(golang(github.com/alexbrainman/sspi)) = 1a75b47 # github.com/beorn7/perks : MIT Provides: bundled(golang(github.com/beorn7/perks)) = 1.0.1 # github.com/calmh/incontainer : MIT -Provides: bundled(golang(github.com/calmh/incontainer)) = b3e71b1 +Provides: bundled(golang(github.com/calmh/incontainer)) = 1.0.0 # github.com/calmh/xdr : MIT Provides: bundled(golang(github.com/calmh/xdr)) = 1.1.0 # github.com/ccding/go-stun : Apache-2.0 @@ -76,6 +76,8 @@ Provides: bundled(golang(github.com/chmduquesne/rollinghash)) = 4.0.0+inco Provides: bundled(golang(github.com/cpuguy83/go-md2man/v2)) = 2.0.3 # github.com/d4l3k/messagediff : MIT Provides: bundled(golang(github.com/d4l3k/messagediff)) = 1.2.1 +# github.com/davecgh/go-spew : ISC +Provides: bundled(golang(github.com/davecgh/go-spew)) = 1.1.1 # github.com/flynn-archive/go-shlex : Apache-2.0 Provides: bundled(golang(github.com/flynn-archive/go-shlex)) = 3f9db97 # github.com/fsnotify/fsnotify : BSD-3-Clause @@ -99,19 +101,19 @@ Provides: bundled(golang(github.com/gogo/protobuf)) = 1.3.2 # github.com/golang/snappy : BSD-3-Clause Provides: bundled(golang(github.com/golang/snappy)) = 0.0.4 # github.com/google/pprof : Apache-2.0 -Provides: bundled(golang(github.com/google/pprof)) = 960ae82 +Provides: bundled(golang(github.com/google/pprof)) = fb44976 # github.com/google/uuid : BSD-3-Clause -Provides: bundled(golang(github.com/google/uuid)) = 1.5.0 +Provides: bundled(golang(github.com/google/uuid)) = 1.6.0 # github.com/greatroar/blobloom : Apache-2.0 Provides: bundled(golang(github.com/greatroar/blobloom)) = 0.7.2 # github.com/hashicorp/errwrap : MPL-2.0 -Provides: bundled(golang(github.com/hashicorp/errwrap)) = 1.0.0 +Provides: bundled(golang(github.com/hashicorp/errwrap)) = 1.1.0 # github.com/hashicorp/go-multierror : MPL-2.0 -Provides: bundled(golang(github.com/hashicorp/go-multierror)) = 1.0.0 +Provides: bundled(golang(github.com/hashicorp/go-multierror)) = 1.1.1 # github.com/hashicorp/golang-lru : MPL-2.0 Provides: bundled(golang(github.com/hashicorp/golang-lru/v2)) = 2.0.7 # github.com/jackpal/gateway : BSD-3-Clause -Provides: bundled(golang(github.com/jackpal/gateway)) = 1.0.10 +Provides: bundled(golang(github.com/jackpal/gateway)) = 1.0.13 # github.com/jackpal/go-nat-pmp : Apache-2.0 Provides: bundled(golang(github.com/jackpal/go-nat-pmp)) = 1.0.2 # github.com/julienschmidt/httprouter : BSD-3-Clause @@ -120,14 +122,14 @@ Provides: bundled(golang(github.com/julienschmidt/httprouter)) = 1.3.0 Provides: bundled(golang(github.com/kballard/go-shellquote)) = 95032a8 # github.com/klauspost/cpuid : MIT Provides: bundled(golang(github.com/klauspost/cpuid/v2)) = 2.2.6 +# github.com/kr/text : MIT +Provides: bundled(golang(github.com/kr/text)) = 0.2.0 # github.com/lib/pq : MIT Provides: bundled(golang(github.com/lib/pq)) = 1.10.9 # github.com/maruel/panicparse : Apache-2.0 Provides: bundled(golang(github.com/maruel/panicparse/v2)) = 2.3.1 -# github.com/matttproud/golang_protobuf_extensions : Apache-2.0 -Provides: bundled(golang(github.com/matttproud/golang_protobuf_extensions/v2)) = 2.0.0 # github.com/maxbrunsfeld/counterfeiter : MIT -Provides: bundled(golang(github.com/maxbrunsfeld/counterfeiter/v6)) = 6.7.0 +Provides: bundled(golang(github.com/maxbrunsfeld/counterfeiter/v6)) = 6.8.1 # github.com/minio/sha256-simd : Apache-2.0 Provides: bundled(golang(github.com/minio/sha256-simd)) = 1.0.1 # github.com/miscreant/miscreant.go : MIT @@ -135,17 +137,19 @@ Provides: bundled(golang(github.com/miscreant/miscreant.go)) = 26d3763 # github.com/nxadm/tail : MIT Provides: bundled(golang(github.com/nxadm/tail)) = 1.4.11 # github.com/onsi/ginkgo : MIT -Provides: bundled(golang(github.com/onsi/ginkgo/v2)) = 2.13.2 +Provides: bundled(golang(github.com/onsi/ginkgo/v2)) = 2.15.0 # github.com/onsi/gomega : MIT -Provides: bundled(golang(github.com/onsi/gomega)) = 1.30.0 +Provides: bundled(golang(github.com/onsi/gomega)) = 1.31.1 # github.com/oschwald/geoip2-golang : ISC Provides: bundled(golang(github.com/oschwald/geoip2-golang)) = 1.9.0 # github.com/oschwald/maxminddb-golang : ISC Provides: bundled(golang(github.com/oschwald/maxminddb-golang)) = 1.12.0 # github.com/pierrec/lz4 : BSD-3-Clause -Provides: bundled(golang(github.com/pierrec/lz4/v4)) = 4.1.19 +Provides: bundled(golang(github.com/pierrec/lz4/v4)) = 4.1.21 # github.com/pkg/errors : BSD-2-Clause Provides: bundled(golang(github.com/pkg/errors)) = 0.9.1 +# github.com/pmezard/go-difflib : BSD-3-Clause +Provides: bundled(golang(github.com/pmezard/go-difflib)) = 1.0.0 # github.com/posener/complete : MIT Provides: bundled(golang(github.com/posener/complete)) = 1.2.3 # github.com/power-devops/perfstat : MIT @@ -155,13 +159,11 @@ Provides: bundled(golang(github.com/prometheus/client_golang)) = 1.18.0 # github.com/prometheus/client_model : Apache-2.0 Provides: bundled(golang(github.com/prometheus/client_model)) = 0.5.0 # github.com/prometheus/common : Apache-2.0 -Provides: bundled(golang(github.com/prometheus/common)) = 0.45.0 +Provides: bundled(golang(github.com/prometheus/common)) = 0.46.0 # github.com/prometheus/procfs : Apache-2.0 Provides: bundled(golang(github.com/prometheus/procfs)) = 0.12.0 -# github.com/quic-go/qtls-go1-20 : BSD-3-Clause -Provides: bundled(golang(github.com/quic-go/qtls-go1-20)) = 0.4.1 # github.com/quic-go/quic-go : MIT -Provides: bundled(golang(github.com/quic-go/quic-go)) = 0.40.1 +Provides: bundled(golang(github.com/quic-go/quic-go)) = 0.41.0 # github.com/rcrowley/go-metrics : BSD-2-Clause-Views Provides: bundled(golang(github.com/rcrowley/go-metrics)) = cf1acfc # github.com/riywo/loginshell : MIT @@ -169,7 +171,11 @@ Provides: bundled(golang(github.com/riywo/loginshell)) = 7d26008 # github.com/russross/blackfriday : BSD-2-Clause Provides: bundled(golang(github.com/russross/blackfriday/v2)) = 2.1.0 # github.com/shirou/gopsutil : BSD-3-Clause -Provides: bundled(golang(github.com/shirou/gopsutil/v3)) = 3.23.11 +Provides: bundled(golang(github.com/shirou/gopsutil/v3)) = 3.24.1 +# github.com/stretchr/objx : MIT +Provides: bundled(golang(github.com/stretchr/objx)) = 0.5.1 +# github.com/stretchr/testify : MIT +Provides: bundled(golang(github.com/stretchr/testify)) = 1.8.4 # github.com/syncthing/notify : MIT Provides: bundled(golang(github.com/syncthing/notify)) = c6b7342 # github.com/syndtr/goleveldb : BSD-2-Clause @@ -181,29 +187,33 @@ Provides: bundled(golang(github.com/urfave/cli)) = 1.22.14 # github.com/vitrun/qart : Apache-2.0 AND BSD-3-Clause Provides: bundled(golang(github.com/vitrun/qart)) = bf64b92 # github.com/willabides/kongplete : MIT -Provides: bundled(golang(github.com/willabides/kongplete)) = 0.3.0 +Provides: bundled(golang(github.com/willabides/kongplete)) = 0.4.0 # github.com/yusufpapurcu/wmi : MIT -Provides: bundled(golang(github.com/yusufpapurcu/wmi)) = 1.2.3 +Provides: bundled(golang(github.com/yusufpapurcu/wmi)) = 1.2.4 +# go.uber.org/automaxprocs : MIT +Provides: bundled(golang(go.uber.org/automaxprocs)) = 1.5.3 # go.uber.org/mock : Apache-2.0 Provides: bundled(golang(go.uber.org/mock)) = 0.4.0 # golang.org/x/crypto : BSD-3-Clause -Provides: bundled(golang(golang.org/x/crypto)) = 0.17.0 +Provides: bundled(golang(golang.org/x/crypto)) = 0.19.0 # golang.org/x/exp : BSD-3-Clause -Provides: bundled(golang(golang.org/x/exp)) = be819d1 +Provides: bundled(golang(golang.org/x/exp)) = 2c58cdc # golang.org/x/mod : BSD-3-Clause -Provides: bundled(golang(golang.org/x/mod)) = 0.14.0 +Provides: bundled(golang(golang.org/x/mod)) = 0.15.0 # golang.org/x/net : BSD-3-Clause -Provides: bundled(golang(golang.org/x/net)) = 0.19.0 +Provides: bundled(golang(golang.org/x/net)) = 0.21.0 # golang.org/x/sys : BSD-3-Clause -Provides: bundled(golang(golang.org/x/sys)) = 0.15.0 +Provides: bundled(golang(golang.org/x/sys)) = 0.17.0 # golang.org/x/text : BSD-3-Clause Provides: bundled(golang(golang.org/x/text)) = 0.14.0 # golang.org/x/time : BSD-3-Clause Provides: bundled(golang(golang.org/x/time)) = 0.5.0 # golang.org/x/tools : BSD-3-Clause -Provides: bundled(golang(golang.org/x/tools)) = 0.16.1 +Provides: bundled(golang(golang.org/x/tools)) = 0.17.0 # google.golang.org/protobuf : BSD-3-Clause Provides: bundled(golang(google.golang.org/protobuf)) = 1.32.0 +# gopkg.in/yaml.v3 : MIT AND Apache-2.0 +Provides: bundled(golang(gopkg.in/yaml.v3)) = 3.0.1 %description Syncthing replaces other file synchronization services with something From 144e78d96ac34046b4f69a46b5844ed65c682e5b Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Thu, 7 Mar 2024 14:24:32 +0100 Subject: [PATCH 49/65] Ignore some very unreliable tests for now --- syncthing.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/syncthing.spec b/syncthing.spec index d35f596..b5b7297 100644 --- a/syncthing.spec +++ b/syncthing.spec @@ -368,7 +368,9 @@ export GO111MODULE=off %gotest %{goipath}/cmd/strelaypoolsrv %gotest %{goipath}/cmd/syncthing -%gotest %{goipath}/lib/api +# This test is very unreliable and fails ~50% of the time: +# https://github.com/syncthing/syncthing/issues/9455 +%gotest %{goipath}/lib/api || : %gotest %{goipath}/lib/beacon %gotest %{goipath}/lib/config From 07ba5bd1d1a87cd3cb0f848a32af03b80602ba34 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Mon, 11 Mar 2024 21:29:37 +0100 Subject: [PATCH 50/65] Re-enable lib/api tests and raise timeout to resolve failures --- ...-increase-timeout-from-1-second-to-6.patch | 27 +++++++++++++++++++ syncthing.spec | 9 ++++--- 2 files changed, 32 insertions(+), 4 deletions(-) create mode 100644 0001-lib-api-api_test-increase-timeout-from-1-second-to-6.patch diff --git a/0001-lib-api-api_test-increase-timeout-from-1-second-to-6.patch b/0001-lib-api-api_test-increase-timeout-from-1-second-to-6.patch new file mode 100644 index 0000000..5ff73d6 --- /dev/null +++ b/0001-lib-api-api_test-increase-timeout-from-1-second-to-6.patch @@ -0,0 +1,27 @@ +From 0eb79d77f145cb6794ab31506e7a40bdfbbdef10 Mon Sep 17 00:00:00 2001 +From: Fabio Valentini +Date: Mon, 11 Mar 2024 14:03:37 +0100 +Subject: [PATCH] lib/api/api_test: increase timeout from 1 second to 60 + seconds + +When run in parellel, 1 second is not enough for tests to work reliably. +--- + lib/api/api_test.go | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/lib/api/api_test.go b/lib/api/api_test.go +index cfdcb42..8badf19 100644 +--- a/lib/api/api_test.go ++++ b/lib/api/api_test.go +@@ -444,7 +444,7 @@ func TestAPIServiceRequests(t *testing.T) { + // testHTTPRequest tries the given test case, comparing the result code, + // content type, and result prefix. + func testHTTPRequest(t *testing.T, baseURL string, tc httpTestCase, apikey string) { +- timeout := time.Second ++ timeout := 60 * time.Second + if tc.Timeout > 0 { + timeout = tc.Timeout + } +-- +2.44.0 + diff --git a/syncthing.spec b/syncthing.spec index b5b7297..6ed6294 100644 --- a/syncthing.spec +++ b/syncthing.spec @@ -23,6 +23,10 @@ URL: https://syncthing.net # use official release tarball (contains vendored dependencies) Source0: %{gourl}/releases/download/%{tag}/%{name}-source-%{tag}.tar.gz +# * increase some test timeouts to fix failures when running tests in parallel: +# https://github.com/syncthing/syncthing/issues/9455 +Patch: 0001-lib-api-api_test-increase-timeout-from-1-second-to-6.patch + BuildRequires: desktop-file-utils BuildRequires: systemd-rpm-macros @@ -367,10 +371,7 @@ export GO111MODULE=off %gotest %{goipath}/cmd/stdiscosrv %gotest %{goipath}/cmd/strelaypoolsrv %gotest %{goipath}/cmd/syncthing - -# This test is very unreliable and fails ~50% of the time: -# https://github.com/syncthing/syncthing/issues/9455 -%gotest %{goipath}/lib/api || : +%gotest %{goipath}/lib/api %gotest %{goipath}/lib/beacon %gotest %{goipath}/lib/config From b4b2c6d7c29678ede9cb10b3d89217f4eaa21ea6 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Thu, 11 Apr 2024 12:47:45 +0200 Subject: [PATCH 51/65] Update to version 1.27.6; Fixes RHBZ#2272690 --- .gitignore | 1 + sources | 2 +- syncthing.spec | 56 ++++++++++++++++++++++++-------------------------- 3 files changed, 29 insertions(+), 30 deletions(-) diff --git a/.gitignore b/.gitignore index 8cee760..6bf77be 100644 --- a/.gitignore +++ b/.gitignore @@ -85,3 +85,4 @@ /syncthing-source-v1.27.2.tar.gz /syncthing-source-v1.27.3.tar.gz /syncthing-source-v1.27.4.tar.gz +/syncthing-source-v1.27.6.tar.gz diff --git a/sources b/sources index 20b46bf..08a67c4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (syncthing-source-v1.27.4.tar.gz) = fc28ca066adeccd10281a6ccd50c336942bfbbdaedd954028cc2ee40c09ad85ef0a7fcfe733d3045d6979dd22cddd2fa5979d605440ebe3d2fd90c7f911c3c73 +SHA512 (syncthing-source-v1.27.6.tar.gz) = 2dbffd6002d557cc7ec3beab10d00f0e531d71ba60ed75fc20fd49f3d0c79b28197ed1c6795ef42717d12b8f4f594d1cadc8a67d0925f7f7f1cd20d1baa6edae diff --git a/syncthing.spec b/syncthing.spec index 6ed6294..ba05fac 100644 --- a/syncthing.spec +++ b/syncthing.spec @@ -1,6 +1,6 @@ %bcond_with devel -%global basever 1.27.4 +%global basever 1.27.6 #%%global rcnum 0 Name: syncthing @@ -54,12 +54,8 @@ Provides: bundled(moment) = 2.19.4 Provides: bundled(golang(github.com/AudriusButkevicius/recli)) = d000ce8 # github.com/Azure/go-ntlmssp : MIT Provides: bundled(golang(github.com/Azure/go-ntlmssp)) = 754e693 -# github.com/alecthomas/assert : MIT -Provides: bundled(golang(github.com/alecthomas/assert/v2)) = 2.5.0 # github.com/alecthomas/kong : MIT -Provides: bundled(golang(github.com/alecthomas/kong)) = 0.8.1 -# github.com/alecthomas/repr : MIT -Provides: bundled(golang(github.com/alecthomas/repr)) = 0.3.0 +Provides: bundled(golang(github.com/alecthomas/kong)) = 0.9.0 # github.com/alexbrainman/sspi : BSD-3-Clause Provides: bundled(golang(github.com/alexbrainman/sspi)) = 1a75b47 # github.com/beorn7/perks : MIT @@ -73,11 +69,11 @@ Provides: bundled(golang(github.com/ccding/go-stun)) = 0.1.4 # github.com/certifi/gocertifi : MPL-2.0 Provides: bundled(golang(github.com/certifi/gocertifi)) = 431795d # github.com/cespare/xxhash : MIT -Provides: bundled(golang(github.com/cespare/xxhash/v2)) = 2.2.0 +Provides: bundled(golang(github.com/cespare/xxhash/v2)) = 2.3.0 # github.com/chmduquesne/rollinghash : MIT Provides: bundled(golang(github.com/chmduquesne/rollinghash)) = 4.0.0+incompatible # github.com/cpuguy83/go-md2man : MIT -Provides: bundled(golang(github.com/cpuguy83/go-md2man/v2)) = 2.0.3 +Provides: bundled(golang(github.com/cpuguy83/go-md2man/v2)) = 2.0.4 # github.com/d4l3k/messagediff : MIT Provides: bundled(golang(github.com/d4l3k/messagediff)) = 1.2.1 # github.com/davecgh/go-spew : ISC @@ -105,7 +101,7 @@ Provides: bundled(golang(github.com/gogo/protobuf)) = 1.3.2 # github.com/golang/snappy : BSD-3-Clause Provides: bundled(golang(github.com/golang/snappy)) = 0.0.4 # github.com/google/pprof : Apache-2.0 -Provides: bundled(golang(github.com/google/pprof)) = fb44976 +Provides: bundled(golang(github.com/google/pprof)) = 29b9bb0 # github.com/google/uuid : BSD-3-Clause Provides: bundled(golang(github.com/google/uuid)) = 1.6.0 # github.com/greatroar/blobloom : Apache-2.0 @@ -117,7 +113,7 @@ Provides: bundled(golang(github.com/hashicorp/go-multierror)) = 1.1.1 # github.com/hashicorp/golang-lru : MPL-2.0 Provides: bundled(golang(github.com/hashicorp/golang-lru/v2)) = 2.0.7 # github.com/jackpal/gateway : BSD-3-Clause -Provides: bundled(golang(github.com/jackpal/gateway)) = 1.0.13 +Provides: bundled(golang(github.com/jackpal/gateway)) = 1.0.14 # github.com/jackpal/go-nat-pmp : Apache-2.0 Provides: bundled(golang(github.com/jackpal/go-nat-pmp)) = 1.0.2 # github.com/julienschmidt/httprouter : BSD-3-Clause @@ -125,7 +121,7 @@ Provides: bundled(golang(github.com/julienschmidt/httprouter)) = 1.3.0 # github.com/kballard/go-shellquote : MIT Provides: bundled(golang(github.com/kballard/go-shellquote)) = 95032a8 # github.com/klauspost/cpuid : MIT -Provides: bundled(golang(github.com/klauspost/cpuid/v2)) = 2.2.6 +Provides: bundled(golang(github.com/klauspost/cpuid/v2)) = 2.2.7 # github.com/kr/text : MIT Provides: bundled(golang(github.com/kr/text)) = 0.2.0 # github.com/lib/pq : MIT @@ -141,7 +137,7 @@ Provides: bundled(golang(github.com/miscreant/miscreant.go)) = 26d3763 # github.com/nxadm/tail : MIT Provides: bundled(golang(github.com/nxadm/tail)) = 1.4.11 # github.com/onsi/ginkgo : MIT -Provides: bundled(golang(github.com/onsi/ginkgo/v2)) = 2.15.0 +Provides: bundled(golang(github.com/onsi/ginkgo/v2)) = 2.17.1 # github.com/onsi/gomega : MIT Provides: bundled(golang(github.com/onsi/gomega)) = 1.31.1 # github.com/oschwald/geoip2-golang : ISC @@ -157,17 +153,17 @@ Provides: bundled(golang(github.com/pmezard/go-difflib)) = 1.0.0 # github.com/posener/complete : MIT Provides: bundled(golang(github.com/posener/complete)) = 1.2.3 # github.com/power-devops/perfstat : MIT -Provides: bundled(golang(github.com/power-devops/perfstat)) = 62379fc +Provides: bundled(golang(github.com/power-devops/perfstat)) = 82ca368 # github.com/prometheus/client_golang : Apache-2.0 -Provides: bundled(golang(github.com/prometheus/client_golang)) = 1.18.0 +Provides: bundled(golang(github.com/prometheus/client_golang)) = 1.19.0 # github.com/prometheus/client_model : Apache-2.0 -Provides: bundled(golang(github.com/prometheus/client_model)) = 0.5.0 +Provides: bundled(golang(github.com/prometheus/client_model)) = 0.6.1 # github.com/prometheus/common : Apache-2.0 -Provides: bundled(golang(github.com/prometheus/common)) = 0.46.0 +Provides: bundled(golang(github.com/prometheus/common)) = 0.52.2 # github.com/prometheus/procfs : Apache-2.0 -Provides: bundled(golang(github.com/prometheus/procfs)) = 0.12.0 +Provides: bundled(golang(github.com/prometheus/procfs)) = 0.13.0 # github.com/quic-go/quic-go : MIT -Provides: bundled(golang(github.com/quic-go/quic-go)) = 0.41.0 +Provides: bundled(golang(github.com/quic-go/quic-go)) = 0.42.0 # github.com/rcrowley/go-metrics : BSD-2-Clause-Views Provides: bundled(golang(github.com/rcrowley/go-metrics)) = cf1acfc # github.com/riywo/loginshell : MIT @@ -175,17 +171,17 @@ Provides: bundled(golang(github.com/riywo/loginshell)) = 7d26008 # github.com/russross/blackfriday : BSD-2-Clause Provides: bundled(golang(github.com/russross/blackfriday/v2)) = 2.1.0 # github.com/shirou/gopsutil : BSD-3-Clause -Provides: bundled(golang(github.com/shirou/gopsutil/v3)) = 3.24.1 +Provides: bundled(golang(github.com/shirou/gopsutil/v3)) = 3.24.3 # github.com/stretchr/objx : MIT -Provides: bundled(golang(github.com/stretchr/objx)) = 0.5.1 +Provides: bundled(golang(github.com/stretchr/objx)) = 0.5.2 # github.com/stretchr/testify : MIT -Provides: bundled(golang(github.com/stretchr/testify)) = 1.8.4 +Provides: bundled(golang(github.com/stretchr/testify)) = 1.9.0 # github.com/syncthing/notify : MIT Provides: bundled(golang(github.com/syncthing/notify)) = c6b7342 # github.com/syndtr/goleveldb : BSD-2-Clause Provides: bundled(golang(github.com/syndtr/goleveldb)) = 126854a # github.com/thejerf/suture : MIT -Provides: bundled(golang(github.com/thejerf/suture/v4)) = 4.0.2 +Provides: bundled(golang(github.com/thejerf/suture/v4)) = 4.0.5 # github.com/urfave/cli : MIT Provides: bundled(golang(github.com/urfave/cli)) = 1.22.14 # github.com/vitrun/qart : Apache-2.0 AND BSD-3-Clause @@ -199,23 +195,25 @@ Provides: bundled(golang(go.uber.org/automaxprocs)) = 1.5.3 # go.uber.org/mock : Apache-2.0 Provides: bundled(golang(go.uber.org/mock)) = 0.4.0 # golang.org/x/crypto : BSD-3-Clause -Provides: bundled(golang(golang.org/x/crypto)) = 0.19.0 +Provides: bundled(golang(golang.org/x/crypto)) = 0.22.0 # golang.org/x/exp : BSD-3-Clause -Provides: bundled(golang(golang.org/x/exp)) = 2c58cdc +Provides: bundled(golang(golang.org/x/exp)) = c0f41cb # golang.org/x/mod : BSD-3-Clause -Provides: bundled(golang(golang.org/x/mod)) = 0.15.0 +Provides: bundled(golang(golang.org/x/mod)) = 0.17.0 # golang.org/x/net : BSD-3-Clause -Provides: bundled(golang(golang.org/x/net)) = 0.21.0 +Provides: bundled(golang(golang.org/x/net)) = 0.24.0 +# golang.org/x/sync : BSD-3-Clause +Provides: bundled(golang(golang.org/x/sync)) = 0.7.0 # golang.org/x/sys : BSD-3-Clause -Provides: bundled(golang(golang.org/x/sys)) = 0.17.0 +Provides: bundled(golang(golang.org/x/sys)) = 0.19.0 # golang.org/x/text : BSD-3-Clause Provides: bundled(golang(golang.org/x/text)) = 0.14.0 # golang.org/x/time : BSD-3-Clause Provides: bundled(golang(golang.org/x/time)) = 0.5.0 # golang.org/x/tools : BSD-3-Clause -Provides: bundled(golang(golang.org/x/tools)) = 0.17.0 +Provides: bundled(golang(golang.org/x/tools)) = 0.20.0 # google.golang.org/protobuf : BSD-3-Clause -Provides: bundled(golang(google.golang.org/protobuf)) = 1.32.0 +Provides: bundled(golang(google.golang.org/protobuf)) = 1.33.0 # gopkg.in/yaml.v3 : MIT AND Apache-2.0 Provides: bundled(golang(gopkg.in/yaml.v3)) = 3.0.1 From 264a1eb70f57f31b3e0e1fc54a018b200e742019 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Tue, 14 May 2024 16:52:21 +0200 Subject: [PATCH 52/65] Update to version 1.27.7 --- .gitignore | 1 + sources | 2 +- syncthing.spec | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 6bf77be..eb1f9f1 100644 --- a/.gitignore +++ b/.gitignore @@ -86,3 +86,4 @@ /syncthing-source-v1.27.3.tar.gz /syncthing-source-v1.27.4.tar.gz /syncthing-source-v1.27.6.tar.gz +/syncthing-source-v1.27.7.tar.gz diff --git a/sources b/sources index 08a67c4..4fc3b8f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (syncthing-source-v1.27.6.tar.gz) = 2dbffd6002d557cc7ec3beab10d00f0e531d71ba60ed75fc20fd49f3d0c79b28197ed1c6795ef42717d12b8f4f594d1cadc8a67d0925f7f7f1cd20d1baa6edae +SHA512 (syncthing-source-v1.27.7.tar.gz) = 7eee3a021ed2411078928c92f5af52c100f717dfc53adc1d4b05050178040c4d30e39d1d5a4d8de3b49db0866957a3c3b5000e4810ecaebde16f6e9073fabf7a diff --git a/syncthing.spec b/syncthing.spec index ba05fac..0c4e09d 100644 --- a/syncthing.spec +++ b/syncthing.spec @@ -1,6 +1,6 @@ %bcond_with devel -%global basever 1.27.6 +%global basever 1.27.7 #%%global rcnum 0 Name: syncthing From 6e1dc903a19ea251d3ba6400781ade7cefc6ae0a Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 20 Jul 2024 06:54:40 +0000 Subject: [PATCH 53/65] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From 39b8aee010259f4d549ddd0af71d19f2646305e3 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Fri, 2 Aug 2024 17:18:48 +0200 Subject: [PATCH 54/65] Update to version 1.27.9; Fixes RHBZ#2290442 --- .gitignore | 1 + sources | 2 +- syncthing.spec | 66 ++++++++++++++++++++++++++------------------------ 3 files changed, 36 insertions(+), 33 deletions(-) diff --git a/.gitignore b/.gitignore index eb1f9f1..44601e0 100644 --- a/.gitignore +++ b/.gitignore @@ -87,3 +87,4 @@ /syncthing-source-v1.27.4.tar.gz /syncthing-source-v1.27.6.tar.gz /syncthing-source-v1.27.7.tar.gz +/syncthing-source-v1.27.9.tar.gz diff --git a/sources b/sources index 4fc3b8f..183de48 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (syncthing-source-v1.27.7.tar.gz) = 7eee3a021ed2411078928c92f5af52c100f717dfc53adc1d4b05050178040c4d30e39d1d5a4d8de3b49db0866957a3c3b5000e4810ecaebde16f6e9073fabf7a +SHA512 (syncthing-source-v1.27.9.tar.gz) = 11c56dcf3b44f87581560b4f8f8f76d6ee851fc0421d85f458a32c3900bd0ee6bb2964b7d5253a343d61ba57e3aa40f2f8a94d6f5d5d5b0cf27dc1cc28a14fa1 diff --git a/syncthing.spec b/syncthing.spec index 0c4e09d..bbca39d 100644 --- a/syncthing.spec +++ b/syncthing.spec @@ -1,6 +1,6 @@ %bcond_with devel -%global basever 1.27.7 +%global basever 1.27.9 #%%global rcnum 0 Name: syncthing @@ -15,9 +15,10 @@ Release: %autorelease # syncthing (MPL-2.0) bundles # - angular, bootstrap, daterangepicker, fancytree, jQuery, moment (MIT), +# - HumanizeDuration (MIT OR Unlicense), # - ForkAwesome (MIT, OFL-1.1, CC-BY-3.0), and # - a number of go packages (Apache-2.0, BSD-2-Clause, BSD-2-Clause-Views, BSD-3-Clause, ISC, MIT, MPL-2.0) -License: MPL-2.0 AND Apache-2.0 AND BSD-2-Clause AND BSD-2-Clause-Views AND BSD-3-Clause AND CC-BY-3.0 AND ISC AND MIT AND OFL-1.1 +License: MPL-2.0 AND Apache-2.0 AND BSD-2-Clause AND BSD-2-Clause-Views AND BSD-3-Clause AND CC-BY-3.0 AND ISC AND MIT AND OFL-1.1 AND (Apache-2.0 OR MIT) AND (MIT OR Unlicense) URL: https://syncthing.net # use official release tarball (contains vendored dependencies) @@ -41,6 +42,7 @@ Provides: bundled(angular-translate-loader-static-files) = 2.11.0 Provides: bundled(bootstrap) = 3.3.6 Provides: bundled(daterangepicker) = 3.1 Provides: bundled(ForkAwesome) = 1.2.0 +Provides: bundled(HumanizeDuration.js) Provides: bundled(jquery) = 2.2.2 Provides: bundled(jquery-fancytree) = 2.38.0 Provides: bundled(jquery-ui) = 1.12.1 @@ -56,8 +58,6 @@ Provides: bundled(golang(github.com/AudriusButkevicius/recli)) = d000ce8 Provides: bundled(golang(github.com/Azure/go-ntlmssp)) = 754e693 # github.com/alecthomas/kong : MIT Provides: bundled(golang(github.com/alecthomas/kong)) = 0.9.0 -# github.com/alexbrainman/sspi : BSD-3-Clause -Provides: bundled(golang(github.com/alexbrainman/sspi)) = 1a75b47 # github.com/beorn7/perks : MIT Provides: bundled(golang(github.com/beorn7/perks)) = 1.0.1 # github.com/calmh/incontainer : MIT @@ -66,6 +66,8 @@ Provides: bundled(golang(github.com/calmh/incontainer)) = 1.0.0 Provides: bundled(golang(github.com/calmh/xdr)) = 1.1.0 # github.com/ccding/go-stun : Apache-2.0 Provides: bundled(golang(github.com/ccding/go-stun)) = 0.1.4 +# github.com/cenkalti/backoff : MIT +Provides: bundled(golang(github.com/cenkalti/backoff/v4)) = 4.3.0 # github.com/certifi/gocertifi : MPL-2.0 Provides: bundled(golang(github.com/certifi/gocertifi)) = 431795d # github.com/cespare/xxhash : MIT @@ -85,27 +87,27 @@ Provides: bundled(golang(github.com/fsnotify/fsnotify)) = 1.7.0 # github.com/getsentry/raven-go : BSD-3-Clause Provides: bundled(golang(github.com/getsentry/raven-go)) = 0.2.0 # github.com/go-asn1-ber/asn1-ber : MIT -Provides: bundled(golang(github.com/go-asn1-ber/asn1-ber)) = 1.5.5 +Provides: bundled(golang(github.com/go-asn1-ber/asn1-ber)) = 1.5.7 # github.com/go-ldap/ldap : MIT -Provides: bundled(golang(github.com/go-ldap/ldap/v3)) = 3.4.6 -# github.com/go-logr/logr : Apache-2.0 -Provides: bundled(golang(github.com/go-logr/logr)) = 1.4.1 +Provides: bundled(golang(github.com/go-ldap/ldap/v3)) = 3.4.8 # github.com/go-ole/go-ole : MIT Provides: bundled(golang(github.com/go-ole/go-ole)) = 1.3.0 # github.com/go-task/slim-sprig : MIT -Provides: bundled(golang(github.com/go-task/slim-sprig)) = 52ccab3 +Provides: bundled(golang(github.com/go-task/slim-sprig/v3)) = 3.0.0 # github.com/gobwas/glob : MIT Provides: bundled(golang(github.com/gobwas/glob)) = 0.2.3 +# github.com/gofrs/flock : BSD-3-Clause +Provides: bundled(golang(github.com/gofrs/flock)) = 0.8.1 # github.com/gogo/protobuf : BSD-3-Clause Provides: bundled(golang(github.com/gogo/protobuf)) = 1.3.2 # github.com/golang/snappy : BSD-3-Clause Provides: bundled(golang(github.com/golang/snappy)) = 0.0.4 # github.com/google/pprof : Apache-2.0 -Provides: bundled(golang(github.com/google/pprof)) = 29b9bb0 +Provides: bundled(golang(github.com/google/pprof)) = 186aa03 # github.com/google/uuid : BSD-3-Clause Provides: bundled(golang(github.com/google/uuid)) = 1.6.0 # github.com/greatroar/blobloom : Apache-2.0 -Provides: bundled(golang(github.com/greatroar/blobloom)) = 0.7.2 +Provides: bundled(golang(github.com/greatroar/blobloom)) = 0.8.0 # github.com/hashicorp/errwrap : MPL-2.0 Provides: bundled(golang(github.com/hashicorp/errwrap)) = 1.1.0 # github.com/hashicorp/go-multierror : MPL-2.0 @@ -113,7 +115,7 @@ Provides: bundled(golang(github.com/hashicorp/go-multierror)) = 1.1.1 # github.com/hashicorp/golang-lru : MPL-2.0 Provides: bundled(golang(github.com/hashicorp/golang-lru/v2)) = 2.0.7 # github.com/jackpal/gateway : BSD-3-Clause -Provides: bundled(golang(github.com/jackpal/gateway)) = 1.0.14 +Provides: bundled(golang(github.com/jackpal/gateway)) = 1.0.15 # github.com/jackpal/go-nat-pmp : Apache-2.0 Provides: bundled(golang(github.com/jackpal/go-nat-pmp)) = 1.0.2 # github.com/julienschmidt/httprouter : BSD-3-Clause @@ -122,14 +124,14 @@ Provides: bundled(golang(github.com/julienschmidt/httprouter)) = 1.3.0 Provides: bundled(golang(github.com/kballard/go-shellquote)) = 95032a8 # github.com/klauspost/cpuid : MIT Provides: bundled(golang(github.com/klauspost/cpuid/v2)) = 2.2.7 -# github.com/kr/text : MIT -Provides: bundled(golang(github.com/kr/text)) = 0.2.0 # github.com/lib/pq : MIT Provides: bundled(golang(github.com/lib/pq)) = 1.10.9 # github.com/maruel/panicparse : Apache-2.0 Provides: bundled(golang(github.com/maruel/panicparse/v2)) = 2.3.1 # github.com/maxbrunsfeld/counterfeiter : MIT Provides: bundled(golang(github.com/maxbrunsfeld/counterfeiter/v6)) = 6.8.1 +# github.com/maxmind/geoipupdate : Apache-2.0 OR MIT +Provides: bundled(golang(github.com/maxmind/geoipupdate/v6)) = 6.1.0 # github.com/minio/sha256-simd : Apache-2.0 Provides: bundled(golang(github.com/minio/sha256-simd)) = 1.0.1 # github.com/miscreant/miscreant.go : MIT @@ -137,13 +139,11 @@ Provides: bundled(golang(github.com/miscreant/miscreant.go)) = 26d3763 # github.com/nxadm/tail : MIT Provides: bundled(golang(github.com/nxadm/tail)) = 1.4.11 # github.com/onsi/ginkgo : MIT -Provides: bundled(golang(github.com/onsi/ginkgo/v2)) = 2.17.1 -# github.com/onsi/gomega : MIT -Provides: bundled(golang(github.com/onsi/gomega)) = 1.31.1 +Provides: bundled(golang(github.com/onsi/ginkgo/v2)) = 2.19.0 # github.com/oschwald/geoip2-golang : ISC -Provides: bundled(golang(github.com/oschwald/geoip2-golang)) = 1.9.0 +Provides: bundled(golang(github.com/oschwald/geoip2-golang)) = 1.11.0 # github.com/oschwald/maxminddb-golang : ISC -Provides: bundled(golang(github.com/oschwald/maxminddb-golang)) = 1.12.0 +Provides: bundled(golang(github.com/oschwald/maxminddb-golang)) = 1.13.0 # github.com/pierrec/lz4 : BSD-3-Clause Provides: bundled(golang(github.com/pierrec/lz4/v4)) = 4.1.21 # github.com/pkg/errors : BSD-2-Clause @@ -155,15 +155,17 @@ Provides: bundled(golang(github.com/posener/complete)) = 1.2.3 # github.com/power-devops/perfstat : MIT Provides: bundled(golang(github.com/power-devops/perfstat)) = 82ca368 # github.com/prometheus/client_golang : Apache-2.0 -Provides: bundled(golang(github.com/prometheus/client_golang)) = 1.19.0 +Provides: bundled(golang(github.com/prometheus/client_golang)) = 1.19.1 # github.com/prometheus/client_model : Apache-2.0 Provides: bundled(golang(github.com/prometheus/client_model)) = 0.6.1 # github.com/prometheus/common : Apache-2.0 -Provides: bundled(golang(github.com/prometheus/common)) = 0.52.2 +Provides: bundled(golang(github.com/prometheus/common)) = 0.54.0 # github.com/prometheus/procfs : Apache-2.0 -Provides: bundled(golang(github.com/prometheus/procfs)) = 0.13.0 +Provides: bundled(golang(github.com/prometheus/procfs)) = 0.15.1 # github.com/quic-go/quic-go : MIT -Provides: bundled(golang(github.com/quic-go/quic-go)) = 0.42.0 +Provides: bundled(golang(github.com/quic-go/quic-go)) = 0.44.0 +# github.com/rabbitmq/amqp091-go : BSD-2-Clause +Provides: bundled(golang(github.com/rabbitmq/amqp091-go)) = 1.10.0 # github.com/rcrowley/go-metrics : BSD-2-Clause-Views Provides: bundled(golang(github.com/rcrowley/go-metrics)) = cf1acfc # github.com/riywo/loginshell : MIT @@ -171,7 +173,7 @@ Provides: bundled(golang(github.com/riywo/loginshell)) = 7d26008 # github.com/russross/blackfriday : BSD-2-Clause Provides: bundled(golang(github.com/russross/blackfriday/v2)) = 2.1.0 # github.com/shirou/gopsutil : BSD-3-Clause -Provides: bundled(golang(github.com/shirou/gopsutil/v3)) = 3.24.3 +Provides: bundled(golang(github.com/shirou/gopsutil/v3)) = 3.24.5 # github.com/stretchr/objx : MIT Provides: bundled(golang(github.com/stretchr/objx)) = 0.5.2 # github.com/stretchr/testify : MIT @@ -183,7 +185,7 @@ Provides: bundled(golang(github.com/syndtr/goleveldb)) = 126854a # github.com/thejerf/suture : MIT Provides: bundled(golang(github.com/thejerf/suture/v4)) = 4.0.5 # github.com/urfave/cli : MIT -Provides: bundled(golang(github.com/urfave/cli)) = 1.22.14 +Provides: bundled(golang(github.com/urfave/cli)) = 1.22.15 # github.com/vitrun/qart : Apache-2.0 AND BSD-3-Clause Provides: bundled(golang(github.com/vitrun/qart)) = bf64b92 # github.com/willabides/kongplete : MIT @@ -195,25 +197,25 @@ Provides: bundled(golang(go.uber.org/automaxprocs)) = 1.5.3 # go.uber.org/mock : Apache-2.0 Provides: bundled(golang(go.uber.org/mock)) = 0.4.0 # golang.org/x/crypto : BSD-3-Clause -Provides: bundled(golang(golang.org/x/crypto)) = 0.22.0 +Provides: bundled(golang(golang.org/x/crypto)) = 0.23.0 # golang.org/x/exp : BSD-3-Clause -Provides: bundled(golang(golang.org/x/exp)) = c0f41cb +Provides: bundled(golang(golang.org/x/exp)) = fd00a4e # golang.org/x/mod : BSD-3-Clause Provides: bundled(golang(golang.org/x/mod)) = 0.17.0 # golang.org/x/net : BSD-3-Clause -Provides: bundled(golang(golang.org/x/net)) = 0.24.0 +Provides: bundled(golang(golang.org/x/net)) = 0.25.0 # golang.org/x/sync : BSD-3-Clause Provides: bundled(golang(golang.org/x/sync)) = 0.7.0 # golang.org/x/sys : BSD-3-Clause -Provides: bundled(golang(golang.org/x/sys)) = 0.19.0 +Provides: bundled(golang(golang.org/x/sys)) = 0.20.0 # golang.org/x/text : BSD-3-Clause -Provides: bundled(golang(golang.org/x/text)) = 0.14.0 +Provides: bundled(golang(golang.org/x/text)) = 0.15.0 # golang.org/x/time : BSD-3-Clause Provides: bundled(golang(golang.org/x/time)) = 0.5.0 # golang.org/x/tools : BSD-3-Clause -Provides: bundled(golang(golang.org/x/tools)) = 0.20.0 +Provides: bundled(golang(golang.org/x/tools)) = 0.21.0 # google.golang.org/protobuf : BSD-3-Clause -Provides: bundled(golang(google.golang.org/protobuf)) = 1.33.0 +Provides: bundled(golang(google.golang.org/protobuf)) = 1.34.1 # gopkg.in/yaml.v3 : MIT AND Apache-2.0 Provides: bundled(golang(gopkg.in/yaml.v3)) = 3.0.1 From 2c25bc5d13d5924bf02d0d13e00b8f2bc7f61299 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Mon, 9 Sep 2024 16:11:51 +0200 Subject: [PATCH 55/65] Update to version 1.27.12; Fixes RHBZ#2303591 --- .gitignore | 1 + sources | 2 +- syncthing.spec | 60 ++++++++++++++++++++++++-------------------------- 3 files changed, 31 insertions(+), 32 deletions(-) diff --git a/.gitignore b/.gitignore index 44601e0..2fee05d 100644 --- a/.gitignore +++ b/.gitignore @@ -88,3 +88,4 @@ /syncthing-source-v1.27.6.tar.gz /syncthing-source-v1.27.7.tar.gz /syncthing-source-v1.27.9.tar.gz +/syncthing-source-v1.27.12.tar.gz diff --git a/sources b/sources index 183de48..9b5ddfb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (syncthing-source-v1.27.9.tar.gz) = 11c56dcf3b44f87581560b4f8f8f76d6ee851fc0421d85f458a32c3900bd0ee6bb2964b7d5253a343d61ba57e3aa40f2f8a94d6f5d5d5b0cf27dc1cc28a14fa1 +SHA512 (syncthing-source-v1.27.12.tar.gz) = 4e46124936ab7670d2929b0817b014c5d9ab6c94a9ce47368c796ab59b1f03c7da983ade358ae98be7c83fb4b70d2c3a3709827257be9dc61c0d0e113022dd85 diff --git a/syncthing.spec b/syncthing.spec index bbca39d..6d1064a 100644 --- a/syncthing.spec +++ b/syncthing.spec @@ -1,6 +1,6 @@ %bcond_with devel -%global basever 1.27.9 +%global basever 1.27.12 #%%global rcnum 0 Name: syncthing @@ -24,10 +24,6 @@ URL: https://syncthing.net # use official release tarball (contains vendored dependencies) Source0: %{gourl}/releases/download/%{tag}/%{name}-source-%{tag}.tar.gz -# * increase some test timeouts to fix failures when running tests in parallel: -# https://github.com/syncthing/syncthing/issues/9455 -Patch: 0001-lib-api-api_test-increase-timeout-from-1-second-to-6.patch - BuildRequires: desktop-file-utils BuildRequires: systemd-rpm-macros @@ -65,7 +61,7 @@ Provides: bundled(golang(github.com/calmh/incontainer)) = 1.0.0 # github.com/calmh/xdr : MIT Provides: bundled(golang(github.com/calmh/xdr)) = 1.1.0 # github.com/ccding/go-stun : Apache-2.0 -Provides: bundled(golang(github.com/ccding/go-stun)) = 0.1.4 +Provides: bundled(golang(github.com/ccding/go-stun)) = 0.1.5 # github.com/cenkalti/backoff : MIT Provides: bundled(golang(github.com/cenkalti/backoff/v4)) = 4.3.0 # github.com/certifi/gocertifi : MPL-2.0 @@ -80,8 +76,6 @@ Provides: bundled(golang(github.com/cpuguy83/go-md2man/v2)) = 2.0.4 Provides: bundled(golang(github.com/d4l3k/messagediff)) = 1.2.1 # github.com/davecgh/go-spew : ISC Provides: bundled(golang(github.com/davecgh/go-spew)) = 1.1.1 -# github.com/flynn-archive/go-shlex : Apache-2.0 -Provides: bundled(golang(github.com/flynn-archive/go-shlex)) = 3f9db97 # github.com/fsnotify/fsnotify : BSD-3-Clause Provides: bundled(golang(github.com/fsnotify/fsnotify)) = 1.7.0 # github.com/getsentry/raven-go : BSD-3-Clause @@ -97,13 +91,13 @@ Provides: bundled(golang(github.com/go-task/slim-sprig/v3)) = 3.0.0 # github.com/gobwas/glob : MIT Provides: bundled(golang(github.com/gobwas/glob)) = 0.2.3 # github.com/gofrs/flock : BSD-3-Clause -Provides: bundled(golang(github.com/gofrs/flock)) = 0.8.1 +Provides: bundled(golang(github.com/gofrs/flock)) = 0.12.1 # github.com/gogo/protobuf : BSD-3-Clause Provides: bundled(golang(github.com/gogo/protobuf)) = 1.3.2 # github.com/golang/snappy : BSD-3-Clause Provides: bundled(golang(github.com/golang/snappy)) = 0.0.4 # github.com/google/pprof : Apache-2.0 -Provides: bundled(golang(github.com/google/pprof)) = 186aa03 +Provides: bundled(golang(github.com/google/pprof)) = 813a5fb # github.com/google/uuid : BSD-3-Clause Provides: bundled(golang(github.com/google/uuid)) = 1.6.0 # github.com/greatroar/blobloom : Apache-2.0 @@ -122,28 +116,28 @@ Provides: bundled(golang(github.com/jackpal/go-nat-pmp)) = 1.0.2 Provides: bundled(golang(github.com/julienschmidt/httprouter)) = 1.3.0 # github.com/kballard/go-shellquote : MIT Provides: bundled(golang(github.com/kballard/go-shellquote)) = 95032a8 -# github.com/klauspost/cpuid : MIT -Provides: bundled(golang(github.com/klauspost/cpuid/v2)) = 2.2.7 # github.com/lib/pq : MIT Provides: bundled(golang(github.com/lib/pq)) = 1.10.9 +# github.com/lufia/plan9stats : BSD-3-Clause +Provides: bundled(golang(github.com/lufia/plan9stats)) = 39d0f17 # github.com/maruel/panicparse : Apache-2.0 Provides: bundled(golang(github.com/maruel/panicparse/v2)) = 2.3.1 # github.com/maxbrunsfeld/counterfeiter : MIT Provides: bundled(golang(github.com/maxbrunsfeld/counterfeiter/v6)) = 6.8.1 # github.com/maxmind/geoipupdate : Apache-2.0 OR MIT Provides: bundled(golang(github.com/maxmind/geoipupdate/v6)) = 6.1.0 -# github.com/minio/sha256-simd : Apache-2.0 -Provides: bundled(golang(github.com/minio/sha256-simd)) = 1.0.1 # github.com/miscreant/miscreant.go : MIT Provides: bundled(golang(github.com/miscreant/miscreant.go)) = 26d3763 +# github.com/munnerz/goautoneg : BSD-3-Clause +Provides: bundled(golang(github.com/munnerz/goautoneg)) = a7dc8b6 # github.com/nxadm/tail : MIT Provides: bundled(golang(github.com/nxadm/tail)) = 1.4.11 # github.com/onsi/ginkgo : MIT -Provides: bundled(golang(github.com/onsi/ginkgo/v2)) = 2.19.0 +Provides: bundled(golang(github.com/onsi/ginkgo/v2)) = 2.20.0 # github.com/oschwald/geoip2-golang : ISC Provides: bundled(golang(github.com/oschwald/geoip2-golang)) = 1.11.0 # github.com/oschwald/maxminddb-golang : ISC -Provides: bundled(golang(github.com/oschwald/maxminddb-golang)) = 1.13.0 +Provides: bundled(golang(github.com/oschwald/maxminddb-golang)) = 1.13.1 # github.com/pierrec/lz4 : BSD-3-Clause Provides: bundled(golang(github.com/pierrec/lz4/v4)) = 4.1.21 # github.com/pkg/errors : BSD-2-Clause @@ -159,11 +153,11 @@ Provides: bundled(golang(github.com/prometheus/client_golang)) = 1.19.1 # github.com/prometheus/client_model : Apache-2.0 Provides: bundled(golang(github.com/prometheus/client_model)) = 0.6.1 # github.com/prometheus/common : Apache-2.0 -Provides: bundled(golang(github.com/prometheus/common)) = 0.54.0 +Provides: bundled(golang(github.com/prometheus/common)) = 0.55.0 # github.com/prometheus/procfs : Apache-2.0 Provides: bundled(golang(github.com/prometheus/procfs)) = 0.15.1 # github.com/quic-go/quic-go : MIT -Provides: bundled(golang(github.com/quic-go/quic-go)) = 0.44.0 +Provides: bundled(golang(github.com/quic-go/quic-go)) = 0.46.0 # github.com/rabbitmq/amqp091-go : BSD-2-Clause Provides: bundled(golang(github.com/rabbitmq/amqp091-go)) = 1.10.0 # github.com/rcrowley/go-metrics : BSD-2-Clause-Views @@ -173,7 +167,9 @@ Provides: bundled(golang(github.com/riywo/loginshell)) = 7d26008 # github.com/russross/blackfriday : BSD-2-Clause Provides: bundled(golang(github.com/russross/blackfriday/v2)) = 2.1.0 # github.com/shirou/gopsutil : BSD-3-Clause -Provides: bundled(golang(github.com/shirou/gopsutil/v3)) = 3.24.5 +Provides: bundled(golang(github.com/shirou/gopsutil/v4)) = 4.24.7 +# github.com/shoenig/go-m1cpu : MPL-2.0 +Provides: bundled(golang(github.com/shoenig/go-m1cpu)) = 0.1.6 # github.com/stretchr/objx : MIT Provides: bundled(golang(github.com/stretchr/objx)) = 0.5.2 # github.com/stretchr/testify : MIT @@ -184,6 +180,10 @@ Provides: bundled(golang(github.com/syncthing/notify)) = c6b7342 Provides: bundled(golang(github.com/syndtr/goleveldb)) = 126854a # github.com/thejerf/suture : MIT Provides: bundled(golang(github.com/thejerf/suture/v4)) = 4.0.5 +# github.com/tklauser/go-sysconf : BSD-3-Clause +Provides: bundled(golang(github.com/tklauser/go-sysconf)) = 0.3.12 +# github.com/tklauser/numcpus : Apache-2.0 +Provides: bundled(golang(github.com/tklauser/numcpus)) = 0.6.1 # github.com/urfave/cli : MIT Provides: bundled(golang(github.com/urfave/cli)) = 1.22.15 # github.com/vitrun/qart : Apache-2.0 AND BSD-3-Clause @@ -197,25 +197,25 @@ Provides: bundled(golang(go.uber.org/automaxprocs)) = 1.5.3 # go.uber.org/mock : Apache-2.0 Provides: bundled(golang(go.uber.org/mock)) = 0.4.0 # golang.org/x/crypto : BSD-3-Clause -Provides: bundled(golang(golang.org/x/crypto)) = 0.23.0 +Provides: bundled(golang(golang.org/x/crypto)) = 0.26.0 # golang.org/x/exp : BSD-3-Clause -Provides: bundled(golang(golang.org/x/exp)) = fd00a4e +Provides: bundled(golang(golang.org/x/exp)) = 0cdaa3a # golang.org/x/mod : BSD-3-Clause -Provides: bundled(golang(golang.org/x/mod)) = 0.17.0 +Provides: bundled(golang(golang.org/x/mod)) = 0.20.0 # golang.org/x/net : BSD-3-Clause -Provides: bundled(golang(golang.org/x/net)) = 0.25.0 +Provides: bundled(golang(golang.org/x/net)) = 0.28.0 # golang.org/x/sync : BSD-3-Clause -Provides: bundled(golang(golang.org/x/sync)) = 0.7.0 +Provides: bundled(golang(golang.org/x/sync)) = 0.8.0 # golang.org/x/sys : BSD-3-Clause -Provides: bundled(golang(golang.org/x/sys)) = 0.20.0 +Provides: bundled(golang(golang.org/x/sys)) = 0.24.0 # golang.org/x/text : BSD-3-Clause -Provides: bundled(golang(golang.org/x/text)) = 0.15.0 +Provides: bundled(golang(golang.org/x/text)) = 0.17.0 # golang.org/x/time : BSD-3-Clause -Provides: bundled(golang(golang.org/x/time)) = 0.5.0 +Provides: bundled(golang(golang.org/x/time)) = 0.6.0 # golang.org/x/tools : BSD-3-Clause -Provides: bundled(golang(golang.org/x/tools)) = 0.21.0 +Provides: bundled(golang(golang.org/x/tools)) = 0.24.0 # google.golang.org/protobuf : BSD-3-Clause -Provides: bundled(golang(google.golang.org/protobuf)) = 1.34.1 +Provides: bundled(golang(google.golang.org/protobuf)) = 1.34.2 # gopkg.in/yaml.v3 : MIT AND Apache-2.0 Provides: bundled(golang(gopkg.in/yaml.v3)) = 3.0.1 @@ -348,7 +348,6 @@ mkdir -p %{buildroot}/%{_unitdir} mkdir -p %{buildroot}/%{_userunitdir} cp -pav etc/linux-systemd/system/syncthing@.service %{buildroot}/%{_unitdir}/ -cp -pav etc/linux-systemd/system/syncthing-resume.service %{buildroot}/%{_unitdir}/ cp -pav etc/linux-systemd/user/syncthing.service %{buildroot}/%{_userunitdir}/ # unmark source files as executable @@ -447,7 +446,6 @@ export GO111MODULE=off %{_mandir}/*/syncthing* %{_unitdir}/syncthing@.service -%{_unitdir}/syncthing-resume.service %{_userunitdir}/syncthing.service From 7f91832a081df6ffb4601146386df90930b66307 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Mon, 28 Oct 2024 12:13:13 +0100 Subject: [PATCH 56/65] Update to version 1.28.0; Fixes RHBZ#2319211 --- .gitignore | 1 + sources | 2 +- syncthing.spec | 60 +++++++++++++++++++++++++++++--------------------- 3 files changed, 37 insertions(+), 26 deletions(-) diff --git a/.gitignore b/.gitignore index 2fee05d..084aa00 100644 --- a/.gitignore +++ b/.gitignore @@ -89,3 +89,4 @@ /syncthing-source-v1.27.7.tar.gz /syncthing-source-v1.27.9.tar.gz /syncthing-source-v1.27.12.tar.gz +/syncthing-source-v1.28.0.tar.gz diff --git a/sources b/sources index 9b5ddfb..5f51a5b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (syncthing-source-v1.27.12.tar.gz) = 4e46124936ab7670d2929b0817b014c5d9ab6c94a9ce47368c796ab59b1f03c7da983ade358ae98be7c83fb4b70d2c3a3709827257be9dc61c0d0e113022dd85 +SHA512 (syncthing-source-v1.28.0.tar.gz) = 1a11a77b7dd6007bd6817cf055ff3c3fca7294e4b0eb32132361dccb94dcc80a46a556f302a3c13bece5580aec3d6d74d23045615bf982975db9858bd2692df2 diff --git a/syncthing.spec b/syncthing.spec index 6d1064a..4e8622c 100644 --- a/syncthing.spec +++ b/syncthing.spec @@ -1,6 +1,6 @@ %bcond_with devel -%global basever 1.27.12 +%global basever 1.28.0 #%%global rcnum 0 Name: syncthing @@ -53,13 +53,15 @@ Provides: bundled(golang(github.com/AudriusButkevicius/recli)) = d000ce8 # github.com/Azure/go-ntlmssp : MIT Provides: bundled(golang(github.com/Azure/go-ntlmssp)) = 754e693 # github.com/alecthomas/kong : MIT -Provides: bundled(golang(github.com/alecthomas/kong)) = 0.9.0 +Provides: bundled(golang(github.com/alecthomas/kong)) = 1.2.1 +# github.com/aws/aws-sdk-go : Apache-2.0 +Provides: bundled(golang(github.com/aws/aws-sdk-go)) = 1.55.5 # github.com/beorn7/perks : MIT Provides: bundled(golang(github.com/beorn7/perks)) = 1.0.1 # github.com/calmh/incontainer : MIT Provides: bundled(golang(github.com/calmh/incontainer)) = 1.0.0 # github.com/calmh/xdr : MIT -Provides: bundled(golang(github.com/calmh/xdr)) = 1.1.0 +Provides: bundled(golang(github.com/calmh/xdr)) = 1.2.0 # github.com/ccding/go-stun : Apache-2.0 Provides: bundled(golang(github.com/ccding/go-stun)) = 0.1.5 # github.com/cenkalti/backoff : MIT @@ -71,11 +73,13 @@ Provides: bundled(golang(github.com/cespare/xxhash/v2)) = 2.3.0 # github.com/chmduquesne/rollinghash : MIT Provides: bundled(golang(github.com/chmduquesne/rollinghash)) = 4.0.0+incompatible # github.com/cpuguy83/go-md2man : MIT -Provides: bundled(golang(github.com/cpuguy83/go-md2man/v2)) = 2.0.4 +Provides: bundled(golang(github.com/cpuguy83/go-md2man/v2)) = 2.0.5 # github.com/d4l3k/messagediff : MIT Provides: bundled(golang(github.com/d4l3k/messagediff)) = 1.2.1 # github.com/davecgh/go-spew : ISC Provides: bundled(golang(github.com/davecgh/go-spew)) = 1.1.1 +# github.com/ebitengine/purego : Apache-2.0 +Provides: bundled(golang(github.com/ebitengine/purego)) = 0.8.0 # github.com/fsnotify/fsnotify : BSD-3-Clause Provides: bundled(golang(github.com/fsnotify/fsnotify)) = 1.7.0 # github.com/getsentry/raven-go : BSD-3-Clause @@ -97,7 +101,7 @@ Provides: bundled(golang(github.com/gogo/protobuf)) = 1.3.2 # github.com/golang/snappy : BSD-3-Clause Provides: bundled(golang(github.com/golang/snappy)) = 0.0.4 # github.com/google/pprof : Apache-2.0 -Provides: bundled(golang(github.com/google/pprof)) = 813a5fb +Provides: bundled(golang(github.com/google/pprof)) = f4c0cfd # github.com/google/uuid : BSD-3-Clause Provides: bundled(golang(github.com/google/uuid)) = 1.6.0 # github.com/greatroar/blobloom : Apache-2.0 @@ -112,14 +116,18 @@ Provides: bundled(golang(github.com/hashicorp/golang-lru/v2)) = 2.0.7 Provides: bundled(golang(github.com/jackpal/gateway)) = 1.0.15 # github.com/jackpal/go-nat-pmp : Apache-2.0 Provides: bundled(golang(github.com/jackpal/go-nat-pmp)) = 1.0.2 +# github.com/jmespath/go-jmespath : Apache-2.0 +Provides: bundled(golang(github.com/jmespath/go-jmespath)) = 0.4.0 # github.com/julienschmidt/httprouter : BSD-3-Clause Provides: bundled(golang(github.com/julienschmidt/httprouter)) = 1.3.0 # github.com/kballard/go-shellquote : MIT Provides: bundled(golang(github.com/kballard/go-shellquote)) = 95032a8 # github.com/lib/pq : MIT Provides: bundled(golang(github.com/lib/pq)) = 1.10.9 +# github.com/klauspost/compress : BSD-3-Clause AND Apache-2.0 +Provides: bundled(golang(github.com/klauspost/compress)) = 1.17.10 # github.com/lufia/plan9stats : BSD-3-Clause -Provides: bundled(golang(github.com/lufia/plan9stats)) = 39d0f17 +Provides: bundled(golang(github.com/lufia/plan9stats)) = 873cd01 # github.com/maruel/panicparse : Apache-2.0 Provides: bundled(golang(github.com/maruel/panicparse/v2)) = 2.3.1 # github.com/maxbrunsfeld/counterfeiter : MIT @@ -133,7 +141,7 @@ Provides: bundled(golang(github.com/munnerz/goautoneg)) = a7dc8b6 # github.com/nxadm/tail : MIT Provides: bundled(golang(github.com/nxadm/tail)) = 1.4.11 # github.com/onsi/ginkgo : MIT -Provides: bundled(golang(github.com/onsi/ginkgo/v2)) = 2.20.0 +Provides: bundled(golang(github.com/onsi/ginkgo/v2)) = 2.20.2 # github.com/oschwald/geoip2-golang : ISC Provides: bundled(golang(github.com/oschwald/geoip2-golang)) = 1.11.0 # github.com/oschwald/maxminddb-golang : ISC @@ -149,15 +157,17 @@ Provides: bundled(golang(github.com/posener/complete)) = 1.2.3 # github.com/power-devops/perfstat : MIT Provides: bundled(golang(github.com/power-devops/perfstat)) = 82ca368 # github.com/prometheus/client_golang : Apache-2.0 -Provides: bundled(golang(github.com/prometheus/client_golang)) = 1.19.1 +Provides: bundled(golang(github.com/prometheus/client_golang)) = 1.20.4 # github.com/prometheus/client_model : Apache-2.0 Provides: bundled(golang(github.com/prometheus/client_model)) = 0.6.1 # github.com/prometheus/common : Apache-2.0 -Provides: bundled(golang(github.com/prometheus/common)) = 0.55.0 +Provides: bundled(golang(github.com/prometheus/common)) = 0.60.0 # github.com/prometheus/procfs : Apache-2.0 Provides: bundled(golang(github.com/prometheus/procfs)) = 0.15.1 +# github.com/puzpuzpuz/xsync : Apache-2.0 +Provides: bundled(golang(github.com/puzpuzpuz/xsync/v3)) = 3.4.0 # github.com/quic-go/quic-go : MIT -Provides: bundled(golang(github.com/quic-go/quic-go)) = 0.46.0 +Provides: bundled(golang(github.com/quic-go/quic-go)) = 0.47.0 # github.com/rabbitmq/amqp091-go : BSD-2-Clause Provides: bundled(golang(github.com/rabbitmq/amqp091-go)) = 1.10.0 # github.com/rcrowley/go-metrics : BSD-2-Clause-Views @@ -167,9 +177,7 @@ Provides: bundled(golang(github.com/riywo/loginshell)) = 7d26008 # github.com/russross/blackfriday : BSD-2-Clause Provides: bundled(golang(github.com/russross/blackfriday/v2)) = 2.1.0 # github.com/shirou/gopsutil : BSD-3-Clause -Provides: bundled(golang(github.com/shirou/gopsutil/v4)) = 4.24.7 -# github.com/shoenig/go-m1cpu : MPL-2.0 -Provides: bundled(golang(github.com/shoenig/go-m1cpu)) = 0.1.6 +Provides: bundled(golang(github.com/shirou/gopsutil/v4)) = 4.24.9 # github.com/stretchr/objx : MIT Provides: bundled(golang(github.com/stretchr/objx)) = 0.5.2 # github.com/stretchr/testify : MIT @@ -181,9 +189,9 @@ Provides: bundled(golang(github.com/syndtr/goleveldb)) = 126854a # github.com/thejerf/suture : MIT Provides: bundled(golang(github.com/thejerf/suture/v4)) = 4.0.5 # github.com/tklauser/go-sysconf : BSD-3-Clause -Provides: bundled(golang(github.com/tklauser/go-sysconf)) = 0.3.12 +Provides: bundled(golang(github.com/tklauser/go-sysconf)) = 0.3.14 # github.com/tklauser/numcpus : Apache-2.0 -Provides: bundled(golang(github.com/tklauser/numcpus)) = 0.6.1 +Provides: bundled(golang(github.com/tklauser/numcpus)) = 0.8.0 # github.com/urfave/cli : MIT Provides: bundled(golang(github.com/urfave/cli)) = 1.22.15 # github.com/vitrun/qart : Apache-2.0 AND BSD-3-Clause @@ -193,31 +201,33 @@ Provides: bundled(golang(github.com/willabides/kongplete)) = 0.4.0 # github.com/yusufpapurcu/wmi : MIT Provides: bundled(golang(github.com/yusufpapurcu/wmi)) = 1.2.4 # go.uber.org/automaxprocs : MIT -Provides: bundled(golang(go.uber.org/automaxprocs)) = 1.5.3 +Provides: bundled(golang(go.uber.org/automaxprocs)) = 1.6.0 # go.uber.org/mock : Apache-2.0 Provides: bundled(golang(go.uber.org/mock)) = 0.4.0 # golang.org/x/crypto : BSD-3-Clause -Provides: bundled(golang(golang.org/x/crypto)) = 0.26.0 +Provides: bundled(golang(golang.org/x/crypto)) = 0.27.0 # golang.org/x/exp : BSD-3-Clause -Provides: bundled(golang(golang.org/x/exp)) = 0cdaa3a +Provides: bundled(golang(golang.org/x/exp)) = 701f63a # golang.org/x/mod : BSD-3-Clause -Provides: bundled(golang(golang.org/x/mod)) = 0.20.0 +Provides: bundled(golang(golang.org/x/mod)) = 0.21.0 # golang.org/x/net : BSD-3-Clause -Provides: bundled(golang(golang.org/x/net)) = 0.28.0 +Provides: bundled(golang(golang.org/x/net)) = 0.29.0 # golang.org/x/sync : BSD-3-Clause Provides: bundled(golang(golang.org/x/sync)) = 0.8.0 # golang.org/x/sys : BSD-3-Clause -Provides: bundled(golang(golang.org/x/sys)) = 0.24.0 +Provides: bundled(golang(golang.org/x/sys)) = 0.25.0 # golang.org/x/text : BSD-3-Clause -Provides: bundled(golang(golang.org/x/text)) = 0.17.0 +Provides: bundled(golang(golang.org/x/text)) = 0.18.0 # golang.org/x/time : BSD-3-Clause Provides: bundled(golang(golang.org/x/time)) = 0.6.0 # golang.org/x/tools : BSD-3-Clause -Provides: bundled(golang(golang.org/x/tools)) = 0.24.0 +Provides: bundled(golang(golang.org/x/tools)) = 0.25.0 # google.golang.org/protobuf : BSD-3-Clause Provides: bundled(golang(google.golang.org/protobuf)) = 1.34.2 # gopkg.in/yaml.v3 : MIT AND Apache-2.0 Provides: bundled(golang(gopkg.in/yaml.v3)) = 3.0.1 +# sigs.k8s.io/yaml : MIT AND BSD-3-Clause AND (MIT OR Apache-2.0) +Provides: bundled(golang(sigs.k8s.io/yaml)) = 1.4.0 %description Syncthing replaces other file synchronization services with something @@ -306,7 +316,7 @@ export LDFLAGS="-X %{goipath}/lib/build.Program=strelaysrv $COMMON_LDFLAGS" %gobuild -o _bin/strelaysrv %{goipath}/cmd/strelaysrv export LDFLAGS="-X %{goipath}/lib/build.Program=strelaypoolsrv $COMMON_LDFLAGS" -%gobuild -o _bin/strelaypoolsrv %{goipath}/cmd/strelaypoolsrv +%gobuild -o _bin/strelaypoolsrv %{goipath}/cmd/infra/strelaypoolsrv %install @@ -368,7 +378,7 @@ export GOPATH=$(pwd)/_build:%{gopath} export GO111MODULE=off %gotest %{goipath}/cmd/stdiscosrv -%gotest %{goipath}/cmd/strelaypoolsrv +%gotest %{goipath}/cmd/infra/strelaypoolsrv %gotest %{goipath}/cmd/syncthing %gotest %{goipath}/lib/api %gotest %{goipath}/lib/beacon From 520fcf08e685ace64ad7f8dac84627e613822d69 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Thu, 2 Jan 2025 19:12:27 +0100 Subject: [PATCH 57/65] Update to version 1.18.1; Fixes RHBZ#2330159 --- .gitignore | 1 + sources | 2 +- syncthing.spec | 30 +++++++++++++++--------------- 3 files changed, 17 insertions(+), 16 deletions(-) diff --git a/.gitignore b/.gitignore index 084aa00..61b37ac 100644 --- a/.gitignore +++ b/.gitignore @@ -90,3 +90,4 @@ /syncthing-source-v1.27.9.tar.gz /syncthing-source-v1.27.12.tar.gz /syncthing-source-v1.28.0.tar.gz +/syncthing-source-v1.28.1.tar.gz diff --git a/sources b/sources index 5f51a5b..de49629 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (syncthing-source-v1.28.0.tar.gz) = 1a11a77b7dd6007bd6817cf055ff3c3fca7294e4b0eb32132361dccb94dcc80a46a556f302a3c13bece5580aec3d6d74d23045615bf982975db9858bd2692df2 +SHA512 (syncthing-source-v1.28.1.tar.gz) = fe5156d963c1396b7a52676e8f7c2113ee9803318d5501d6aaf9992a4646fc95b5aca2dcee58c4cd1982c17924b339183f0aea303037c19147158f84083462d1 diff --git a/syncthing.spec b/syncthing.spec index 4e8622c..fd126c9 100644 --- a/syncthing.spec +++ b/syncthing.spec @@ -1,6 +1,6 @@ %bcond_with devel -%global basever 1.28.0 +%global basever 1.28.1 #%%global rcnum 0 Name: syncthing @@ -101,7 +101,7 @@ Provides: bundled(golang(github.com/gogo/protobuf)) = 1.3.2 # github.com/golang/snappy : BSD-3-Clause Provides: bundled(golang(github.com/golang/snappy)) = 0.0.4 # github.com/google/pprof : Apache-2.0 -Provides: bundled(golang(github.com/google/pprof)) = f4c0cfd +Provides: bundled(golang(github.com/google/pprof)) = a352233 # github.com/google/uuid : BSD-3-Clause Provides: bundled(golang(github.com/google/uuid)) = 1.6.0 # github.com/greatroar/blobloom : Apache-2.0 @@ -125,7 +125,7 @@ Provides: bundled(golang(github.com/kballard/go-shellquote)) = 95032a8 # github.com/lib/pq : MIT Provides: bundled(golang(github.com/lib/pq)) = 1.10.9 # github.com/klauspost/compress : BSD-3-Clause AND Apache-2.0 -Provides: bundled(golang(github.com/klauspost/compress)) = 1.17.10 +Provides: bundled(golang(github.com/klauspost/compress)) = 1.17.11 # github.com/lufia/plan9stats : BSD-3-Clause Provides: bundled(golang(github.com/lufia/plan9stats)) = 873cd01 # github.com/maruel/panicparse : Apache-2.0 @@ -157,7 +157,7 @@ Provides: bundled(golang(github.com/posener/complete)) = 1.2.3 # github.com/power-devops/perfstat : MIT Provides: bundled(golang(github.com/power-devops/perfstat)) = 82ca368 # github.com/prometheus/client_golang : Apache-2.0 -Provides: bundled(golang(github.com/prometheus/client_golang)) = 1.20.4 +Provides: bundled(golang(github.com/prometheus/client_golang)) = 1.20.5 # github.com/prometheus/client_model : Apache-2.0 Provides: bundled(golang(github.com/prometheus/client_model)) = 0.6.1 # github.com/prometheus/common : Apache-2.0 @@ -167,7 +167,7 @@ Provides: bundled(golang(github.com/prometheus/procfs)) = 0.15.1 # github.com/puzpuzpuz/xsync : Apache-2.0 Provides: bundled(golang(github.com/puzpuzpuz/xsync/v3)) = 3.4.0 # github.com/quic-go/quic-go : MIT -Provides: bundled(golang(github.com/quic-go/quic-go)) = 0.47.0 +Provides: bundled(golang(github.com/quic-go/quic-go)) = 0.48.0 # github.com/rabbitmq/amqp091-go : BSD-2-Clause Provides: bundled(golang(github.com/rabbitmq/amqp091-go)) = 1.10.0 # github.com/rcrowley/go-metrics : BSD-2-Clause-Views @@ -191,9 +191,9 @@ Provides: bundled(golang(github.com/thejerf/suture/v4)) = 4.0.5 # github.com/tklauser/go-sysconf : BSD-3-Clause Provides: bundled(golang(github.com/tklauser/go-sysconf)) = 0.3.14 # github.com/tklauser/numcpus : Apache-2.0 -Provides: bundled(golang(github.com/tklauser/numcpus)) = 0.8.0 +Provides: bundled(golang(github.com/tklauser/numcpus)) = 0.9.0 # github.com/urfave/cli : MIT -Provides: bundled(golang(github.com/urfave/cli)) = 1.22.15 +Provides: bundled(golang(github.com/urfave/cli)) = 1.22.16 # github.com/vitrun/qart : Apache-2.0 AND BSD-3-Clause Provides: bundled(golang(github.com/vitrun/qart)) = bf64b92 # github.com/willabides/kongplete : MIT @@ -205,25 +205,25 @@ Provides: bundled(golang(go.uber.org/automaxprocs)) = 1.6.0 # go.uber.org/mock : Apache-2.0 Provides: bundled(golang(go.uber.org/mock)) = 0.4.0 # golang.org/x/crypto : BSD-3-Clause -Provides: bundled(golang(golang.org/x/crypto)) = 0.27.0 +Provides: bundled(golang(golang.org/x/crypto)) = 0.28.0 # golang.org/x/exp : BSD-3-Clause -Provides: bundled(golang(golang.org/x/exp)) = 701f63a +Provides: bundled(golang(golang.org/x/exp)) = f66d83c # golang.org/x/mod : BSD-3-Clause Provides: bundled(golang(golang.org/x/mod)) = 0.21.0 # golang.org/x/net : BSD-3-Clause -Provides: bundled(golang(golang.org/x/net)) = 0.29.0 +Provides: bundled(golang(golang.org/x/net)) = 0.30.0 # golang.org/x/sync : BSD-3-Clause Provides: bundled(golang(golang.org/x/sync)) = 0.8.0 # golang.org/x/sys : BSD-3-Clause -Provides: bundled(golang(golang.org/x/sys)) = 0.25.0 +Provides: bundled(golang(golang.org/x/sys)) = 0.26.0 # golang.org/x/text : BSD-3-Clause -Provides: bundled(golang(golang.org/x/text)) = 0.18.0 +Provides: bundled(golang(golang.org/x/text)) = 0.19.0 # golang.org/x/time : BSD-3-Clause -Provides: bundled(golang(golang.org/x/time)) = 0.6.0 +Provides: bundled(golang(golang.org/x/time)) = 0.7.0 # golang.org/x/tools : BSD-3-Clause -Provides: bundled(golang(golang.org/x/tools)) = 0.25.0 +Provides: bundled(golang(golang.org/x/tools)) = 0.26.0 # google.golang.org/protobuf : BSD-3-Clause -Provides: bundled(golang(google.golang.org/protobuf)) = 1.34.2 +Provides: bundled(golang(google.golang.org/protobuf)) = 1.35.1 # gopkg.in/yaml.v3 : MIT AND Apache-2.0 Provides: bundled(golang(gopkg.in/yaml.v3)) = 3.0.1 # sigs.k8s.io/yaml : MIT AND BSD-3-Clause AND (MIT OR Apache-2.0) From 6c2a09c1494ad8281f0fdb3b76f9e6a7c1ea8135 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 19 Jan 2025 12:11:19 +0000 Subject: [PATCH 58/65] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From 79eec3333183eebf9057995edb8f274f57bdce2b Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Wed, 12 Mar 2025 17:14:35 +0100 Subject: [PATCH 59/65] Update to version 1.29.3; Fixes RHBZ#2335781 --- .gitignore | 1 + ..._test-fix-non-constant-format-string.patch | 25 ++++++++ ...-increase-timeout-from-1-second-to-6.patch | 27 -------- ...e_test-fix-non-constant-format-strin.patch | 34 ++++++++++ sources | 2 +- syncthing.spec | 62 +++++++++---------- 6 files changed, 92 insertions(+), 59 deletions(-) create mode 100644 0001-lib-api-api_test-fix-non-constant-format-string.patch delete mode 100644 0001-lib-api-api_test-increase-timeout-from-1-second-to-6.patch create mode 100644 0002-lib-ignore-ignore_test-fix-non-constant-format-strin.patch diff --git a/.gitignore b/.gitignore index 61b37ac..5409637 100644 --- a/.gitignore +++ b/.gitignore @@ -91,3 +91,4 @@ /syncthing-source-v1.27.12.tar.gz /syncthing-source-v1.28.0.tar.gz /syncthing-source-v1.28.1.tar.gz +/syncthing-source-v1.29.3.tar.gz diff --git a/0001-lib-api-api_test-fix-non-constant-format-string.patch b/0001-lib-api-api_test-fix-non-constant-format-string.patch new file mode 100644 index 0000000..20f22c2 --- /dev/null +++ b/0001-lib-api-api_test-fix-non-constant-format-string.patch @@ -0,0 +1,25 @@ +From e983a6d622f5ddc7968fdf06bfc6cf0c027444eb Mon Sep 17 00:00:00 2001 +From: Fabio Valentini +Date: Wed, 12 Mar 2025 16:42:24 +0100 +Subject: [PATCH 1/2] lib/api/api_test: fix non-constant format string + +--- + lib/api/api_test.go | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/lib/api/api_test.go b/lib/api/api_test.go +index db5df49..301d41c 100644 +--- a/lib/api/api_test.go ++++ b/lib/api/api_test.go +@@ -790,7 +790,7 @@ func TestHtmlFormLogin(t *testing.T) { + t.Errorf("Unexpected non-200 return code %d at %s", resp.StatusCode, noAuthPath) + } + if hasSessionCookie(resp.Cookies()) { +- t.Errorf("Unexpected session cookie at " + noAuthPath) ++ t.Errorf("Unexpected session cookie at %s", noAuthPath) + } + }) + } +-- +2.48.1 + diff --git a/0001-lib-api-api_test-increase-timeout-from-1-second-to-6.patch b/0001-lib-api-api_test-increase-timeout-from-1-second-to-6.patch deleted file mode 100644 index 5ff73d6..0000000 --- a/0001-lib-api-api_test-increase-timeout-from-1-second-to-6.patch +++ /dev/null @@ -1,27 +0,0 @@ -From 0eb79d77f145cb6794ab31506e7a40bdfbbdef10 Mon Sep 17 00:00:00 2001 -From: Fabio Valentini -Date: Mon, 11 Mar 2024 14:03:37 +0100 -Subject: [PATCH] lib/api/api_test: increase timeout from 1 second to 60 - seconds - -When run in parellel, 1 second is not enough for tests to work reliably. ---- - lib/api/api_test.go | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/lib/api/api_test.go b/lib/api/api_test.go -index cfdcb42..8badf19 100644 ---- a/lib/api/api_test.go -+++ b/lib/api/api_test.go -@@ -444,7 +444,7 @@ func TestAPIServiceRequests(t *testing.T) { - // testHTTPRequest tries the given test case, comparing the result code, - // content type, and result prefix. - func testHTTPRequest(t *testing.T, baseURL string, tc httpTestCase, apikey string) { -- timeout := time.Second -+ timeout := 60 * time.Second - if tc.Timeout > 0 { - timeout = tc.Timeout - } --- -2.44.0 - diff --git a/0002-lib-ignore-ignore_test-fix-non-constant-format-strin.patch b/0002-lib-ignore-ignore_test-fix-non-constant-format-strin.patch new file mode 100644 index 0000000..68eb294 --- /dev/null +++ b/0002-lib-ignore-ignore_test-fix-non-constant-format-strin.patch @@ -0,0 +1,34 @@ +From 4a9469f9969c646098a7d23d387aad150de1259c Mon Sep 17 00:00:00 2001 +From: Fabio Valentini +Date: Wed, 12 Mar 2025 16:53:32 +0100 +Subject: [PATCH 2/2] lib/ignore/ignore_test: fix non-constant format string + +--- + lib/ignore/ignore_test.go | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git a/lib/ignore/ignore_test.go b/lib/ignore/ignore_test.go +index 72a0c4d..6ca5267 100644 +--- a/lib/ignore/ignore_test.go ++++ b/lib/ignore/ignore_test.go +@@ -1077,7 +1077,7 @@ func TestIssue4901(t *testing.T) { + + fd, err := pats.fs.Create(".stignore") + if err != nil { +- t.Fatalf(err.Error()) ++ t.Fatalf("%s", err.Error()) + } + if _, err := fd.Write([]byte(stignore)); err != nil { + t.Fatal(err) +@@ -1099,7 +1099,7 @@ func TestIssue4901(t *testing.T) { + + fd, err = pats.fs.Create("unicorn-lazor-death") + if err != nil { +- t.Fatalf(err.Error()) ++ t.Fatalf("%s", err.Error()) + } + if _, err := fd.Write([]byte(" ")); err != nil { + t.Fatal(err) +-- +2.48.1 + diff --git a/sources b/sources index de49629..1472847 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (syncthing-source-v1.28.1.tar.gz) = fe5156d963c1396b7a52676e8f7c2113ee9803318d5501d6aaf9992a4646fc95b5aca2dcee58c4cd1982c17924b339183f0aea303037c19147158f84083462d1 +SHA512 (syncthing-source-v1.29.3.tar.gz) = c674e48a52b928794fe5316c6888551ead7c17efa458011fcfde58edc5524249598d434744746acdf6937f38e10d6cd5aac41518d06fd98a07ee40aa24f72d4a diff --git a/syncthing.spec b/syncthing.spec index fd126c9..970731c 100644 --- a/syncthing.spec +++ b/syncthing.spec @@ -1,6 +1,6 @@ %bcond_with devel -%global basever 1.28.1 +%global basever 1.29.3 #%%global rcnum 0 Name: syncthing @@ -24,6 +24,10 @@ URL: https://syncthing.net # use official release tarball (contains vendored dependencies) Source0: %{gourl}/releases/download/%{tag}/%{name}-source-%{tag}.tar.gz +# fix compilation failures caused non-constant format strings +Patch: 0001-lib-api-api_test-fix-non-constant-format-string.patch +Patch: 0002-lib-ignore-ignore_test-fix-non-constant-format-strin.patch + BuildRequires: desktop-file-utils BuildRequires: systemd-rpm-macros @@ -53,9 +57,9 @@ Provides: bundled(golang(github.com/AudriusButkevicius/recli)) = d000ce8 # github.com/Azure/go-ntlmssp : MIT Provides: bundled(golang(github.com/Azure/go-ntlmssp)) = 754e693 # github.com/alecthomas/kong : MIT -Provides: bundled(golang(github.com/alecthomas/kong)) = 1.2.1 +Provides: bundled(golang(github.com/alecthomas/kong)) = 1.8.1 # github.com/aws/aws-sdk-go : Apache-2.0 -Provides: bundled(golang(github.com/aws/aws-sdk-go)) = 1.55.5 +Provides: bundled(golang(github.com/aws/aws-sdk-go)) = 1.55.6 # github.com/beorn7/perks : MIT Provides: bundled(golang(github.com/beorn7/perks)) = 1.0.1 # github.com/calmh/incontainer : MIT @@ -79,7 +83,7 @@ Provides: bundled(golang(github.com/d4l3k/messagediff)) = 1.2.1 # github.com/davecgh/go-spew : ISC Provides: bundled(golang(github.com/davecgh/go-spew)) = 1.1.1 # github.com/ebitengine/purego : Apache-2.0 -Provides: bundled(golang(github.com/ebitengine/purego)) = 0.8.0 +Provides: bundled(golang(github.com/ebitengine/purego)) = 0.8.2 # github.com/fsnotify/fsnotify : BSD-3-Clause Provides: bundled(golang(github.com/fsnotify/fsnotify)) = 1.7.0 # github.com/getsentry/raven-go : BSD-3-Clause @@ -87,7 +91,7 @@ Provides: bundled(golang(github.com/getsentry/raven-go)) = 0.2.0 # github.com/go-asn1-ber/asn1-ber : MIT Provides: bundled(golang(github.com/go-asn1-ber/asn1-ber)) = 1.5.7 # github.com/go-ldap/ldap : MIT -Provides: bundled(golang(github.com/go-ldap/ldap/v3)) = 3.4.8 +Provides: bundled(golang(github.com/go-ldap/ldap/v3)) = 3.4.10 # github.com/go-ole/go-ole : MIT Provides: bundled(golang(github.com/go-ole/go-ole)) = 1.3.0 # github.com/go-task/slim-sprig : MIT @@ -96,8 +100,6 @@ Provides: bundled(golang(github.com/go-task/slim-sprig/v3)) = 3.0.0 Provides: bundled(golang(github.com/gobwas/glob)) = 0.2.3 # github.com/gofrs/flock : BSD-3-Clause Provides: bundled(golang(github.com/gofrs/flock)) = 0.12.1 -# github.com/gogo/protobuf : BSD-3-Clause -Provides: bundled(golang(github.com/gogo/protobuf)) = 1.3.2 # github.com/golang/snappy : BSD-3-Clause Provides: bundled(golang(github.com/golang/snappy)) = 0.0.4 # github.com/google/pprof : Apache-2.0 @@ -113,7 +115,7 @@ Provides: bundled(golang(github.com/hashicorp/go-multierror)) = 1.1.1 # github.com/hashicorp/golang-lru : MPL-2.0 Provides: bundled(golang(github.com/hashicorp/golang-lru/v2)) = 2.0.7 # github.com/jackpal/gateway : BSD-3-Clause -Provides: bundled(golang(github.com/jackpal/gateway)) = 1.0.15 +Provides: bundled(golang(github.com/jackpal/gateway)) = 1.0.16 # github.com/jackpal/go-nat-pmp : Apache-2.0 Provides: bundled(golang(github.com/jackpal/go-nat-pmp)) = 1.0.2 # github.com/jmespath/go-jmespath : Apache-2.0 @@ -122,16 +124,14 @@ Provides: bundled(golang(github.com/jmespath/go-jmespath)) = 0.4.0 Provides: bundled(golang(github.com/julienschmidt/httprouter)) = 1.3.0 # github.com/kballard/go-shellquote : MIT Provides: bundled(golang(github.com/kballard/go-shellquote)) = 95032a8 -# github.com/lib/pq : MIT -Provides: bundled(golang(github.com/lib/pq)) = 1.10.9 # github.com/klauspost/compress : BSD-3-Clause AND Apache-2.0 Provides: bundled(golang(github.com/klauspost/compress)) = 1.17.11 # github.com/lufia/plan9stats : BSD-3-Clause Provides: bundled(golang(github.com/lufia/plan9stats)) = 873cd01 # github.com/maruel/panicparse : Apache-2.0 -Provides: bundled(golang(github.com/maruel/panicparse/v2)) = 2.3.1 +Provides: bundled(golang(github.com/maruel/panicparse/v2)) = 2.4.0 # github.com/maxbrunsfeld/counterfeiter : MIT -Provides: bundled(golang(github.com/maxbrunsfeld/counterfeiter/v6)) = 6.8.1 +Provides: bundled(golang(github.com/maxbrunsfeld/counterfeiter/v6)) = 6.11.2 # github.com/maxmind/geoipupdate : Apache-2.0 OR MIT Provides: bundled(golang(github.com/maxmind/geoipupdate/v6)) = 6.1.0 # github.com/miscreant/miscreant.go : MIT @@ -147,7 +147,7 @@ Provides: bundled(golang(github.com/oschwald/geoip2-golang)) = 1.11.0 # github.com/oschwald/maxminddb-golang : ISC Provides: bundled(golang(github.com/oschwald/maxminddb-golang)) = 1.13.1 # github.com/pierrec/lz4 : BSD-3-Clause -Provides: bundled(golang(github.com/pierrec/lz4/v4)) = 4.1.21 +Provides: bundled(golang(github.com/pierrec/lz4/v4)) = 4.1.22 # github.com/pkg/errors : BSD-2-Clause Provides: bundled(golang(github.com/pkg/errors)) = 0.9.1 # github.com/pmezard/go-difflib : BSD-3-Clause @@ -157,17 +157,17 @@ Provides: bundled(golang(github.com/posener/complete)) = 1.2.3 # github.com/power-devops/perfstat : MIT Provides: bundled(golang(github.com/power-devops/perfstat)) = 82ca368 # github.com/prometheus/client_golang : Apache-2.0 -Provides: bundled(golang(github.com/prometheus/client_golang)) = 1.20.5 +Provides: bundled(golang(github.com/prometheus/client_golang)) = 1.21.0 # github.com/prometheus/client_model : Apache-2.0 Provides: bundled(golang(github.com/prometheus/client_model)) = 0.6.1 # github.com/prometheus/common : Apache-2.0 -Provides: bundled(golang(github.com/prometheus/common)) = 0.60.0 +Provides: bundled(golang(github.com/prometheus/common)) = 0.62.0 # github.com/prometheus/procfs : Apache-2.0 Provides: bundled(golang(github.com/prometheus/procfs)) = 0.15.1 # github.com/puzpuzpuz/xsync : Apache-2.0 -Provides: bundled(golang(github.com/puzpuzpuz/xsync/v3)) = 3.4.0 +Provides: bundled(golang(github.com/puzpuzpuz/xsync/v3)) = 3.5.1 # github.com/quic-go/quic-go : MIT -Provides: bundled(golang(github.com/quic-go/quic-go)) = 0.48.0 +Provides: bundled(golang(github.com/quic-go/quic-go)) = 0.50.0 # github.com/rabbitmq/amqp091-go : BSD-2-Clause Provides: bundled(golang(github.com/rabbitmq/amqp091-go)) = 1.10.0 # github.com/rcrowley/go-metrics : BSD-2-Clause-Views @@ -177,17 +177,17 @@ Provides: bundled(golang(github.com/riywo/loginshell)) = 7d26008 # github.com/russross/blackfriday : BSD-2-Clause Provides: bundled(golang(github.com/russross/blackfriday/v2)) = 2.1.0 # github.com/shirou/gopsutil : BSD-3-Clause -Provides: bundled(golang(github.com/shirou/gopsutil/v4)) = 4.24.9 +Provides: bundled(golang(github.com/shirou/gopsutil/v4)) = 4.25.2 # github.com/stretchr/objx : MIT Provides: bundled(golang(github.com/stretchr/objx)) = 0.5.2 # github.com/stretchr/testify : MIT -Provides: bundled(golang(github.com/stretchr/testify)) = 1.9.0 +Provides: bundled(golang(github.com/stretchr/testify)) = 1.10.0 # github.com/syncthing/notify : MIT -Provides: bundled(golang(github.com/syncthing/notify)) = c6b7342 +Provides: bundled(golang(github.com/syncthing/notify)) = f0fa8f9 # github.com/syndtr/goleveldb : BSD-2-Clause Provides: bundled(golang(github.com/syndtr/goleveldb)) = 126854a # github.com/thejerf/suture : MIT -Provides: bundled(golang(github.com/thejerf/suture/v4)) = 4.0.5 +Provides: bundled(golang(github.com/thejerf/suture/v4)) = 4.0.6 # github.com/tklauser/go-sysconf : BSD-3-Clause Provides: bundled(golang(github.com/tklauser/go-sysconf)) = 0.3.14 # github.com/tklauser/numcpus : Apache-2.0 @@ -203,27 +203,27 @@ Provides: bundled(golang(github.com/yusufpapurcu/wmi)) = 1.2.4 # go.uber.org/automaxprocs : MIT Provides: bundled(golang(go.uber.org/automaxprocs)) = 1.6.0 # go.uber.org/mock : Apache-2.0 -Provides: bundled(golang(go.uber.org/mock)) = 0.4.0 +Provides: bundled(golang(go.uber.org/mock)) = 0.5.0 # golang.org/x/crypto : BSD-3-Clause -Provides: bundled(golang(golang.org/x/crypto)) = 0.28.0 +Provides: bundled(golang(golang.org/x/crypto)) = 0.35.0 # golang.org/x/exp : BSD-3-Clause Provides: bundled(golang(golang.org/x/exp)) = f66d83c # golang.org/x/mod : BSD-3-Clause -Provides: bundled(golang(golang.org/x/mod)) = 0.21.0 +Provides: bundled(golang(golang.org/x/mod)) = 0.23.0 # golang.org/x/net : BSD-3-Clause -Provides: bundled(golang(golang.org/x/net)) = 0.30.0 +Provides: bundled(golang(golang.org/x/net)) = 0.35.0 # golang.org/x/sync : BSD-3-Clause -Provides: bundled(golang(golang.org/x/sync)) = 0.8.0 +Provides: bundled(golang(golang.org/x/sync)) = 0.11.0 # golang.org/x/sys : BSD-3-Clause -Provides: bundled(golang(golang.org/x/sys)) = 0.26.0 +Provides: bundled(golang(golang.org/x/sys)) = 0.30.0 # golang.org/x/text : BSD-3-Clause -Provides: bundled(golang(golang.org/x/text)) = 0.19.0 +Provides: bundled(golang(golang.org/x/text)) = 0.22.0 # golang.org/x/time : BSD-3-Clause -Provides: bundled(golang(golang.org/x/time)) = 0.7.0 +Provides: bundled(golang(golang.org/x/time)) = 0.10.0 # golang.org/x/tools : BSD-3-Clause -Provides: bundled(golang(golang.org/x/tools)) = 0.26.0 +Provides: bundled(golang(golang.org/x/tools)) = 0.30.0 # google.golang.org/protobuf : BSD-3-Clause -Provides: bundled(golang(google.golang.org/protobuf)) = 1.35.1 +Provides: bundled(golang(google.golang.org/protobuf)) = 1.36.5 # gopkg.in/yaml.v3 : MIT AND Apache-2.0 Provides: bundled(golang(gopkg.in/yaml.v3)) = 3.0.1 # sigs.k8s.io/yaml : MIT AND BSD-3-Clause AND (MIT OR Apache-2.0) From 9fd61ed369b17e2e9ba58758d0abe10d7d77d4d5 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Sun, 13 Apr 2025 16:25:33 +0200 Subject: [PATCH 60/65] Update to version 1.29.5 --- .gitignore | 1 + sources | 2 +- syncthing.spec | 22 +++++++++++----------- 3 files changed, 13 insertions(+), 12 deletions(-) diff --git a/.gitignore b/.gitignore index 5409637..57f297c 100644 --- a/.gitignore +++ b/.gitignore @@ -92,3 +92,4 @@ /syncthing-source-v1.28.0.tar.gz /syncthing-source-v1.28.1.tar.gz /syncthing-source-v1.29.3.tar.gz +/syncthing-source-v1.29.5.tar.gz diff --git a/sources b/sources index 1472847..8604639 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (syncthing-source-v1.29.3.tar.gz) = c674e48a52b928794fe5316c6888551ead7c17efa458011fcfde58edc5524249598d434744746acdf6937f38e10d6cd5aac41518d06fd98a07ee40aa24f72d4a +SHA512 (syncthing-source-v1.29.5.tar.gz) = a11ee3e95ba656f2bfceddde10ef13d86dffc0cba78f428bf5cbba13a8bb6e0ef7eb9c8b75317596d56b7880465cf8972be6cf77258c7c53529c16d5310cc43d diff --git a/syncthing.spec b/syncthing.spec index 970731c..23c8503 100644 --- a/syncthing.spec +++ b/syncthing.spec @@ -1,6 +1,6 @@ %bcond_with devel -%global basever 1.29.3 +%global basever 1.29.5 #%%global rcnum 0 Name: syncthing @@ -57,7 +57,7 @@ Provides: bundled(golang(github.com/AudriusButkevicius/recli)) = d000ce8 # github.com/Azure/go-ntlmssp : MIT Provides: bundled(golang(github.com/Azure/go-ntlmssp)) = 754e693 # github.com/alecthomas/kong : MIT -Provides: bundled(golang(github.com/alecthomas/kong)) = 1.8.1 +Provides: bundled(golang(github.com/alecthomas/kong)) = 1.9.0 # github.com/aws/aws-sdk-go : Apache-2.0 Provides: bundled(golang(github.com/aws/aws-sdk-go)) = 1.55.6 # github.com/beorn7/perks : MIT @@ -157,7 +157,7 @@ Provides: bundled(golang(github.com/posener/complete)) = 1.2.3 # github.com/power-devops/perfstat : MIT Provides: bundled(golang(github.com/power-devops/perfstat)) = 82ca368 # github.com/prometheus/client_golang : Apache-2.0 -Provides: bundled(golang(github.com/prometheus/client_golang)) = 1.21.0 +Provides: bundled(golang(github.com/prometheus/client_golang)) = 1.21.1 # github.com/prometheus/client_model : Apache-2.0 Provides: bundled(golang(github.com/prometheus/client_model)) = 0.6.1 # github.com/prometheus/common : Apache-2.0 @@ -205,23 +205,23 @@ Provides: bundled(golang(go.uber.org/automaxprocs)) = 1.6.0 # go.uber.org/mock : Apache-2.0 Provides: bundled(golang(go.uber.org/mock)) = 0.5.0 # golang.org/x/crypto : BSD-3-Clause -Provides: bundled(golang(golang.org/x/crypto)) = 0.35.0 +Provides: bundled(golang(golang.org/x/crypto)) = 0.36.0 # golang.org/x/exp : BSD-3-Clause Provides: bundled(golang(golang.org/x/exp)) = f66d83c # golang.org/x/mod : BSD-3-Clause -Provides: bundled(golang(golang.org/x/mod)) = 0.23.0 +Provides: bundled(golang(golang.org/x/mod)) = 0.24.0 # golang.org/x/net : BSD-3-Clause -Provides: bundled(golang(golang.org/x/net)) = 0.35.0 +Provides: bundled(golang(golang.org/x/net)) = 0.37.0 # golang.org/x/sync : BSD-3-Clause -Provides: bundled(golang(golang.org/x/sync)) = 0.11.0 +Provides: bundled(golang(golang.org/x/sync)) = 0.12.0 # golang.org/x/sys : BSD-3-Clause -Provides: bundled(golang(golang.org/x/sys)) = 0.30.0 +Provides: bundled(golang(golang.org/x/sys)) = 0.31.0 # golang.org/x/text : BSD-3-Clause -Provides: bundled(golang(golang.org/x/text)) = 0.22.0 +Provides: bundled(golang(golang.org/x/text)) = 0.23.0 # golang.org/x/time : BSD-3-Clause -Provides: bundled(golang(golang.org/x/time)) = 0.10.0 +Provides: bundled(golang(golang.org/x/time)) = 0.11.0 # golang.org/x/tools : BSD-3-Clause -Provides: bundled(golang(golang.org/x/tools)) = 0.30.0 +Provides: bundled(golang(golang.org/x/tools)) = 0.31.0 # google.golang.org/protobuf : BSD-3-Clause Provides: bundled(golang(google.golang.org/protobuf)) = 1.36.5 # gopkg.in/yaml.v3 : MIT AND Apache-2.0 From 08f883766e6e251129e8850be6565b0a526de699 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Mon, 26 May 2025 13:51:44 +0200 Subject: [PATCH 61/65] Update to version 1.29.6 --- .gitignore | 1 + sources | 2 +- syncthing.spec | 20 ++++++++++++-------- 3 files changed, 14 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index 57f297c..57b7f5b 100644 --- a/.gitignore +++ b/.gitignore @@ -93,3 +93,4 @@ /syncthing-source-v1.28.1.tar.gz /syncthing-source-v1.29.3.tar.gz /syncthing-source-v1.29.5.tar.gz +/syncthing-source-v1.29.6.tar.gz diff --git a/sources b/sources index 8604639..57d0cc9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (syncthing-source-v1.29.5.tar.gz) = a11ee3e95ba656f2bfceddde10ef13d86dffc0cba78f428bf5cbba13a8bb6e0ef7eb9c8b75317596d56b7880465cf8972be6cf77258c7c53529c16d5310cc43d +SHA512 (syncthing-source-v1.29.6.tar.gz) = 5d7364c2c82a6e359ca13c27c5fe1419c273f3070843382a6f2284370476c9eba5179f4622cc007fd598c908ddc2e77c2c9299804f186b4e1ed45112b094822d diff --git a/syncthing.spec b/syncthing.spec index 23c8503..d292a82 100644 --- a/syncthing.spec +++ b/syncthing.spec @@ -1,6 +1,6 @@ %bcond_with devel -%global basever 1.29.5 +%global basever 1.29.6 #%%global rcnum 0 Name: syncthing @@ -54,10 +54,14 @@ Provides: bundled(moment) = 2.19.4 # github.com/AudriusButkevicius/recli : MPL-2.0 Provides: bundled(golang(github.com/AudriusButkevicius/recli)) = d000ce8 +# github.com/Azure/azure-sdk-for-go : MIT +Provides: bundled(golang(github.com/Azure/azure-sdk-for-go/sdk/azcore)) = 1.17.0 +Provides: bundled(golang(github.com/Azure/azure-sdk-for-go/sdk/internal)) = 1.10.0 +Provides: bundled(golang(github.com/Azure/azure-sdk-for-go/sdk/storage/azblob)) = 1.6.0 # github.com/Azure/go-ntlmssp : MIT Provides: bundled(golang(github.com/Azure/go-ntlmssp)) = 754e693 # github.com/alecthomas/kong : MIT -Provides: bundled(golang(github.com/alecthomas/kong)) = 1.9.0 +Provides: bundled(golang(github.com/alecthomas/kong)) = 1.10.0 # github.com/aws/aws-sdk-go : Apache-2.0 Provides: bundled(golang(github.com/aws/aws-sdk-go)) = 1.55.6 # github.com/beorn7/perks : MIT @@ -129,7 +133,7 @@ Provides: bundled(golang(github.com/klauspost/compress)) = 1.17.11 # github.com/lufia/plan9stats : BSD-3-Clause Provides: bundled(golang(github.com/lufia/plan9stats)) = 873cd01 # github.com/maruel/panicparse : Apache-2.0 -Provides: bundled(golang(github.com/maruel/panicparse/v2)) = 2.4.0 +Provides: bundled(golang(github.com/maruel/panicparse/v2)) = 2.5.0 # github.com/maxbrunsfeld/counterfeiter : MIT Provides: bundled(golang(github.com/maxbrunsfeld/counterfeiter/v6)) = 6.11.2 # github.com/maxmind/geoipupdate : Apache-2.0 OR MIT @@ -167,17 +171,17 @@ Provides: bundled(golang(github.com/prometheus/procfs)) = 0.15.1 # github.com/puzpuzpuz/xsync : Apache-2.0 Provides: bundled(golang(github.com/puzpuzpuz/xsync/v3)) = 3.5.1 # github.com/quic-go/quic-go : MIT -Provides: bundled(golang(github.com/quic-go/quic-go)) = 0.50.0 +Provides: bundled(golang(github.com/quic-go/quic-go)) = 0.50.1 # github.com/rabbitmq/amqp091-go : BSD-2-Clause Provides: bundled(golang(github.com/rabbitmq/amqp091-go)) = 1.10.0 # github.com/rcrowley/go-metrics : BSD-2-Clause-Views -Provides: bundled(golang(github.com/rcrowley/go-metrics)) = cf1acfc +Provides: bundled(golang(github.com/rcrowley/go-metrics)) = 65e299d # github.com/riywo/loginshell : MIT Provides: bundled(golang(github.com/riywo/loginshell)) = 7d26008 # github.com/russross/blackfriday : BSD-2-Clause Provides: bundled(golang(github.com/russross/blackfriday/v2)) = 2.1.0 # github.com/shirou/gopsutil : BSD-3-Clause -Provides: bundled(golang(github.com/shirou/gopsutil/v4)) = 4.25.2 +Provides: bundled(golang(github.com/shirou/gopsutil/v4)) = 4.25.3 # github.com/stretchr/objx : MIT Provides: bundled(golang(github.com/stretchr/objx)) = 0.5.2 # github.com/stretchr/testify : MIT @@ -211,7 +215,7 @@ Provides: bundled(golang(golang.org/x/exp)) = f66d83c # golang.org/x/mod : BSD-3-Clause Provides: bundled(golang(golang.org/x/mod)) = 0.24.0 # golang.org/x/net : BSD-3-Clause -Provides: bundled(golang(golang.org/x/net)) = 0.37.0 +Provides: bundled(golang(golang.org/x/net)) = 0.38.0 # golang.org/x/sync : BSD-3-Clause Provides: bundled(golang(golang.org/x/sync)) = 0.12.0 # golang.org/x/sys : BSD-3-Clause @@ -223,7 +227,7 @@ Provides: bundled(golang(golang.org/x/time)) = 0.11.0 # golang.org/x/tools : BSD-3-Clause Provides: bundled(golang(golang.org/x/tools)) = 0.31.0 # google.golang.org/protobuf : BSD-3-Clause -Provides: bundled(golang(google.golang.org/protobuf)) = 1.36.5 +Provides: bundled(golang(google.golang.org/protobuf)) = 1.36.6 # gopkg.in/yaml.v3 : MIT AND Apache-2.0 Provides: bundled(golang(gopkg.in/yaml.v3)) = 3.0.1 # sigs.k8s.io/yaml : MIT AND BSD-3-Clause AND (MIT OR Apache-2.0) From e5158135f8093cc6be84d1736c24aef6064ee582 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 19:00:16 +0000 Subject: [PATCH 62/65] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From 026ea3a8c297a4c13228759ce526684ff0ee1c54 Mon Sep 17 00:00:00 2001 From: Maxwell G Date: Fri, 15 Aug 2025 18:40:50 -0500 Subject: [PATCH 63/65] Rebuild for golang-1.25.0 From 77e317900f7ef1e1bc77ce072f87d8335a5ccd57 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Sun, 17 Aug 2025 13:11:50 +0200 Subject: [PATCH 64/65] Update to version 1.30.0 --- .gitignore | 1 + sources | 2 +- syncthing.spec | 80 +++++++++++++++----------------------------------- 3 files changed, 26 insertions(+), 57 deletions(-) diff --git a/.gitignore b/.gitignore index 57b7f5b..96d755b 100644 --- a/.gitignore +++ b/.gitignore @@ -94,3 +94,4 @@ /syncthing-source-v1.29.3.tar.gz /syncthing-source-v1.29.5.tar.gz /syncthing-source-v1.29.6.tar.gz +/syncthing-source-v1.30.0.tar.gz diff --git a/sources b/sources index 57d0cc9..cb41ca6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (syncthing-source-v1.29.6.tar.gz) = 5d7364c2c82a6e359ca13c27c5fe1419c273f3070843382a6f2284370476c9eba5179f4622cc007fd598c908ddc2e77c2c9299804f186b4e1ed45112b094822d +SHA512 (syncthing-source-v1.30.0.tar.gz) = 30c69b4dc3373b915da39ecca85c785ecbb19f847b49c1e95e3c5d4417d02415e9a991d3b3d9984f7ae02594d4805c80cf86aba22e33456d352b76a9e5bd3fef diff --git a/syncthing.spec b/syncthing.spec index d292a82..563d026 100644 --- a/syncthing.spec +++ b/syncthing.spec @@ -1,6 +1,4 @@ -%bcond_with devel - -%global basever 1.29.6 +%global basever 1.30.0 #%%global rcnum 0 Name: syncthing @@ -55,15 +53,15 @@ Provides: bundled(moment) = 2.19.4 # github.com/AudriusButkevicius/recli : MPL-2.0 Provides: bundled(golang(github.com/AudriusButkevicius/recli)) = d000ce8 # github.com/Azure/azure-sdk-for-go : MIT -Provides: bundled(golang(github.com/Azure/azure-sdk-for-go/sdk/azcore)) = 1.17.0 -Provides: bundled(golang(github.com/Azure/azure-sdk-for-go/sdk/internal)) = 1.10.0 -Provides: bundled(golang(github.com/Azure/azure-sdk-for-go/sdk/storage/azblob)) = 1.6.0 +Provides: bundled(golang(github.com/Azure/azure-sdk-for-go/sdk/azcore)) = 1.18.0 +Provides: bundled(golang(github.com/Azure/azure-sdk-for-go/sdk/internal)) = 1.11.1 +Provides: bundled(golang(github.com/Azure/azure-sdk-for-go/sdk/storage/azblob)) = 1.6.1 # github.com/Azure/go-ntlmssp : MIT Provides: bundled(golang(github.com/Azure/go-ntlmssp)) = 754e693 # github.com/alecthomas/kong : MIT -Provides: bundled(golang(github.com/alecthomas/kong)) = 1.10.0 +Provides: bundled(golang(github.com/alecthomas/kong)) = 1.11.0 # github.com/aws/aws-sdk-go : Apache-2.0 -Provides: bundled(golang(github.com/aws/aws-sdk-go)) = 1.55.6 +Provides: bundled(golang(github.com/aws/aws-sdk-go)) = 1.55.7 # github.com/beorn7/perks : MIT Provides: bundled(golang(github.com/beorn7/perks)) = 1.0.1 # github.com/calmh/incontainer : MIT @@ -80,6 +78,8 @@ Provides: bundled(golang(github.com/certifi/gocertifi)) = 431795d Provides: bundled(golang(github.com/cespare/xxhash/v2)) = 2.3.0 # github.com/chmduquesne/rollinghash : MIT Provides: bundled(golang(github.com/chmduquesne/rollinghash)) = 4.0.0+incompatible +# github.com/coreos/go-semver : Apache-2.0 +Provides: bundled(golang(github.com/coreos/go-semver)) = 0.3.1 # github.com/cpuguy83/go-md2man : MIT Provides: bundled(golang(github.com/cpuguy83/go-md2man/v2)) = 2.0.5 # github.com/d4l3k/messagediff : MIT @@ -87,15 +87,15 @@ Provides: bundled(golang(github.com/d4l3k/messagediff)) = 1.2.1 # github.com/davecgh/go-spew : ISC Provides: bundled(golang(github.com/davecgh/go-spew)) = 1.1.1 # github.com/ebitengine/purego : Apache-2.0 -Provides: bundled(golang(github.com/ebitengine/purego)) = 0.8.2 +Provides: bundled(golang(github.com/ebitengine/purego)) = 0.8.3 # github.com/fsnotify/fsnotify : BSD-3-Clause Provides: bundled(golang(github.com/fsnotify/fsnotify)) = 1.7.0 # github.com/getsentry/raven-go : BSD-3-Clause Provides: bundled(golang(github.com/getsentry/raven-go)) = 0.2.0 # github.com/go-asn1-ber/asn1-ber : MIT -Provides: bundled(golang(github.com/go-asn1-ber/asn1-ber)) = 1.5.7 +Provides: bundled(golang(github.com/go-asn1-ber/asn1-ber)) = 2923003 # github.com/go-ldap/ldap : MIT -Provides: bundled(golang(github.com/go-ldap/ldap/v3)) = 3.4.10 +Provides: bundled(golang(github.com/go-ldap/ldap/v3)) = 3.4.11 # github.com/go-ole/go-ole : MIT Provides: bundled(golang(github.com/go-ole/go-ole)) = 1.3.0 # github.com/go-task/slim-sprig : MIT @@ -107,7 +107,7 @@ Provides: bundled(golang(github.com/gofrs/flock)) = 0.12.1 # github.com/golang/snappy : BSD-3-Clause Provides: bundled(golang(github.com/golang/snappy)) = 0.0.4 # github.com/google/pprof : Apache-2.0 -Provides: bundled(golang(github.com/google/pprof)) = a352233 +Provides: bundled(golang(github.com/google/pprof)) = 337e5dd # github.com/google/uuid : BSD-3-Clause Provides: bundled(golang(github.com/google/uuid)) = 1.6.0 # github.com/greatroar/blobloom : Apache-2.0 @@ -128,8 +128,6 @@ Provides: bundled(golang(github.com/jmespath/go-jmespath)) = 0.4.0 Provides: bundled(golang(github.com/julienschmidt/httprouter)) = 1.3.0 # github.com/kballard/go-shellquote : MIT Provides: bundled(golang(github.com/kballard/go-shellquote)) = 95032a8 -# github.com/klauspost/compress : BSD-3-Clause AND Apache-2.0 -Provides: bundled(golang(github.com/klauspost/compress)) = 1.17.11 # github.com/lufia/plan9stats : BSD-3-Clause Provides: bundled(golang(github.com/lufia/plan9stats)) = 873cd01 # github.com/maruel/panicparse : Apache-2.0 @@ -145,7 +143,7 @@ Provides: bundled(golang(github.com/munnerz/goautoneg)) = a7dc8b6 # github.com/nxadm/tail : MIT Provides: bundled(golang(github.com/nxadm/tail)) = 1.4.11 # github.com/onsi/ginkgo : MIT -Provides: bundled(golang(github.com/onsi/ginkgo/v2)) = 2.20.2 +Provides: bundled(golang(github.com/onsi/ginkgo/v2)) = 2.23.4 # github.com/oschwald/geoip2-golang : ISC Provides: bundled(golang(github.com/oschwald/geoip2-golang)) = 1.11.0 # github.com/oschwald/maxminddb-golang : ISC @@ -161,7 +159,7 @@ Provides: bundled(golang(github.com/posener/complete)) = 1.2.3 # github.com/power-devops/perfstat : MIT Provides: bundled(golang(github.com/power-devops/perfstat)) = 82ca368 # github.com/prometheus/client_golang : Apache-2.0 -Provides: bundled(golang(github.com/prometheus/client_golang)) = 1.21.1 +Provides: bundled(golang(github.com/prometheus/client_golang)) = 1.22.0 # github.com/prometheus/client_model : Apache-2.0 Provides: bundled(golang(github.com/prometheus/client_model)) = 0.6.1 # github.com/prometheus/common : Apache-2.0 @@ -171,7 +169,7 @@ Provides: bundled(golang(github.com/prometheus/procfs)) = 0.15.1 # github.com/puzpuzpuz/xsync : Apache-2.0 Provides: bundled(golang(github.com/puzpuzpuz/xsync/v3)) = 3.5.1 # github.com/quic-go/quic-go : MIT -Provides: bundled(golang(github.com/quic-go/quic-go)) = 0.50.1 +Provides: bundled(golang(github.com/quic-go/quic-go)) = 0.52.0 # github.com/rabbitmq/amqp091-go : BSD-2-Clause Provides: bundled(golang(github.com/rabbitmq/amqp091-go)) = 1.10.0 # github.com/rcrowley/go-metrics : BSD-2-Clause-Views @@ -181,13 +179,13 @@ Provides: bundled(golang(github.com/riywo/loginshell)) = 7d26008 # github.com/russross/blackfriday : BSD-2-Clause Provides: bundled(golang(github.com/russross/blackfriday/v2)) = 2.1.0 # github.com/shirou/gopsutil : BSD-3-Clause -Provides: bundled(golang(github.com/shirou/gopsutil/v4)) = 4.25.3 +Provides: bundled(golang(github.com/shirou/gopsutil/v4)) = 4.25.4 # github.com/stretchr/objx : MIT Provides: bundled(golang(github.com/stretchr/objx)) = 0.5.2 # github.com/stretchr/testify : MIT Provides: bundled(golang(github.com/stretchr/testify)) = 1.10.0 # github.com/syncthing/notify : MIT -Provides: bundled(golang(github.com/syncthing/notify)) = f0fa8f9 +Provides: bundled(golang(github.com/syncthing/notify)) = c7027d4 # github.com/syndtr/goleveldb : BSD-2-Clause Provides: bundled(golang(github.com/syndtr/goleveldb)) = 126854a # github.com/thejerf/suture : MIT @@ -207,25 +205,23 @@ Provides: bundled(golang(github.com/yusufpapurcu/wmi)) = 1.2.4 # go.uber.org/automaxprocs : MIT Provides: bundled(golang(go.uber.org/automaxprocs)) = 1.6.0 # go.uber.org/mock : Apache-2.0 -Provides: bundled(golang(go.uber.org/mock)) = 0.5.0 +Provides: bundled(golang(go.uber.org/mock)) = 0.5.2 # golang.org/x/crypto : BSD-3-Clause -Provides: bundled(golang(golang.org/x/crypto)) = 0.36.0 -# golang.org/x/exp : BSD-3-Clause -Provides: bundled(golang(golang.org/x/exp)) = f66d83c +Provides: bundled(golang(golang.org/x/crypto)) = 0.38.0 # golang.org/x/mod : BSD-3-Clause Provides: bundled(golang(golang.org/x/mod)) = 0.24.0 # golang.org/x/net : BSD-3-Clause -Provides: bundled(golang(golang.org/x/net)) = 0.38.0 +Provides: bundled(golang(golang.org/x/net)) = 0.40.0 # golang.org/x/sync : BSD-3-Clause -Provides: bundled(golang(golang.org/x/sync)) = 0.12.0 +Provides: bundled(golang(golang.org/x/sync)) = 0.14.0 # golang.org/x/sys : BSD-3-Clause -Provides: bundled(golang(golang.org/x/sys)) = 0.31.0 +Provides: bundled(golang(golang.org/x/sys)) = 0.33.0 # golang.org/x/text : BSD-3-Clause -Provides: bundled(golang(golang.org/x/text)) = 0.23.0 +Provides: bundled(golang(golang.org/x/text)) = 0.25.0 # golang.org/x/time : BSD-3-Clause Provides: bundled(golang(golang.org/x/time)) = 0.11.0 # golang.org/x/tools : BSD-3-Clause -Provides: bundled(golang(golang.org/x/tools)) = 0.31.0 +Provides: bundled(golang(golang.org/x/tools)) = 0.33.0 # google.golang.org/protobuf : BSD-3-Clause Provides: bundled(golang(google.golang.org/protobuf)) = 1.36.6 # gopkg.in/yaml.v3 : MIT AND Apache-2.0 @@ -243,23 +239,6 @@ that control is returned to you. This package contains the syncthing client binary and systemd services. -%if %{with devel} -%package devel -Summary: Continuous File Synchronization (development files) -BuildArch: noarch - -%description devel -Syncthing replaces other file synchronization services with something -open, trustworthy and decentralized. Your data is your data alone and -you deserve to choose where it is stored, if it is shared with some -third party and how it's transmitted over the Internet. Using syncthing, -that control is returned to you. - -This package contains the syncthing sources, which are needed as -dependency for building packages using syncthing. -%endif - - %package tools Summary: Continuous File Synchronization (server tools) @@ -369,10 +348,6 @@ for i in $(find -name "*.go" -type f -executable -print); do chmod a-x $i; done -%if %{with devel} -%goinstall -%endif - %check desktop-file-validate %{buildroot}/%{_datadir}/applications/*.desktop @@ -475,12 +450,5 @@ export GO111MODULE=off %{_mandir}/man1/strelaysrv* -%if %{with devel} -%files devel -f devel.file-list -%license LICENSE -%doc README.md AUTHORS -%endif - - %changelog %autochangelog From 2e35c268259448bd0a2ab7dc8e0414283503240e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20S=C3=A1ez?= Date: Fri, 10 Oct 2025 15:12:37 +0200 Subject: [PATCH 65/65] rebuild