summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/geoip/geoipupdate-2.2.1
diff options
context:
space:
mode:
authorLei Maohui <leimaohui@cn.fujitsu.com>2015-04-21 16:59:59 +0800
committerJoe MacDonald <joe_macdonald@mentor.com>2015-06-05 14:18:08 -0400
commit8e2571aab634a9b6e988e1248637e40da2c25ea6 (patch)
treee7d1f30a08114f7be6565f3950abe2975ba6384c /meta-networking/recipes-support/geoip/geoipupdate-2.2.1
parent9a5d25f2a717814f948b492b9c01c1ff0edb678d (diff)
downloadmeta-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')
-rw-r--r--meta-networking/recipes-support/geoip/geoipupdate-2.2.1/GeoIP.conf11
-rw-r--r--meta-networking/recipes-support/geoip/geoipupdate-2.2.1/geoipupdate.cron5
2 files changed, 16 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:
2UserId 999999
3LicenseKey 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
11ProductIds GeoLite2-City GeoLite2-Country 506 517 533
diff --git a/meta-networking/recipes-support/geoip/geoipupdate-2.2.1/geoipupdate.cron b/meta-networking/recipes-support/geoip/geoipupdate-2.2.1/geoipupdate.cron
new file mode 100644
index 0000000000..40597a856e
--- /dev/null
+++ b/meta-networking/recipes-support/geoip/geoipupdate-2.2.1/geoipupdate.cron
@@ -0,0 +1,5 @@
1# top of crontab
2MAILTO=your@email.com
3
432 11 * * 4 /usr/local/bin/geoipupdate
5# end of crontab