[oe] [meta-networking][PATCH V2] geoip: update geolite database checksum

Michael Halstead mhalstead at linuxfoundation.org
Wed Dec 12 08:05:39 UTC 2018


On 12/11/18 7:34 PM, Changqing Li wrote:
>
> On 12/12/18 10:31 AM, akuster808 wrote:
>>
>> On 12/11/18 7:09 AM, Khem Raj wrote:
>>> adding Michael
>>> On Tue, Dec 11, 2018 at 1:47 AM Changqing Li 
>>> <changqing.li at windriver.com> wrote:
>>>> On 12/11/18 5:21 PM, Martin Jansa wrote:
>>>>
>>>> http://downloads.yoctoproject.org/mirror/sources/ is updated only 
>>>> by Yocto autobuilder which doesn't include meta-oe layers.
>>>>
>>>> Someone will need to upload it there manually.
>>>>
>>>> http://sources.openembedded.org is the one updated by world builds 
>>>> Khem is running.
>>>>
>>>> Thanks.
>>>>
>>>> Khem, can you help to check if there is already a mirror on 
>>>> http://sources.openembedded.org?
>>>>
>>>> I cannot see it,   403 forbidden.   if it is there,  maybe we can 
>>>> change SRC_URI point to there.
>> did anyone run?
>>
>> oe-selftest -r 
>> meta_oe_sources.MetaOESourceMirroring.test_oe_source_mirror
>>
>> - armin
>
> I didn't.  I think it is better who can upload manually to the mirror 
> address. but I don't know
>
> who have the access right.  Anyone know?

I have access to add files to http://sources.openembedded.org/. What 
needs to be done?

I've temporarily enabled indexes so you will get a file list instead of 
the 403 response in case that helps.

