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 | |
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')
-rw-r--r-- | meta-networking/recipes-support/geoip/geoipupdate-2.2.1/GeoIP.conf (renamed from meta-networking/recipes-support/geoip/geoipupdate-2.1.0/GeoIP.conf) | 0 | ||||
-rw-r--r-- | meta-networking/recipes-support/geoip/geoipupdate-2.2.1/geoipupdate.cron (renamed from meta-networking/recipes-support/geoip/geoipupdate-2.1.0/geoipupdate.cron) | 0 | ||||
-rw-r--r-- | meta-networking/recipes-support/geoip/geoipupdate_2.2.1.bb (renamed from meta-networking/recipes-support/geoip/geoipupdate_2.1.0.bb) | 10 |
3 files changed, 5 insertions, 5 deletions
diff --git a/meta-networking/recipes-support/geoip/geoipupdate-2.1.0/GeoIP.conf b/meta-networking/recipes-support/geoip/geoipupdate-2.2.1/GeoIP.conf index 134cfed1f..134cfed1f 100644 --- a/meta-networking/recipes-support/geoip/geoipupdate-2.1.0/GeoIP.conf +++ b/meta-networking/recipes-support/geoip/geoipupdate-2.2.1/GeoIP.conf | |||
diff --git a/meta-networking/recipes-support/geoip/geoipupdate-2.1.0/geoipupdate.cron b/meta-networking/recipes-support/geoip/geoipupdate-2.2.1/geoipupdate.cron index 40597a856..40597a856 100644 --- a/meta-networking/recipes-support/geoip/geoipupdate-2.1.0/geoipupdate.cron +++ b/meta-networking/recipes-support/geoip/geoipupdate-2.2.1/geoipupdate.cron | |||
diff --git a/meta-networking/recipes-support/geoip/geoipupdate_2.1.0.bb b/meta-networking/recipes-support/geoip/geoipupdate_2.2.1.bb index 851ad414d..7a3a00252 100644 --- a/meta-networking/recipes-support/geoip/geoipupdate_2.1.0.bb +++ b/meta-networking/recipes-support/geoip/geoipupdate_2.2.1.bb | |||
@@ -2,22 +2,22 @@ SUMMARY = "Crontab entry to provide weekly updates of the GeoIP free databases." | |||
2 | DESCRIPTION = "update databases for GeoIP" | 2 | DESCRIPTION = "update databases for GeoIP" |
3 | 3 | ||
4 | HOMEPAGE = "http://dev.maxmind.com/geoip/" | 4 | HOMEPAGE = "http://dev.maxmind.com/geoip/" |
5 | SECTION = "Development" | 5 | SECTION = "net" |
6 | 6 | ||
7 | DEPENDS = "zlib curl" | 7 | DEPENDS = "zlib curl" |
8 | 8 | ||
9 | SRC_URI = "https://github.com/maxmind/geoipupdate/releases/download/v2.1.0/geoipupdate-2.1.0.tar.gz \ | 9 | SRC_URI = "https://github.com/maxmind/geoipupdate/releases/download/v2.2.1/geoipupdate-2.2.1.tar.gz \ |
10 | file://GeoIP.conf \ | 10 | file://GeoIP.conf \ |
11 | file://geoipupdate.cron \ | 11 | file://geoipupdate.cron \ |
12 | " | 12 | " |
13 | 13 | ||
14 | SRC_URI[md5sum] = "9107d082f15c8e482f4b6f1080e7deaf" | 14 | SRC_URI[md5sum] = "abfd4bb9dd7fd489c103888dde5f2a57" |
15 | SRC_URI[sha256sum] = "7388c46f6c483ae609e5f5333a2585bc9713d56bb522da5c11b09d41c87aa5fb" | 15 | SRC_URI[sha256sum] = "9547c42cc8620b2c3040fd8df95e8ee45c8b6ebcca7737d641f9526104d5f446" |
16 | 16 | ||
17 | LICENSE = "GPLv2" | 17 | LICENSE = "GPLv2" |
18 | 18 | ||
19 | LIC_FILES_CHKSUM = "\ | 19 | LIC_FILES_CHKSUM = "\ |
20 | file://ChangeLog.md;md5=25f3500fad03ad7e6bf135b29c9c7c2d \ | 20 | file://ChangeLog.md;md5=5ca3d911ed549b0756b03410ff77fa62 \ |
21 | " | 21 | " |
22 | 22 | ||
23 | inherit autotools | 23 | inherit autotools |