From d2eae4b8e1003f0a477198f7360e88d4ed7dae578f9439ddc17d1080fdef44d6 Mon Sep 17 00:00:00 2001 From: Andrii Nikitin Date: Thu, 27 Oct 2022 09:38:58 +0000 Subject: [PATCH 1/2] - Update to version 1.043: * Add backend for download size reports (#309) * Add mirrors to zsync response (#312) * Prefer zsync over metalink responses (#312) * Avoid race condition when new files are discovered while mirrors are scanned (#311) * Fix generation of zsync hashes for big files (#310) * t: add manual test for local folder (#308) * Retry hashes import if a new file hasnt got any (#307) * Add trailing slash for top folders (#306) - bmwiedermann OBS-URL: https://build.opensuse.org/package/show/openSUSE:infrastructure:MirrorCache/MirrorCache?expand=0&rev=70 --- MirrorCache-1.042.obscpio | 3 --- MirrorCache-1.043.obscpio | 3 +++ MirrorCache.changes | 13 +++++++++++++ MirrorCache.obsinfo | 6 +++--- MirrorCache.spec | 2 +- 5 files changed, 20 insertions(+), 7 deletions(-) delete mode 100644 MirrorCache-1.042.obscpio create mode 100644 MirrorCache-1.043.obscpio diff --git a/MirrorCache-1.042.obscpio b/MirrorCache-1.042.obscpio deleted file mode 100644 index ea7a57c..0000000 --- a/MirrorCache-1.042.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5abd76c9dc816e84c479c3f3a0325f346304af1c42ba4feeb13e1dc5a5cbeaf5 -size 987148 diff --git a/MirrorCache-1.043.obscpio b/MirrorCache-1.043.obscpio new file mode 100644 index 0000000..97f4145 --- /dev/null +++ b/MirrorCache-1.043.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03b3bc4204db46d0e23c9891d3da799b7000678ff26631d62294f4def6596b4f +size 1016844 diff --git a/MirrorCache.changes b/MirrorCache.changes index cf5ef02..1097284 100644 --- a/MirrorCache.changes +++ b/MirrorCache.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Thu Oct 27 09:32:56 UTC 2022 - Andrii Nikitin + +- Update to version 1.043: + * Add backend for download size reports (#309) + * Add mirrors to zsync response (#312) + * Prefer zsync over metalink responses (#312) + * Avoid race condition when new files are discovered while mirrors are scanned (#311) + * Fix generation of zsync hashes for big files (#310) + * t: add manual test for local folder (#308) + * Retry hashes import if a new file hasnt got any (#307) + * Add trailing slash for top folders (#306) - bmwiedermann + ------------------------------------------------------------------- Thu Sep 29 09:47:07 UTC 2022 - Andrii Nikitin diff --git a/MirrorCache.obsinfo b/MirrorCache.obsinfo index c4a35f3..d0f73b0 100644 --- a/MirrorCache.obsinfo +++ b/MirrorCache.obsinfo @@ -1,4 +1,4 @@ name: MirrorCache -version: 1.042 -mtime: 1664444483 -commit: b79e2f052f85c455161a636b56db7adc31d3ca67 +version: 1.043 +mtime: 1666861366 +commit: 607634eb9827bd7f0949a9eaa43310190881ca1e diff --git a/MirrorCache.spec b/MirrorCache.spec index 0f0645b..33fcab3 100644 --- a/MirrorCache.spec +++ b/MirrorCache.spec @@ -22,7 +22,7 @@ %define main_requires %{assetpack_requires} perl(Carp) perl(DBD::Pg) >= 3.7.4 perl(DBI) >= 1.632 perl(DBIx::Class) >= 0.082801 perl(DBIx::Class::DynamicDefault) perl(DateTime) perl(Encode) perl(Time::Piece) perl(Time::Seconds) perl(Time::ParseDate) perl(DateTime::Format::Pg) perl(Exporter) perl(File::Basename) perl(LWP::UserAgent) perl(Mojo::Base) perl(Mojo::ByteStream) perl(Mojo::IOLoop) perl(Mojo::JSON) perl(Mojo::Pg) perl(Mojo::URL) perl(Mojo::Util) perl(Mojolicious::Commands) perl(Mojolicious::Plugin) perl(Mojolicious::Plugin::RenderFile) perl(Mojolicious::Static) perl(Net::OpenID::Consumer) perl(POSIX) perl(Sort::Versions) perl(URI::Escape) perl(XML::Writer) perl(base) perl(constant) perl(diagnostics) perl(strict) perl(warnings) shadow rubygem(sass) perl(Net::DNS) perl(LWP::Protocol::https) perl(Digest::SHA) %define build_requires %{assetpack_requires} rubygem(sass) tidy sysuser-shadow sysuser-tools Name: MirrorCache -Version: 1.042 +Version: 1.043 Release: 0 Summary: WebApp to redirect and manage mirrors License: GPL-2.0-or-later From 2ece8c20bf16f8f57d7e50da264749efd9cbea54723567ba3ea621fee8ff319e Mon Sep 17 00:00:00 2001 From: Andrii Nikitin Date: Thu, 27 Oct 2022 13:19:56 +0000 Subject: [PATCH 2/2] - Update to version 1.044: * Move minion stats to unauthenticated route (#313) * Fix occasional duplicate error in agg_download (#313) OBS-URL: https://build.opensuse.org/package/show/openSUSE:infrastructure:MirrorCache/MirrorCache?expand=0&rev=71 --- MirrorCache-1.043.obscpio | 3 --- MirrorCache-1.044.obscpio | 3 +++ MirrorCache.changes | 7 +++++++ MirrorCache.obsinfo | 6 +++--- MirrorCache.spec | 2 +- 5 files changed, 14 insertions(+), 7 deletions(-) delete mode 100644 MirrorCache-1.043.obscpio create mode 100644 MirrorCache-1.044.obscpio diff --git a/MirrorCache-1.043.obscpio b/MirrorCache-1.043.obscpio deleted file mode 100644 index 97f4145..0000000 --- a/MirrorCache-1.043.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:03b3bc4204db46d0e23c9891d3da799b7000678ff26631d62294f4def6596b4f -size 1016844 diff --git a/MirrorCache-1.044.obscpio b/MirrorCache-1.044.obscpio new file mode 100644 index 0000000..9ba12ec --- /dev/null +++ b/MirrorCache-1.044.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e78abbcadb14be696bc1ba34528445fec864083bf7e3495be4baa0f697aa10b +size 1017868 diff --git a/MirrorCache.changes b/MirrorCache.changes index 1097284..481f5f3 100644 --- a/MirrorCache.changes +++ b/MirrorCache.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Oct 27 13:16:53 UTC 2022 - Andrii Nikitin + +- Update to version 1.044: + * Move minion stats to unauthenticated route (#313) + * Fix occasional duplicate error in agg_download (#313) + ------------------------------------------------------------------- Thu Oct 27 09:32:56 UTC 2022 - Andrii Nikitin diff --git a/MirrorCache.obsinfo b/MirrorCache.obsinfo index d0f73b0..00eea98 100644 --- a/MirrorCache.obsinfo +++ b/MirrorCache.obsinfo @@ -1,4 +1,4 @@ name: MirrorCache -version: 1.043 -mtime: 1666861366 -commit: 607634eb9827bd7f0949a9eaa43310190881ca1e +version: 1.044 +mtime: 1666875061 +commit: 9e614f3f90035b0234a554eabb5a4744c395fd37 diff --git a/MirrorCache.spec b/MirrorCache.spec index 33fcab3..7147f4c 100644 --- a/MirrorCache.spec +++ b/MirrorCache.spec @@ -22,7 +22,7 @@ %define main_requires %{assetpack_requires} perl(Carp) perl(DBD::Pg) >= 3.7.4 perl(DBI) >= 1.632 perl(DBIx::Class) >= 0.082801 perl(DBIx::Class::DynamicDefault) perl(DateTime) perl(Encode) perl(Time::Piece) perl(Time::Seconds) perl(Time::ParseDate) perl(DateTime::Format::Pg) perl(Exporter) perl(File::Basename) perl(LWP::UserAgent) perl(Mojo::Base) perl(Mojo::ByteStream) perl(Mojo::IOLoop) perl(Mojo::JSON) perl(Mojo::Pg) perl(Mojo::URL) perl(Mojo::Util) perl(Mojolicious::Commands) perl(Mojolicious::Plugin) perl(Mojolicious::Plugin::RenderFile) perl(Mojolicious::Static) perl(Net::OpenID::Consumer) perl(POSIX) perl(Sort::Versions) perl(URI::Escape) perl(XML::Writer) perl(base) perl(constant) perl(diagnostics) perl(strict) perl(warnings) shadow rubygem(sass) perl(Net::DNS) perl(LWP::Protocol::https) perl(Digest::SHA) %define build_requires %{assetpack_requires} rubygem(sass) tidy sysuser-shadow sysuser-tools Name: MirrorCache -Version: 1.043 +Version: 1.044 Release: 0 Summary: WebApp to redirect and manage mirrors License: GPL-2.0-or-later