Re: [oe] [meta-networking][PATCH] geoip: update md5sum and sha256sum

2018-11-01 Thread Khem Raj
On Wed, Oct 31, 2018 at 10:28 PM Changqing Li
 wrote:
>
>
> On 11/1/18 11:38 AM, Khem Raj wrote:
> > On Wed, Oct 31, 2018 at 8:13 PM  wrote:
> >> From: Changqing Li 
> >>
> >> Geolite database update periodically, md5sum and sha256sum
> >> have changed, update them
> >>
> > whats the change ?
> > its worrysome if it changes underneath without bumping version
>
> As say in https://dev.maxmind.com/geoip/legacy/geolite/
>
> This GeoLite database is  free IP geplocation database, and will be updated
>
> on first Tuesday of each month.  and not bumping any version.
>
>
> Unfortunately,  I don't find proper mirror of this database. and
> besides,  this
>
> database also will be deleted in 2019.02,  then maybe we need to upgrade
>
> to geoip2, and GeoLite2 database, this database also bumping any version,
>
> and will updated periodically.
>

thanks for info I think we need to stash these tarballs and find a way
to do managed updates
>
> //Changqing
>
> >
> >> Signed-off-by: Changqing Li 
> >> ---
> >>   meta-networking/recipes-support/geoip/geoip_1.6.12.bb | 16 
> >> 
> >>   1 file 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 4e717e4..e851c44 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 \
> >>   "
> >>   SRCREV = "4b526e7331ca1d692b74a0509ddcc725622ed31a"
> >>
> >> -SRC_URI[GeoIP-dat.md5sum] = "37c84ead332dda0362a5ac7b049b72d4"
> >> -SRC_URI[GeoIP-dat.sha256sum] = 
> >> "79ff1099e96c2dc1c2539c9a18aaa13a9afd085cae477df60d95f1644d42bc07"
> >> +SRC_URI[GeoIP-dat.md5sum] = "d538e57ad9268fdc7955c6cf9a37c4a9"
> >> +SRC_URI[GeoIP-dat.sha256sum] = 
> >> "b9c05eb8bfcf90a6ddfdc6815caf40a8db2710f0ce3dd48fbd6c24d485ae0449"
> >>
> >> -SRC_URI[GeoIPv6-dat.md5sum] = "e75b84a4044e81d6d4484e33816bc762"
> >> -SRC_URI[GeoIPv6-dat.sha256sum] = 
> >> "a009b0f21968d2868e6dd19d14f3c3b8cd60ae84a4bfc2970df34d771a04811e"
> >> +SRC_URI[GeoIPv6-dat.md5sum] = "84c5f225f371463d790270ea83a25765"
> >> +SRC_URI[GeoIPv6-dat.sha256sum] = 
> >> "5767eebd655f0c06ac8066d0d4611b399ab623af42d71bac7f9478b193e77809"
> >>
> >> -SRC_URI[GeoLiteCity-dat.md5sum] = "4b6588d0bfe1af22e267ac90aa97f769"
> >> -SRC_URI[GeoLiteCity-dat.sha256sum] = 
> >> "8a6467033a528f68b1a97de24d9d0ce86c8e8e83683820e16e433ddbd3f712f7"
> >> +SRC_URI[GeoLiteCity-dat.md5sum] = "d700c137232f8e077ac8db8577f699d9"
> >> +SRC_URI[GeoLiteCity-dat.sha256sum] = 
> >> "90db2e52195e3d1bcdb2c2789209006d09de5c742812dbd9a1b36c12675ec4cd"
> >>
> >> -SRC_URI[GeoLiteCityv6-dat.md5sum] = "ad0cb42518af7f752499425dca0952bb"
> >> -SRC_URI[GeoLiteCityv6-dat.sha256sum] = 
> >> "eda67f4204ba9fa5204a53cdb629167cca9394c712f5378bc723a8c29c0b440f"
> >> +SRC_URI[GeoLiteCityv6-dat.md5sum] = "c195d5295f0e2f0391f1155ff31b6d09"
> >> +SRC_URI[GeoLiteCityv6-dat.sha256sum] = 
> >> "b221bb34179dfd104fb5f0340c00a2b5ff751cc294640767170aa7b71215ae18"
> >>
> >>   LICENSE = "LGPL-2.1"
> >>
> >> --
> >> 2.7.4
> >>
> >> --
> >> ___
> >> Openembedded-devel mailing list
> >> Openembedded-devel@lists.openembedded.org
> >> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>
> --
> BRs
>
> Sandy(Li Changqing)
> Wind River Linux
>
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [meta-networking][PATCH] geoip: update md5sum and sha256sum

