From eae3e09acb3a2cf4bc51a535f3e2b0de0acf52e3 Mon Sep 17 00:00:00 2001 From: Rmys Date: Sun, 23 Oct 2022 11:42:18 +0300 Subject: [PATCH] geoip ver.bump --- programming/misc/geoip/actions.py | 2 +- programming/misc/geoip/pspec.xml | 14 +++++++++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/programming/misc/geoip/actions.py b/programming/misc/geoip/actions.py index a3c0aabaa1..5288d5d09f 100644 --- a/programming/misc/geoip/actions.py +++ b/programming/misc/geoip/actions.py @@ -22,6 +22,6 @@ def check(): def install(): autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.insinto("/usr/share/GeoIP", "GeoIP-data/*") + pisitools.insinto("/usr/share/GeoIP", "GeoIP*.dat") pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "README*") diff --git a/programming/misc/geoip/pspec.xml b/programming/misc/geoip/pspec.xml index 5fe6fc8b57..0fea0e467a 100644 --- a/programming/misc/geoip/pspec.xml +++ b/programming/misc/geoip/pspec.xml @@ -13,7 +13,12 @@ C library for country/city/organization to IP address or hostname mapping GeoIP is a C library that enables the user to find the country that any IP address or hostname originates from. https://github.com/maxmind/geoip-api-c/archive/v1.6.12.tar.gz - https://sourceforge.net/projects/pisilinux/files/source/GeoIP-data.tar.xz + https://mailfud.org/geoip-legacy/GeoIP.dat.gz + https://mailfud.org/geoip-legacy/GeoIPASNum.dat.gz + https://mailfud.org/geoip-legacy/GeoIPASNumv6.dat.gz + https://mailfud.org/geoip-legacy/GeoIPCity.dat.gz + https://mailfud.org/geoip-legacy/GeoIPCityv6.dat.gz + https://mailfud.org/geoip-legacy/GeoIPv6.dat.gz @@ -40,6 +45,13 @@ + + 2022-10-21 + 1.6.12 + Version Bump + Pisi Linux Community + admin@pisilinux.org + 2020-01-15 1.6.12