summaryrefslogtreecommitdiffstats
path: root/network/GeoIP
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackware-id.org>2013-11-07 17:57:57 +0700
committer Robby Workman <rworkman@slackbuilds.org>2013-11-09 01:34:42 -0600
commitc3dc99572deacfea027bc0b2f93a3c0a0eda0c49 (patch)
tree46ee25b9424ed54215cbf81363903756be28a023 /network/GeoIP
parent136d55fb2d821a2718f876dfcc8a6950a8b5023e (diff)
downloadslackbuilds-c3dc99572deacfea027bc0b2f93a3c0a0eda0c49.tar.gz
slackbuilds-c3dc99572deacfea027bc0b2f93a3c0a0eda0c49.tar.xz
network/GeoIP: Updated for version 1.5.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org> Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'network/GeoIP')
-rw-r--r--network/GeoIP/GeoIP.SlackBuild8
-rw-r--r--network/GeoIP/GeoIP.info6
2 files changed, 9 insertions, 5 deletions
diff --git a/network/GeoIP/GeoIP.SlackBuild b/network/GeoIP/GeoIP.SlackBuild
index 89a266341a..d07a7cc360 100644
--- a/network/GeoIP/GeoIP.SlackBuild
+++ b/network/GeoIP/GeoIP.SlackBuild
@@ -27,7 +27,7 @@
# revision date 2011/08/31
PRGNAM=GeoIP
-VERSION=${VERSION:-1.4.8}
+VERSION=${VERSION:-1.5.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -67,7 +67,11 @@ rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
-chmod -R u+w,go+r-w,a-s .
+find -L . \
+ \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
+ -exec chmod 755 {} \; -o \
+ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
# We need to update the configuration files in this tarball...
autoreconf -i
diff --git a/network/GeoIP/GeoIP.info b/network/GeoIP/GeoIP.info
index 703f38d9ad..047d2f4a78 100644
--- a/network/GeoIP/GeoIP.info
+++ b/network/GeoIP/GeoIP.info
@@ -1,8 +1,8 @@
PRGNAM="GeoIP"
-VERSION="1.4.8"
+VERSION="1.5.1"
HOMEPAGE="http://www.maxmind.com/app/c"
-DOWNLOAD="http://geolite.maxmind.com/download/geoip/api/c/GeoIP-1.4.8.tar.gz"
-MD5SUM="05b7300435336231b556df5ab36f326d"
+DOWNLOAD="http://geolite.maxmind.com/download/geoip/api/c/GeoIP-1.5.1.tar.gz"
+MD5SUM="36b82f3558e6e2ebdd11a56c5db21dbc"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""