[oe] [sumo][meta-oe][PATCH 1/6] geoip: upgrade 1.6.11 -> 1.6.12

Martin Jansa martin.jansa at gmail.com
Wed Dec 19 15:59:48 UTC 2018


The v1.6.11 version fails to fetch the db, that's the only reason why I've
included this upgrade for the follow-up commits to apply cleanly.

The included changes look like bug fixes only:
https://github.com/maxmind/geoip-api-c/compare/v1.6.11...v1.6.12

Changelog lists only one change:

1.6.12 2018-01-17

* Populate metro and area code when performing lookups in IPv6 City
databases.
  Previously this was only done when using IPv4 City databases.

The commit does apply cleanly, you can add my signoff, but I'm not sure if
it would be necessary.

On Wed, Dec 19, 2018 at 4:44 PM akuster808 <akuster808 at gmail.com> wrote:

>
>
> On 12/19/18 6:41 AM, Martin Jansa wrote:
> > From: Changqing Li <changqing.li at windriver.com>
> >
> > Signed-off-by: Changqing Li <changqing.li at windriver.com>
> > Signed-off-by: Khem Raj <raj.khem at gmail.com>
> Do you want me to add your signoff?
>
> is this a bugfix only update?
>
> - armin
> > ---
> >  .../recipes-support/geoip/{geoip_1.6.11.bb => geoip_1.6.12.bb}  | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >  rename meta-networking/recipes-support/geoip/{geoip_1.6.11.bb =>
> geoip_1.6.12.bb} (98%)
> >
> > diff --git a/meta-networking/recipes-support/geoip/geoip_1.6.11.bb
> b/meta-networking/recipes-support/geoip/geoip_1.6.12.bb
> > similarity index 98%
> > rename from meta-networking/recipes-support/geoip/geoip_1.6.11.bb
> > rename to meta-networking/recipes-support/geoip/geoip_1.6.12.bb
> > index 3527d0cba7..4e717e4b95 100644
> > --- a/meta-networking/recipes-support/geoip/geoip_1.6.11.bb
> > +++ b/meta-networking/recipes-support/geoip/geoip_1.6.12.bb
> > @@ -15,7 +15,7 @@ SRC_URI = "git://github.com/maxmind/geoip-api-c.git \
> >
> http://geolite.maxmind.com/download/geoip/database/GeoLiteCityv6-beta/GeoLiteCityv6.dat.gz;apply=no;name=GeoLiteCityv6-dat
> \
> >             file://run-ptest \
> >  "
> > -SRCREV = "3169a8a88808c8df862e0b0355f99c738cce9f7e"
> > +SRCREV = "4b526e7331ca1d692b74a0509ddcc725622ed31a"
> >
> >  SRC_URI[GeoIP-dat.md5sum] = "37c84ead332dda0362a5ac7b049b72d4"
> >  SRC_URI[GeoIP-dat.sha256sum] =
> "79ff1099e96c2dc1c2539c9a18aaa13a9afd085cae477df60d95f1644d42bc07"
>
>


More information about the Openembedded-devel mailing list