[CVS] OpenPKG: openpkg-src/openpkg/ HISTORY openpkg.spec

2006-12-07 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   08-Dec-2006 08:33:32
  Branch: HEAD Handle: 2006120807333001

  Modified files:
openpkg-src/openpkg HISTORY openpkg.spec

  Log:
upgrade to GNU gzip 1.3.7

  Summary:
RevisionChanges Path
1.412   +2  -0  openpkg-src/openpkg/HISTORY
1.554   +3  -3  openpkg-src/openpkg/openpkg.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/HISTORY
  
  $ cvs diff -u -r1.411 -r1.412 HISTORY
  --- openpkg-src/openpkg/HISTORY   7 Dec 2006 10:50:15 -   1.411
  +++ openpkg-src/openpkg/HISTORY   8 Dec 2006 07:33:30 -   1.412
  @@ -2,6 +2,8 @@
   2006
   
   
  +20061208 upgrade to GNU gzip 1.3.7
  +
   20061207  RELEASE AS PART OF OPENPKG 2.20061207 
   20061207 remove obsolete references to openpkg-bugdb@openpkg.org and 
rt.openpkg.org
   20061207 fix incorrect double-import of OpenPGP keys by first fixating the 
RPM DB
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/openpkg.spec
  
  $ cvs diff -u -r1.553 -r1.554 openpkg.spec
  --- openpkg-src/openpkg/openpkg.spec  7 Dec 2006 10:38:28 -   1.553
  +++ openpkg-src/openpkg/openpkg.spec  8 Dec 2006 07:33:31 -   1.554
  @@ -39,7 +39,7 @@
   #   o any cc(1)
   
   #   the package version/release
  -%define   V_openpkg  20061207
  +%define   V_openpkg  20061208
   
   #   the used software versions
   %define   V_rpm  4.2.1
  @@ -48,8 +48,8 @@
   %define   V_beecrypt 4.1.2
   %define   V_curl 7.16.0
   %define   V_make 3.81
  -%define   V_gzip 1.3.6
  -%define   V_gzip_r   1.7
  +%define   V_gzip 1.3.7
  +%define   V_gzip_r   1.9
   %define   V_patch2.5.9
   %define   V_tar  1.16
   %define   V_bash 3.2
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: OPENPKG_2_STABLE: openpkg-src/gnupg/ gnupg.spec

2006-12-07 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   07-Dec-2006 22:34:23
  Branch: OPENPKG_2_STABLE Handle: 2006120721342300

  Modified files:   (Branch: OPENPKG_2_STABLE)
openpkg-src/gnupg   gnupg.spec

  Log:
fix filesystem layout

  Summary:
RevisionChanges Path
1.62.2.6+2  -0  openpkg-src/gnupg/gnupg.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/gnupg/gnupg.spec
  
  $ cvs diff -u -r1.62.2.5 -r1.62.2.6 gnupg.spec
  --- openpkg-src/gnupg/gnupg.spec  7 Dec 2006 18:32:37 -   1.62.2.5
  +++ openpkg-src/gnupg/gnupg.spec  7 Dec 2006 21:34:23 -   1.62.2.6
  @@ -103,6 +103,8 @@
   LIBS="$LIBS" \
   ./configure \
   --prefix=%{l_prefix} \
  +--mandir=%{l_prefix}/man \
  +--infodir=%{l_prefix}/info \
   --with-zlib=%{l_prefix} \
   --with-bzip2=%{l_prefix} \
   --with-readline=%{l_prefix} \
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/gnupg/ gnupg.spec

2006-12-07 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   07-Dec-2006 22:33:41
  Branch: HEAD Handle: 2006120721334100

  Modified files:
openpkg-src/gnupg   gnupg.spec

  Log:
fix filesystem layout

  Summary:
RevisionChanges Path
1.70+3  -1  openpkg-src/gnupg/gnupg.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/gnupg/gnupg.spec
  
  $ cvs diff -u -r1.69 -r1.70 gnupg.spec
  --- openpkg-src/gnupg/gnupg.spec  6 Dec 2006 17:09:25 -   1.69
  +++ openpkg-src/gnupg/gnupg.spec  7 Dec 2006 21:33:41 -   1.70
  @@ -33,7 +33,7 @@
   Group:PGP
   License:  GPL
   Version:  1.4.6
  -Release:  20061206
  +Release:  20061207
   
   #   package options
   %option   with_curl  no
  @@ -103,6 +103,8 @@
   LIBS="$LIBS" \
   ./configure \
   --prefix=%{l_prefix} \
  +--mandir=%{l_prefix}/man \
  +--infodir=%{l_prefix}/info \
   --with-zlib=%{l_prefix} \
   --with-bzip2=%{l_prefix} \
   --with-readline=%{l_prefix} \
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/gnupg2/ gnupg2.patch gnupg2.spec

