7 Commits

Author SHA256 Message Date
Paolo Stivanin
94578f8abd - Update to version 4.9.0:
* The client now sets the User-Agent header.
  * The error handling has been improved.
  * The goreleaser configuration has been consolidated. There is now
    one checksum file for all builds.

OBS-URL: https://build.opensuse.org/package/show/Application:Geo/geoipupdate?expand=0&rev=39
2022-03-01 15:22:24 +00:00
Paolo Stivanin
233bd09be4 - Update to version 4.8.0:
* The Docker container now supports the following new environment
variables: GEOIPUPDATE_CONF_FILE and GEOIPUPDATE_DB_DIR

OBS-URL: https://build.opensuse.org/package/show/Application:Geo/geoipupdate?expand=0&rev=38
2021-11-08 15:54:51 +00:00
Martin Pluskal
46e3e7e12e Accepting request 888055 from home:polslinux:branches:Application:Geo
- Update to 4.7.1: 
  * In verbose mode, we now print a message before each HTTP request.
    Previously we would not print anything for retried requests.
  * Expected response errors no longer cause request retries. For example, we
    no longer retry the download request if the database subscription has
    lapsed.
  * When running with GEOIPUPDATE_FREQUENCY set, the Docker image will now
    stop when sent a SIGTERM instead of waiting for a SIGKILL. Pull request
    by Maxence POULAIN. GitHub #135.

OBS-URL: https://build.opensuse.org/request/show/888055
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/geoipupdate?expand=0&rev=35
2021-04-23 14:59:05 +00:00
Martin Pluskal
aedc3ceeba Accepting request 856453 from home:polslinux:branches:Application:Geo
- Update to 4.6.0
  * Show version number in verbose output.
  * Retry downloads in more scenarios. Previously we would not retry
    failures occurring when reading the response body, but now we do.

OBS-URL: https://build.opensuse.org/request/show/856453
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/geoipupdate?expand=0&rev=33
2020-12-16 13:48:24 +00:00
Martin Pluskal
027cc6e554 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
2020-11-04 17:00:51 +00:00
Dirk Stoecker
d1c08a682a Accepting request 800975 from home:polslinux:branches:Application:Geo
- Update to version 4.3.0:
  * Set release date
  * Push multiple versions with different tags
  * Use correct org name
  * Add a less-strict .yamllintrc
  * Test on go 1.14.x
  * Shows location of GeoIP.conf when issue in file
  * Remove extra space
  * Fix typo in config file generation
  * Make the edition IDs list format clearer

OBS-URL: https://build.opensuse.org/request/show/800975
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/geoipupdate?expand=0&rev=29
2020-05-07 08:22:37 +00:00
Martin Pluskal
6680fd4588 Accepting request 781411 from home:polslinux:branches:Application:Geo
- Update to version 4.2.2:
  * Prepare for 4.2.2
  * Use go get on 1.10
  * Only use debug.ReadBuildInfo on 1.12+
  * Update changelog
  * Set required Go version to 1.10
  * Test back to Go 1.10
  * Do not unnecessarily use errors.Is
  * Add changelog for #76
  * Update for GoReleaser nfpm section change
  * Bump copyright year

- Add disable-pandoc.patch

OBS-URL: https://build.opensuse.org/request/show/781411
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/geoipupdate?expand=0&rev=20
2020-03-04 09:37:49 +00:00