15 Commits

Author SHA256 Message Date
04111a3ec6 Accepting request 1294784 from home:vlefebvre:branches:Application:Geo
- Update to version 7.1.1:
  * Update dependencies and re-build binaries with new Go version.
    No substantive changes.

OBS-URL: https://build.opensuse.org/request/show/1294784
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/geoipupdate?expand=0&rev=62
2025-07-22 06:36:54 +00:00
2a4794e694 Accepting request 1251729 from home:vlefebvre:branches:Application:Geo
Update to version 7.1.0

OBS-URL: https://build.opensuse.org/request/show/1251729
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/geoipupdate?expand=0&rev=58
2025-03-10 13:31:51 +00:00
14c3e0e808 Accepting request 1172226 from home:vlefebvre:branches:Application:Geo
Update to version 7.0.1, and fix the geoipupdate-legacy script

OBS-URL: https://build.opensuse.org/request/show/1172226
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/geoipupdate?expand=0&rev=56
2024-05-07 05:53:23 +00:00
a285393cf5 Accepting request 1148428 from home:vlefebvre:branches:Application:Geo
release to version 6.1.0

OBS-URL: https://build.opensuse.org/request/show/1148428
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/geoipupdate?expand=0&rev=50
2024-02-21 08:17:05 +00:00
9a62c20d5e Accepting request 1105572 from home:vlefebvre:branches:Application:Geo
Update to 6.0.0

OBS-URL: https://build.opensuse.org/request/show/1105572
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/geoipupdate?expand=0&rev=48
2023-08-28 05:51:18 +00:00
a84588bdfa Accepting request 1079887 from home:vlefebvre:branches:Application:Geo
Update to 5.0.3

OBS-URL: https://build.opensuse.org/request/show/1079887
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/geoipupdate?expand=0&rev=44
2023-04-17 11:10:59 +00:00
bf22ed6f6f - Update to 4.11.1:
* github.com/pkg/errors is no longer used to wrap errors.
  * Docker secrets are now supported for the MaxMind account ID and license key. 
  * The Dockerfile now has a Healthcheck that makes sure the modification date of
    the database directory is within the update period.
  * Removed extra underscore in script variables preventing the Docker secret
    support added in 4.11.0 from working as expected.

OBS-URL: https://build.opensuse.org/package/show/Application:Geo/geoipupdate?expand=0&rev=42
2023-03-21 08:07:55 +00:00
68ca2099e1 - Update to version 4.10.0:
* HTTPS proxies are now supported.
  * An HTTP request to get the filename for the edition ID
    has been removed. This was previously required as the GeoIP
    Legacy edition IDs bore little relation to the name of
    the database on disk.

OBS-URL: https://build.opensuse.org/package/show/Application:Geo/geoipupdate?expand=0&rev=40
2022-11-09 10:40:14 +00:00
a443937baa - 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
5661779a7b - 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
03b97c9791 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
53d0b752bd 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
a70eaab941 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
6be0cb261a 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
ac2b05bed4 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