diff options
| author | Nick Pope <nick@nickpope.me.uk> | 2024-10-15 09:26:12 +0100 |
|---|---|---|
| committer | nessita <124304+nessita@users.noreply.github.com> | 2024-10-17 21:40:53 -0300 |
| commit | c37f249ffa4b735d1492cda11981dedb947ee437 (patch) | |
| tree | 78c58f061bdc4d87fbbdf9ff07e1a60e9af5e0fa /tests/gis_tests/data/geoip2 | |
| parent | 99dcc59237f384d7ade98acfd1cae8d90e6d60ab (diff) | |
Refs #35841 -- Updated GeoIP2 test database files.
The mmdb files were taken from
https://github.com/maxmind/MaxMind-DB/commit/679e37e18a4a3009949c2213ec2c0bb8090c10c7.
Diffstat (limited to 'tests/gis_tests/data/geoip2')
| -rw-r--r-- | tests/gis_tests/data/geoip2/GeoIP2-City-Test.mmdb | bin | 22430 -> 22451 bytes | |||
| -rw-r--r-- | tests/gis_tests/data/geoip2/GeoIP2-Country-Test.mmdb | bin | 19628 -> 19744 bytes | |||
| -rw-r--r-- | tests/gis_tests/data/geoip2/GeoLite2-ASN-Test.mmdb | bin | 12653 -> 12653 bytes | |||
| -rw-r--r-- | tests/gis_tests/data/geoip2/GeoLite2-City-Test.mmdb | bin | 21117 -> 21117 bytes | |||
| -rw-r--r-- | tests/gis_tests/data/geoip2/GeoLite2-Country-Test.mmdb | bin | 18041 -> 18041 bytes | |||
| -rw-r--r-- | tests/gis_tests/data/geoip2/LICENSE | 4 | ||||
| -rw-r--r-- | tests/gis_tests/data/geoip2/README | 3 | ||||
| -rw-r--r-- | tests/gis_tests/data/geoip2/README.md | 14 |
8 files changed, 14 insertions, 7 deletions
diff --git a/tests/gis_tests/data/geoip2/GeoIP2-City-Test.mmdb b/tests/gis_tests/data/geoip2/GeoIP2-City-Test.mmdb Binary files differindex 3197ef122f..bf3cbe7835 100644 --- a/tests/gis_tests/data/geoip2/GeoIP2-City-Test.mmdb +++ b/tests/gis_tests/data/geoip2/GeoIP2-City-Test.mmdb diff --git a/tests/gis_tests/data/geoip2/GeoIP2-Country-Test.mmdb b/tests/gis_tests/data/geoip2/GeoIP2-Country-Test.mmdb Binary files differindex d79c9933bb..a5989654eb 100644 --- a/tests/gis_tests/data/geoip2/GeoIP2-Country-Test.mmdb +++ b/tests/gis_tests/data/geoip2/GeoIP2-Country-Test.mmdb diff --git a/tests/gis_tests/data/geoip2/GeoLite2-ASN-Test.mmdb b/tests/gis_tests/data/geoip2/GeoLite2-ASN-Test.mmdb Binary files differindex afa7e956e4..fe2123f9e0 100644 --- a/tests/gis_tests/data/geoip2/GeoLite2-ASN-Test.mmdb +++ b/tests/gis_tests/data/geoip2/GeoLite2-ASN-Test.mmdb diff --git a/tests/gis_tests/data/geoip2/GeoLite2-City-Test.mmdb b/tests/gis_tests/data/geoip2/GeoLite2-City-Test.mmdb Binary files differindex 028a6984d9..9eea131c76 100644 --- a/tests/gis_tests/data/geoip2/GeoLite2-City-Test.mmdb +++ b/tests/gis_tests/data/geoip2/GeoLite2-City-Test.mmdb diff --git a/tests/gis_tests/data/geoip2/GeoLite2-Country-Test.mmdb b/tests/gis_tests/data/geoip2/GeoLite2-Country-Test.mmdb Binary files differindex a2cbb08316..0233bba39b 100644 --- a/tests/gis_tests/data/geoip2/GeoLite2-Country-Test.mmdb +++ b/tests/gis_tests/data/geoip2/GeoLite2-Country-Test.mmdb diff --git a/tests/gis_tests/data/geoip2/LICENSE b/tests/gis_tests/data/geoip2/LICENSE deleted file mode 100644 index f86abbd73e..0000000000 --- a/tests/gis_tests/data/geoip2/LICENSE +++ /dev/null @@ -1,4 +0,0 @@ -This work is licensed under the Creative Commons Attribution-ShareAlike 3.0 -Unported License. To view a copy of this license, visit -http://creativecommons.org/licenses/by-sa/3.0/ or send a letter to Creative -Commons, 444 Castro Street, Suite 900, Mountain View, California, 94041, USA. diff --git a/tests/gis_tests/data/geoip2/README b/tests/gis_tests/data/geoip2/README deleted file mode 100644 index b6a21720a3..0000000000 --- a/tests/gis_tests/data/geoip2/README +++ /dev/null @@ -1,3 +0,0 @@ -These test databases are taken from the following repository: - -https://github.com/maxmind/MaxMind-DB/ diff --git a/tests/gis_tests/data/geoip2/README.md b/tests/gis_tests/data/geoip2/README.md new file mode 100644 index 0000000000..36328671b2 --- /dev/null +++ b/tests/gis_tests/data/geoip2/README.md @@ -0,0 +1,14 @@ +# GeoIP2 and GeoLite2 Test Databases + +The following test databases are provided under [this license][0]: + +- `GeoIP2-City-Test.mmdb` +- `GeoIP2-Country-Test.mmdb` +- `GeoLite2-ASN-Test.mmdb` +- `GeoLite2-City-Test.mmdb` +- `GeoLite2-Country-Test.mmdb` + +Updates can be found in [this repository][1]. + +[0]: https://github.com/maxmind/MaxMind-DB/blob/main/LICENSE-MIT +[1]: https://github.com/maxmind/MaxMind-DB/tree/main/test-data |
