From f16225a27d76cf9ae716396ea050f12deea8d902 Mon Sep 17 00:00:00 2001 From: Niels Horn Date: Thu, 1 Sep 2011 23:18:49 -0500 Subject: network/GeoIP: Updated for version 1.4.8. Signed-off-by: Robby Workman --- network/GeoIP/GeoIP.SlackBuild | 33 ++++++++++++++++++++++++++++----- network/GeoIP/GeoIP.info | 12 ++++++------ network/GeoIP/README | 2 +- network/GeoIP/slack-desc | 2 +- 4 files changed, 36 insertions(+), 13 deletions(-) (limited to 'network') diff --git a/network/GeoIP/GeoIP.SlackBuild b/network/GeoIP/GeoIP.SlackBuild index 80974c6dbe..89a266341a 100644 --- a/network/GeoIP/GeoIP.SlackBuild +++ b/network/GeoIP/GeoIP.SlackBuild @@ -1,20 +1,40 @@ #!/bin/sh # Slackware build script for GeoIP -# Written by Yalla-One -# Maintained by markus reichelt 0xCCEEF115 + +# Copyright 2007-2010 Yalla-One +# Copyright 2011 markus reichelt 0xCCEEF115 +# Copyright 2011 Niels Horn, Rio de Janeiro, RJ, Brazil +# All rights reserved. +# +# Redistribution and use of this script, with or without modification, is +# permitted provided that the following conditions are met: +# +# 1. Redistributions of this script must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# +# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ''AS IS'' AND ANY EXPRESS OR IMPLIED +# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO +# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, +# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; +# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, +# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR +# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF +# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +# revision date 2011/08/31 PRGNAM=GeoIP -VERSION=1.4.7 +VERSION=${VERSION:-1.4.8} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -# Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; arm*) ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$( uname -m ) ;; esac fi @@ -49,6 +69,9 @@ cd $PRGNAM-$VERSION chown -R root:root . chmod -R u+w,go+r-w,a-s . +# We need to update the configuration files in this tarball... +autoreconf -i + CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ diff --git a/network/GeoIP/GeoIP.info b/network/GeoIP/GeoIP.info index 11189709cd..6d908bf4f7 100644 --- a/network/GeoIP/GeoIP.info +++ b/network/GeoIP/GeoIP.info @@ -1,10 +1,10 @@ PRGNAM="GeoIP" -VERSION="1.4.7" +VERSION="1.4.8" HOMEPAGE="http://www.maxmind.com/app/c" -DOWNLOAD="http://geolite.maxmind.com/download/geoip/api/c/GeoIP-1.4.7.tar.gz" -MD5SUM="a802175d5b7e2b57b540a7dd308d9205" +DOWNLOAD="http://geolite.maxmind.com/download/geoip/api/c/GeoIP-1.4.8.tar.gz" +MD5SUM="05b7300435336231b556df5ab36f326d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -MAINTAINER="markus reichelt" -EMAIL="slackbuilds@mareichelt.de" -APPROVED="dsomero" +MAINTAINER="Niels Horn" +EMAIL="niels.horn@gmail.com" +APPROVED="rworkman" diff --git a/network/GeoIP/README b/network/GeoIP/README index 6bd5d13bca..da5b75385e 100644 --- a/network/GeoIP/README +++ b/network/GeoIP/README @@ -4,4 +4,4 @@ non-invasive way to determine geographical and other information about their Internet visitors in real-time. To name a few applications, GeoIP can be used for delivering -customized content, targeted ads, and web log statistics +customized content, targeted ads, and web log statistics. diff --git a/network/GeoIP/slack-desc b/network/GeoIP/slack-desc index 0765d28178..69fb70bc75 100644 --- a/network/GeoIP/slack-desc +++ b/network/GeoIP/slack-desc @@ -13,7 +13,7 @@ GeoIP: geolocation data and services. GeoIP provides businesses with a GeoIP: non-invasive way to determine geographical and other information GeoIP: about their Internet visitors in real-time. GeoIP: To name a few applications, GeoIP can be used for delivering -GeoIP: customized content, targeted ads and web log statistics +GeoIP: customized content, targeted ads and web log statistics. GeoIP: GeoIP: Homepage: http://www.maxmind.com/download/geoip/api/c/ GeoIP: -- cgit v1.2.3