From a3ed30dad67c6bf00d35e62dc8d48af3b4562910 Mon Sep 17 00:00:00 2001 From: mkittler <> Date: Sep 06 2023 17:18:39 +0000 Subject: Update syncthing to version 1.24.0 / rev 139 via SR 1109018 https://build.opensuse.org/request/show/1109018 by user mkittler + anag+factory - Update to 1.24.0 * Bugfixes: #8965: v1.23.6 introduces untrusted sharing regression * Enhancements: #5175: Record more performance metrics #7456: Announce IPv6 ULA #7973: Restore versions file filter should be case insensitive #8767: Check interface for FlagRunning * Other issues: #9021: panic: bug: ClusterConfig called on closed or nonexistent connection #9034: Build with Go 1.21 out of the box --- diff --git a/.files b/.files index 3dbf9b0..dad81a7 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index 1e697ee..4620e23 100644 --- a/.rev +++ b/.rev @@ -1335,4 +1335,23 @@ 1103112 + + ce87c22d3c6bb63a9c7b95ab78184bdd + 1.24.0 + + anag+factory + - Update to 1.24.0 + * Bugfixes: + #8965: v1.23.6 introduces untrusted sharing regression + * Enhancements: + #5175: Record more performance metrics + #7456: Announce IPv6 ULA + #7973: Restore versions file filter should be case insensitive + #8767: Check interface for FlagRunning + * Other issues: + #9021: panic: bug: ClusterConfig called on closed or nonexistent connection + #9034: Build with Go 1.21 out of the box + + 1109018 + diff --git a/syncthing-source-v1.23.7.tar.gz b/syncthing-source-v1.23.7.tar.gz deleted file mode 120000 index e619835..0000000 --- a/syncthing-source-v1.23.7.tar.gz +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafybeigooq4fgcjohj77hjl3ept74j2hoff4mx45hymuwnlal4prjiqc2y \ No newline at end of file diff --git a/syncthing-source-v1.23.7.tar.gz.asc b/syncthing-source-v1.23.7.tar.gz.asc deleted file mode 100644 index 64dfdfe..0000000 --- a/syncthing-source-v1.23.7.tar.gz.asc +++ /dev/null @@ -1,11 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQEzBAABCgAdFiEEN8hFVOfgomHk924e0m5u0ABlSj4FAmTTVwsACgkQ0m5u0ABl -Sj7p0Af/dWVaSNVGYzug1pikOwUAcxGsLg28Aoc1nkOle8C0WSwNLjRSQdd93tJJ -MOCRraH35yGY7I+BZa5F2+ZJwvR7ufh5jrXIcJuXG1kxVzkNr/jFZID9Dsc/+ebb -EZ886FxzJYxpWjFxMQ9UJsQlembOgUA2r1v7FslbFann9jN1tKej4SHA+OvDuhqi -5sw7PLkjLbRJP6WVzO5m/ISkuEIs5951/G+5ZDJo5kOPO3mIoQ+rq+JsfKCZkVb9 -gA5scFqHHfdh1PWPN97DRTrsObYbX1pBessH6XH2Nl9ADtkWfCSh/guQL5oIZ9CH -9Zf12fl3ygPCSRLn4D+PxiwCCFB1cA== -=Zwdv ------END PGP SIGNATURE----- diff --git a/syncthing-source-v1.24.0.tar.gz b/syncthing-source-v1.24.0.tar.gz new file mode 120000 index 0000000..a4ff36a --- /dev/null +++ b/syncthing-source-v1.24.0.tar.gz @@ -0,0 +1 @@ +/ipfs/bafybeiamp3spf62ccirxsoiaoipziprgqiatijbsc6o3ourh3g2mu7uuiq \ No newline at end of file diff --git a/syncthing-source-v1.24.0.tar.gz.asc b/syncthing-source-v1.24.0.tar.gz.asc new file mode 100644 index 0000000..437cfa4 --- /dev/null +++ b/syncthing-source-v1.24.0.tar.gz.asc @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQEzBAABCgAdFiEEN8hFVOfgomHk924e0m5u0ABlSj4FAmT2zq4ACgkQ0m5u0ABl +Sj57vAgAjQaLn3/g3+gLfTYcBLXU0Fge5Q9mwUcTebrxl84vuwQen5wIda+FMvoq +V+Dz/XaP9YomncFZBhVcetM9ZroVekzMJvTkAv+oQ2+YzRcBlQ38AGigYuy6d05k +eBKHaH1E0lxiSR8+eg8wYaL7oEIYfagQGjY9mkbKQAXXvudyyfEDKnblhe+HveHr +RY9QuhepvAle5t2Am9O3NDkbdXkVrV5PFW/EuDw/vG0LuyNdNRTjXdtprODh3tAu +N05Mt8USovkWZc3lAyk0uI837WpkU/FqMsVLx9s0TDExSqOc5QxIhJtnOXuwN5kp +7+aTAjN5ZvquMH/3Rhly52PV8qsPSg== +=uUpA +-----END PGP SIGNATURE----- diff --git a/syncthing.changes b/syncthing.changes index 2866c93..cd8488f 100644 --- a/syncthing.changes +++ b/syncthing.changes @@ -1,4 +1,19 @@ ------------------------------------------------------------------- +Tue Sep 5 08:26:30 UTC 2023 - Martchus + +- Update to 1.24.0 + * Bugfixes: + #8965: v1.23.6 introduces untrusted sharing regression + * Enhancements: + #5175: Record more performance metrics + #7456: Announce IPv6 ULA + #7973: Restore versions file filter should be case insensitive + #8767: Check interface for FlagRunning + * Other issues: + #9021: panic: bug: ClusterConfig called on closed or nonexistent connection + #9034: Build with Go 1.21 out of the box + +------------------------------------------------------------------- Wed Aug 9 09:35:27 UTC 2023 - Marius Kittler - Update to 1.13.7 diff --git a/syncthing.spec b/syncthing.spec index 1c5b83a..67e261f 100644 --- a/syncthing.spec +++ b/syncthing.spec @@ -17,7 +17,7 @@ Name: syncthing -Version: 1.23.7 +Version: 1.24.0 Release: 0 Summary: Continuous File Synchronisation License: MPL-2.0