From 027cc6e554a79ccb8eff5fdd4e2c22ae6d3d3e0104264164547378433ce91c77 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Wed, 4 Nov 2020 17:00:51 +0000 Subject: [PATCH] Accepting request 846029 from home:polslinux:branches:Application:Geo - Update to version 4.5.0: * We no longer use a third party library for exponential backoff * The edition ID is now included when there is a failure retrieving a database * The Docker image no longer prints the generated GeoIP.conf when starting up. This prevents a possible leak of the account's license key * The minimum Go version is now 1.11. * Failing HTTP requests are now retried using an exponential backoff. The period to keep retrying any failed request is set to 5 minutes by default and can be adjusted using the new RetryFor configuration option. * When using the go package rather than the command-line tool, the null value for RetryFor will be 0 seconds, which means no retries will be performed. To change that, set RetryFor explicitly in the Config you provide, or obtain your Config value via geoipupdate.NewConfig. OBS-URL: https://build.opensuse.org/request/show/846029 OBS-URL: https://build.opensuse.org/package/show/Application:Geo/geoipupdate?expand=0&rev=31 --- _service | 2 +- _servicedata | 2 +- geoipupdate-4.3.0.tar.gz | 3 --- geoipupdate-4.5.0.tar.gz | 3 +++ geoipupdate.changes | 21 +++++++++++++++++++++ geoipupdate.spec | 4 ++-- vendor.tar.gz | 4 ++-- 7 files changed, 30 insertions(+), 9 deletions(-) delete mode 100644 geoipupdate-4.3.0.tar.gz create mode 100644 geoipupdate-4.5.0.tar.gz diff --git a/_service b/_service index 16b03cb..1d3e838 100644 --- a/_service +++ b/_service @@ -2,7 +2,7 @@ git git://github.com/maxmind/geoipupdate - v4.3.0 + v4.5.0 .git @PARENT_TAG@ enable diff --git a/_servicedata b/_servicedata index 2fc2400..3962c6c 100644 --- a/_servicedata +++ b/_servicedata @@ -1,6 +1,6 @@ git://github.com/maxmind/geoipupdate - 09ac4548fd9311541cb0885e361eb57804b7b781 + 65d57e3edea7798cd72adaafca50e96f34a61d59 diff --git a/geoipupdate-4.3.0.tar.gz b/geoipupdate-4.3.0.tar.gz deleted file mode 100644 index 57478ef..0000000 --- a/geoipupdate-4.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6b1d7abee02e608144536f61ad9d138d9068228f797b7f74f1e579c67daa3446 -size 28561 diff --git a/geoipupdate-4.5.0.tar.gz b/geoipupdate-4.5.0.tar.gz new file mode 100644 index 0000000..a5f38ca --- /dev/null +++ b/geoipupdate-4.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2664b98108e9bac7574eb1487befbfd978673f345906acf32e70dce80de67cbd +size 32287 diff --git a/geoipupdate.changes b/geoipupdate.changes index c3140db..1d1ade5 100644 --- a/geoipupdate.changes +++ b/geoipupdate.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Wed Nov 4 15:54:26 UTC 2020 - Paolo Stivanin + +- Update to version 4.5.0: +* We no longer use a third party library for exponential backoff +* The edition ID is now included when there is a failure retrieving + a database +* The Docker image no longer prints the generated GeoIP.conf when + starting up. This prevents a possible leak of the account's + license key +* The minimum Go version is now 1.11. +* Failing HTTP requests are now retried using an exponential backoff. + The period to keep retrying any failed request is set to 5 minutes + by default and can be adjusted using the new RetryFor + configuration option. +* When using the go package rather than the command-line tool, the + null value for RetryFor will be 0 seconds, which means no retries + will be performed. To change that, set RetryFor explicitly in the + Config you provide, or obtain your Config value via + geoipupdate.NewConfig. + ------------------------------------------------------------------- Thu May 07 08:06:55 UTC 2020 - Paolo Stivanin diff --git a/geoipupdate.spec b/geoipupdate.spec index 026e05f..b604970 100644 --- a/geoipupdate.spec +++ b/geoipupdate.spec @@ -18,7 +18,7 @@ # Common info Name: geoipupdate -Version: 4.3.0 +Version: 4.5.0 Release: 0 Summary: GeoIP update client code License: Apache-2.0 OR MIT @@ -33,7 +33,7 @@ Source5: README.SUSE Patch0: disable-pandoc.patch %if 0%{?suse_version} >= 1500 # Build-time parameters -BuildRequires: go >= 1.10 +BuildRequires: go >= 1.11 # Manpage BuildRequires: perl%{?suse_version:-base} %endif diff --git a/vendor.tar.gz b/vendor.tar.gz index ed95528..2a84a2e 100644 --- a/vendor.tar.gz +++ b/vendor.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:72f6ab1edab39529f0795fe3b1f800dbd72f889df4521e71336794461442e9eb -size 159865 +oid sha256:e4edbe1fb96c3dd85707add115c44b33c07d6aa684b3dbdda58d9c3d5ac51b81 +size 922061