diff options
| author | Lei Maohui <leimaohui@cn.fujitsu.com> | 2015-04-21 16:59:59 +0800 |
|---|---|---|
| committer | Joe MacDonald <joe_macdonald@mentor.com> | 2015-06-05 14:18:08 -0400 |
| commit | 8e2571aab634a9b6e988e1248637e40da2c25ea6 (patch) | |
| tree | e7d1f30a08114f7be6565f3950abe2975ba6384c /meta-networking/recipes-support/geoip/geoipupdate-2.2.1/GeoIP.conf | |
| parent | 9a5d25f2a717814f948b492b9c01c1ff0edb678d (diff) | |
| download | meta-openembedded-8e2571aab634a9b6e988e1248637e40da2c25ea6.tar.gz | |
geoipupdate: update to 2.2.1
- `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.
Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking/recipes-support/geoip/geoipupdate-2.2.1/GeoIP.conf')
| -rw-r--r-- | meta-networking/recipes-support/geoip/geoipupdate-2.2.1/GeoIP.conf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/geoip/geoipupdate-2.2.1/GeoIP.conf b/meta-networking/recipes-support/geoip/geoipupdate-2.2.1/GeoIP.conf new file mode 100644 index 0000000000..134cfed1f5 --- /dev/null +++ b/meta-networking/recipes-support/geoip/geoipupdate-2.2.1/GeoIP.conf | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | # The following UserId and LicenseKey are required placeholders: | ||
| 2 | UserId 999999 | ||
| 3 | LicenseKey 000000000000 | ||
| 4 | |||
| 5 | # Include one or more of the following ProductIds: | ||
| 6 | # * GeoLite2-City - GeoLite 2 City | ||
| 7 | # * GeoLite2-Country - GeoLite2 Country | ||
| 8 | # * 506 - GeoLite Legacy Country | ||
| 9 | # * 517 - GeoLite Legacy ASN | ||
| 10 | # * 533 - GeoLite Legacy City | ||
| 11 | ProductIds GeoLite2-City GeoLite2-Country 506 517 533 | ||
