[CVS] OpenPKG: openpkg-re/vcheck vc.geoip openpkg-src/geoip geoip.patc...

2002-10-17 Thread Peter Smej

  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Peter Smej
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-re, openpkg-web, openpkg-src Date:   17-Oct-2002 10:43:02
  Branch: HEAD Handle: 19700101011034840581

  Modified files:
openpkg-re/vcheck   vc.geoip
openpkg-src/geoip   geoip.spec
openpkg-web news.txt
  Removed files:
openpkg-src/geoip   geoip.patch

  Log:
upgrading package: geoip 1.0.8 - 1.0.9

  Summary:
RevisionChanges Path
1.16+1  -1  openpkg-re/vcheck/vc.geoip
NONE+0  -10 openpkg-src/geoip/geoip.patch
1.16+2  -4  openpkg-src/geoip/geoip.spec
1.1811  +1  -0  openpkg-web/news.txt
  

  Index: openpkg-re/vcheck/vc.geoip
  
  $ cvs diff -u -r1.15 -r1.16 vc.geoip
  --- openpkg-re/vcheck/vc.geoip6 Oct 2002 06:47:32 -   1.15
  +++ openpkg-re/vcheck/vc.geoip17 Oct 2002 08:43:00 -  1.16
  @@ -2,7 +2,7 @@
   }
   
   prog geoip = {
  -  version   = 1.0.8
  +  version   = 1.0.9
 url   = http://maxmind.com/download/geoip/api/c/
 regex = GeoIP-(__VER__)\.tar\.gz
   }
Index: openpkg-src/geoip/geoip.spec
  
  $ cvs diff -u -r1.15 -r1.16 geoip.spec
  --- openpkg-src/geoip/geoip.spec  6 Oct 2002 06:47:33 -   1.15
  +++ openpkg-src/geoip/geoip.spec  17 Oct 2002 08:43:01 -  1.16
  @@ -32,12 +32,11 @@
   Distribution: OpenPKG [EVAL]
   Group:Network
   License:  GPL
  -Version:  1.0.8
  -Release:  20021006
  +Version:  1.0.9
  +Release:  20021017
   
   #   list of sources
   Source0:  http://maxmind.com/download/geoip/api/c/GeoIP-%{version}.tar.gz
  -Patch0:   geoip.patch
   
   #   build information
   Prefix:   %{l_prefix}
  @@ -55,7 +54,6 @@
   
   %prep
   %setup -q -n GeoIP-%{version}
  -%patch -p0
   
   %build
   CC=%{l_cc} \
  Index: openpkg-web/news.txt
  
  $ cvs diff -u -r1.1810 -r1.1811 news.txt
  --- openpkg-web/news.txt  17 Oct 2002 08:36:18 -  1.1810
  +++ openpkg-web/news.txt  17 Oct 2002 08:43:00 -  1.1811
  @@ -1,3 +1,4 @@
  +17-Oct-2002: Upgraded package: Pgeoip-1.0.9-20021017
   17-Oct-2002: Upgraded package: Psamba-2.2.6-20021017
   17-Oct-2002: Upgraded package: Pvim-6.1.230-20021017
   17-Oct-2002: Upgraded package: Puvscan-4.1.6.4229-20021017
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]



[CVS] OpenPKG: openpkg-re/vcheck vc.geoip openpkg-src/geoip geoip.patc...

2002-10-05 Thread Ralf S. Engelschall

  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-re, openpkg-web, openpkg-src Date:   05-Oct-2002 12:07:49
  Branch: HEAD Handle: 2002100511074701

  Added files:
openpkg-src/geoip   geoip.patch
  Modified files:
openpkg-re/vcheck   vc.geoip
openpkg-src/geoip   geoip.spec
openpkg-web news.txt

  Log:
upgrading package: geoip 1.0.5 - 1.0.7

  Summary:
