All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-networking][PATCH] geoip: upgrade 1.6.0 -> 1.6.6
@ 2015-08-05  9:29 Li xin
  2015-08-05 12:39 ` Martin Jansa
  0 siblings, 1 reply; 6+ messages in thread
From: Li xin @ 2015-08-05  9:29 UTC (permalink / raw)
  To: openembedded-devel

*Modify SRC_URI.
*Modify chksum of file COPYING and LICENSE,since the context changed.
But the LICENSE has not been changed.

Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com>
---
 .../recipes-support/geoip/{geoip_1.6.0.bb => geoip_1.6.6.bb}     | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)
 rename meta-networking/recipes-support/geoip/{geoip_1.6.0.bb => geoip_1.6.6.bb} (89%)

diff --git a/meta-networking/recipes-support/geoip/geoip_1.6.0.bb b/meta-networking/recipes-support/geoip/geoip_1.6.6.bb
similarity index 89%
rename from meta-networking/recipes-support/geoip/geoip_1.6.0.bb
rename to meta-networking/recipes-support/geoip/geoip_1.6.6.bb
index f1b2aac..eb9d31c 100644
--- a/meta-networking/recipes-support/geoip/geoip_1.6.0.bb
+++ b/meta-networking/recipes-support/geoip/geoip_1.6.6.bb
@@ -8,12 +8,13 @@ using reverse DNS lookups."
 HOMEPAGE = "http://dev.maxmind.com/geoip/"
 SECTION = "libdevel"
 
-SRC_URI = "http://www.maxmind.com/download/geoip/api/c/GeoIP-1.6.0.tar.gz;name=tarball \
+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 \
            http://geolite.maxmind.com/download/geoip/database/GeoIPv6.dat.gz;apply=no;name=GeoIPv6-dat \
            http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz;apply=no;name=GeoLiteCity-dat \
            http://geolite.maxmind.com/download/geoip/database/GeoLiteCityv6-beta/GeoLiteCityv6.dat.gz;apply=no;name=GeoLiteCityv6-dat \
 "
+SRCREV = "ed3f3e2b87fba05a8f2a5b9b1328e7d55be8bf30"
 
 SRC_URI[tarball.md5sum] = "89f4cdfdab43f1d67364cd7c85bbe8ca"
 SRC_URI[tarball.sha256sum] = "075a0c2815cd099e9ec35c9569db716a3fefcdbb6a10dbfa1ce7c6cd48d4a635"
@@ -32,10 +33,10 @@ SRC_URI[GeoLiteCityv6-dat.sha256sum] = "eda67f4204ba9fa5204a53cdb629167cca9394c7
 
 LICENSE = "LGPL-2.1"
 
-LIC_FILES_CHKSUM = "file://COPYING;md5=d5d53d6b948c064f4070183180a4fa89 \
-                    file://LICENSE;md5=f04db71812ba70aaba8b38da91984cd2 "
+LIC_FILES_CHKSUM = "file://COPYING;md5=243b725d71bb5df4a1e5920b344b86ad \
+                    file://LICENSE;md5=0388276749a542b0d611601fa7c1dcc8 "
 
-S = "${WORKDIR}/GeoIP-1.6.0"
+S = "${WORKDIR}/git"
 
 inherit autotools
 
-- 
1.8.4.2



^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [meta-networking][PATCH] geoip: upgrade 1.6.0 -> 1.6.6
  2015-08-05  9:29 [meta-networking][PATCH] geoip: upgrade 1.6.0 -> 1.6.6 Li xin
@ 2015-08-05 12:39 ` Martin Jansa
  2015-08-06  1:30   ` [meta-networking][PATCH v2] " Li xin
  0 siblings, 1 reply; 6+ messages in thread
From: Martin Jansa @ 2015-08-05 12:39 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 2787 bytes --]

On Wed, Aug 05, 2015 at 05:29:39PM +0800, Li xin wrote:
> *Modify SRC_URI.
> *Modify chksum of file COPYING and LICENSE,since the context changed.
> But the LICENSE has not been changed.
> 
> Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com>
> ---
>  .../recipes-support/geoip/{geoip_1.6.0.bb => geoip_1.6.6.bb}     | 9 +++++----
>  1 file changed, 5 insertions(+), 4 deletions(-)
>  rename meta-networking/recipes-support/geoip/{geoip_1.6.0.bb => geoip_1.6.6.bb} (89%)
> 
> diff --git a/meta-networking/recipes-support/geoip/geoip_1.6.0.bb b/meta-networking/recipes-support/geoip/geoip_1.6.6.bb
> similarity index 89%
> rename from meta-networking/recipes-support/geoip/geoip_1.6.0.bb
> rename to meta-networking/recipes-support/geoip/geoip_1.6.6.bb
> index f1b2aac..eb9d31c 100644
> --- a/meta-networking/recipes-support/geoip/geoip_1.6.0.bb
> +++ b/meta-networking/recipes-support/geoip/geoip_1.6.6.bb
> @@ -8,12 +8,13 @@ using reverse DNS lookups."
>  HOMEPAGE = "http://dev.maxmind.com/geoip/"
>  SECTION = "libdevel"
>  
> -SRC_URI = "http://www.maxmind.com/download/geoip/api/c/GeoIP-1.6.0.tar.gz;name=tarball \
> +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 \
>             http://geolite.maxmind.com/download/geoip/database/GeoIPv6.dat.gz;apply=no;name=GeoIPv6-dat \
>             http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz;apply=no;name=GeoLiteCity-dat \
>             http://geolite.maxmind.com/download/geoip/database/GeoLiteCityv6-beta/GeoLiteCityv6.dat.gz;apply=no;name=GeoLiteCityv6-dat \
>  "
> +SRCREV = "ed3f3e2b87fba05a8f2a5b9b1328e7d55be8bf30"
>  
>  SRC_URI[tarball.md5sum] = "89f4cdfdab43f1d67364cd7c85bbe8ca"
>  SRC_URI[tarball.sha256sum] = "075a0c2815cd099e9ec35c9569db716a3fefcdbb6a10dbfa1ce7c6cd48d4a635"

This isn't needed anymore

> @@ -32,10 +33,10 @@ SRC_URI[GeoLiteCityv6-dat.sha256sum] = "eda67f4204ba9fa5204a53cdb629167cca9394c7
>  
>  LICENSE = "LGPL-2.1"
>  
> -LIC_FILES_CHKSUM = "file://COPYING;md5=d5d53d6b948c064f4070183180a4fa89 \
> -                    file://LICENSE;md5=f04db71812ba70aaba8b38da91984cd2 "
> +LIC_FILES_CHKSUM = "file://COPYING;md5=243b725d71bb5df4a1e5920b344b86ad \
> +                    file://LICENSE;md5=0388276749a542b0d611601fa7c1dcc8 "
>  
> -S = "${WORKDIR}/GeoIP-1.6.0"
> +S = "${WORKDIR}/git"
>  
>  inherit autotools
>  
> -- 
> 1.8.4.2
> 
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [meta-networking][PATCH v2] geoip: upgrade 1.6.0 -> 1.6.6
  2015-08-05 12:39 ` Martin Jansa