2018-10-31 Thread Changqing Li


On 11/1/18 11:38 AM, Khem Raj wrote:

On Wed, Oct 31, 2018 at 8:13 PM  wrote:

From: Changqing Li 

Geolite database update periodically, md5sum and sha256sum
have changed, update them


whats the change ?
its worrysome if it changes underneath without bumping version


As say in https://dev.maxmind.com/geoip/legacy/geolite/

This GeoLite database is  free IP geplocation database, and will be updated

on first Tuesday of each month.  and not bumping any version.


Unfortunately,  I don't find proper mirror of this database. and 
besides,  this


database also will be deleted in 2019.02,  then maybe we need to upgrade

to geoip2, and GeoLite2 database, this database also bumping any version,

and will updated periodically.


//Changqing




Signed-off-by: Changqing Li 
---
  meta-networking/recipes-support/geoip/geoip_1.6.12.bb | 16 
  1 file 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 4e717e4..e851c44 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 \
  "
  SRCREV = "4b526e7331ca1d692b74a0509ddcc725622ed31a"

-SRC_URI[GeoIP-dat.md5sum] = "37c84ead332dda0362a5ac7b049b72d4"
-SRC_URI[GeoIP-dat.sha256sum] = 
"79ff1099e96c2dc1c2539c9a18aaa13a9afd085cae477df60d95f1644d42bc07"
+SRC_URI[GeoIP-dat.md5sum] = "d538e57ad9268fdc7955c6cf9a37c4a9"
+SRC_URI[GeoIP-dat.sha256sum] = 
"b9c05eb8bfcf90a6ddfdc6815caf40a8db2710f0ce3dd48fbd6c24d485ae0449"

-SRC_URI[GeoIPv6-dat.md5sum] = "e75b84a4044e81d6d4484e33816bc762"
-SRC_URI[GeoIPv6-dat.sha256sum] = 
"a009b0f21968d2868e6dd19d14f3c3b8cd60ae84a4bfc2970df34d771a04811e"
+SRC_URI[GeoIPv6-dat.md5sum] = "84c5f225f371463d790270ea83a25765"
+SRC_URI[GeoIPv6-dat.sha256sum] = 
"5767eebd655f0c06ac8066d0d4611b399ab623af42d71bac7f9478b193e77809"

-SRC_URI[GeoLiteCity-dat.md5sum] = "4b6588d0bfe1af22e267ac90aa97f769"
-SRC_URI[GeoLiteCity-dat.sha256sum] = 
"8a6467033a528f68b1a97de24d9d0ce86c8e8e83683820e16e433ddbd3f712f7"
+SRC_URI[GeoLiteCity-dat.md5sum] = "d700c137232f8e077ac8db8577f699d9"
+SRC_URI[GeoLiteCity-dat.sha256sum] = 
"90db2e52195e3d1bcdb2c2789209006d09de5c742812dbd9a1b36c12675ec4cd"