2006-12-07 Thread Ralf S. Engelschall
  + }
  +   
  +-  if ( dfx.mdc_hash )
  +-gcry_md_write (dfx.mdc_hash, temp, nprefix+2);
  +-  
  ++  if ( dfx->mdc_hash )
  ++gcry_md_write (dfx->mdc_hash, temp, nprefix+2);
  ++
  ++  dfx->refcount++;
  +   if ( ed->mdc_method )
  +-iobuf_push_filter( ed->buf, mdc_decode_filter, &dfx );
  ++iobuf_push_filter ( ed->buf, mdc_decode_filter, dfx );
  +   else
  +-iobuf_push_filter( ed->buf, decode_filter, &dfx );
  ++iobuf_push_filter ( ed->buf, decode_filter, dfx );
  + 
  +   proc_packets ( procctx, ed->buf );
  +   ed->buf = NULL;
  +-  if ( ed->mdc_method && dfx.eof_seen == 2 )
  ++  if ( ed->mdc_method && dfx->eof_seen == 2 )
  + rc = gpg_error (GPG_ERR_INV_PACKET);
  +   else if ( ed->mdc_method )
  + { 
  +@@ -184,26 +210,28 @@
  +  bytes are appended.  */
  +   int datalen = gcry_md_get_algo_dlen (ed->mdc_method);
  + 
  +-  gcry_cipher_decrypt (dfx.cipher_hd, dfx.defer, 22, NULL, 0);
  +-  gcry_md_write (dfx.mdc_hash, dfx.defer, 2);
  +-  gcry_md_final (dfx.mdc_hash);
  ++  assert (dfx->cipher_hd);
  ++  assert (dfx->mdc_hash);
  ++  gcry_cipher_decrypt (dfx->cipher_hd, dfx->defer, 22, NULL, 0);
  ++  gcry_md_write (dfx->mdc_hash, dfx->defer, 2);
  ++  gcry_md_final (dfx->mdc_hash);
  + 
  +-  if (dfx.defer[0] != '\xd3' || dfx.defer[1] != '\x14' )
  ++  if (dfx->defer[0] != '\xd3' || dfx->defer[1] != '\x14' )
  + {
  +   log_error("mdc_packet with invalid encoding\n");
  +   rc = gpg_error (GPG_ERR_INV_PACKET);
  + }
  +   else if (datalen != 20
  +-   || memcmp (gcry_md_read (dfx.mdc_hash, 
0),dfx.defer+2,datalen))
  ++   || memcmp (gcry_md_read (dfx->mdc_hash, 0),
  ++  dfx->defer+2,datalen ))
  + rc = gpg_error (GPG_ERR_BAD_SIGNATURE);
  +-  /* log_printhex("MDC message:", dfx.defer, 22); */
  +-  /* log_printhex("MDC calc:", gcry_md_read (dfx.mdc_hash,0), datalen); 
*/
  ++  /* log_printhex("MDC message:", dfx->defer, 22); */
  ++  /* log_printhex("MDC calc:", gcry_md_read (dfx->mdc_hash,0), 
datalen); */
  + }
  +   
  +   
  +  leave:
  +-  gcry_cipher_close (dfx.cipher_hd);
  +-  gcry_md_close (dfx.mdc_hash);
  ++  release_dfx_context (dfx);
  +   return rc;
  + }
  + 
  +@@ -214,7 +242,7 @@
  + mdc_decode_filter (void *opaque, int control, IOBUF a,
  +byte *buf, size_t *ret_len)
  + {
  +-  decode_filter_ctx_t *dfx = opaque;
  ++  decode_filter_ctx_t dfx = opaque;
  +   size_t n, size = *ret_len;
  +   int rc = 0;
  +   int c;
  +@@ -226,11 +254,11 @@
  + }
  +   else if( control == IOBUFCTRL_UNDERFLOW )
  + {
  +-  assert(a);
  +-  assert( size > 44 );
  ++  assert (a);
  ++  assert ( size > 44 );
  +   
  +   /* Get at least 22 bytes and put it somewhere ahead in the buffer. */
  +-  for(n=22; n < 44 ; n++ )
  ++  for (n=22; n < 44 ; n++ )
  + {
  +   if( (c = iobuf_get(a)) == -1 )
  + break;
  +@@ -279,8 +307,10 @@
  + 
  +   if ( n )
  + {
  +-  gcry_cipher_decrypt (dfx->cipher_hd, buf, n, NULL, 0);
  +-  gcry_md_write (dfx->mdc_hash, buf, n);
  ++  if ( dfx->cipher_hd )
  ++gcry_cipher_decrypt (dfx->cipher_hd, buf, n, NULL, 0);
  ++  if ( dfx->mdc_hash )
  ++gcry_md_write (dfx->mdc_hash, buf, n);
  + }
  +   else
  + {
  +@@ -289,6 +319,10 @@
  + }
  +   *ret_len = n;
  + }
  ++  else if ( control == IOBUFCTRL_FREE ) 
  ++{
  ++  release_dfx_context (dfx);
  ++}
  +   else if ( control == IOBUFCTRL_DESC ) 
  + {
  +   *(char**)buf = "mdc_decode_filter";
  +@@ -300,7 +334,7 @@
  + static int
  + decode_filter( void *opaque, int control, IOBUF a, byte *buf, size_t 
*ret_len)
  + {
  +-  decode_filter_ctx_t *fc = opaque;
  ++  decode_filter_ctx_t fc = opaque;
  +   size_t n, size = *ret_len;
  +   int rc = 0;
  +   
  +@@ -311,11 +345,18 @@
  +   if ( n == -1 )
  + n = 0;
  +   if ( n )
  +-gcry_cipher_decrypt (fc->cipher_hd, buf, n, NULL, 0);
  ++{
  ++  if (fc->cipher_hd)
  ++gcry_cipher_decrypt (fc->cipher_hd, buf, n, NULL, 0);
  ++}
  +   else
  + rc = -1; /* EOF */
  +   *ret_len = n;
  + }
  ++  else if ( control == IOBUFCTRL_FREE ) 
  ++{
  ++  release_dfx_context (fc);
  ++}
  +   else if ( control == IOBUFCTRL_DESC )
  + {
  +   *(char**)buf = "decode_filter";
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/gnupg2/gnupg2.spec
  
  $ cvs diff -u -r1.5

[CVS] OpenPKG: OPENPKG_2_STABLE: openpkg-src/gnupg/ gnupg.patch gnupg....

2006-12-07 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   07-Dec-2006 19:32:38
  Branch: OPENPKG_2_STABLE Handle: 2006120617092591392

  Modified files:   (Branch: OPENPKG_2_STABLE)
openpkg-src/gnupg   gnupg.spec
  Removed files:(Branch: OPENPKG_2_STABLE)
openpkg-src/gnupg   gnupg.patch

  Log:
MFC: security fixed version

  Summary:
RevisionChanges Path
1.9 +0  -16 openpkg-src/gnupg/gnupg.patch
1.62.2.5+3  -5  openpkg-src/gnupg/gnupg.spec
  

  rm -f openpkg-src/gnupg/gnupg.patch <<'@@ .'
  Index: openpkg-src/gnupg/gnupg.patch
  
  [NO CHANGE SUMMARY BECAUSE FILE AS A WHOLE IS JUST REMOVED]
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/gnupg/gnupg.spec
  
  $ cvs diff -u -r1.62.2.4 -r1.62.2.5 gnupg.spec
  --- openpkg-src/gnupg/gnupg.spec  28 Nov 2006 07:08:47 -  1.62.2.4
  +++ openpkg-src/gnupg/gnupg.spec  7 Dec 2006 18:32:37 -   1.62.2.5
  @@ -32,8 +32,8 @@
   Class:BASE
   Group:PGP
   License:  GPL
  -Version:  1.4.5
  -Release:  2.20061128
  +Version:  1.4.6
  +Release:  2.20061207
   
   #   package options
   %option   with_curl  no
  @@ -43,7 +43,6 @@
   #   list of sources
   Source0:  ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-%{version}.tar.gz
   Source1:  ftp://ftp.gnupg.dk/pub/contrib-dk/idea.c.gz
  -Patch0:   gnupg.patch
   
   #   build information
   Prefix:   %{l_prefix}
  @@ -75,12 +74,11 @@
   prog gnupg = {
   version   = %{version}
   url   = ftp://ftp.gnupg.org/gcrypt/gnupg/
  -regex = gnupg-(__VER__)\.tar\.gz
  +regex = gnupg-(1\.__VER__)\.tar\.(gz|bz2)
   }
   
   %prep
   %setup -q
  -%patch -p0
   %if "%{with_idea}" == "yes"
   %{l_gzip} -d -c %{SOURCE idea.c.gz} >cipher/idea.c
   %endif
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/urpmi/ urpmi.patch urpmi.spec

2006-12-07 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   07-Dec-2006 17:02:45
  Branch: HEAD Handle: 2006120716024401

  Modified files:
openpkg-src/urpmi   urpmi.patch urpmi.spec

  Log:
upgrading package: urpmi 4.9.8 -> 4.9.10

  Summary:
RevisionChanges Path
1.21+6  -6  openpkg-src/urpmi/urpmi.patch
1.29+3  -3  openpkg-src/urpmi/urpmi.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/urpmi/urpmi.patch
  
  $ cvs diff -u -r1.20 -r1.21 urpmi.patch
  --- openpkg-src/urpmi/urpmi.patch 6 Dec 2006 16:43:16 -   1.20
  +++ openpkg-src/urpmi/urpmi.patch 7 Dec 2006 16:02:44 -   1.21
  @@ -135,9 +135,9 @@
#include 

#define FILENAME_TAG 100
  -Index: urpmi-4.9.8/Makefile.PL
   urpmi-4.9.8/Makefile.PL.orig 2006-11-17 18:51:28 +0100
  -+++ urpmi-4.9.8/Makefile.PL  2006-11-25 20:25:08 +0100
  +Index: urpmi-4.9.10/Makefile.PL
  +--- urpmi-4.9.10/Makefile.PL.orig2006-11-17 18:51:28 +0100
   urpmi-4.9.10/Makefile.PL 2006-11-25 20:25:08 +0100
   @@ -60,6 +60,7 @@
my $po = $with_po ? ' installpo' : '';
my $gui = $with_gui ? ' installgurpmi2' : '';
  @@ -172,9 +172,9 @@
},
EXE_FILES   => [ @bin_scripts, @sbin_scripts ],
PMLIBDIRS   => [ qw(urpm) ],
  -Index: urpmi-4.9.8/urpm/sys.pm
   urpmi-4.9.8/urpm/sys.pm.orig 2006-11-23 11:51:16 +0100
  -+++ urpmi-4.9.8/urpm/sys.pm  2006-11-25 20:26:24 +0100
  +Index: urpmi-4.9.10/urpm/sys.pm
  +--- urpmi-4.9.10/urpm/sys.pm.orig2006-11-23 11:51:16 +0100
   urpmi-4.9.10/urpm/sys.pm 2006-11-25 20:26:24 +0100
   @@ -94,7 +94,7 @@
}

  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/urpmi/urpmi.spec
  
  $ cvs diff -u -r1.28 -r1.29 urpmi.spec
  --- openpkg-src/urpmi/urpmi.spec  6 Dec 2006 16:43:16 -   1.28
  +++ openpkg-src/urpmi/urpmi.spec  7 Dec 2006 16:02:45 -   1.29
  @@ -23,8 +23,8 @@
   ##
   
   #   package version
  -%define   V_urpmi   4.9.8
  -%define   V_urpmi_rpm   4.9.8-1mdv2007.1
  +%define   V_urpmi   4.9.10
  +%define   V_urpmi_rpm   4.9.10-1mdv2007.1
   %define   V_urpm1.52
   %define   V_urpm_rpm1.52-1mdv2007.1
   %define   V_mdv_distribconf 3.06
  @@ -45,7 +45,7 @@
   Group:Bootstrapping
   License:  GPL
   Version:  %{V_urpmi}
  -Release:  20061206
  +Release:  20061207
   
   #   package options
   %option   with_wget  no
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/postgresql/ postgresql.spec

2006-12-07 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   07-Dec-2006 16:59:36
  Branch: HEAD Handle: 2006120715593600

  Modified files:
openpkg-src/postgresql  postgresql.spec

  Log:
stay at pgcluster patch 1.5 (or possibly 1.6) for PostgreSQL 8.1

  Summary:
RevisionChanges Path
1.213   +2  -2  openpkg-src/postgresql/postgresql.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/postgresql/postgresql.spec
  
  $ cvs diff -u -r1.212 -r1.213 postgresql.spec
  --- openpkg-src/postgresql/postgresql.spec2 Dec 2006 16:40:45 -   
1.212
  +++ openpkg-src/postgresql/postgresql.spec7 Dec 2006 15:59:36 -   
1.213
  @@ -46,7 +46,7 @@
   Group:Database
   License:  GPL
   Version:  %{V_postgresql}
  -Release:  20061202
  +Release:  20061207
   
   #   package options
   %option   with_server   yes
  @@ -157,7 +157,7 @@
   prog postgresql:pgcluster = {
   version   = %{V_pgcluster}.%{V_pgcluster_dir}
   url   = http://pgfoundry.org/frs/?group_id=172&release_id=168
  -regex = /(\d+/pgcluster-__VER__)-patch\.tar\.gz
  +regex = /(\d+/pgcluster-1\.[56]\.__VER__)-patch\.tar\.gz
   transform = "s/^(\\d+)\/pgcluster-(.+)$/$2.$1/; $_"
   }
   prog postgresql:mysqlcompat = {
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/gzip/ gzip.patch

2006-12-07 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   07-Dec-2006 16:49:05
  Branch: HEAD Handle: 2006120715490400

  Modified files:
openpkg-src/gzipgzip.patch

  Log:
ops, add back comments

  Summary:
RevisionChanges Path
1.9 +15 -4  openpkg-src/gzip/gzip.patch
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/gzip/gzip.patch
  
  $ cvs diff -u -r1.8 -r1.9 gzip.patch
  --- openpkg-src/gzip/gzip.patch   7 Dec 2006 15:45:32 -   1.8
  +++ openpkg-src/gzip/gzip.patch   7 Dec 2006 15:49:04 -   1.9
  @@ -1,6 +1,8 @@
  +Security Fix
  +
   Index: gzip.c
   --- gzip.c.orig  2006-12-07 07:58:13 +0100
  -+++ gzip.c   2006-12-07 16:43:35 +0100
   gzip.c   2006-12-07 16:47:45 +0100
   @@ -176,7 +176,7 @@
DECLARE(uch, inbuf,  INBUFSIZ +INBUF_EXTRA);
DECLARE(uch, outbuf, OUTBUFSIZ+OUTBUF_EXTRA);
  @@ -10,9 +12,18 @@
#ifndef MAXSEG_64K
DECLARE(ush, tab_prefix, 1L<

[CVS] OpenPKG: openpkg-src/gzip/ gzip.patch

2006-12-07 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   07-Dec-2006 16:45:32
  Branch: HEAD Handle: 2006120715453200

  Modified files:
openpkg-src/gzipgzip.patch

  Log:
modifying package: gzip-1.3.7 20061207 again

  Summary:
RevisionChanges Path
1.8 +6  -17 openpkg-src/gzip/gzip.patch
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/gzip/gzip.patch
  
  $ cvs diff -u -r1.7 -r1.8 gzip.patch
  --- openpkg-src/gzip/gzip.patch   6 Dec 2006 11:04:05 -   1.7
  +++ openpkg-src/gzip/gzip.patch   7 Dec 2006 15:45:32 -   1.8
  @@ -1,9 +1,7 @@
  -Security Fix
  -
   Index: gzip.c
   gzip.c.orig  2006-11-20 09:40:33 +0100
  -+++ gzip.c   2006-12-06 12:02:25 +0100
  -@@ -167,7 +167,7 @@
  +--- gzip.c.orig  2006-12-07 07:58:13 +0100
   gzip.c   2006-12-07 16:43:35 +0100
  +@@ -176,7 +176,7 @@
DECLARE(uch, inbuf,  INBUFSIZ +INBUF_EXTRA);
DECLARE(uch, outbuf, OUTBUFSIZ+OUTBUF_EXTRA);
DECLARE(ush, d_buf,  DIST_BUFSIZE);
  @@ -12,18 +10,9 @@
#ifndef MAXSEG_64K
DECLARE(ush, tab_prefix, 1L<

[CVS] OpenPKG: openpkg-src/nsd/ nsd.spec

2006-12-07 Thread Christoph Schug
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Christoph Schug
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   07-Dec-2006 16:43:26
  Branch: HEAD Handle: 2006120715432600

  Modified files:
openpkg-src/nsd nsd.spec

  Log:
upgrading package: nsd 3.0.2 -> 3.0.3

  Summary:
RevisionChanges Path
1.58+2  -2  openpkg-src/nsd/nsd.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/nsd/nsd.spec
  
  $ cvs diff -u -r1.57 -r1.58 nsd.spec
  --- openpkg-src/nsd/nsd.spec  3 Nov 2006 18:08:16 -   1.57
  +++ openpkg-src/nsd/nsd.spec  7 Dec 2006 15:43:26 -   1.58
  @@ -32,8 +32,8 @@
   Class:PLUS
   Group:DNS
   License:  GPL
  -Version:  3.0.2
  -Release:  20061103
  +Version:  3.0.3
  +Release:  20061207
   
   #   package option
   %option   with_fsl  yes
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/gzip/ gzip.spec

2006-12-07 Thread Christoph Schug
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Christoph Schug
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   07-Dec-2006 16:43:16
  Branch: HEAD Handle: 2006120715431500

  Modified files:
openpkg-src/gzipgzip.spec

  Log:
upgrading package: gzip 1.3.6 -> 1.3.7

  Summary:
RevisionChanges Path
1.43+2  -2  openpkg-src/gzip/gzip.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/gzip/gzip.spec
  
  $ cvs diff -u -r1.42 -r1.43 gzip.spec
  --- openpkg-src/gzip/gzip.spec6 Dec 2006 11:04:05 -   1.42
  +++ openpkg-src/gzip/gzip.spec7 Dec 2006 15:43:15 -   1.43
  @@ -32,8 +32,8 @@
   Class:CORE
   Group:Compression
   License:  GPL
  -Version:  1.3.6
  -Release:  20061206
  +Version:  1.3.7
  +Release:  20061207
   
   #   list of sources
   Source0:  ftp://alpha.gnu.org/gnu/gzip/gzip-%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: OPENPKG_2_STABLE: openpkg-src/leo/ leo.patch leo.spec

2006-12-07 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   07-Dec-2006 15:36:33
  Branch: OPENPKG_2_STABLE Handle: 2006120714363200

  Modified files:   (Branch: OPENPKG_2_STABLE)
openpkg-src/leo leo.patch leo.spec

  Log:
MFC: bugfix

  Summary:
RevisionChanges Path
1.4.2.3 +10 -1  openpkg-src/leo/leo.patch
1.6.2.3 +3  -3  openpkg-src/leo/leo.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/leo/leo.patch
  
  $ cvs diff -u -r1.4.2.2 -r1.4.2.3 leo.patch
  --- openpkg-src/leo/leo.patch 16 Oct 2006 14:51:44 -  1.4.2.2
  +++ openpkg-src/leo/leo.patch 7 Dec 2006 14:36:32 -   1.4.2.3
  @@ -1,6 +1,6 @@
   Index: leo
   --- leo.orig 2006-04-04 11:13:02 +0200
  -+++ leo  2006-04-04 19:03:11 +0200
   leo  2006-12-04 19:51:10 +0100
   @@ -34,8 +34,8 @@
#
my $highlight = 1;
  @@ -12,6 +12,15 @@

my $ip= "dict.leo.org";
my $port  = "80";
  +@@ -295,7 +295,7 @@
  + "$conf{user_agent}
  + Host: $ghost
  + Accept: text/*;q=1.0, image/png;q=1.0, image/jpeg;q=1.0, image/gif;q=1.0, 
image/*;q=0.8, */*;q=0.5
  +-Accept-Encoding: x-gzip; q=1.0, gzip; q=1.0, identity
  ++Accept-Encoding: identity
  + Accept-Charset: iso-8859-1;q=1.0, *;q=0.9, utf-8;q=0.8
  + Accept-Language: en_US, en\r\n";
  + 
   @@ -400,6 +400,9 @@
  # remove javascript links
  $site =~ s/]*>//gsi;
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/leo/leo.spec
  
  $ cvs diff -u -r1.6.2.2 -r1.6.2.3 leo.spec
  --- openpkg-src/leo/leo.spec  16 Oct 2006 14:51:44 -  1.6.2.2
  +++ openpkg-src/leo/leo.spec  7 Dec 2006 14:36:32 -   1.6.2.3
  @@ -25,7 +25,7 @@
   #   package information
   Name: leo
   Summary:  Command-line Interface to LEO Online-Dictionary
  -URL:  ftp://ftp.daemon.de/scip/Scripts/
  +URL:  http://www.daemon.de/ScriptsLeo
   Vendor:   Thomas Linden
   Packager: OpenPKG Foundation e.V.
   Distribution: OpenPKG Community
  @@ -33,7 +33,7 @@
   Group:Searching
   License:  GPL
   Version:  1.25
  -Release:  2.20061018
  +Release:  2.20061207
   
   #   list of sources
   Source0:  ftp://ftp.daemon.de/scip/Scripts/leo-%{version}.tar.gz
  @@ -54,7 +54,7 @@
   %track
   prog leo = {
   version   = %{version}
  -url   = ftp://ftp.daemon.de/scip/Scripts/
  +url   = http://www.daemon.de/ScriptsLeo
   regex = leo-(__VER__)\.tar\.gz
   }
   
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: OPENPKG_2_STABLE: openpkg-src/openpkg/ HISTORY openpkg....

2006-12-07 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   07-Dec-2006 11:53:28
  Branch: OPENPKG_2_STABLE Handle: 2006120710532701

  Modified files:   (Branch: OPENPKG_2_STABLE)
openpkg-src/openpkg HISTORY openpkg.1 openpkg.pod

  Log:
MFC: cleanups

  Summary:
RevisionChanges Path
1.337.2.16  +33 -32 openpkg-src/openpkg/HISTORY
1.2.10.3+2  -4  openpkg-src/openpkg/openpkg.1
1.5.2.1 +0  -2  openpkg-src/openpkg/openpkg.pod
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/HISTORY
  
  $ cvs diff -u -r1.337.2.15 -r1.337.2.16 HISTORY
  --- openpkg-src/openpkg/HISTORY   7 Dec 2006 10:44:32 -   
1.337.2.15
  +++ openpkg-src/openpkg/HISTORY   7 Dec 2006 10:53:27 -   
1.337.2.16
  @@ -3,6 +3,7 @@
   
   
   20061207  RELEASE AS PART OF OPENPKG 2.20061207 
  +20061207 remove obsolete references to openpkg-bugdb@openpkg.org and 
rt.openpkg.org
   20061207 fix incorrect double-import of OpenPGP keys by first fixating the 
RPM DB
   20061207 fix Solaris build issues with the newer GNU gzip 1.3.6
   20061207 upgrade to "openpkg" executable version 2.0.0-C
  @@ -17,21 +18,21 @@
   20061112 install zlib's zconf.h header as it is required by zlib.h
   20061030 upgrade to cURL 7.16.0
   
  -20061030  RELEASE AS PART OF OPENPKG 2.20061030 ***
  +20061030  RELEASE AS PART OF OPENPKG 2.20061030 
   20061030 upgrade to openpkg-tools 1.1.0
   20061030 switch from a single OpenPGP key openpkg.pgp (.org) to three 
openpkg.{org,com,net}.pgp keys
   20061026 fix number of CPU detection in rpmtool to support recent FreeBSDs & 
NetBSDs
   
  -20061024  RELEASE AS PART OF OPENPKG 2.20061024 ***
  +20061024  RELEASE AS PART OF OPENPKG 2.20061024 
   20061024 try to workaround GNU tar build problems
   
  -20061023  RELEASE AS PART OF OPENPKG 2.20061023 ***
  +20061023  RELEASE AS PART OF OPENPKG 2.20061023 
   20061023 upgrade to openpkg-tools 1.0.1
   20061022 upgrade to openpkg-registry 1.0.1
   20061022 upgrade to GNU tar 1.16
   20061022 fix License header of "openpkg" package
   
  -20061018  RELEASE AS PART OF OPENPKG 2.20061018 ***
  +20061018  RELEASE AS PART OF OPENPKG 2.20061018 
   20061016 upgrade to openpkg-tools 1.0.0 with no functional change to 0.8.80
   20061008 upgrade to openpkg-registry 1.0.0 with no functional change to 0.7.2
   20061016 upgrade to openpkg-tools 0.8.80
  @@ -48,7 +49,7 @@
   20060923 upgrade to GNU config 20060923
   20060923 upgrade to openpkg-tools 0.8.73
   
  -20060913  RELEASE AS PART OF OPENPKG 2.20060913 ***
  +20060913  RELEASE AS PART OF OPENPKG 2.20060913 
   20060913 if CWD is NO LONGER accessible, try to switch to home of target 
identity to prevent failures in e.g. GNU bash
   20060913 unpack source RPM package files as management user if called by 
super user ("openpkg rpm -Uvh *.src.rpm")
   20060913 do not rise privileges for "openpkg rc" when given --eval or 
--print options
  @@ -59,21 +60,21 @@
   20060825 cleanup build procedure of Perl to allow it to build under 
RHEL4/amd64 (attempt 1)
   20060825 cleanup and bring up-to-date the source tree documentation
   
  -20060824  RELEASE AS PART OF OPENPKG 2.20060824 ***
  +20060824  RELEASE AS PART OF OPENPKG 2.20060824 
   20060823 upgrade to openpkg-tools 0.8.70
   20060823 create fallback/override directories with owner/group musr/mgrp
   20060823 make /bin/openpkg "set-uid" for allowing it to 
downgrade/upgrade privileges automatically
   20060823 upgrade to openpkg-tools 0.8.69 (no longer uses "curl -q" in 
"openpkg build")
   20060823 fix "openpkg release" with workaround for Solaris sed(1) which 
ignores lines without trailing newlines
   
  -20060818  RELEASE AS PART OF OPENPKG 2.20060818 ***
  +20060818  RELEASE AS PART OF OPENPKG 2.20060818 
   20060818 upgrade to openpkg-tools 0.8.68
   20060818 try to workaround "grep -e" Autoconf issues on Solaris with OSSP 
uuid.
   
  -20060815  RELEASE AS PART OF OPENPKG 2.20060815 ***
  +20060815  RELEASE AS PART OF OPENPKG 2.20060815 
   20060815 upgrade to openpkg-tools 0.8.67 (finally allows "openpkg build" to 
really run under miniperl)
   
  -20060812  RELEASE AS PART OF OPENPKG 2.20060812 ***
  +20060812  RELEASE AS PART OF OPENPKG 2.20060812 
   20060811 let old "openpkg install" command use the "openpk

[CVS] OpenPKG: openpkg-src/openpkg/ openpkg.1

2006-12-07 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   07-Dec-2006 11:51:59
  Branch: HEAD Handle: 2006120710515900

  Modified files:
openpkg-src/openpkg openpkg.1

  Log:
regenerate pre-generated file

  Summary:
RevisionChanges Path
1.5 +2  -4  openpkg-src/openpkg/openpkg.1
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/openpkg.1
  
  $ cvs diff -u -r1.4 -r1.5 openpkg.1
  --- openpkg-src/openpkg/openpkg.1 25 Aug 2006 08:58:49 -  1.4
  +++ openpkg-src/openpkg/openpkg.1 7 Dec 2006 10:51:59 -   1.5
  @@ -141,21 +141,19 @@
   $ \fBopenpkg\fR \fBman\fR \fIcmd\fR
   .IP "Project Locations" 4
   .IX Item "Project Locations"
  -.Vb 5
  +.Vb 4
   \& http://www.openpkg.org/   web service
   \& http://cvs.openpkg.org/   repository service
   \& http://pgp.openpkg.org/   OpenPGP service
  -\& http://rt.openpkg.org/request tracking service
   \& ftp://ftp.openpkg.org/download service
   .Ve
   .IP "Project Forums" 4
   .IX Item "Project Forums"
  -.Vb 5
  +.Vb 4
   \& [EMAIL PROTECTED]  mailing-list manager
   \& openpkg-announce@openpkg.org  project announcements
   \& openpkg-dev@openpkg.org   developer forum
   \& openpkg-users@openpkg.org users forum
  -\& openpkg-bugdb@openpkg.org users forum
   .Ve
   .IP "Local Documentation" 4
   .IX Item "Local Documentation"
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/openpkg/ HISTORY openpkg.pod

2006-12-07 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   07-Dec-2006 11:50:16
  Branch: HEAD Handle: 2006120710501500

  Modified files:
openpkg-src/openpkg HISTORY openpkg.pod

  Log:
remove obsolete references to openpkg-bugdb@openpkg.org and
rt.openpkg.org and add the missing asterisks in HISTORY

  Summary:
RevisionChanges Path
1.411   +33 -32 openpkg-src/openpkg/HISTORY
1.6 +0  -2  openpkg-src/openpkg/openpkg.pod
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/HISTORY
  
  $ cvs diff -u -r1.410 -r1.411 HISTORY
  --- openpkg-src/openpkg/HISTORY   7 Dec 2006 10:41:02 -   1.410
  +++ openpkg-src/openpkg/HISTORY   7 Dec 2006 10:50:15 -   1.411
  @@ -3,6 +3,7 @@
   
   
   20061207  RELEASE AS PART OF OPENPKG 2.20061207 
  +20061207 remove obsolete references to openpkg-bugdb@openpkg.org and 
rt.openpkg.org
   20061207 fix incorrect double-import of OpenPGP keys by first fixating the 
RPM DB
   20061207 fix Solaris build issues with the newer GNU gzip 1.3.6
   20061207 upgrade to "openpkg" executable version 2.0.0-C
  @@ -17,21 +18,21 @@
   20061112 install zlib's zconf.h header as it is required by zlib.h
   20061030 upgrade to cURL 7.16.0
   
  -20061030  RELEASE AS PART OF OPENPKG 2.20061030 ***
  +20061030  RELEASE AS PART OF OPENPKG 2.20061030 
   20061030 upgrade to openpkg-tools 1.1.0
   20061030 switch from a single OpenPGP key openpkg.pgp (.org) to three 
openpkg.{org,com,net}.pgp keys
   20061026 fix number of CPU detection in rpmtool to support recent FreeBSDs & 
NetBSDs
   
  -20061024  RELEASE AS PART OF OPENPKG 2.20061024 ***
  +20061024  RELEASE AS PART OF OPENPKG 2.20061024 
   20061024 try to workaround GNU tar build problems
   
  -20061023  RELEASE AS PART OF OPENPKG 2.20061023 ***
  +20061023  RELEASE AS PART OF OPENPKG 2.20061023 
   20061023 upgrade to openpkg-tools 1.0.1
   20061022 upgrade to openpkg-registry 1.0.1
   20061022 upgrade to GNU tar 1.16
   20061022 fix License header of "openpkg" package
   
  -20061018  RELEASE AS PART OF OPENPKG 2.20061018 ***
  +20061018  RELEASE AS PART OF OPENPKG 2.20061018 
   20061016 upgrade to openpkg-tools 1.0.0 with no functional change to 0.8.80
   20061008 upgrade to openpkg-registry 1.0.0 with no functional change to 0.7.2
   20061016 upgrade to openpkg-tools 0.8.80
  @@ -48,7 +49,7 @@
   20060923 upgrade to GNU config 20060923
   20060923 upgrade to openpkg-tools 0.8.73
   
  -20060913  RELEASE AS PART OF OPENPKG 2.20060913 ***
  +20060913  RELEASE AS PART OF OPENPKG 2.20060913 
   20060913 if CWD is NO LONGER accessible, try to switch to home of target 
identity to prevent failures in e.g. GNU bash
   20060913 unpack source RPM package files as management user if called by 
super user ("openpkg rpm -Uvh *.src.rpm")
   20060913 do not rise privileges for "openpkg rc" when given --eval or 
--print options
  @@ -59,21 +60,21 @@
   20060825 cleanup build procedure of Perl to allow it to build under 
RHEL4/amd64 (attempt 1)
   20060825 cleanup and bring up-to-date the source tree documentation
   
  -20060824  RELEASE AS PART OF OPENPKG 2.20060824 ***
  +20060824  RELEASE AS PART OF OPENPKG 2.20060824 
   20060823 upgrade to openpkg-tools 0.8.70
   20060823 create fallback/override directories with owner/group musr/mgrp
   20060823 make /bin/openpkg "set-uid" for allowing it to 
downgrade/upgrade privileges automatically
   20060823 upgrade to openpkg-tools 0.8.69 (no longer uses "curl -q" in 
"openpkg build")
   20060823 fix "openpkg release" with workaround for Solaris sed(1) which 
ignores lines without trailing newlines
   
  -20060818  RELEASE AS PART OF OPENPKG 2.20060818 ***
  +20060818  RELEASE AS PART OF OPENPKG 2.20060818 
   20060818 upgrade to openpkg-tools 0.8.68
   20060818 try to workaround "grep -e" Autoconf issues on Solaris with OSSP 
uuid.
   
  -20060815  RELEASE AS PART OF OPENPKG 2.20060815 ***
  +20060815  RELEASE AS PART OF OPENPKG 2.20060815 
   20060815 upgrade to openpkg-tools 0.8.67 (finally allows "openpkg build" to 
really run under miniperl)
   
  -20060812  RELEASE AS PART OF OPENPKG 2.20060812 ***
  +20060812  RELEASE AS PART OF OPENPKG 2.20060812 
   20060811 let old "openpkg install" command use the "openpkg build" command
  

[CVS] OpenPKG: OPENPKG_2_STABLE: openpkg-src/openpkg/ HISTORY bash.pat...

2006-12-07 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   07-Dec-2006 11:44:36
  Branch: OPENPKG_2_STABLE Handle: 20061129171416667819

  Modified files:   (Branch: OPENPKG_2_STABLE)
openpkg-src/openpkg HISTORY bash.patch openpkg.spec release.sh rpmdb
rpmmacros rpmtool tar.patch
  Removed files:(Branch: OPENPKG_2_STABLE)
openpkg-src/openpkg gzip.c openpkg.c

  Log:
MFC: all recent updates, upgrades and bugfixes since 20061030

  Summary:
RevisionChanges Path
1.337.2.15  +15 -0  openpkg-src/openpkg/HISTORY
1.10.2.2+254 -6 openpkg-src/openpkg/bash.patch
1.4 +0  -1882   openpkg-src/openpkg/gzip.c
1.5 +0  -467openpkg-src/openpkg/openpkg.c
1.490.2.16  +130 -104   openpkg-src/openpkg/openpkg.spec
1.1.2.4 +4  -2  openpkg-src/openpkg/release.sh
1.8.2.2 +4  -4  openpkg-src/openpkg/rpmdb
1.74.2.3+2  -0  openpkg-src/openpkg/rpmmacros
1.47.2.2+13 -12 openpkg-src/openpkg/rpmtool
1.5.8.2 +12 -11 openpkg-src/openpkg/tar.patch
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/HISTORY
  
  $ cvs diff -u -r1.337.2.14 -r1.337.2.15 HISTORY
  --- openpkg-src/openpkg/HISTORY   30 Oct 2006 10:51:52 -  
1.337.2.14
  +++ openpkg-src/openpkg/HISTORY   7 Dec 2006 10:44:32 -   
1.337.2.15
  @@ -2,6 +2,21 @@
   2006
   
   
  +20061207  RELEASE AS PART OF OPENPKG 2.20061207 
  +20061207 fix incorrect double-import of OpenPGP keys by first fixating the 
RPM DB
  +20061207 fix Solaris build issues with the newer GNU gzip 1.3.6
  +20061207 upgrade to "openpkg" executable version 2.0.0-C
  +20061206 apply the GNU Bash 3.2 upstream patches 001-005
  +20061206 switch GNU gzip from pre-patched OpenPKG tarball to pristine 
upstream tarball plus OpenPKG "update" tarball
  +20061206 enhance "openpkg release" robustness when config file defines same 
value repeatedly
  +20061205 skip build of irrelevant parts of the GNU tar distribution
  +20061129 upgrade to GNU gzip 1.3.6
  +20061129 adjust wordings in package class hints according to current 
classification
  +20061114 upgrade to openpkg-tools 1.1.1
  +20061114 provide %{l_miniperl} and %{l_openssl} macros
  +20061112 install zlib's zconf.h header as it is required by zlib.h
  +20061030 upgrade to cURL 7.16.0
  +
   20061030  RELEASE AS PART OF OPENPKG 2.20061030 ***
   20061030 upgrade to openpkg-tools 1.1.0
   20061030 switch from a single OpenPGP key openpkg.pgp (.org) to three 
openpkg.{org,com,net}.pgp keys
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/bash.patch
  
  $ cvs diff -u -r1.10.2.1 -r1.10.2.2 bash.patch
  --- openpkg-src/openpkg/bash.patch16 Oct 2006 14:53:34 -  1.10.2.1
  +++ openpkg-src/openpkg/bash.patch7 Dec 2006 10:44:32 -   1.10.2.2
  @@ -74,18 +74,266 @@
   
   -
   
  -Accumulated vendor patches Bash 3.2 001-XXX
  +Accumulated vendor patches Bash 3.2 001-005
  +
   Generated via:
   
  -$ cat bash32-* | patch -p0 -Vt -b
  +$ gunzip ftp://ftp.gnu.org/gnu/bison/bison-1.28.tar.gz
  +$ cd bison-1.28
  +$ ./configure --prefix=/tmp/bison
  +$ make
  +$ make install
  +$ popd
   $ mv y.tab.c y.tab.c.orig
   $ mv y.tab.h y.tab.h.orig
   $ /tmp/bison/bin/bison -y -d parse.y
  +$ rm -rf /tmp/bison /tmp/bison-1.28 /tmp/bison-1.28.tar.gz
   $ shtool subst -b.dummy \
  -  -e 's;parse\.y;/usr/src/local/chet/src/bash/src/parse.y;g' \
  +  -e 's;parse\.y;/Users/chet/src/bash/src/parse.y;g' \
 -e 's;/tmp/bison/share/bison\.simple;/usr/share/bison.simple;g' y.tab.c
  -$ svs diff
  -
  -[CURRENTLY NONE]
  +$ svs diff >/tmp/bash.patch
  +$ popd
  +$ rm -rf bash-3.2
   
  +Index: parse.y
  +--- parse.y.orig 2006-09-19 22:37:21 +0200
   parse.y  2006-12-06 13:32:45 +0100
  +@@ -1029,6 +1029,7 @@
  + #define PST_CMDTOKEN0x1000  /* command token OK - unused */
  + #define PST_COMPASSIGN  0x2000  /* parsing x=(...) compound 
assignment */
  + #define PST_ASSIGNOK0x4000  /* assignment statement ok in 
this context */
  ++#define PST_REGEXP  0x8000  /* parsing an ERE/BRE as a single word 
*/
  + 
  + /* Initial size to allocate for tokens, and the
  +amount to grow them by. */
  +@@

[CVS] OpenPKG: openpkg-src/openpkg/ HISTORY rpmdb

2006-12-07 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   07-Dec-2006 11:41:03
  Branch: HEAD Handle: 2006120710410201

  Modified files:
openpkg-src/openpkg HISTORY rpmdb

  Log:
fix incorrect double-import of OpenPGP keys by first fixating the RPM
DB

  Summary:
RevisionChanges Path
1.410   +2  -0  openpkg-src/openpkg/HISTORY
1.10+4  -4  openpkg-src/openpkg/rpmdb
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/HISTORY
  
  $ cvs diff -u -r1.409 -r1.410 HISTORY
  --- openpkg-src/openpkg/HISTORY   7 Dec 2006 10:38:28 -   1.409
  +++ openpkg-src/openpkg/HISTORY   7 Dec 2006 10:41:02 -   1.410
  @@ -2,6 +2,8 @@
   2006
   
   
  +20061207  RELEASE AS PART OF OPENPKG 2.20061207 
  +20061207 fix incorrect double-import of OpenPGP keys by first fixating the 
RPM DB
   20061207 fix Solaris build issues with the newer GNU gzip 1.3.6
   20061207 upgrade to "openpkg" executable version 2.0.0-C
   20061206 apply the GNU Bash 3.2 upstream patches 001-005
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/rpmdb
  
  $ cvs diff -u -r1.9 -r1.10 rpmdb
  --- openpkg-src/openpkg/rpmdb 30 Oct 2006 08:13:48 -  1.9
  +++ openpkg-src/openpkg/rpmdb 7 Dec 2006 10:41:03 -   1.10
  @@ -391,8 +391,8 @@
   db_init
   db_extend
   db_rebuild
  -db_operate
   db_fixate
  +db_operate
   ;;
   
   rebuild )
  @@ -401,8 +401,8 @@
   db_extend
   db_reload
   db_rebuild
  -db_operate
   db_fixate
  +db_operate
   ;;
   
   cleanup )
  @@ -410,15 +410,15 @@
   db_unbreak
   db_extend
   db_rebuild
  -db_operate
   db_fixate
  +db_operate
   ;;
   
   fixate )
   verbose 1 "FIXATING EXISTING RPM DATABASE ($dbpath)"
   db_extend
  -db_operate
   db_fixate
  +db_operate
   ;;
   
   list )
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/openpkg/ HISTORY openpkg.spec