@ 2015-08-06  1:30   ` Li xin
  2015-08-06  2:23     ` Khem Raj
  0 siblings, 1 reply; 6+ messages in thread
From: Li xin @ 2015-08-06  1:30 UTC (permalink / raw)
  To: openembedded-devel

*Modify SRC_URI.
*Modify chksum of file COPYING and LICENSE,since the context changed.
But the LICENSE has not been changed.

Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com>
---
 .../recipes-support/geoip/{geoip_1.6.0.bb => geoip_1.6.6.bb} | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)
 rename meta-networking/recipes-support/geoip/{geoip_1.6.0.bb => geoip_1.6.6.bb} (84%)

diff --git a/meta-networking/recipes-support/geoip/geoip_1.6.0.bb b/meta-networking/recipes-support/geoip/geoip_1.6.6.bb
similarity index 84%
rename from meta-networking/recipes-support/geoip/geoip_1.6.0.bb
rename to meta-networking/recipes-support/geoip/geoip_1.6.6.bb
index f1b2aac..5037ae3 100644
--- a/meta-networking/recipes-support/geoip/geoip_1.6.0.bb
+++ b/meta-networking/recipes-support/geoip/geoip_1.6.6.bb
@@ -8,15 +8,13 @@ using reverse DNS lookups."
 HOMEPAGE = "http://dev.maxmind.com/geoip/"
 SECTION = "libdevel"
 
