xtables-geoip: fix footprint and md5sum

This commit is contained in:
Danny Rawlins 2011-04-13 21:07:25 +10:00
parent 0747bd762c
commit 4efdb5ffa8
3 changed files with 12 additions and 4 deletions

View File

@ -390,8 +390,12 @@ drwxr-xr-x root/root usr/share/xt_geoip/BE/
-rw-r--r-- root/root usr/share/xt_geoip/BE/SE.iv6 (EMPTY)
-rw-r--r-- root/root usr/share/xt_geoip/BE/SG.iv4
-rw-r--r-- root/root usr/share/xt_geoip/BE/SG.iv6 (EMPTY)
-rw-r--r-- root/root usr/share/xt_geoip/BE/SH.iv4
-rw-r--r-- root/root usr/share/xt_geoip/BE/SH.iv6 (EMPTY)
-rw-r--r-- root/root usr/share/xt_geoip/BE/SI.iv4
-rw-r--r-- root/root usr/share/xt_geoip/BE/SI.iv6 (EMPTY)
-rw-r--r-- root/root usr/share/xt_geoip/BE/SJ.iv4
-rw-r--r-- root/root usr/share/xt_geoip/BE/SJ.iv6 (EMPTY)
-rw-r--r-- root/root usr/share/xt_geoip/BE/SK.iv4
-rw-r--r-- root/root usr/share/xt_geoip/BE/SK.iv6 (EMPTY)
-rw-r--r-- root/root usr/share/xt_geoip/BE/SL.iv4
@ -871,8 +875,12 @@ drwxr-xr-x root/root usr/share/xt_geoip/LE/
-rw-r--r-- root/root usr/share/xt_geoip/LE/SE.iv6 (EMPTY)
-rw-r--r-- root/root usr/share/xt_geoip/LE/SG.iv4
-rw-r--r-- root/root usr/share/xt_geoip/LE/SG.iv6 (EMPTY)
-rw-r--r-- root/root usr/share/xt_geoip/LE/SH.iv4
-rw-r--r-- root/root usr/share/xt_geoip/LE/SH.iv6 (EMPTY)
-rw-r--r-- root/root usr/share/xt_geoip/LE/SI.iv4
-rw-r--r-- root/root usr/share/xt_geoip/LE/SI.iv6 (EMPTY)
-rw-r--r-- root/root usr/share/xt_geoip/LE/SJ.iv4
-rw-r--r-- root/root usr/share/xt_geoip/LE/SJ.iv6 (EMPTY)
-rw-r--r-- root/root usr/share/xt_geoip/LE/SK.iv4
-rw-r--r-- root/root usr/share/xt_geoip/LE/SK.iv6 (EMPTY)
-rw-r--r-- root/root usr/share/xt_geoip/LE/SL.iv4

View File

@ -1,2 +1,2 @@
2bd9c15b470fe72d6b6be2a32138cc29 GeoIPCountryCSV.zip
db80618d505bf7a5b9d576d83e3f0f80 xtables-addons-1.33.tar.xz
37cf1951b9ecced2612f8ff0c0bd3eaa GeoIPCountryCSV.zip
c2d8c972182945c5535c90e33992250c xtables-addons-1.35.tar.xz

View File

@ -10,12 +10,12 @@ name=xtables-geoip
version=20110404
release=1
source=(http://downloads.sourceforge.net/project/xtables-addons/Xtables-addons/1.33/xtables-addons-1.33.tar.xz
source=(http://downloads.sourceforge.net/project/xtables-addons/Xtables-addons/1.35/xtables-addons-1.35.tar.xz
http://geolite.maxmind.com/download/geoip/database/GeoIPCountryCSV.zip)
build() {
install -d $PKG/usr/share/xt_geoip
$SRC/xtables-addons-1.33/geoip/xt_geoip_build \
$SRC/xtables-addons-1.35/geoip/xt_geoip_build \
-D $PKG/usr/share/xt_geoip/ $SRC/GeoIPCountryWhois.csv
}