RevisionChanges Path
1.14+1  -1  openpkg-re/vcheck/vc.geoip
1.5 +10 -0  openpkg-src/geoip/geoip.patch
1.14+4  -2  openpkg-src/geoip/geoip.spec
1.1704  +1  -0  openpkg-web/news.txt
  

  Index: openpkg-re/vcheck/vc.geoip
  
  $ cvs diff -u -r1.13 -r1.14 vc.geoip
  --- openpkg-re/vcheck/vc.geoip4 Oct 2002 18:47:02 -   1.13
  +++ openpkg-re/vcheck/vc.geoip5 Oct 2002 10:07:47 -   1.14
  @@ -2,7 +2,7 @@
   }
   
   prog geoip = {
  -  version   = 1.0.6
  +  version   = 1.0.7
 url   = http://maxmind.com/download/geoip/api/c/
 regex = GeoIP-(__VER__)\.tar\.gz
   }
  Index: openpkg-src/geoip/geoip.patch
  
  $ cvs update -p -r1.5 geoip.patch
  --- libGeoIP/GeoIPUpdate.c.orig   Sat Oct  5 01:06:48 2002
  +++ libGeoIP/GeoIPUpdate.cSat 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
  Index: openpkg-src/geoip/geoip.spec
  
  $ cvs diff -u -r1.13 -r1.14 geoip.spec
  --- openpkg-src/geoip/geoip.spec  24 Sep 2002 07:17:16 -  1.13
  +++ openpkg-src/geoip/geoip.spec  5 Oct 2002 10:07:48 -   1.14
  @@ -32,11 +32,12 @@
   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 @@
   
   %prep
   %setup -q -n GeoIP-%{version}
  +%patch -p0
   
   %build
   CC=%{l_cc} \
  Index: openpkg-web/news.txt
  
  $ cvs diff -u -r1.1703 -r1.1704 news.txt
  --- openpkg-web/news.txt  5 Oct 2002 10:03:58 -   1.1703
  +++ openpkg-web/news.txt  5 Oct 2002 10:07:48 -   1.1704
  @@ -1,3 +1,4 @@
  +05-Oct-2002: Upgraded package: Pgeoip-1.0.7-20021005
   05-Oct-2002: Upgraded package: Papache-1.3.27-20021005
   05-Oct-2002: Upgraded package: Popenpkg-20021005-20021005
   04-Oct-2002: Upgraded package: Napache 1.3.26-1.0.5 (OpenPKG-1.1-SOLID)
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]



[CVS] OpenPKG: openpkg-re/vcheck vc.geoip openpkg-src/geoip geoip.patc...

2002-07-26 Thread Ralf S. Engelschall

  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:
RevisionChanges 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.geoip19 Jul 2002 08:05:20 -  1.3
  +++ openpkg-re/vcheck/vc.geoip26 Jul 2002 07:56:04 -  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 -  1.1
  +++ openpkg-src/geoip/geoip.patch 26 Jul 2002 07:56:05 -  1.2
  @@ -1,36 +1,3 @@
   libGeoIP/GeoIP.c.origThu 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 = 100;
  -+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 -  1.3
  +++ openpkg-src/geoip/geoip.spec  26 Jul 2002 07:56:05 -  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 -  1.1037
  +++ openpkg-web/news.txt  26 Jul 2002 07:56:04 -  1.1038
  @@ -1,3 +1,4 @@
  +26-Jul-2002: Upgraded package: Pgeoip-0.2.6-20020726
   25-Jul-2002: Upgraded package: Pfsl-0.1.8-20020725
   25-Jul-2002: Upgraded package: Pfsl-0.1.7-20020725
   25-Jul-2002: Upgraded package: Pfsl-0.1.6-20020725
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]



[CVS] OpenPKG: openpkg-re/vcheck vc.geoip openpkg-src/geoip geoip.patc...

2002-07-19 Thread Ralf S. Engelschall

  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:   19-Jul-2002 10:05:22
  Branch: HEAD Handle: 2002071909052002

  Added files:
openpkg-src/geoip   geoip.patch
  Modified files:
openpkg-re/vcheck   vc.geoip
openpkg-src/geoip   geoip.spec
openpkg-web news.txt

  Log:
