18 Commits

Author SHA256 Message Date
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
Paolo Stivanin
04491bdc8c Accepting request 794907 from home:vitezslav_cizek:branches:Application:Geo
- Fix license, it's actually Apache-2.0 or MIT (bsc#1169766)

OBS-URL: https://build.opensuse.org/request/show/794907
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/geoipupdate?expand=0&rev=27
2020-04-17 12:56:38 +00:00
Martin Pluskal
f86b91ee37 Accepting request 788532 from home:vitezslav_cizek:branches:Application:Geo
Just add references to keep SLE-15-SP2 changelog in sync

OBS-URL: https://build.opensuse.org/request/show/788532
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/geoipupdate?expand=0&rev=25
2020-03-26 14:08:05 +00:00
Paolo Stivanin
6eb253a647 Accepting request 788497 from home:vitezslav_cizek:branches:Application:Geo
- Make /etc/GeoIP.conf readable only by root as it contains MaxMind
  account information now
- Add README.SUSE with description how to get the latest data

OBS-URL: https://build.opensuse.org/request/show/788497
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/geoipupdate?expand=0&rev=24
2020-03-26 11:03:21 +00:00
Paolo Stivanin
95cad8fa70 Accepting request 785639 from home:pgajdos
- introduce geoipupdate-legacy script [bsc#1156194]
- added sources
  + geoipupdate-legacy

OBS-URL: https://build.opensuse.org/request/show/785639
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/geoipupdate?expand=0&rev=22
2020-03-16 13:49:13 +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
Martin Pluskal
a781f30036 Accepting request 710994 from home:wrosenauer:devel
- added systemd timer for weekly updates
  (needs to be enabled by admin)

OBS-URL: https://build.opensuse.org/request/show/710994
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/geoipupdate?expand=0&rev=18
2019-06-20 08:36:20 +00:00
Martin Pluskal
908eeceffa Accepting request 710870 from home:weberho:branches:Application:Geo
- Fixed build
- Update to version 3.1.1

This is now the legacy version. The latest version is based on Go.

OBS-URL: https://build.opensuse.org/request/show/710870
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/geoipupdate?expand=0&rev=16
2019-06-19 10:52:20 +00:00
Martin Pluskal
12a0ea772a - Update to version 2.5.0:
* Document the LockFile option in the GeoIP.conf man page.
  * Remove unused base64 library.
  * Add the new configuration option PreserveFileTimes. If set, the
    downloaded files will get the same modification times as their
    original on the server. Default is 0 (unset).
  * Use the correct types when calling curl_easy_setopt().
  * In GeoIP.conf, the UserId option was renamed to AccountID and
    the ProductIds option was renamed to EditionIDs. The old
    options will continue to work, but upgrading to the new names
    is recommended for forward compatibility.

OBS-URL: https://build.opensuse.org/package/show/Application:Geo/geoipupdate?expand=0&rev=14
2017-11-16 09:13:30 +00:00
Martin Pluskal
c8e11a5d60 - Cleanup previous changelog entry
- Run tests during build
  * geoipupdate now checks that the database directory is writable.
    If it is not, it reports the problem and aborts.
  * geoipupdate now acquires a lock when starting up to ensure only
    one instance may run at a time. A new option, LockFile, exists
    to set the file to use as a lock. By default, LockFile is the
    file .geoipupdate.lock in the database directory.
  * geoipupdate now prints out additional information from the
    server when a download request results in something other than
    HTTP status 2xx. This provides more information when the API
    does not respond with a database file. In conjunction with
    changes to the download service itself, errors such as lacking
    a subscription no longer show up with the message "not a valid
    gzip file".
  * ${datarootdir}/GeoIP is now created on make install.

OBS-URL: https://build.opensuse.org/package/show/Application:Geo/geoipupdate?expand=0&rev=13
2017-11-16 09:09:39 +00:00
Martin Pluskal
6db070b657 Accepting request 542190 from home:lemmy04:branches:Application:Geo
- Update to version 2.4.0:
  *  geoipupdate now checks that the database directory is writable. If it
    is not, it reports the problem and aborts.
  *  geoipupdate now acquires a lock when starting up to ensure only one
    instance may run at a time. A new option, LockFile, exists to set the
    file to use as a lock. By default, LockFile is the file
    .geoipupdate.lock in the database directory.
  *  geoipupdate now prints out additional information from the server when
    a download request results in something other than HTTP status 2xx. This
    provides more information when the API does not respond with a database
    file. In conjunction with changes to the download service itself, errors
    such as lacking a subscription no longer show up with the message "not a
    valid gzip file".
  *  ${datarootdir}/GeoIP is now created on make install. Reported by Antonios
    Karagiannis. GitHub #29.
  *  Previously, a variable named ERROR was used. This caused issues building
    on Windows. Reported by Gisle Vanem. GitHub #36.

OBS-URL: https://build.opensuse.org/request/show/542190
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/geoipupdate?expand=0&rev=12
2017-11-16 09:04:59 +00:00
Martin Pluskal
dbf75ad728 - Update to version 2.3.1:
* geoipupdate now uses TCP keep-alive when compiled with cURL
    7.25 or greater.
  * Previously, on an invalid gzip file, geoipupdate would output
    binary data to stderr. It now displays an appropriate error
    message.
  * Install README, ChangeLog, GeoIP.conf.default etc into docdir.
  * $(sysconfdir) is now created if it doesn't exist.
  * The sample config file is now usable.

OBS-URL: https://build.opensuse.org/package/show/Application:Geo/geoipupdate?expand=0&rev=10
2017-01-05 15:50:14 +00:00
Martin Pluskal
0cc0806c14 Accepting request 405975 from home:TheBlackCat:branches:Application:Geo
Fix Group tag.

OBS-URL: https://build.opensuse.org/request/show/405975
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/geoipupdate?expand=0&rev=8
2016-07-01 17:36:53 +00:00
Martin Pluskal
973c179715 OBS-URL: https://build.opensuse.org/package/show/Application:Geo/geoipupdate?expand=0&rev=6 2016-02-04 20:20:47 +00:00
Martin Pluskal
5f7af5c031 - Update to version 2.2.2
* geoipupdate now calls fsync on the database directory after a 
    rename to make it durable in the event of a crash.

OBS-URL: https://build.opensuse.org/package/show/Application:Geo/geoipupdate?expand=0&rev=5
2016-02-04 20:18:45 +00:00
Martin Pluskal
f2fad2a1f0 Accepting request 342995 from home:posophe:branches:Application:Geo
update

OBS-URL: https://build.opensuse.org/request/show/342995
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/geoipupdate?expand=0&rev=3
2015-11-08 14:06:36 +00:00
Dominique Leuenberger
1f1d5b5f46 Accepting request 287153 from Application:Geo
New cool package

OBS-URL: https://build.opensuse.org/request/show/287153
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/geoipupdate?expand=0&rev=1
2015-02-24 12:02:13 +00:00
Martin Pluskal
50f299ca26 Accepting request 287118 from home:pluskalm
New package

OBS-URL: https://build.opensuse.org/request/show/287118
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/geoipupdate?expand=0&rev=1
2015-02-21 11:49:12 +00:00