>
>>>>
>>>> On Tue, Dec 11, 2018 at 6:26 AM Changqing Li 
>>>> <changqing.li at windriver.com> wrote:
>>>>> Hi,  Khem and Martin
>>>>>
>>>>> I noticed Khem have merge this patch to master yesterday, but the
>>>>> mirror on http://downloads.yoctoproject.org/mirror/sources/
>>>>>
>>>>> still not generated yet, do you know how to trigger the build and
>>>>> generate a mirror on above link?   I think the checksum will change
>>>>>
>>>>> again tomorrow,  seem we don't have time to change SRC_URI to the
>>>>> http://downloads.yoctoproject.org/mirror/sources/, :-(
>>>>>
>>>>>
>>>>> On 12/5/18 4:07 PM, changqing.li at windriver.com wrote:
>>>>>> From: Changqing Li <changqing.li at windriver.com>
>>>>>>
>>>>>> Geolite database checksum changed today, so update it
>>>>>> to the lastest one.
>>>>>>
>>>>>> Signed-off-by: Changqing Li <changqing.li at windriver.com>
>>>>>> ---
>>>>>>    .../recipes-support/geoip/geoip_1.6.12.bb          | 26 
>>>>>> ++++++++++++----------
>>>>>>    1 file changed, 14 insertions(+), 12 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 57f0b67..c3ce4d8 100644
>>>>>> --- a/meta-networking/recipes-support/geoip/geoip_1.6.12.bb
>>>>>> +++ b/meta-networking/recipes-support/geoip/geoip_1.6.12.bb
>>>>>> @@ -8,11 +8,13 @@ using reverse DNS lookups."
>>>>>>    HOMEPAGE = "http://dev.maxmind.com/geoip/"
>>>>>>    SECTION = "libdevel"
>>>>>>
>>>>>> +GEOIP_DATABASE_VERSION = "20181205"
>>>>>> +
>>>>>>    SRC_URI = "git://github.com/maxmind/geoip-api-c.git \
>>>>>> - 
>>>>>> http://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz;apply=no;name=GeoIP-dat;downloadfilename=GeoIP.dat.20181120.gz 
>>>>>> \
>>>>>> - 
>>>>>> http://geolite.maxmind.com/download/geoip/database/GeoIPv6.dat.gz;apply=no;name=GeoIPv6-dat;downloadfilename=GeoIPv6.dat.20181120.gz 
>>>>>> \
>>>>>> - 
>>>>>> http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz;apply=no;name=GeoLiteCity-dat;downloadfilename=GeoLiteCity.dat.20181120.gz 
>>>>>> \
>>>>>> - 
>>>>>> http://geolite.maxmind.com/download/geoip/database/GeoLiteCityv6-beta/GeoLiteCityv6.dat.gz;apply=no;name=GeoLiteCityv6-dat;downloadfilename=GeoLiteCityv6.dat.20181120.gz 
>>>>>> \
>>>>>> + 
>>>>>> http://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz;apply=no;name=GeoIP-dat;downloadfilename=GeoIP.dat.${GEOIP_DATABASE_VERSION}.gz 
>>>>>> \
>>>>>> + 
>>>>>> http://geolite.maxmind.com/download/geoip/database/GeoIPv6.dat.gz;apply=no;name=GeoIPv6-dat;downloadfilename=GeoIPv6.dat.${GEOIP_DATABASE_VERSION}.gz 
>>>>>> \
>>>>>> + 
>>>>>> http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz;apply=no;name=GeoLiteCity-dat;downloadfilename=GeoLiteCity.dat.${GEOIP_DATABASE_VERSION}.gz 
>>>>>> \
>>>>>> + 
>>>>>> http://geolite.maxmind.com/download/geoip/database/GeoLiteCityv6-beta/GeoLiteCityv6.dat.gz;apply=no;name=GeoLiteCityv6-dat;downloadfilename=GeoLiteCityv6.dat.${GEOIP_DATABASE_VERSION}.gz 
>>>>>> \
>>>>>>               file://run-ptest \
>>>>>>    "
>>>>>>    SRCREV = "4b526e7331ca1d692b74a0509ddcc725622ed31a"
>>>>>> @@ -20,14 +22,14 @@ SRCREV = 
>>>>>> "4b526e7331ca1d692b74a0509ddcc725622ed31a"
>>>>>>    SRC_URI[GeoIP-dat.md5sum] = "d538e57ad9268fdc7955c6cf9a37c4a9"
>>>>>>    SRC_URI[GeoIP-dat.sha256sum] = 
>>>>>> "b9c05eb8bfcf90a6ddfdc6815caf40a8db2710f0ce3dd48fbd6c24d485ae0449"
>>>>>>
>>>>>> -SRC_URI[GeoIPv6-dat.md5sum] = "a908d7a51c3883eb8f693ca197c7a142"
>>>>>> -SRC_URI[GeoIPv6-dat.sha256sum] = 
>>>>>> "1b06e34eed2c539606a9ab4d97b2140ac80bf9f528d16ad2e3831c75014c2710"
>>>>>> +SRC_URI[GeoIPv6-dat.md5sum] = "52d6aa0aac1adbfa5eb7fa4742197c11"
>>>>>> +SRC_URI[GeoIPv6.sha256sum] = 
>>>>>> "416ac92fcc35a21d5efbb32e5c88e609c37aec1aa1af6247d088b8da1af6e9bf"
>>>>>>
>>>>>>    SRC_URI[GeoLiteCity-dat.md5sum] = 
>>>>>> "d700c137232f8e077ac8db8577f699d9"
>>>>>>    SRC_URI[GeoLiteCity-dat.sha256sum] = 
>>>>>> "90db2e52195e3d1bcdb2c2789209006d09de5c742812dbd9a1b36c12675ec4cd"
>>>>>>
>>>>>> -SRC_URI[GeoLiteCityv6-dat.md5sum] = 
>>>>>> "8ac3506ccabaae7e9f7d6301c2654313"
>>>>>> -SRC_URI[GeoLiteCityv6-dat.sha256sum] = 
>>>>>> "1c5fced1657d09448b3ecc14b65c9536228a627d93ed4159d3438b2c6faa8506"
>>>>>> +SRC_URI[GeoLiteCityv6-dat.md5sum] = 
>>>>>> "6734ccdc644fc0ba76eb276dce73d005"
>>>>>> +SRC_URI[GeoLiteCityv6-dat.sha256sum] = 
>>>>>> "c95a9d2643b7f53d7abeed2114388870e13fbbad4653f450a49efa7e4b86aca4"
>>>>>>
>>>>>>    LICENSE = "LGPL-2.1"
>>>>>>
>>>>>> @@ -44,10 +46,10 @@ EXTRA_OECONF = "--disable-static               \
>>>>>>    do_install() {
>>>>>>        make DESTDIR=${D} install
>>>>>>        install -d ${D}/${datadir}/GeoIP
>>>>>> -    install ${WORKDIR}/GeoIP.dat.20181120 
>>>>>> ${D}/${datadir}/GeoIP/GeoIP.dat
>>>>>> -    install ${WORKDIR}/GeoIPv6.dat.20181120 
>>>>>> ${D}/${datadir}/GeoIP/GeoIPv6.dat
>>>>>> -    install ${WORKDIR}/GeoLiteCity.dat.20181120 
>>>>>> ${D}/${datadir}/GeoIP/GeoLiteCity.dat
>>>>>> -    install ${WORKDIR}/GeoLiteCityv6.dat.20181120 
>>>>>> ${D}/${datadir}/GeoIP/GeoLiteCityv6.dat
>>>>>> +    install ${WORKDIR}/GeoIP.dat.${GEOIP_DATABASE_VERSION} 
>>>>>> ${D}/${datadir}/GeoIP/GeoIP.dat
>>>>>> +    install ${WORKDIR}/GeoIPv6.dat.${GEOIP_DATABASE_VERSION} 
>>>>>> ${D}/${datadir}/GeoIP/GeoIPv6.dat
>>>>>> +    install ${WORKDIR}/GeoLiteCity.dat.${GEOIP_DATABASE_VERSION} 
>>>>>> ${D}/${datadir}/GeoIP/GeoLiteCity.dat
>>>>>> +    install 
>>>>>> ${WORKDIR}/GeoLiteCityv6.dat.${GEOIP_DATABASE_VERSION} 
>>>>>> ${D}/${datadir}/GeoIP/GeoLiteCityv6.dat
>>>>>>        ln -s GeoLiteCity.dat ${D}${datadir}/GeoIP/GeoIPCity.dat
>>>>>>    }
>>>>>>
>>>>> -- 
>>>>> BRs
>>>>>
>>>>> Sandy(Li Changqing)
>>>>>
>>>> -- 
>>>> BRs
>>>>
>>>> Sandy(Li Changqing)
>>
-- 
Michael Halstead
Linux Foundation / SysAdmin



More information about the Openembedded-devel mailing list