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
This commit is contained in:
parent
d1c08a682a
commit
027cc6e554
2
_service
2
_service
@ -2,7 +2,7 @@
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">git://github.com/maxmind/geoipupdate</param>
|
||||
<param name="revision">v4.3.0</param>
|
||||
<param name="revision">v4.5.0</param>
|
||||
<param name="exclude">.git</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">git://github.com/maxmind/geoipupdate</param>
|
||||
<param name="changesrevision">09ac4548fd9311541cb0885e361eb57804b7b781</param>
|
||||
<param name="changesrevision">65d57e3edea7798cd72adaafca50e96f34a61d59</param>
|
||||
</service>
|
||||
</servicedata>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6b1d7abee02e608144536f61ad9d138d9068228f797b7f74f1e579c67daa3446
|
||||
size 28561
|
3
geoipupdate-4.5.0.tar.gz
Normal file
3
geoipupdate-4.5.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2664b98108e9bac7574eb1487befbfd978673f345906acf32e70dce80de67cbd
|
||||
size 32287
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 4 15:54:26 UTC 2020 - Paolo Stivanin <info@paolostivanin.com>
|
||||
|
||||
- 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 <info@paolostivanin.com>
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:72f6ab1edab39529f0795fe3b1f800dbd72f889df4521e71336794461442e9eb
|
||||
size 159865
|
||||
oid sha256:e4edbe1fb96c3dd85707add115c44b33c07d6aa684b3dbdda58d9c3d5ac51b81
|
||||
size 922061
|
||||
|
Loading…
x
Reference in New Issue
Block a user