- 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
69 lines
2.9 KiB
Plaintext
69 lines
2.9 KiB
Plaintext
-------------------------------------------------------------------
|
|
Mon Oct 16 15:35:45 UTC 2017 - Mathias.Homann@opensuse.org
|
|
|
|
- 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.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jan 5 15:40:45 UTC 2017 - mpluskal@suse.com
|
|
|
|
- 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.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jul 1 17:31:03 UTC 2016 - toddrme2178@gmail.com
|
|
|
|
- Fix Group tag.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Feb 4 20:17:08 UTC 2016 - mpluskal@suse.com
|
|
|
|
- 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.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Nov 8 13:56:31 UTC 2015 - p.drouand@gmail.com
|
|
|
|
- Update to version 2.2.1
|
|
* Version bump to fix PPA issue
|
|
- Changes from version 2.2.0
|
|
* geoipupdate now verifies the MD5 of the new database before
|
|
deploying it. If the database MD5 does not match the expected MD5,
|
|
geoipupdate will exit with an error.
|
|
* The copy of base64.c and base64.h was switched to a version under
|
|
GPL 2+ to prevent a license conflict.
|
|
* The LICENSE file was added to the distribution.
|
|
* Several issues in the documentation were fixed.
|
|
- Remove gpl-2.0.txt; now included in the tarball
|
|
- Perform a spec-cleaner
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Feb 21 11:07:53 UTC 2015 - mpluskal@suse.com
|
|
|
|
- Initial packaging
|
|
|