- Update to version 1.018:

* Fix occasional 404 on subtree mirrorlist
  * Fix not selecting mirrors for unknown country
  * Let Task MirrorProbe work without GeoIP database

OBS-URL: https://build.opensuse.org/package/show/openSUSE:infrastructure:MirrorCache/MirrorCache?expand=0&rev=37
This commit is contained in:
Andrii Nikitin 2021-11-25 08:58:15 +00:00 committed by Git OBS Bridge
parent bb5ef9b455
commit 9dd58ae67e
5 changed files with 22 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:59392ed2f68b11c96c84367bc2abda62c8e2e81d15a3aadcc8c5d8a79f732e70
size 793612

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:280d28121e8415f49dd0d6d804621b1be1f8ef2b0e01fd56310eb3bfa8f2e92e
size 796172

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Thu Nov 25 08:56:58 UTC 2021 - Andrii Nikitin <andrii.nikitin@suse.com>
- Update to version 1.018:
* Fix occasional 404 on subtree mirrorlist
* Fix not selecting mirrors for unknown country
* Let Task MirrorProbe work without GeoIP database
* Find mirror from rest of world
* Add manual test for subsidiaries
* Add script for manual testing download.o.o
* Add route /rest/scan_tree
* Add job for recursive scan (#222)
* Introduce variable MIRRORCACHE_TRUST_ADDR (#221)
* Add BACKSTAGE_WORKERS parameter to scripts (#220)
-------------------------------------------------------------------
Thu Nov 11 09:49:34 UTC 2021 - Andrii Nikitin <andrii.nikitin@suse.com>

View File

@ -1,5 +1,5 @@
name: MirrorCache
version: 1.017
mtime: 1636620225
commit: c6b91b1a3892d5972354173af00be3cdb8254bdc
version: 1.018
mtime: 1637750667
commit: a5db0ee578162c22217a88c12a744cecfc7bbfe2

View File

@ -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.017
Version: 1.018
Release: 0
Summary: WebApp to redirect and manage mirrors
License: GPL-2.0-or-later