diff mbox

[08/51] geoip: bump version

Message ID 1414349157-22749-8-git-send-email-maxime.hadjinlian@gmail.com
State Accepted
Headers show

Commit Message

Maxime Hadjinlian Oct. 26, 2014, 6:45 p.m. UTC
The tarball from the release contains the configure and Makefile.in,
there's no longer need to AUTORECONF.

Add a hash file since the tarball has been uploaded by the maintainer.

Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
---
 package/geoip/geoip.hash | 2 ++
 package/geoip/geoip.mk   | 5 ++---
 2 files changed, 4 insertions(+), 3 deletions(-)
 create mode 100644 package/geoip/geoip.hash

Comments

Peter Korsgaard Oct. 27, 2014, 12:16 a.m. UTC | #1
>>>>> "Maxime" == Maxime Hadjinlian <maxime.hadjinlian@gmail.com> writes:

 > The tarball from the release contains the configure and Makefile.in,
 > there's no longer need to AUTORECONF.

 > Add a hash file since the tarball has been uploaded by the maintainer.

 > Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>

Seems like the license info changed:

cat: /home/peko/source/buildroot/output/build/geoip-1.6.2/LICENSE: No such file or directory
package/geoip/geoip.mk:14: recipe for target 'geoip-legal-info' failed

Committed with that fixed, thanks.
diff mbox

Patch

diff --git a/package/geoip/geoip.hash b/package/geoip/geoip.hash
new file mode 100644
index 0000000..717bec4
--- /dev/null
+++ b/package/geoip/geoip.hash
@@ -0,0 +1,2 @@ 
+# Locally calculated
+sha256  8ef059ee3680b39db967248331ec41188f4b45f86a4a77e39247ff41b61efd7c  GeoIP-1.6.2.tar.gz
diff --git a/package/geoip/geoip.mk b/package/geoip/geoip.mk
index bbfa014..26e55e1 100644
--- a/package/geoip/geoip.mk
+++ b/package/geoip/geoip.mk
@@ -4,10 +4,9 @@ 
 #
 ################################################################################
 
-GEOIP_VERSION = 1.6.0
+GEOIP_VERSION = 1.6.2
 GEOIP_SOURCE = GeoIP-$(GEOIP_VERSION).tar.gz
-GEOIP_SITE = $(call github,maxmind,geoip-api-c,v$(GEOIP_VERSION))
-GEOIP_AUTORECONF = YES
+GEOIP_SITE = https://github.com/maxmind/geoip-api-c/releases/download/v$(GEOIP_VERSION)/
 GEOIP_INSTALL_STAGING = YES
 GEOIP_LICENSE = LGPLv2.1+
 GEOIP_LICENSE_FILES = LICENSE COPYING