All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-networking] [PATCH] geoipupdate: 2.2.2 -> 2.3.1
@ 2017-05-16  3:47 Huang Qiyu
  0 siblings, 0 replies; only message in thread
From: Huang Qiyu @ 2017-05-16  3:47 UTC (permalink / raw)
  To: openembedded-devel

1) Upgrade geoipupdate from 2.2.2 to 2.3.1.
2) License checksum changed,since the license checksum file "ChangeLog.md" were updated.

Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com>
---
 .../geoip/{geoipupdate-2.2.2 => geoipupdate-2.3.1}/GeoIP.conf     | 0
 .../{geoipupdate-2.2.2 => geoipupdate-2.3.1}/geoipupdate.cron     | 0
 .../geoip/{geoipupdate_2.2.2.bb => geoipupdate_2.3.1.bb}          | 8 ++++----
 3 files changed, 4 insertions(+), 4 deletions(-)
 rename meta-networking/recipes-support/geoip/{geoipupdate-2.2.2 => geoipupdate-2.3.1}/GeoIP.conf (100%)
 rename meta-networking/recipes-support/geoip/{geoipupdate-2.2.2 => geoipupdate-2.3.1}/geoipupdate.cron (100%)
 rename meta-networking/recipes-support/geoip/{geoipupdate_2.2.2.bb => geoipupdate_2.3.1.bb} (72%)

diff --git a/meta-networking/recipes-support/geoip/geoipupdate-2.2.2/GeoIP.conf b/meta-networking/recipes-support/geoip/geoipupdate-2.3.1/GeoIP.conf
similarity index 100%
rename from meta-networking/recipes-support/geoip/geoipupdate-2.2.2/GeoIP.conf
rename to meta-networking/recipes-support/geoip/geoipupdate-2.3.1/GeoIP.conf
diff --git a/meta-networking/recipes-support/geoip/geoipupdate-2.2.2/geoipupdate.cron b/meta-networking/recipes-support/geoip/geoipupdate-2.3.1/geoipupdate.cron
similarity index 100%
rename from meta-networking/recipes-support/geoip/geoipupdate-2.2.2/geoipupdate.cron
rename to meta-networking/recipes-support/geoip/geoipupdate-2.3.1/geoipupdate.cron
diff --git a/meta-networking/recipes-support/geoip/geoipupdate_2.2.2.bb b/meta-networking/recipes-support/geoip/geoipupdate_2.3.1.bb
similarity index 72%
rename from meta-networking/recipes-support/geoip/geoipupdate_2.2.2.bb
rename to meta-networking/recipes-support/geoip/geoipupdate_2.3.1.bb
index 3bc936a..5271779 100644
--- a/meta-networking/recipes-support/geoip/geoipupdate_2.2.2.bb
+++ b/meta-networking/recipes-support/geoip/geoipupdate_2.3.1.bb
@@ -6,18 +6,18 @@ SECTION = "net"
 
 DEPENDS = "zlib curl"
 
-SRC_URI = "https://github.com/maxmind/geoipupdate/releases/download/v2.2.2/geoipupdate-2.2.2.tar.gz \
+SRC_URI = "https://github.com/maxmind/geoipupdate/releases/download/v${PV}/geoipupdate-${PV}.tar.gz \
            file://GeoIP.conf \
            file://geoipupdate.cron \
           "
 
-SRC_URI[md5sum] = "06284bd7bcb298d078d794eb630dae55"
-SRC_URI[sha256sum] = "156ab7604255a9c62c4a442c76d48d024ac813c6542639bffa93b28e2a781621"
+SRC_URI[md5sum] = "94de6553bc213703ae07542089c280bc"
+SRC_URI[sha256sum] = "4f71e911774c4fd32e217889c242d2c311fa5ffd3df56be48a2d1aedfe2e671c"
 
 LICENSE = "GPLv2"
 
 LIC_FILES_CHKSUM = "\
-file://ChangeLog.md;md5=8ebf6f27a39125c3d600c90914b4034a \
+file://ChangeLog.md;md5=ca457cc1427b57972707b741adb7fe1d \
 "
 
 inherit autotools
-- 
2.7.4





^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-05-16  3:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-16  3:47 [meta-networking] [PATCH] geoipupdate: 2.2.2 -> 2.3.1 Huang Qiyu

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.