-SRC_URI[GeoLiteCityv6-dat.md5sum] = "ad0cb42518af7f752499425dca0952bb"
-SRC_URI[GeoLiteCityv6-dat.sha256sum] = 
"eda67f4204ba9fa5204a53cdb629167cca9394c712f5378bc723a8c29c0b440f"
+SRC_URI[GeoLiteCityv6-dat.md5sum] = "c195d5295f0e2f0391f1155ff31b6d09"
+SRC_URI[GeoLiteCityv6-dat.sha256sum] = 
"b221bb34179dfd104fb5f0340c00a2b5ff751cc294640767170aa7b71215ae18"

  LICENSE = "LGPL-2.1"

--
2.7.4

--
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


--
BRs

Sandy(Li Changqing)
Wind River Linux

--
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [meta-networking][PATCH] geoip: update md5sum and sha256sum

2018-10-31 Thread Khem Raj
On Wed, Oct 31, 2018 at 8:13 PM  wrote:
>
> From: Changqing Li 
>
> Geolite database update periodically, md5sum and sha256sum
> have changed, update them
>

whats the change ?
its worrysome if it changes underneath without bumping version

> Signed-off-by: Changqing Li 
> ---
>  meta-networking/recipes-support/geoip/geoip_1.6.12.bb | 16 
>  1 file 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 4e717e4..e851c44 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 \
>  "
>  SRCREV = "4b526e7331ca1d692b74a0509ddcc725622ed31a"
>
> -SRC_URI[GeoIP-dat.md5sum] = "37c84ead332dda0362a5ac7b049b72d4"
> -SRC_URI[GeoIP-dat.sha256sum] = 
> "79ff1099e96c2dc1c2539c9a18aaa13a9afd085cae477df60d95f1644d42bc07"
> +SRC_URI[GeoIP-dat.md5sum] = "d538e57ad9268fdc7955c6cf9a37c4a9"
> +SRC_URI[GeoIP-dat.sha256sum] = 
> "b9c05eb8bfcf90a6ddfdc6815caf40a8db2710f0ce3dd48fbd6c24d485ae0449"
>
> -SRC_URI[GeoIPv6-dat.md5sum] = "e75b84a4044e81d6d4484e33816bc762"
> -SRC_URI[GeoIPv6-dat.sha256sum] = 
> "a009b0f21968d2868e6dd19d14f3c3b8cd60ae84a4bfc2970df34d771a04811e"
> +SRC_URI[GeoIPv6-dat.md5sum] = "84c5f225f371463d790270ea83a25765"
> +SRC_URI[GeoIPv6-dat.sha256sum] = 
> "5767eebd655f0c06ac8066d0d4611b399ab623af42d71bac7f9478b193e77809"
>
> -SRC_URI[GeoLiteCity-dat.md5sum] = "4b6588d0bfe1af22e267ac90aa97f769"
> -SRC_URI[GeoLiteCity-dat.sha256sum] = 
> "8a6467033a528f68b1a97de24d9d0ce86c8e8e83683820e16e433ddbd3f712f7"
> +SRC_URI[GeoLiteCity-dat.md5sum] = "d700c137232f8e077ac8db8577f699d9"
> +SRC_URI[GeoLiteCity-dat.sha256sum] = 
> "90db2e52195e3d1bcdb2c2789209006d09de5c742812dbd9a1b36c12675ec4cd"
>
> -SRC_URI[GeoLiteCityv6-dat.md5sum] = "ad0cb42518af7f752499425dca0952bb"
> -SRC_URI[GeoLiteCityv6-dat.sha256sum] = 
> "eda67f4204ba9fa5204a53cdb629167cca9394c712f5378bc723a8c29c0b440f"
> +SRC_URI[GeoLiteCityv6-dat.md5sum] = "c195d5295f0e2f0391f1155ff31b6d09"
> +SRC_URI[GeoLiteCityv6-dat.sha256sum] = 
> "b221bb34179dfd104fb5f0340c00a2b5ff751cc294640767170aa7b71215ae18"
>
>  LICENSE = "LGPL-2.1"
>
> --
> 2.7.4
>
> --
> ___
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel