diff options
author | Changqing Li <changqing.li@windriver.com> | 2018-11-01 17:23:50 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-11-01 10:04:54 -0700 |
commit | 2aa70599d5ba7bbbdfaac7a79e4863d390612384 (patch) | |
tree | 73245a6cff492d7ef5fab159521d423c9361167d /meta-networking | |
parent | 3cb22639385e9a359f1726b46a8467e1ef4c0fe0 (diff) | |
download | meta-openembedded-2aa70599d5ba7bbbdfaac7a79e4863d390612384.tar.gz |
geoip: update md5sum and sha256sum
Geolite database update periodically, md5sum and sha256sum
have changed, update them
Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking')
-rw-r--r-- | meta-networking/recipes-support/geoip/geoip_1.6.12.bb | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/meta-networking/recipes-support/geoip/geoip_1.6.12.bb b/meta-networking/recipes-support/geoip/geoip_1.6.12.bb index 4e717e4b9..065736991 100644 --- a/meta-networking/recipes-support/geoip/geoip_1.6.12.bb +++ b/meta-networking/recipes-support/geoip/geoip_1.6.12.bb | |||
@@ -17,17 +17,17 @@ SRC_URI = "git://github.com/maxmind/geoip-api-c.git \ | |||
17 | " | 17 | " |
18 | SRCREV = "4b526e7331ca1d692b74a0509ddcc725622ed31a" | 18 | SRCREV = "4b526e7331ca1d692b74a0509ddcc725622ed31a" |
19 | 19 | ||
20 | SRC_URI[GeoIP-dat.md5sum] = "37c84ead332dda0362a5ac7b049b72d4" | 20 | SRC_URI[GeoIP-dat.md5sum] = "d538e57ad9268fdc7955c6cf9a37c4a9" |
21 | SRC_URI[GeoIP-dat.sha256sum] = "79ff1099e96c2dc1c2539c9a18aaa13a9afd085cae477df60d95f1644d42bc07" | 21 | SRC_URI[GeoIP-dat.sha256sum] = "b9c05eb8bfcf90a6ddfdc6815caf40a8db2710f0ce3dd48fbd6c24d485ae0449" |
22 | 22 | ||
23 | SRC_URI[GeoIPv6-dat.md5sum] = "e75b84a4044e81d6d4484e33816bc762" | 23 | SRC_URI[GeoIPv6-dat.md5sum] = "a685e71ab129b6ca4cba75f7eaeb5335" |
24 | SRC_URI[GeoIPv6-dat.sha256sum] = "a009b0f21968d2868e6dd19d14f3c3b8cd60ae84a4bfc2970df34d771a04811e" | 24 | SRC_URI[GeoIPv6-dat.sha256sum] = "a94398430701c8458fedbd20aa2a5d460858441f2ca495f32621f6d16154171f" |
25 | 25 | ||
26 | SRC_URI[GeoLiteCity-dat.md5sum] = "4b6588d0bfe1af22e267ac90aa97f769" | 26 | SRC_URI[GeoLiteCity-dat.md5sum] = "d700c137232f8e077ac8db8577f699d9" |
27 | SRC_URI[GeoLiteCity-dat.sha256sum] = "8a6467033a528f68b1a97de24d9d0ce86c8e8e83683820e16e433ddbd3f712f7" | 27 | SRC_URI[GeoLiteCity-dat.sha256sum] = "90db2e52195e3d1bcdb2c2789209006d09de5c742812dbd9a1b36c12675ec4cd" |
28 | 28 | ||
29 | SRC_URI[GeoLiteCityv6-dat.md5sum] = "ad0cb42518af7f752499425dca0952bb" | 29 | SRC_URI[GeoLiteCityv6-dat.md5sum] = "f6dff70c99f8449af1b7a33073eaa743" |
30 | SRC_URI[GeoLiteCityv6-dat.sha256sum] = "eda67f4204ba9fa5204a53cdb629167cca9394c712f5378bc723a8c29c0b440f" | 30 | SRC_URI[GeoLiteCityv6-dat.sha256sum] = "8b6f065ed68bed2a03d61b8d6c7e2f1c52ebd00c0d4a00f6cdc04195c03e32e3" |
31 | 31 | ||
32 | LICENSE = "LGPL-2.1" | 32 | LICENSE = "LGPL-2.1" |
33 | 33 | ||