2006-12-07 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   07-Dec-2006 11:38:29
  Branch: HEAD Handle: 2006120710382800

  Modified files:
openpkg-src/openpkg HISTORY openpkg.spec

  Log:
fix Solaris build issues with the newer GNU gzip 1.3.6

  Summary:
RevisionChanges Path
1.409   +1  -0  openpkg-src/openpkg/HISTORY
1.553   +1  -0  openpkg-src/openpkg/openpkg.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/HISTORY
  
  $ cvs diff -u -r1.408 -r1.409 HISTORY
  --- openpkg-src/openpkg/HISTORY   7 Dec 2006 10:35:58 -   1.408
  +++ openpkg-src/openpkg/HISTORY   7 Dec 2006 10:38:28 -   1.409
  @@ -2,6 +2,7 @@
   2006
   
   
  +20061207 fix Solaris build issues with the newer GNU gzip 1.3.6
   20061207 upgrade to "openpkg" executable version 2.0.0-C
   20061206 apply the GNU Bash 3.2 upstream patches 001-005
   20061206 switch GNU gzip from pre-patched OpenPKG tarball to pristine 
upstream tarball plus OpenPKG "update" tarball
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/openpkg.spec
  
  $ cvs diff -u -r1.552 -r1.553 openpkg.spec
  --- openpkg-src/openpkg/openpkg.spec  7 Dec 2006 10:35:58 -   1.552
  +++ openpkg-src/openpkg/openpkg.spec  7 Dec 2006 10:38:28 -   1.553
  @@ -515,6 +515,7 @@
 Darwin/* ) echo "gzip_cv_assembler=no" >>config.cache ;;
 esac
 CC="${l_cc}" \
  +  GREP="grep" \
 ./configure \
 --cache-file=./config.cache
 ${l_make} || exit $?
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/openpkg/ HISTORY openpkg.c openpkg.spec

2006-12-07 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   07-Dec-2006 11:36:00
  Branch: HEAD Handle: 2006120710355800

  Modified files:
openpkg-src/openpkg HISTORY openpkg.spec
  Removed files:
openpkg-src/openpkg openpkg.c

  Log:
upgrade to "openpkg" executable version 2.0.0-C

  Summary:
RevisionChanges Path
1.408   +1  -1  openpkg-src/openpkg/HISTORY
1.5 +0  -467openpkg-src/openpkg/openpkg.c
1.552   +79 -62 openpkg-src/openpkg/openpkg.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/HISTORY
  
  $ cvs diff -u -r1.407 -r1.408 HISTORY
  --- openpkg-src/openpkg/HISTORY   6 Dec 2006 12:57:01 -   1.407
  +++ openpkg-src/openpkg/HISTORY   7 Dec 2006 10:35:58 -   1.408
  @@ -2,7 +2,7 @@
   2006
   
   
  -20061206  RELEASE AS PART OF OPENPKG 2.20061206 ***
  +20061207 upgrade to "openpkg" executable version 2.0.0-C
   20061206 apply the GNU Bash 3.2 upstream patches 001-005
   20061206 switch GNU gzip from pre-patched OpenPKG tarball to pristine 
upstream tarball plus OpenPKG "update" tarball
   20061206 enhance "openpkg release" robustness when config file defines same 
value repeatedly
  @@ .
  rm -f openpkg-src/openpkg/openpkg.c <<'@@ .'
  Index: openpkg-src/openpkg/openpkg.c
  
  [NO CHANGE SUMMARY BECAUSE FILE AS A WHOLE IS JUST REMOVED]
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/openpkg.spec
  
  $ cvs diff -u -r1.551 -r1.552 openpkg.spec
  --- openpkg-src/openpkg/openpkg.spec  6 Dec 2006 11:19:25 -   1.551
  +++ openpkg-src/openpkg/openpkg.spec  7 Dec 2006 10:35:58 -   1.552
  @@ -39,7 +39,7 @@
   #   o any cc(1)
   
   #   the package version/release
  -%define   V_openpkg  20061206
  +%define   V_openpkg  20061207
   
   #   the used software versions
   %define   V_rpm  4.2.1
  @@ -59,6 +59,7 @@
   %define   V_perl 5.8.8
   %define   V_openssl  0.9.8d
   %define   V_tools1.1.1
  +%define   V_exec 2.0.0-C
   
   #   package information
   Name: openpkg
  @@ -74,44 +75,44 @@
   Release:  %{V_openpkg}
   
   #   list of sources
  -Source0:  ftp://ftp.openpkg.org/sources/CPY/openpkg/rpm-%{V_rpm}.tar.gz
  -Source1:  ftp://ftp.ossp.org/pkg/lib/uuid/uuid-%{V_uuid}.tar.gz
  -Source2:  ftp://ftp.openpkg.org/sources/CPY/openpkg/gzip-%{V_gzip}.tar
  -Source3:  
ftp://ftp.openpkg.org/sources/CPY/openpkg/gzip-%{V_gzip}-openpkg-r%{V_gzip_r}.tar
  -Source4:  ftp://alpha.gnu.org/gnu/patch/patch-%{V_patch}.tar.gz
  -Source5:  ftp://ftp.gnu.org/gnu/tar/tar-%{V_tar}.tar.gz
  -Source6:  ftp://ftp.cwru.edu/pub/bash/bash-%{V_bash}.tar.gz
  -Source7:  
ftp://ftp.openpkg.org/sources/CPY/config/config-%{V_config}.tar.gz
  -Source8:  ftp://ftp.gnu.org/gnu/make/make-%{V_make}.tar.gz
  -Source9:  http://www.bzip.org/%{V_bzip2}/bzip2-%{V_bzip2}.tar.gz
  -Source10: http://curl.haxx.se/download/curl-%{V_curl}.tar.gz
  -Source11: 
http://switch.dl.sourceforge.net/beecrypt/beecrypt-%{V_beecrypt}.tar.gz
  -Source12: http://www.zlib.net/zlib-%{V_zlib}.tar.gz
  -Source13: 
ftp://ftp.openpkg.org/sources/CPY/openpkg-registry/openpkg-registry-%{V_registry}.tar.gz
  -Source14: 
ftp://ftp.openpkg.org/sources/CPY/openpkg-tools/openpkg-tools-%{V_tools}.tar.gz
  -Source15: 
ftp://ftp.openpkg.org/sources/CPY/perl/perl-%{V_perl}-mini.tar.gz
  -Source16: ftp://ftp.openssl.org/source/openssl-%{V_openssl}.tar.gz
  -Source17: HISTORY
  -Source18: README
  -Source19: aux.prereq.sh
  -Source20: aux.usrgrp.sh
  -Source21: aux.wrapbin.sh
  -Source22: aux.wrapsrc.sh
  -Source23: bash.patch
  -Source24: beecrypt.patch
  -Source25: dot.bash_login
  -Source26: dot.bashrc
  -Source27: dot.lsyncrc
  -Source28: install.sh
  -Source29: local.README
  -Source30: lsync
  -Source31: lsync.8
  -Source32: lsync.pod
  -Source33: make.patch
  -Source34: man.sh
  -Source35: openpkg.1
  -Source36: openpkg.boot
  -Source37: openpkg.c
  +Source0:  ftp://alpha.gnu.org/gnu/patch/patch-%{V_patch}.tar.gz
  +Source1:  ftp://ftp.cwru.edu/pub/bash/bash-%{V_bash}.tar.gz
  +Source2:  ftp://ftp.gnu.org/gnu/make/make-%{V_make}.tar.gz
  +Source3:   

[CVS] OpenPKG: openpkg-src/mono/ mono.spec

2006-12-07 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   07-Dec-2006 09:46:31
  Branch: HEAD Handle: 2006120708463000

  Modified files:
openpkg-src/monomono.spec

  Log:
upgrading package: mono 1.2.2 -> 1.2.2.1

  Summary:
RevisionChanges Path
1.45+2  -2  openpkg-src/mono/mono.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/mono/mono.spec
  
  $ cvs diff -u -r1.44 -r1.45 mono.spec
  --- openpkg-src/mono/mono.spec5 Dec 2006 07:38:43 -   1.44
  +++ openpkg-src/mono/mono.spec7 Dec 2006 08:46:30 -   1.45
  @@ -24,7 +24,7 @@
   
   #   package version
   %define   V_major 1.2
  -%define   V_minor 2
  +%define   V_minor 2.1
   
   #   package information
   Name: mono
  @@ -37,7 +37,7 @@
   Group:Language
   License:  GPL
   Version:  %{V_major}.%{V_minor}
  -Release:  20061205
  +Release:  20061207
   
   #   list of sources
   Source0:  http://go-mono.com/sources/mono/mono-%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/curl/ curl.spec

2006-12-07 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   07-Dec-2006 09:26:58
  Branch: HEAD Handle: 2006120708265700

  Modified files:
openpkg-src/curlcurl.spec

  Log:
add optional ARES support

  Summary:
RevisionChanges Path
1.87+11 -1  openpkg-src/curl/curl.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/curl/curl.spec
  
  $ cvs diff -u -r1.86 -r1.87 curl.spec
  --- openpkg-src/curl/curl.spec30 Oct 2006 18:04:19 -  1.86
  +++ openpkg-src/curl/curl.spec7 Dec 2006 08:26:57 -   1.87
  @@ -33,12 +33,13 @@
   Group:Web
   License:  MIT-style
   Version:  7.16.0
  -Release:  20061030
  +Release:  20061207
   
   #   package options
   %option   with_ssl   yes
   %option   with_zlib  yes
   %option   with_idn   no
  +%option   with_ares  no
   
   #   list of sources
   Source0:  http://curl.haxx.se/download/curl-%{version}.tar.bz2
  @@ -60,6 +61,10 @@
   BuildPreReq:  libidn, pkgconfig
   PreReq:   libidn
   %endif
  +%if "%{with_ares}" == "yes"
  +BuildPreReq:  ares
  +PreReq:   ares
  +%endif
   AutoReq:  no
   AutoReqProv:  no
   
  @@ -119,6 +124,11 @@
   %else
   --without-libidn \
   %endif
  +%if "%{with_ares}" == "yes"
  +--enable-ares=%{l_prefix} \
  +%else
  +--disable-ares \
  +%endif
   --disable-shared
   %{l_make} %{l_mflags -O}
   
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/pound/ pound.patch pound.spec

2006-12-07 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   07-Dec-2006 09:14:15
  Branch: HEAD Handle: 2006120708141400

  Modified files:
openpkg-src/pound   pound.patch pound.spec

  Log:
upgrading package: pound 2.1.6 -> 2.1.7

  Summary:
RevisionChanges Path
1.3 +32 -17 openpkg-src/pound/pound.patch
1.65+2  -2  openpkg-src/pound/pound.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/pound/pound.patch
  
  $ cvs diff -u -r1.2 -r1.3 pound.patch
  --- openpkg-src/pound/pound.patch 28 Oct 2006 07:49:43 -  1.2
  +++ openpkg-src/pound/pound.patch 7 Dec 2006 08:14:14 -   1.3
  @@ -1,8 +1,35 @@
   pound.h.orig 2005-09-28 15:54:27.468707000 +0200
  -+++ pound.h  2005-09-28 17:52:20.687744806 +0200
  -@@ -84,6 +84,12 @@
  - #include"config.h"
  +Index: Makefile.in
  +--- Makefile.in.orig 2006-12-06 18:32:18 +0100
   Makefile.in  2006-12-07 09:12:24 +0100
  +@@ -44,7 +44,7 @@
  + ${CC} @LDFLAGS@ -o pound $(OBJS) $(LIBS)
  + 
  + poundctl:   poundctl.o
  +-${CC} -o poundctl poundctl.o $(LIBS)
  ++${CC} @LDFLAGS@ -o poundctl poundctl.o $(LIBS)
  + 
  + $(OBJS):pound.h
  + 
  +Index: http.c
  +--- http.c.orig  2006-12-06 18:32:18 +0100
   http.c   2006-12-07 09:12:24 +0100
  +@@ -29,6 +29,10 @@
  + 
  + #include"pound.h"
  + 
  ++#ifndef SOL_TCP
  ++#define SOL_TCP SOL_SOCKET
  ++#endif
  ++
  + /* HTTP error replies */
  + static char *h500 = "500 Internal Server Error",
  + *h501 = "501 Not Implemented",
  +Index: pound.h
  +--- pound.h.orig 2006-12-06 18:32:18 +0100
   pound.h  2006-12-07 09:12:24 +0100
  +@@ -31,6 +31,12 @@
