* 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
- 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
- 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
* 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