-SRC_URI = "http://www.maxmind.com/download/geoip/api/c/GeoIP-1.6.0.tar.gz;name=tarball \
+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 \
            http://geolite.maxmind.com/download/geoip/database/GeoIPv6.dat.gz;apply=no;name=GeoIPv6-dat \
            http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz;apply=no;name=GeoLiteCity-dat \
            http://geolite.maxmind.com/download/geoip/database/GeoLiteCityv6-beta/GeoLiteCityv6.dat.gz;apply=no;name=GeoLiteCityv6-dat \
 "
-
-SRC_URI[tarball.md5sum] = "89f4cdfdab43f1d67364cd7c85bbe8ca"
-SRC_URI[tarball.sha256sum] = "075a0c2815cd099e9ec35c9569db716a3fefcdbb6a10dbfa1ce7c6cd48d4a635"
+SRCREV = "ed3f3e2b87fba05a8f2a5b9b1328e7d55be8bf30"
 
 SRC_URI[GeoIP-dat.md5sum] = "37c84ead332dda0362a5ac7b049b72d4"
 SRC_URI[GeoIP-dat.sha256sum] = "79ff1099e96c2dc1c2539c9a18aaa13a9afd085cae477df60d95f1644d42bc07"
@@ -32,10 +30,10 @@ SRC_URI[GeoLiteCityv6-dat.sha256sum] = "eda67f4204ba9fa5204a53cdb629167cca9394c7
 
 LICENSE = "LGPL-2.1"
 
-LIC_FILES_CHKSUM = "file://COPYING;md5=d5d53d6b948c064f4070183180a4fa89 \
-                    file://LICENSE;md5=f04db71812ba70aaba8b38da91984cd2 "
+LIC_FILES_CHKSUM = "file://COPYING;md5=243b725d71bb5df4a1e5920b344b86ad \
+                    file://LICENSE;md5=0388276749a542b0d611601fa7c1dcc8 "
 
-S = "${WORKDIR}/GeoIP-1.6.0"
+S = "${WORKDIR}/git"
 
 inherit autotools
 
-- 
1.8.4.2



^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [meta-networking][PATCH v2] geoip: upgrade 1.6.0 -> 1.6.6
  2015-08-06  1:30   ` [meta-networking][PATCH v2] " Li xin
@ 2015-08-06  2:23     ` Khem Raj
  2015-08-06  9:38       ` Li, Xin
  0 siblings, 1 reply; 6+ messages in thread
From: Khem Raj @ 2015-08-06  2:23 UTC (permalink / raw)
  To: openembeded-devel

On Wed, Aug 5, 2015 at 6:30 PM, Li xin <lixin.fnst@cn.fujitsu.com> wrote:
> *Modify SRC_URI.

why do switch to git instead of tarball ?

> *Modify chksum of file COPYING and LICENSE,since the context changed.

why did checksums change? you need to explain that

> But the LICENSE has not been changed.

in what way ?

>
> Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com>
> ---
>  .../recipes-support/geoip/{geoip_1.6.0.bb => geoip_1.6.6.bb} | 12 +++++-------
>  1 file changed, 5 insertions(+), 7 deletions(-)
>  rename meta-networking/recipes-support/geoip/{geoip_1.6.0.bb => geoip_1.6.6.bb} (84%)
>
> diff --git a/meta-networking/recipes-support/geoip/geoip_1.6.0.bb b/meta-networking/recipes-support/geoip/geoip_1.6.6.bb
> similarity index 84%
> rename from meta-networking/recipes-support/geoip/geoip_1.6.0.bb
> rename to meta-networking/recipes-support/geoip/geoip_1.6.6.bb
> index f1b2aac..5037ae3 100644
> --- a/meta-networking/recipes-support/geoip/geoip_1.6.0.bb
> +++ b/meta-networking/recipes-support/geoip/geoip_1.6.6.bb
> @@ -8,15 +8,13 @@ using reverse DNS lookups."
>  HOMEPAGE = "http://dev.maxmind.com/geoip/"
>  SECTION = "libdevel"
>
> -SRC_URI = "http://www.maxmind.com/download/geoip/api/c/GeoIP-1.6.0.tar.gz;name=tarball \
> +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 \
>             http://geolite.maxmind.com/download/geoip/database/GeoIPv6.dat.gz;apply=no;name=GeoIPv6-dat \
>             http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz;apply=no;name=GeoLiteCity-dat \
>             http://geolite.maxmind.com/download/geoip/database/GeoLiteCityv6-beta/GeoLiteCityv6.dat.gz;apply=no;name=GeoLiteCityv6-dat \
>  "
> -
> -SRC_URI[tarball.md5sum] = "89f4cdfdab43f1d67364cd7c85bbe8ca"
> -SRC_URI[tarball.sha256sum] = "075a0c2815cd099e9ec35c9569db716a3fefcdbb6a10dbfa1ce7c6cd48d4a635"
> +SRCREV = "ed3f3e2b87fba05a8f2a5b9b1328e7d55be8bf30"
>
>  SRC_URI[GeoIP-dat.md5sum] = "37c84ead332dda0362a5ac7b049b72d4"
>  SRC_URI[GeoIP-dat.sha256sum] = "79ff1099e96c2dc1c2539c9a18aaa13a9afd085cae477df60d95f1644d42bc07"
> @@ -32,10 +30,10 @@ SRC_URI[GeoLiteCityv6-dat.sha256sum] = "eda67f4204ba9fa5204a53cdb629167cca9394c7
>
>  LICENSE = "LGPL-2.1"
>
> -LIC_FILES_CHKSUM = "file://COPYING;md5=d5d53d6b948c064f4070183180a4fa89 \
> -                    file://LICENSE;md5=f04db71812ba70aaba8b38da91984cd2 "
> +LIC_FILES_CHKSUM = "file://COPYING;md5=243b725d71bb5df4a1e5920b344b86ad \
> +                    file://LICENSE;md5=0388276749a542b0d611601fa7c1dcc8 "
>
> -S = "${WORKDIR}/GeoIP-1.6.0"
> +S = "${WORKDIR}/git"
>
>  inherit autotools
>
> --
> 1.8.4.2
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [meta-networking][PATCH v2] geoip: upgrade 1.6.0 -> 1.6.6
  2015-08-06  2:23     ` Khem Raj
