xtables-geoip: 20101204 -> 20110104

This commit is contained in:
Danny Rawlins 2011-01-05 02:59:54 +11:00
parent 1626806548
commit 2f81a8920c
3 changed files with 8 additions and 6 deletions

@ -197,6 +197,7 @@ drwxr-xr-x root/root usr/share/xt_geoip/BE/
-rw-r--r-- root/root usr/share/xt_geoip/BE/SE.iv0
-rw-r--r-- root/root usr/share/xt_geoip/BE/SG.iv0
-rw-r--r-- root/root usr/share/xt_geoip/BE/SI.iv0
-rw-r--r-- root/root usr/share/xt_geoip/BE/SJ.iv0
-rw-r--r-- root/root usr/share/xt_geoip/BE/SK.iv0
-rw-r--r-- root/root usr/share/xt_geoip/BE/SL.iv0
-rw-r--r-- root/root usr/share/xt_geoip/BE/SM.iv0
@ -438,6 +439,7 @@ drwxr-xr-x root/root usr/share/xt_geoip/LE/
-rw-r--r-- root/root usr/share/xt_geoip/LE/SE.iv0
-rw-r--r-- root/root usr/share/xt_geoip/LE/SG.iv0
-rw-r--r-- root/root usr/share/xt_geoip/LE/SI.iv0
-rw-r--r-- root/root usr/share/xt_geoip/LE/SJ.iv0
-rw-r--r-- root/root usr/share/xt_geoip/LE/SK.iv0
-rw-r--r-- root/root usr/share/xt_geoip/LE/SL.iv0
-rw-r--r-- root/root usr/share/xt_geoip/LE/SM.iv0

@ -1,2 +1,2 @@
2bd9c15b470fe72d6b6be2a32138cc29 GeoIPCountryCSV.zip
97ac895a67df67c28def98763023d51b xtables-addons-1.31.tar.xz
01254fd72de44f3e1b690048b19d7c4e GeoIPCountryCSV.zip
978a04e3e532ef0414ae1dd6a405304d xtables-addons-1.32.tar.xz

@ -7,18 +7,18 @@
name=xtables-geoip
## date -d "$(curl -sI http://geolite.maxmind.com/download/geoip/database/GeoIPCountryCSV.zip | grep '^Last-Modified:' | cut -d' ' -f2-)" +%Y%m%d
version=20101204
version=20110104
release=1
source=(http://downloads.sourceforge.net/project/xtables-addons/Xtables-addons/1.31/xtables-addons-1.31.tar.xz
source=(http://downloads.sourceforge.net/project/xtables-addons/Xtables-addons/1.31/xtables-addons-1.32.tar.xz
http://geolite.maxmind.com/download/geoip/database/GeoIPCountryCSV.zip)
build() {
install -d $PKG/usr/share/xt_geoip/{BE,LE}
$SRC/xtables-addons-1.31/geoip/geoip_build_db.pl \
$SRC/xtables-addons-1.32/geoip/geoip_build_db.pl \
-D $PKG/usr/share/xt_geoip/LE/ < $SRC/GeoIPCountryWhois.csv
$SRC/xtables-addons-1.31/geoip/geoip_build_db.pl \
$SRC/xtables-addons-1.32/geoip/geoip_build_db.pl \
-b -D $PKG/usr/share/xt_geoip/BE/ < $SRC/GeoIPCountryWhois.csv
}