Browse Source

upgrading package: geoip 1.0.5 -> 1.0.7

master
parent
commit
35244229d3
  1. 10
      geoip/geoip.patch
  2. 6
      geoip/geoip.spec

10
geoip/geoip.patch

@ -0,0 +1,10 @@
--- libGeoIP/GeoIPUpdate.c.orig Sat Oct 5 01:06:48 2002
+++ libGeoIP/GeoIPUpdate.c Sat Oct 5 12:06:01 2002
@@ -21,6 +21,7 @@
#include "global.h"
#include "md5.h"
#include "GeoIP.h"
+#include <sys/types.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <sys/socket.h>

6
geoip/geoip.spec

@ -32,11 +32,12 @@ Packager: The OpenPKG Project
Distribution: OpenPKG [EVAL]
Group: Network
License: GPL
Version: 1.0.5
Release: 20020924
Version: 1.0.7
Release: 20021005
# list of sources
Source0: http://maxmind.com/download/geoip/api/c/GeoIP-%{version}.tar.gz
Patch0: geoip.patch
# build information
Prefix: %{l_prefix}
@ -54,6 +55,7 @@ AutoReqProv: no
%prep
%setup -q -n GeoIP-%{version}
%patch -p0
%build
CC="%{l_cc}" \

Loading…
Cancel
Save