@ 2015-08-06  9:38       ` Li, Xin
  2015-08-07  2:17         ` [meta-networking][PATCH v3] " Li xin
  0 siblings, 1 reply; 6+ messages in thread
From: Li, Xin @ 2015-08-06  9:38 UTC (permalink / raw)
  To: openembedded-devel


>-----Original Message-----
>From: openembedded-devel-bounces@lists.openembedded.org
>[mailto:openembedded-devel-bounces@lists.openembedded.org] On Behalf Of
>Khem Raj
>Sent: Thursday, August 06, 2015 10:24 AM
>To: openembeded-devel
>Subject: Re: [oe] [meta-networking][PATCH v2] geoip: upgrade 1.6.0 -> 1.6.6
>
>On Wed, Aug 5, 2015 at 6:30 PM, Li xin <lixin.fnst@cn.fujitsu.com> wrote:
>> *Modify SRC_URI.
>
>why do switch to git instead of tarball ?
>
>> *Modify chksum of file COPYING and LICENSE,since the context changed.
>
>why did checksums change? you need to explain that

OK, Patch v3 will be sent.

>
>> But the LICENSE has not been changed.
>
>in what way ?

I had checked LICENSE of geoip-1.6.0 and geoip-1.6.6 by SPDX and fossology server.
From the SPDX file, I found that LICENSE had not been changed.
------------------------------------ 
$ cat geoip-1.6.6.spdx
......
PackageLicenseDeclared: (LicenseRef-12 and GPL-2.0+ and LicenseRef-3 and LicenseRef-1 and LGPL-2.1 and LicenseRef-4 and LGPL-2.1+ and LicenseRef-7 and GPL-3.0+ and GPL-2.0-with-autoconf-exception and LicenseRef-8 and LicenseRef-9 and LicenseRef-10 and LicenseRef-5 and LicenseRef-2 and LicenseRef-6 and LicenseRef-11)

$ cat geoip-1.6.0.spdx
......
PackageLicenseDeclared: (LicenseRef-2 and GPL-2.0+ and LicenseRef-4 and LicenseRef-5 and LicenseRef-1 and LGPL-2.1 and LicenseRef-6 and LicenseRef-8 and LGPL-2.1+ and LicenseRef-9 and GPL-3.0 and LicenseRef-10 and LicenseRef-11 and LicenseRef-7 and LicenseRef-3 and GPL-2.0-with-autoconf-exception)
------------------------------------