#include
  + #include

   +#if HAVE_PTHREAD_H
   +#include
  @@ -13,7 +40,7 @@
#if HAVE_STDLIB_H
#include
#else
  -@@ -100,12 +106,6 @@
  +@@ -47,12 +53,6 @@
#include
#endif

  @@ -26,15 +53,3 @@
#if HAVE_STRING_H
#include
#else
  -Index: Makefile.in
   Makefile.in.orig 2006-10-28 09:38:58 +0200
  -+++ Makefile.in  2006-10-28 09:41:08 +0200
  -@@ -44,7 +44,7 @@
  - ${CC} @LDFLAGS@ -o pound $(OBJS) $(LIBS)
  - 
  - poundctl:   poundctl.o
  --${CC} -o poundctl poundctl.o
  -+${CC} @LDFLAGS@ -o poundctl poundctl.o $(LIBS)
  - 
  - $(OBJS):pound.h
  - 
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/pound/pound.spec
  
  $ cvs diff -u -r1.64 -r1.65 pound.spec
  --- openpkg-src/pound/pound.spec  5 Nov 2006 08:26:28 -   1.64
  +++ openpkg-src/pound/pound.spec  7 Dec 2006 08:14:14 -   1.65
  @@ -32,8 +32,8 @@
   Class:EVAL
   Group:Web
   License:  GPL
  -Version:      2.1.6
  -Release:  20061105
  +Version:  2.1.7
  +Release:  20061207
   
   #   package options
   %option   with_fsl  yes
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/ares/ ares.spec

