mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
network/GeoIP: Updated for version 1.6.11.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
6210ae7565
commit
891fa83287
3 changed files with 20 additions and 17 deletions
|
@ -31,7 +31,7 @@
|
|||
# Maintained by David Spencer <baildon.research@googlemail.com>
|
||||
|
||||
PRGNAM=GeoIP
|
||||
VERSION=${VERSION:-1.6.10}
|
||||
VERSION=${VERSION:-1.6.11}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,20 +1,20 @@
|
|||
PRGNAM="GeoIP"
|
||||
VERSION="1.6.10"
|
||||
VERSION="1.6.11"
|
||||
HOMEPAGE="https://github.com/maxmind/geoip-api-c"
|
||||
DOWNLOAD="https://github.com/maxmind/geoip-api-c/releases/download/v1.6.10/GeoIP-1.6.10.tar.gz \
|
||||
https://sourceforge.net/projects/slackbuildsdirectlinks/files/GeoIP/20170401/GeoIP.dat.gz \
|
||||
https://sourceforge.net/projects/slackbuildsdirectlinks/files/GeoIP/20170401/GeoIPv6.dat.gz \
|
||||
https://sourceforge.net/projects/slackbuildsdirectlinks/files/GeoIP/20170401/GeoLiteCity.dat.gz \
|
||||
https://sourceforge.net/projects/slackbuildsdirectlinks/files/GeoIP/20170401/GeoLiteCityv6.dat.gz \
|
||||
https://sourceforge.net/projects/slackbuildsdirectlinks/files/GeoIP/20170401/GeoIPASNum.dat.gz \
|
||||
https://sourceforge.net/projects/slackbuildsdirectlinks/files/GeoIP/20170401/GeoIPASNumv6.dat.gz"
|
||||
MD5SUM="d95f82e3d93c72c88f7f57b435577c27 \
|
||||
810c597f30be3706909ef3b7949bcf86 \
|
||||
7bb92ae5ebb8b61c3aeac247657c6c8f \
|
||||
2f6e8812565f8f88fb7632cfc6c212f1 \
|
||||
25775dd71245fff28c0e8a4d2571567a \
|
||||
828ecdefa491ce650ba51a030374b562 \
|
||||
bd57a5f7927f7e45da9e1675e016b9ed"
|
||||
DOWNLOAD="https://github.com/maxmind/geoip-api-c/releases/download/v1.6.11/GeoIP-1.6.11.tar.gz \
|
||||
https://sourceforge.net/projects/slackbuildsdirectlinks/files/GeoIP/20170907/GeoIP.dat.gz \
|
||||
https://sourceforge.net/projects/slackbuildsdirectlinks/files/GeoIP/20170907/GeoIPv6.dat.gz \
|
||||
https://sourceforge.net/projects/slackbuildsdirectlinks/files/GeoIP/20170907/GeoLiteCity.dat.gz \
|
||||
https://sourceforge.net/projects/slackbuildsdirectlinks/files/GeoIP/20170907/GeoLiteCityv6.dat.gz \
|
||||
https://sourceforge.net/projects/slackbuildsdirectlinks/files/GeoIP/20170907/GeoIPASNum.dat.gz \
|
||||
https://sourceforge.net/projects/slackbuildsdirectlinks/files/GeoIP/20170907/GeoIPASNumv6.dat.gz"
|
||||
MD5SUM="1e08aeb2b87d8908249998b3019d0fd7 \
|
||||
f8a5c7013d457fefe3092094aab2afd3 \
|
||||
8335c482e83fe6a45312418c69a3d28d \
|
||||
5ab0973a38ac7e4c0209ce37f57431c4 \
|
||||
9e9905f934587aa661bd3451c403a74e \
|
||||
678527e89e75c67901e58e77af2d4afc \
|
||||
5504d08200c6f93522cb9bd9a2a1986f"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
|
@ -17,10 +17,13 @@ SlackBuild.
|
|||
/var/lib/GeoIP after installation.
|
||||
|
||||
(3) You can run the SlackBuild with the option 'MINIDATA=yes'. Only the
|
||||
ipv4 (and optionally ipv6) country data will be packaged.
|
||||
ipv4 and ipv6 country data will be packaged.
|
||||
|
||||
MINIDATA=yes ./GeoIP.SlackBuild
|
||||
|
||||
If you are using sbopkg and you have md5sum errors, you need to
|
||||
delete your old data files from the cache and try again.
|
||||
|
||||
|
||||
This product includes GeoLite data created by MaxMind,
|
||||
available from http://www.maxmind.com
|
||||
|
|
Loading…
Reference in a new issue