Cheers,
Li


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [meta-networking][PATCH v3] geoip: upgrade 1.6.0 -> 1.6.6
  2015-08-06  9:38       ` Li, Xin
@ 2015-08-07  2:17         ` Li xin
  0 siblings, 0 replies; 6+ messages in thread
From: Li xin @ 2015-08-07  2:17 UTC (permalink / raw)
  To: openembedded-devel

*Modify SRC_URI.
*Modify chksum of file COPYING and LICENSE,since year changed,
and the LICENSE explanation for file base64.c, md5.c and types.h
was deleted.But the LICENSE has not been changed.

Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com>
---
 .../recipes-support/geoip/{geoip_1.6.0.bb => geoip_1.6.6.bb} | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)
 rename meta-networking/recipes-support/geoip/{geoip_1.6.0.bb => geoip_1.6.6.bb} (84%)

diff --git a/meta-networking/recipes-support/geoip/geoip_1.6.0.bb b/meta-networking/recipes-support/geoip/geoip_1.6.6.bb
similarity index 84%
rename from meta-networking/recipes-support/geoip/geoip_1.6.0.bb
rename to meta-networking/recipes-support/geoip/geoip_1.6.6.bb
index f1b2aac..5037ae3 100644
--- a/meta-networking/recipes-support/geoip/geoip_1.6.0.bb
+++ b/meta-networking/recipes-support/geoip/geoip_1.6.6.bb
@@ -8,15 +8,13 @@ using reverse DNS lookups."
 HOMEPAGE = "http://dev.maxmind.com/geoip/"
 SECTION = "libdevel"
 
-SRC_URI = "http://www.maxmind.com/download/geoip/api/c/GeoIP-1.6.0.tar.gz;name=tarball \
+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 \
            http://geolite.maxmind.com/download/geoip/database/GeoIPv6.dat.gz;apply=no;name=GeoIPv6-dat \
            http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz;apply=no;name=GeoLiteCity-dat \
            http://geolite.maxmind.com/download/geoip/database/GeoLiteCityv6-beta/GeoLiteCityv6.dat.gz;apply=no;name=GeoLiteCityv6-dat \
 "
-
-SRC_URI[tarball.md5sum] = "89f4cdfdab43f1d67364cd7c85bbe8ca"
-SRC_URI[tarball.sha256sum] = "075a0c2815cd099e9ec35c9569db716a3fefcdbb6a10dbfa1ce7c6cd48d4a635"
+SRCREV = "ed3f3e2b87fba05a8f2a5b9b1328e7d55be8bf30"
 
 SRC_URI[GeoIP-dat.md5sum] = "37c84ead332dda0362a5ac7b049b72d4"
 SRC_URI[GeoIP-dat.sha256sum] = "79ff1099e96c2dc1c2539c9a18aaa13a9afd085cae477df60d95f1644d42bc07"
@@ -32,10 +30,10 @@ SRC_URI[GeoLiteCityv6-dat.sha256sum] = "eda67f4204ba9fa5204a53cdb629167cca9394c7
 
 LICENSE = "LGPL-2.1"
 
-LIC_FILES_CHKSUM = "file://COPYING;md5=d5d53d6b948c064f4070183180a4fa89 \
-                    file://LICENSE;md5=f04db71812ba70aaba8b38da91984cd2 "
+LIC_FILES_CHKSUM = "file://COPYING;md5=243b725d71bb5df4a1e5920b344b86ad \
+                    file://LICENSE;md5=0388276749a542b0d611601fa7c1dcc8 "
 
-S = "${WORKDIR}/GeoIP-1.6.0"
+S = "${WORKDIR}/git"
 
 inherit autotools
 
-- 
1.8.4.2



^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-08-07  2:17 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-05  9:29 [meta-networking][PATCH] geoip: upgrade 1.6.0 -> 1.6.6 Li xin
2015-08-05 12:39 ` Martin Jansa
2015-08-06  1:30   ` [meta-networking][PATCH v2] " Li xin
2015-08-06  2:23     ` Khem Raj
2015-08-06  9:38       ` Li, Xin
2015-08-07  2:17         ` [meta-networking][PATCH v3] " Li xin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.