2006-12-07 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   07-Dec-2006 09:05:44
  Branch: HEAD Handle: 2006120708054300

  Added files:
openpkg-src/aresares.spec

  Log:
new package: ares 1.3.2 (Asynchronous DNS Resolver Library)

  Summary:
RevisionChanges Path
1.1 +90 -0  openpkg-src/ares/ares.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/ares/ares.spec
  
  $ cvs diff -u -r0 -r1.1 ares.spec
  --- /dev/null 2006-12-07 09:05:32 +0100
  +++ ares.spec 2006-12-07 09:05:44 +0100
  @@ -0,0 +1,90 @@
  +##
  +##  ares.spec -- OpenPKG RPM Package Specification
  +##  Copyright (c) 2000-2006 OpenPKG Foundation e.V. <http://openpkg.net/>
  +##  Copyright (c) 2000-2006 Ralf S. Engelschall <http://engelschall.com/>
  +##
  +##  Permission to use, copy, modify, and distribute this software for
  +##  any purpose with or without fee is hereby granted, provided that
  +##  the above copyright notice and this permission notice appear in all
  +##  copies.
  +##
  +##  THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED 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 AUTHORS AND COPYRIGHT HOLDERS AND THEIR
  +##  CONTRIBUTORS 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.
  +##
  +
  +#   package information
  +Name: ares
  +Summary:  Asynchronous DNS Resolver Library
  +URL:  http://daniel.haxx.se/projects/c-ares/
  +Vendor:   Greg Hudson, Daniel Stenberg
  +Packager: OpenPKG Foundation e.V.
  +Distribution: OpenPKG Community
  +Class:EVAL
  +Group:DNS
  +License:  MIT
  +Version:  1.3.2
  +Release:  20061207
  +
  +#   list of sources
  +Source0:  http://daniel.haxx.se/projects/c-ares/c-ares-%{version}.tar.gz
  +
  +#   build information
  +Prefix:   %{l_prefix}
  +BuildRoot:%{l_buildroot}
  +BuildPreReq:  OpenPKG, openpkg >= 20040130
  +PreReq:   OpenPKG, openpkg >= 20040130
  +AutoReq:  no
  +AutoReqProv:  no
  +
  +%description
  +ARES (Asynchronous Resolver) is a C library that performs DNS
  +requests and name resolves asynchronously. This package is based on
  +c-ares, a fork and enhanced version of the original ARES library.
  +
  +%track
  +prog ares = {
  +version   = %{version}
  +url   = http://daniel.haxx.se/projects/c-ares/
  +regex = c-ares-(__VER__)\.tar\.gz
  +}
  +
  +%prep
  +%setup -q -n c-ares-%{version}
  +
  +%build
  +CC="%{l_cc}" \
  +CFLAGS="%{l_cflags -O}" \
  +CPPFLAGS="%{l_cppflags}" \
  +LDFLAGS="%{l_ldflags}" \
  +./configure \
  +--prefix=%{l_prefix} \
  +--mandir=%{l_prefix}/man \
  +--disable-shared
  +%{l_make} %{l_mflags -O}
  +
  +%install
  +rm -rf $RPM_BUILD_ROOT
  +%{l_make} %{l_mflags} install AM_MAKEFLAGS="DESTDIR=$RPM_BUILD_ROOT"
  +ls -l $RPM_BUILD_ROOT%{l_prefix}/lib/
  +( cd $RPM_BUILD_ROOT%{l_prefix}/lib
  +  %{l_shtool} mkln libcares.a  libares.a
  +  %{l_shtool} mkln libcares.la libares.la
  +  %{l_shtool} subst -e 's;cares;ares;g' libares.la
  +) || exit $?
  +%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
  +
  +%files -f files
  +
  +%clean
  +rm -rf $RPM_BUILD_ROOT
  +
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org