OpenPKG CVS Repository
http://www.openpkg.org/cvsweb/cvsweb.cgi
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-re, openpkg-web, openpkg-src Date: 26-Jul-2002 09:56:05
Branch: HEAD Handle: 2002072608560401
Modified files:
openpkg-re/vcheck vc.geoip
openpkg-src/geoip geoip.patch geoip.spec
openpkg-web news.txt
Log:
upgrading package: geoip 0.2.2 -> 0.2.6
Summary:
Revision Changes Path
1.4 +1 -1 openpkg-re/vcheck/vc.geoip
1.2 +0 -33 openpkg-src/geoip/geoip.patch
1.4 +3 -3 openpkg-src/geoip/geoip.spec
1.1038 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
Index: openpkg-re/vcheck/vc.geoip
============================================================
$ cvs diff -u -r1.3 -r1.4 vc.geoip
--- openpkg-re/vcheck/vc.geoip 19 Jul 2002 08:05:20 -0000 1.3
+++ openpkg-re/vcheck/vc.geoip 26 Jul 2002 07:56:04 -0000 1.4
@@ -2,7 +2,7 @@
}
prog geoip = {
- version = 0.2.2
+ version = 0.2.6
url = http://maxmind.com/download/geoip/api/c/
regex = GeoIP-(__VER__)\.tar\.gz
}
Index: openpkg-src/geoip/geoip.patch
============================================================
$ cvs diff -u -r1.1 -r1.2 geoip.patch
--- openpkg-src/geoip/geoip.patch 19 Jul 2002 08:05:22 -0000 1.1
+++ openpkg-src/geoip/geoip.patch 26 Jul 2002 07:56:05 -0000 1.2
@@ -1,36 +1,3 @@
---- libGeoIP/GeoIP.c.orig Thu Jul 18 09:40:29 2002
-+++ libGeoIP/GeoIP.c Fri Jul 19 09:51:30 2002
-@@ -28,10 +28,12 @@
- #include <assert.h>
- #include <sys/types.h> /* for fstat */
- #include <sys/stat.h> /* for fstat */
-+#include <unistd.h>
- #include "zlib.h"
- #include "time.h"
-
- #include <arpa/inet.h>
-+#include <netinet/in.h>
- #include <sys/socket.h>
-
- #define COUNTRY_BEGIN 16776960;
-@@ -236,7 +238,7 @@
- int block_size = 1024;
- char * request_uri;
- char *uncompr = NULL, *compr;
-- ulong comprLen, uncomprLen = 1000000;
-+ unsigned long comprLen;
- FILE * comp_fh;
- gzFile gz_fh, gi_fh;
- char * file_path_gz;
-@@ -358,7 +360,7 @@
- int i, j;
- unsigned int x[2];
- unsigned char buf[2][3];
-- unsigned char *cache_buf;
-+ unsigned char *cache_buf = NULL;
-
- if (depth == -1) {
- fprintf(stderr,"Error Traversing Database - Perhaps database is corrupt?\n");
--- apps/geoipupdate.c.orig Thu Jul 18 09:42:03 2002
+++ apps/geoipupdate.c Fri Jul 19 10:00:22 2002
@@ -21,7 +21,10 @@
Index: openpkg-src/geoip/geoip.spec
============================================================
$ cvs diff -u -r1.3 -r1.4 geoip.spec
--- openpkg-src/geoip/geoip.spec 19 Jul 2002 08:05:22 -0000 1.3
+++ openpkg-src/geoip/geoip.spec 26 Jul 2002 07:56:05 -0000 1.4
@@ -32,8 +32,8 @@
Distribution: OpenPKG [EXP]
Group: Network
License: GPL
-Version: 0.2.2
-Release: 20020719
+Version: 0.2.6
+Release: 20020726
# list of sources
Source0: http://maxmind.com/download/geoip/api/c/GeoIP-%{version}.tar.gz
@@ -66,7 +66,7 @@
./configure \
--prefix=%{l_prefix} \
--disable-shared
- %{l_make} %{l_mflags -O}
+ %{l_make} %{l_mflags}
%install
rm -rf $RPM_BUILD_ROOT
Index: openpkg-web/news.txt
============================================================
$ cvs diff -u -r1.1037 -r1.1038 news.txt
--- openpkg-web/news.txt 25 Jul 2002 16:31:49 -0000 1.1037
+++ openpkg-web/news.txt 26 Jul 2002 07:56:04 -0000 1.1038
@@ -1,3 +1,4 @@
+26-Jul-2002: Upgraded package: P<geoip-0.2.6-20020726>
25-Jul-2002: Upgraded package: P<fsl-0.1.8-20020725>
25-Jul-2002: Upgraded package: P<fsl-0.1.7-20020725>
25-Jul-2002: Upgraded package: P<fsl-0.1.6-20020725>
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]