upgrading package: geoip 0.2.1 - 0.2.2

  Summary:
RevisionChanges Path
1.3 +1  -1  openpkg-re/vcheck/vc.geoip
1.1 +61 -0  openpkg-src/geoip/geoip.patch
1.3 +9  -4  openpkg-src/geoip/geoip.spec
1.993   +1  -0  openpkg-web/news.txt
  

  Index: openpkg-re/vcheck/vc.geoip
  
  $ cvs diff -u -r1.2 -r1.3 vc.geoip
  --- openpkg-re/vcheck/vc.geoip4 Jul 2002 07:28:20 -   1.2
  +++ openpkg-re/vcheck/vc.geoip19 Jul 2002 08:05:20 -  1.3
  @@ -2,7 +2,7 @@
   }
   
   prog geoip = {
  -  version   = 0.2.1
  +  version   = 0.2.2
 url   = http://maxmind.com/download/geoip/api/c/
 regex = GeoIP-(__VER__)\.tar\.gz
   }
  Index: openpkg-src/geoip/geoip.patch
  
  $ cvs update -p -r1.1 geoip.patch
  --- 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 = 100;
  + 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.cFri Jul 19 10:00:22 2002
  @@ -21,7 +21,10 @@
   #include GeoIP.h
   #include unistd.h
   #include stdio.h
  +#include stdlib.h
  +#ifdef __linux__
   #include getopt.h
  +#endif
   #include ctype.h
   
   #define LICENSE_KEY LicenseKey
  @@ -39,7 +42,7 @@
int line_index = 0;
unsigned char *lineptr = malloc(sizeof(char) * n);
char *a_license_key_str, *a_ptr;
  - char *the_license_key_str;
  + char *the_license_key_str = ;
char c;
int err;
   
  @@ -128,4 +131,5 @@
   
free(the_license_key_str);
GeoIP_delete(gi);
  +return 0;
   }
  Index: openpkg-src/geoip/geoip.spec
  
  $ cvs diff -u -r1.2 -r1.3 geoip.spec
  --- openpkg-src/geoip/geoip.spec  4 Jul 2002 07:28:21 -   1.2
  +++ openpkg-src/geoip/geoip.spec  19 Jul 2002 08:05:22 -  1.3
  @@ -32,17 +32,18 @@
   Distribution: OpenPKG [EXP]
   Group:Network
   License:  GPL
  -Version:  0.2.1
  -Release:  20020704
  +Version:  0.2.2
  +Release:  20020719
   
   #   list of sources
   Source0:  http://maxmind.com/download/geoip/api/c/GeoIP-%{version}.tar.gz
  +Patch0:   geoip.patch
   
   #   build information
   Prefix:   %{l_prefix}
   BuildRoot:%{l_buildroot}
  -BuildPreReq:  OpenPKG, openpkg = 20020206
  -PreReq:   OpenPKG, openpkg = 20020206
  +BuildPreReq:  OpenPKG, openpkg = 20020206, zlib
  +PreReq:   OpenPKG, openpkg = 20020206, zlib
   AutoReq:  no
   AutoReqProv:  no
   
  @@ -54,10 +55,14 @@
   
   %prep
   %setup -q -n GeoIP-%{version}
  +%patch -p0
   
   %build
   CC=%{l_cc} \
   CFLAGS=%{l_cflags -O} \
  +CPPFLAGS=-I%{l_prefix}/include -D_XOPEN_SOURCE \
  +LDFLAGS=-L%{l_prefix}/lib \
  +LIBS=-lz \
   ./configure \
   --prefix=%{l_prefix} \
   --disable-shared
  Index: openpkg-web/news.txt
  
  $ cvs diff -u -r1.992 -r1.993 news.txt
  --- openpkg-web/news.txt  19 Jul 2002 07:45:13 -  1.992
  +++ openpkg-web/news.txt  19 Jul 2002 08:05:21 -  1.993
  @@ -1,3 +1,4 @@
  +19-Jul-2002: Upgraded package: Pgeoip-0.2.2-20020719
   19-Jul-2002: Upgraded package: