[CVS] OpenPKG: openpkg-src/perl-util/ perl-util.spec

2006-11-04 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:   04-Nov-2006 20:39:18
  Branch: HEAD Handle: 2006110419391800

  Modified files:
openpkg-src/perl-util   perl-util.spec

  Log:
modifying package: perl-util-5.8.8 20061102 -> 20061104

  Summary:
RevisionChanges Path
1.291   +2  -2  openpkg-src/perl-util/perl-util.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-util/perl-util.spec
  
  $ cvs diff -u -r1.290 -r1.291 perl-util.spec
  --- openpkg-src/perl-util/perl-util.spec  2 Nov 2006 16:20:13 -   
1.290
  +++ openpkg-src/perl-util/perl-util.spec  4 Nov 2006 19:39:18 -   
1.291
  @@ -55,7 +55,7 @@
   %define   V_data_table   1.50
   %define   V_data_compare 0.14
   %define   V_data_dumper_simple   0.11
  -%define   V_data_hierarchy   0.31
  +%define   V_data_hierarchy   0.33
   %define   V_exception_class  1.23
   %define   V_geography_countries  1.4
   %define   V_object_realize_later 0.15
  @@ -104,7 +104,7 @@
   Group:Perl
   License:  GPL/Artistic
   Version:  %{V_perl}
  -Release:  20061102
  +Release:  20061104
   
   #   list of sources
   Source0:  
http://www.cpan.org/modules/by-module/Test/Test-%{V_test}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/perl-xml/ perl-xml.spec

2006-11-04 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:   04-Nov-2006 20:39:03
  Branch: HEAD Handle: 2006110419390200

  Modified files:
openpkg-src/perl-xmlperl-xml.spec

  Log:
modifying package: perl-xml-5.8.8 20061031 -> 20061104

  Summary:
RevisionChanges Path
1.266   +2  -2  openpkg-src/perl-xml/perl-xml.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-xml/perl-xml.spec
  
  $ cvs diff -u -r1.265 -r1.266 perl-xml.spec
  --- openpkg-src/perl-xml/perl-xml.spec31 Oct 2006 07:04:04 -  
1.265
  +++ openpkg-src/perl-xml/perl-xml.spec4 Nov 2006 19:39:02 -   
1.266
  @@ -72,7 +72,7 @@
   %define   V_xml_mini1.2.8
   %define   V_xml_smart   1.6.9
   %define   V_xml_stream  1.22
  -%define   V_xml_dt  0.45
  +%define   V_xml_dt  0.46
   %define   V_svg 2.33
   %define   V_xml_elemental   2.0
   %define   V_xml_rss_parser  4.0
  @@ -93,7 +93,7 @@
   Group:Perl
   License:  GPL/Artistic
   Version:  %{V_perl}
  -Release:  20061031
  +Release:  20061104
   
   #   package options
   %option   with_libxmlno
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-11-04 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:   04-Nov-2006 20:38:35
  Branch: HEAD Handle: 2006110419383500

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

  Log:
upgrading package: crm114 20060920 -> 20061103

  Summary:
RevisionChanges Path
1.7 +3  -15 openpkg-src/crm114/crm114.patch
1.49+4  -4  openpkg-src/crm114/crm114.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/crm114/crm114.patch
  
  $ cvs diff -u -r1.6 -r1.7 crm114.patch
  --- openpkg-src/crm114/crm114.patch   9 Oct 2006 07:46:05 -   1.6
  +++ openpkg-src/crm114/crm114.patch   4 Nov 2006 19:38:35 -   1.7
  @@ -1,19 +1,7 @@
  -Index: crm_bit_entropy.c
   crm_bit_entropy.c.orig   2006-09-20 22:46:46 +0200
  -+++ crm_bit_entropy.c2006-10-09 09:42:47 +0200
  -@@ -669,7 +669,7 @@
  -   //  But here, we know the event has come to pass and so the
  -   // prior is 1.0 (the vent itself is a certainty at this point;
  -   // we are now counting bits needed to encode it).
  --  value =  ( - logl (
  -+  value =  ( - log (
  -  (count + BIT_ENTROPIC_PROBABILITY_NERF)
  -  / (total +  BIT_ENTROPIC_PROBABILITY_NERF))
  -  / 0.69314718 );
   Index: crm_osb_hyperspace.c
   crm_osb_hyperspace.c.orig2006-09-20 22:46:46 +0200
  -+++ crm_osb_hyperspace.c 2006-10-09 09:44:12 +0200
  -@@ -1286,7 +1286,7 @@
  +--- crm_osb_hyperspace.c.orig2006-11-03 16:19:12 +0100
   crm_osb_hyperspace.c 2006-11-04 20:32:00 +0100
  +@@ -1290,7 +1290,7 @@

//Proper pythagorean (Euclidean) distance - best in
//   SpamConf 2006 paper
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/crm114/crm114.spec
  
  $ cvs diff -u -r1.48 -r1.49 crm114.spec
  --- openpkg-src/crm114/crm114.spec13 Oct 2006 17:27:22 -  1.48
  +++ openpkg-src/crm114/crm114.spec4 Nov 2006 19:38:35 -   1.49
  @@ -23,9 +23,9 @@
   ##
   
   #   package version
  -%define   V_dist 20060920
  -%define   V_opkg 20060920
  -%define   V_name BlameNico
  +%define   V_dist 20061103
  +%define   V_opkg 20061103
  +%define   V_name BlameDalkey
   
   #   package information
   Name: crm114
  @@ -38,7 +38,7 @@
   Group:Mail
   License:  GPL
   Version:  %{V_opkg}
  -Release:  20061013
  +Release:  20061104
   
   #   list of sources
   Source0:  
http://crm114.sourceforge.net/crm114-%{V_dist}-%{V_name}.src.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-11-04 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:   04-Nov-2006 20:36:54
  Branch: HEAD Handle: 2006110419365300

  Modified files:
openpkg-src/dbusdbus.spec

  Log:
upgrading package: dbus 0.94 -> 0.95

  Summary:
RevisionChanges Path
1.14+2  -2  openpkg-src/dbus/dbus.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/dbus/dbus.spec
  
  $ cvs diff -u -r1.13 -r1.14 dbus.spec
  --- openpkg-src/dbus/dbus.spec31 Oct 2006 06:56:46 -  1.13
  +++ openpkg-src/dbus/dbus.spec4 Nov 2006 19:36:53 -   1.14
  @@ -34,8 +34,8 @@
   Class:EVAL
   Group:RPC
   License:  AFL/GPL
  -Version:  0.94
  -Release:  20061031
  +Version:  0.95
  +Release:  20061104
   
   #   list of sources
   Source0:  
http://dbus.freedesktop.org/releases/dbus/dbus-%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/perl-poe/ perl-poe.spec

2006-11-04 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:   04-Nov-2006 20:36:12
  Branch: HEAD Handle: 2006110419361200

  Modified files:
openpkg-src/perl-poeperl-poe.spec

  Log:
modifying package: perl-poe-5.8.8 20061013 -> 20061104

  Summary:
RevisionChanges Path
1.60+2  -2  openpkg-src/perl-poe/perl-poe.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-poe/perl-poe.spec
  
  $ cvs diff -u -r1.59 -r1.60 perl-poe.spec
  --- openpkg-src/perl-poe/perl-poe.spec13 Oct 2006 17:32:11 -  
1.59
  +++ openpkg-src/perl-poe/perl-poe.spec4 Nov 2006 19:36:12 -   
1.60
  @@ -24,7 +24,7 @@
   
   #   versions of individual parts
   %define   V_perl5.8.8
  -%define   V_poe 0.38
  +%define   V_poe 0.9500
   %define   V_poe_component_child 1.39
   %define   V_poe_component_server_http   0.09
   %define   V_poe_component_server_preforktcp 0.11
  @@ -42,7 +42,7 @@
   Group:Perl
   License:  GPL/Artistic
   Version:  %{V_perl}
  -Release:  20061013
  +Release:  20061104
   
   #   list of sources
   Source0:  http://www.cpan.org/modules/by-module/POE/POE-%{V_poe}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/perl-math/ perl-math.spec

2006-11-04 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:   04-Nov-2006 20:35:52
  Branch: HEAD Handle: 2006110419355200

  Modified files:
openpkg-src/perl-math   perl-math.spec

  Log:
modifying package: perl-math-5.8.8 20061013 -> 20061104

  Summary:
RevisionChanges Path
1.36+2  -2  openpkg-src/perl-math/perl-math.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-math/perl-math.spec
  
  $ cvs diff -u -r1.35 -r1.36 perl-math.spec
  --- openpkg-src/perl-math/perl-math.spec  13 Oct 2006 17:32:01 -  
1.35
  +++ openpkg-src/perl-math/perl-math.spec  4 Nov 2006 19:35:52 -   
1.36
  @@ -30,7 +30,7 @@
   %define   V_math_bigint_gmp  1.18
   %define   V_math_bigint_constant 1.07
   %define   V_math_bigint_fastcalc 0.10
  -%define   V_math_symbolic0.503
  +%define   V_math_symbolic0.504
   %define   V_math_algebra_symbols 1.21
   %define   V_math_combinatorics   0.08
   %define   V_math_calc_units  1.06
  @@ -50,7 +50,7 @@
   Group:Perl
   License:  GPL/Artistic
   Version:  %{V_perl}
  -Release:  20061013
  +Release:  20061104
   
   #   package options
   %option   with_gmpno
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-11-04 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:   04-Nov-2006 20:35:48
  Branch: HEAD Handle: 2006110419354800

  Modified files:
openpkg-src/pan pan.spec

  Log:
blind update

  Summary:
RevisionChanges Path
1.14+2  -2  openpkg-src/pan/pan.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/pan/pan.spec
  
  $ cvs diff -u -r1.13 -r1.14 pan.spec
  --- openpkg-src/pan/pan.spec  17 Oct 2006 08:36:39 -  1.13
  +++ openpkg-src/pan/pan.spec  4 Nov 2006 19:35:48 -   1.14
  @@ -32,8 +32,8 @@
   Class:EVAL
   Group:News
   License:  GPL
  -Version:  0.117
  -Release:  20061017
  +Version:  0.118
  +Release:  20061104
   
   #   list of sources
   Source0:  
http://pan.rebelbase.com/download/releases/%{version}/source/pan-%{version}.tar.bz2
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/perl-dbi/ perl-dbi.spec

2006-11-04 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:   04-Nov-2006 20:33:58
  Branch: HEAD Handle: 2006110419335800

  Modified files:
openpkg-src/perl-dbiperl-dbi.spec

  Log:
blind update

  Summary:
RevisionChanges Path
1.219   +2  -2  openpkg-src/perl-dbi/perl-dbi.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-dbi/perl-dbi.spec
  
  $ cvs diff -u -r1.218 -r1.219 perl-dbi.spec
  --- openpkg-src/perl-dbi/perl-dbi.spec2 Nov 2006 16:14:46 -   
1.218
  +++ openpkg-src/perl-dbi/perl-dbi.spec4 Nov 2006 19:33:58 -   
1.219
  @@ -37,7 +37,7 @@
   %define   V_dbd_sqlite  1.13
   %define   V_dbd_mysql   3.0008
   %define   V_dbd_pgsql   1.49
  -%define   V_dbd_oracle  1.18a
  +%define   V_dbd_oracle  1.19
   %define   V_dbd_sybase  1.07_01
   %define   V_dbd_odbc1.13
   %define   V_dbd_pglite  0.09
  @@ -53,7 +53,7 @@
   Group:Perl
   License:  GPL/Artistic
   Version:  %{V_perl}
  -Release:  20061102
  +Release:  20061104
   
   #   package options
   %option   with_dbd_sqlite  yes
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-11-04 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:   04-Nov-2006 20:12:58
  Branch: HEAD Handle: 2006110419125700

  Modified files:
openpkg-src/libwmf  libwmf.spec

  Log:
use new home URL

  Summary:
RevisionChanges Path
1.33+1  -1  openpkg-src/libwmf/libwmf.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/libwmf/libwmf.spec
  
  $ cvs diff -u -r1.32 -r1.33 libwmf.spec
  --- openpkg-src/libwmf/libwmf.spec4 Nov 2006 18:55:00 -   1.32
  +++ openpkg-src/libwmf/libwmf.spec4 Nov 2006 19:12:57 -   1.33
  @@ -25,7 +25,7 @@
   #   package information
   Name: libwmf
   Summary:  Windows Metafile Format (WMF) Conversion Library
  -URL:  http://www.wvware.com/libwmf.html
  +URL:  http://wvware.sourceforge.net/libwmf.html
   Vendor:   Francis James Franklin
   Packager: OpenPKG Foundation e.V.
   Distribution: OpenPKG Community
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-11-04 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:   04-Nov-2006 20:07:04
  Branch: OPENPKG_2_STABLE Handle: 2006110419070400

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

  Log:
MFC: recent fixes

  Summary:
RevisionChanges Path
1.1.2.2 +46 -0  openpkg-src/libwmf/libwmf.patch
1.29.2.3+4  -1  openpkg-src/libwmf/libwmf.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/libwmf/libwmf.patch
  
  $ cvs diff -u -r0 -r1.1.2.2 libwmf.patch
  --- /dev/null 2006-11-04 20:06:57 +0100
  +++ libwmf.patch  2006-11-04 20:07:04 +0100
  @@ -0,0 +1,46 @@
  +Index: src/font.c
  +--- src/font.c.orig  2005-07-27 22:35:06 +0200
   src/font.c   2006-11-04 19:20:55 +0100
  +@@ -199,7 +199,7 @@
  + unsigned int i = 0;
  + 
  + while (font_data->cache[i].name)
  +-{   if (strcmp (font_data->cache[i].path,entry->path) == 0) break;
  ++{   if (strcmp (font_data->cache[i].name,entry->name) == 0) break;
  + i++;
  + }
  + 
  +@@ -422,7 +422,6 @@
  + 
  + fontmap_data->FD.FI = 0;
  + 
  +-if (API->flags & WMF_OPT_SYS_FONTS)
  + {   if (API->flags & WMF_OPT_SYS_FONTMAP)
  + {   wmf_ipa_font_map_xml 
(API,&(fontmap_data->FD),options->sys_fontmap_file);
  + }
  +
  +-
  +
  +Security Fix (CVE-2006-3376)
  +
  +Integer overflow allowing remote attackers to execute arbitrary code
  +via the MaxRecordSize header field in a WMF file.
  +
  +Index: src/player.c
  +--- src/player.c.orig2002-12-10 20:30:26 +0100
   src/player.c 2006-11-04 19:50:32 +0100
  +@@ -132,6 +132,14 @@
  + }
  + }
  + 
  ++#define WMF_SIZE_MAX ((size_t)(~((size_t)0))) /* portable version of 
SIZE_MAX */
  ++if (MAX_REC_SIZE(API) > WMF_SIZE_MAX / 2)
  ++{
  ++API->err = wmf_E_InsMem;
  ++WMF_DEBUG (API,"bailing...");
  ++return (API->err);
  ++}
  ++
  + /*  P->Parameters = (unsigned char*) wmf_malloc (API,(MAX_REC_SIZE(API)-3) 
* 2 * sizeof (unsigned char));
  +  */ P->Parameters = (unsigned char*) wmf_malloc (API,(MAX_REC_SIZE(API)  ) 
* 2 * sizeof (unsigned char));
  + 
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/libwmf/libwmf.spec
  
  $ cvs diff -u -r1.29.2.2 -r1.29.2.3 libwmf.spec
  --- openpkg-src/libwmf/libwmf.spec16 Oct 2006 14:52:13 -  1.29.2.2
  +++ openpkg-src/libwmf/libwmf.spec4 Nov 2006 19:07:04 -   1.29.2.3
  @@ -33,13 +33,14 @@
   Group:Graphics
   License:  LGPL
   Version:  0.2.8.4
  -Release:  2.20061018
  +Release:  2.20061104
   
   #   package options
   %option   with_x11  no
   
   #   list of sources
   Source0:  
http://switch.dl.sourceforge.net/sourceforge/wvware/libwmf-%{version}.tar.gz
  +Patch0:   libwmf.patch
   
   #   build information
   Prefix:   %{l_prefix}
  @@ -67,6 +68,7 @@
   
   %prep
   %setup -q
  +%patch -p0
   %{l_shtool} subst \
   -e 's;-lfreetype;-lfreetype -lz;' \
   -e '/LINENO: error: C[+]* preprocessor/{N;N;N;N;s/.*/:/;}' \
  @@ -103,6 +105,7 @@
   rm -rf $RPM_BUILD_ROOT
   %{l_make} %{l_mflags} install AM_MAKEFLAGS="DESTDIR=$RPM_BUILD_ROOT"
   strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true
  +rm -rf $RPM_BUILD_ROOT%{l_prefix}/lib/gtk-2.0
   rm -rf $RPM_BUILD_ROOT%{l_prefix}/share/libwmf/html
   rm -rf $RPM_BUILD_ROOT%{l_prefix}/share/libwmf/caolan
   rm -f $RPM_BUILD_ROOT%{l_prefix}/share/libwmf/*.html
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-11-04 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:   04-Nov-2006 19:55:01
  Branch: HEAD Handle: 200611041855

  Added files:
openpkg-src/libwmf  libwmf.patch
  Modified files:
openpkg-src/libwmf  libwmf.spec

  Log:
apply two bugfixes from Debian, a security fix and cleanup the
installation hierarchy by removing useless files

  Summary:
RevisionChanges Path
1.1 +46 -0  openpkg-src/libwmf/libwmf.patch
1.32+4  -1  openpkg-src/libwmf/libwmf.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/libwmf/libwmf.patch
  
  $ cvs diff -u -r0 -r1.1 libwmf.patch
  --- /dev/null 2006-11-04 19:55:00 +0100
  +++ libwmf.patch  2006-11-04 19:55:01 +0100
  @@ -0,0 +1,46 @@
  +Index: src/font.c
  +--- src/font.c.orig  2005-07-27 22:35:06 +0200
   src/font.c   2006-11-04 19:20:55 +0100
  +@@ -199,7 +199,7 @@
  + unsigned int i = 0;
  + 
  + while (font_data->cache[i].name)
  +-{   if (strcmp (font_data->cache[i].path,entry->path) == 0) break;
  ++{   if (strcmp (font_data->cache[i].name,entry->name) == 0) break;
  + i++;
  + }
  + 
  +@@ -422,7 +422,6 @@
  + 
  + fontmap_data->FD.FI = 0;
  + 
  +-if (API->flags & WMF_OPT_SYS_FONTS)
  + {   if (API->flags & WMF_OPT_SYS_FONTMAP)
  + {   wmf_ipa_font_map_xml 
(API,&(fontmap_data->FD),options->sys_fontmap_file);
  + }
  +
  +-
  +
  +Security Fix (CVE-2006-3376)
  +
  +Integer overflow allowing remote attackers to execute arbitrary code
  +via the MaxRecordSize header field in a WMF file.
  +
  +Index: src/player.c
  +--- src/player.c.orig2002-12-10 20:30:26 +0100
   src/player.c 2006-11-04 19:50:32 +0100
  +@@ -132,6 +132,14 @@
  + }
  + }
  + 
  ++#define WMF_SIZE_MAX ((size_t)(~((size_t)0))) /* portable version of 
SIZE_MAX */
  ++if (MAX_REC_SIZE(API) > WMF_SIZE_MAX / 2)
  ++{
  ++API->err = wmf_E_InsMem;
  ++WMF_DEBUG (API,"bailing...");
  ++return (API->err);
  ++}
  ++
  + /*  P->Parameters = (unsigned char*) wmf_malloc (API,(MAX_REC_SIZE(API)-3) 
* 2 * sizeof (unsigned char));
  +  */ P->Parameters = (unsigned char*) wmf_malloc (API,(MAX_REC_SIZE(API)  ) 
* 2 * sizeof (unsigned char));
  + 
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/libwmf/libwmf.spec
  
  $ cvs diff -u -r1.31 -r1.32 libwmf.spec
  --- openpkg-src/libwmf/libwmf.spec16 Oct 2006 12:47:46 -  1.31
  +++ openpkg-src/libwmf/libwmf.spec4 Nov 2006 18:55:00 -   1.32
  @@ -33,13 +33,14 @@
   Group:Graphics
   License:  LGPL
   Version:  0.2.8.4
  -Release:  20061016
  +Release:  20061104
   
   #   package options
   %option   with_x11  no
   
   #   list of sources
   Source0:  
http://switch.dl.sourceforge.net/sourceforge/wvware/libwmf-%{version}.tar.gz
  +Patch0:   libwmf.patch
   
   #   build information
   Prefix:   %{l_prefix}
  @@ -67,6 +68,7 @@
   
   %prep
   %setup -q
  +%patch -p0
   %{l_shtool} subst \
   -e 's;-lfreetype;-lfreetype -lz;' \
   -e '/LINENO: error: C[+]* preprocessor/{N;N;N;N;s/.*/:/;}' \
  @@ -103,6 +105,7 @@
   rm -rf $RPM_BUILD_ROOT
   %{l_make} %{l_mflags} install AM_MAKEFLAGS="DESTDIR=$RPM_BUILD_ROOT"
   strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true
  +rm -rf $RPM_BUILD_ROOT%{l_prefix}/lib/gtk-2.0
   rm -rf $RPM_BUILD_ROOT%{l_prefix}/share/libwmf/html
   rm -rf $RPM_BUILD_ROOT%{l_prefix}/share/libwmf/caolan
   rm -f $RPM_BUILD_ROOT%{l_prefix}/share/libwmf/*.html
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/openssh/ fsl.openssh openssh.spec rc.openss...

2006-11-04 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:   04-Nov-2006 17:05:26
  Branch: HEAD Handle: 2006110416052500

  Modified files:
openpkg-src/openssh fsl.openssh openssh.spec rc.openssh

  Log:
As I said, I really have to figure out what I need in my diet to stop
committing crap: backout changes which were still not tested in-depth
and hence were not intended to be comitted together with the last HPN
patch set upgrade commit

  Summary:
RevisionChanges Path
1.9 +1  -1  openpkg-src/openssh/fsl.openssh
1.178   +1  -1  openpkg-src/openssh/openssh.spec
1.24+1  -1  openpkg-src/openssh/rc.openssh
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/openssh/fsl.openssh
  
  $ cvs diff -u -r1.8 -r1.9 fsl.openssh
  --- openpkg-src/openssh/fsl.openssh   1 Nov 2006 11:12:24 -   1.8
  +++ openpkg-src/openssh/fsl.openssh   4 Nov 2006 16:05:25 -   1.9
  @@ -9,7 +9,7 @@
   -> {
   debug: file(
   path="@l_prefix@/var/openssh/openssh.log",
  -perm=0644, jitter=1, monitor=3600
  +perm=0644
   )
   }
   };
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/openssh/openssh.spec
  
  $ cvs diff -u -r1.177 -r1.178 openssh.spec
  --- openpkg-src/openssh/openssh.spec  1 Nov 2006 11:12:24 -   1.177
  +++ openpkg-src/openssh/openssh.spec  4 Nov 2006 16:05:25 -   1.178
  @@ -42,7 +42,7 @@
   Group:SSH
   License:  BSD
   Version:  %{V_base}%{V_portable}
  -Release:  20061101
  +Release:  20061104
   
   #   package options
   %option   with_fsl  yes
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/openssh/rc.openssh
  
  $ cvs diff -u -r1.23 -r1.24 rc.openssh
  --- openpkg-src/openssh/rc.openssh1 Nov 2006 11:12:24 -   1.23
  +++ openpkg-src/openssh/rc.openssh4 Nov 2006 16:05:25 -   1.24
  @@ -48,6 +48,6 @@
   -n ${openssh_log_numfiles} -s ${openssh_log_minsize} -d \
   -z ${openssh_log_complevel} -m 644 -o @l_susr@ -g @l_mgrp@ \
   -P "${openssh_log_prolog}" \
  --E "${openssh_log_epilog}" \
  +-E "${openssh_log_epilog}; rc openssh restart" \
   @l_prefix@/var/openssh/openssh.log
   
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-11-04 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:   04-Nov-2006 16:49:18
  Branch: HEAD Handle: 2006110415491700

  Modified files:
openpkg-src/python  python.spec

  Log:
Ops, I really have to check what I need in my diet to stop committing
crap: the options should be still all turned off by default, of course

  Summary:
RevisionChanges Path
1.74+9  -9  openpkg-src/python/python.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/python/python.spec
  
  $ cvs diff -u -r1.73 -r1.74 python.spec
  --- openpkg-src/python/python.spec3 Nov 2006 18:36:00 -   1.73
  +++ openpkg-src/python/python.spec4 Nov 2006 15:49:17 -   1.74
  @@ -33,18 +33,18 @@
   Group:Language
   License:  GPL
   Version:  2.5
  -Release:  20061103
  +Release:  20061104
   
   #   package options
  -%option   with_readline  yes
  +%option   with_readline  no
   %option   with_dbno
  -%option   with_dbm   yes
  -%option   with_cursesyes
  -%option   with_zlib  yes
  -%option   with_bzip2 yes
  -%option   with_xml   yes
  -%option   with_localeyes
  -%option   with_ssl   yes
  +%option   with_dbm   no
  +%option   with_cursesno
  +%option   with_zlib  no
  +%option   with_bzip2 no
  +%option   with_xml   no
  +%option   with_localeno
  +%option   with_ssl   no
   
   #   list of sources
   Source0:  
http://www.python.org/ftp/python/%{version}/Python-%{version}.tar.bz2
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/vorbis-tools/ vorbis-tools.patch vorbis-too...

2006-11-04 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:   04-Nov-2006 15:01:46
  Branch: HEAD Handle: 2006110414014401

  Modified files:
openpkg-src/vorbis-tools
vorbis-tools.patch vorbis-tools.spec

  Log:
fix building against our cURL 7.16 in CURRENT

  Summary:
RevisionChanges Path
1.2 +13 -2  openpkg-src/vorbis-tools/vorbis-tools.patch
1.15+3  -3  openpkg-src/vorbis-tools/vorbis-tools.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/vorbis-tools/vorbis-tools.patch
  
  $ cvs diff -u -r1.1 -r1.2 vorbis-tools.patch
  --- openpkg-src/vorbis-tools/vorbis-tools.patch   24 Oct 2006 16:31:16 
-  1.1
  +++ openpkg-src/vorbis-tools/vorbis-tools.patch   4 Nov 2006 14:01:44 
-   1.2
  @@ -1,6 +1,6 @@
   Index: configure
   configure.orig   2003-11-17 17:51:14.0 +0100
  -+++ configure2006-10-24 18:29:47.070909153 +0200
  +--- configure.orig   2003-11-17 17:51:14 +0100
   configure2006-11-04 14:56:50 +0100
   @@ -10373,9 +10373,9 @@
PROFILE="-Wall -W -pg -g -O20 -ffast-math -fsigned-char"
;;
  @@ -14,3 +14,14 @@
;;
*-*-darwin*)
DEBUG="-fno-common -g -Wall -fsigned-char"
  +Index: ogg123/http_transport.c
  +--- ogg123/http_transport.c.orig 2003-08-07 01:14:12 +0200
   ogg123/http_transport.c  2006-11-04 14:59:11 +0100
  +@@ -113,7 +113,6 @@
  +   if (inputOpts.ProxyTunnel)
  + curl_easy_setopt (handle, CURLOPT_HTTPPROXYTUNNEL, 
inputOpts.ProxyTunnel);
  +   */
  +-  curl_easy_setopt(handle, CURLOPT_MUTE, 1);
  +   curl_easy_setopt(handle, CURLOPT_ERRORBUFFER, private->error);
  +   curl_easy_setopt(handle, CURLOPT_PROGRESSFUNCTION, progress_callback);
  +   curl_easy_setopt(handle, CURLOPT_PROGRESSDATA, private);
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/vorbis-tools/vorbis-tools.spec
  
  $ cvs diff -u -r1.14 -r1.15 vorbis-tools.spec
  --- openpkg-src/vorbis-tools/vorbis-tools.spec24 Oct 2006 16:31:16 
-  1.14
  +++ openpkg-src/vorbis-tools/vorbis-tools.spec4 Nov 2006 14:01:45 
-   1.15
  @@ -37,7 +37,7 @@
   Group:Audio
   License:  GPL
   Version:  %{V_tools}
  -Release:  20061024
  +Release:  20061104
   
   #   list of sources
   Source0:  
http://www.vorbis.com/files/%{V_whole}/unix/vorbis-tools-%{V_tools}.tar.gz
  @@ -48,8 +48,8 @@
   BuildRoot:%{l_buildroot}
   BuildPreReq:  OpenPKG, openpkg >= 20040130, make, gcc, bison
   PreReq:   OpenPKG, openpkg >= 20040130
  -BuildPreReq:  vorbis-libs, curl, libiconv
  -PreReq:   vorbis-libs, curl, libiconv
  +BuildPreReq:  vorbis-libs, curl >= 7.16, libiconv
  +PreReq:   vorbis-libs, curl >= 7.16, libiconv
   AutoReq:  no
   AutoReqProv:  no
   
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-11-04 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:   04-Nov-2006 14:18:33
  Branch: OPENPKG_2_STABLE Handle: 2006110413183300

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

  Log:
MFC: Security Fix (CVE-2006-5467)

  Summary:
RevisionChanges Path
1.6.4.4 +17 -0  openpkg-src/ruby/ruby.patch
1.40.2.5+1  -1  openpkg-src/ruby/ruby.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/ruby/ruby.patch
  
  $ cvs diff -u -r1.6.4.3 -r1.6.4.4 ruby.patch
  --- openpkg-src/ruby/ruby.patch   20 Oct 2006 14:40:32 -  1.6.4.3
  +++ openpkg-src/ruby/ruby.patch   4 Nov 2006 13:18:33 -   1.6.4.4
  @@ -22,3 +22,20 @@
db_check(dblib) and break
  end
end
  +
  +-
  +
  +Security Fix (CVE-2006-5467)
  +
  +Index: lib/cgi.rb
  +--- lib/cgi.rb.orig  2006-08-22 11:38:19 +0200
   lib/cgi.rb   2006-11-04 14:11:46 +0100
  +@@ -1018,7 +1018,7 @@
  +   else
  + stdinput.read(content_length)
  +   end
  +-  if c.nil?
  ++  if c.nil? || c.empty?
  + raise EOFError, "bad content body"
  +   end
  +   buf.concat(c)
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/ruby/ruby.spec
  
  $ cvs diff -u -r1.40.2.4 -r1.40.2.5 ruby.spec
  --- openpkg-src/ruby/ruby.spec20 Oct 2006 14:40:32 -  1.40.2.4
  +++ openpkg-src/ruby/ruby.spec4 Nov 2006 13:18:33 -   1.40.2.5
  @@ -33,7 +33,7 @@
   Group:Language
   License:  GPL
   Version:  1.8.5
  -Release:  2.20061020
  +Release:  2.20061104
   
   #   list of sources
   Source0:  ftp://ftp.ruby-lang.org/pub/ruby/ruby-%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-11-04 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:   04-Nov-2006 14:17:39
  Branch: HEAD Handle: 2006110413173900

  Modified files:
openpkg-src/rubyruby.patch ruby.spec

  Log:
Security Fix (CVE-2006-5467)

  Summary:
RevisionChanges Path
1.9 +17 -0  openpkg-src/ruby/ruby.patch
1.46+1  -1  openpkg-src/ruby/ruby.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/ruby/ruby.patch
  
  $ cvs diff -u -r1.8 -r1.9 ruby.patch
  --- openpkg-src/ruby/ruby.patch   25 Aug 2006 19:37:37 -  1.8
  +++ openpkg-src/ruby/ruby.patch   4 Nov 2006 13:17:39 -   1.9
  @@ -22,3 +22,20 @@
db_check(dblib) and break
  end
end
  +
  +-
  +
  +Security Fix (CVE-2006-5467)
  +
  +Index: lib/cgi.rb
  +--- lib/cgi.rb.orig  2006-08-22 11:38:19 +0200
   lib/cgi.rb   2006-11-04 14:11:46 +0100
  +@@ -1018,7 +1018,7 @@
  +   else
  + stdinput.read(content_length)
  +   end
  +-  if c.nil?
  ++  if c.nil? || c.empty?
  + raise EOFError, "bad content body"
  +   end
  +   buf.concat(c)
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/ruby/ruby.spec
  
  $ cvs diff -u -r1.45 -r1.46 ruby.spec
  --- openpkg-src/ruby/ruby.spec13 Oct 2006 17:33:53 -  1.45
  +++ openpkg-src/ruby/ruby.spec4 Nov 2006 13:17:39 -   1.46
  @@ -33,7 +33,7 @@
   Group:Language
   License:  GPL
   Version:  1.8.5
  -Release:  20061013
  +Release:  20061104
   
   #   list of sources
   Source0:  ftp://ftp.ruby-lang.org/pub/ruby/ruby-%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-11-04 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:   04-Nov-2006 09:19:03
  Branch: OPENPKG_2_STABLE Handle: 2006110323170532517

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

  Log:
MFC: security fixed latest upstream version

  Summary:
RevisionChanges Path
1.7 +0  -150openpkg-src/bind/bind.patch
1.109.2.4   +11 -10 openpkg-src/bind/bind.spec
  

  rm -f openpkg-src/bind/bind.patch <<'@@ .'
  Index: openpkg-src/bind/bind.patch
  
  [NO CHANGE SUMMARY BECAUSE FILE AS A WHOLE IS JUST REMOVED]
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/bind/bind.spec
  
  $ cvs diff -u -r1.109.2.3 -r1.109.2.4 bind.spec
  --- openpkg-src/bind/bind.spec16 Oct 2006 14:48:29 -  
1.109.2.3
  +++ openpkg-src/bind/bind.spec4 Nov 2006 08:19:02 -   
1.109.2.4
  @@ -22,21 +22,25 @@
   ##  SUCH DAMAGE.
   ##
   
  +#   package version
  +%define   V_opkg  9.3.2p2
  +%define   V_dist  9.3.2-P2
  +
   #   package information
   Name: bind
   Summary:  Berkeley Internet Name Domain (BIND)
  -URL:  http://www.isc.org/products/BIND/
  +URL:  http://www.isc.org/sw/bind/
   Vendor:   Internet Software Foundation
   Packager: OpenPKG Foundation e.V.
   Distribution: OpenPKG Community
   Class:BASE
   Group:DNS
   License:  ISC
  -Version:  9.3.2
  -Release:  2.20061018
  +Version:  %{V_opkg}
  +Release:  2.20061104
   
   #   list of sources
  -Source0:  ftp://ftp.isc.org/isc/bind9/%{version}/bind-%{version}.tar.gz
  +Source0:  ftp://ftp.isc.org/isc/bind9/%{V_dist}/bind-%{V_dist}.tar.gz
   Source2:  db.root
   Source3:  db.root.sh
   Source4:  db.localhost
  @@ -45,7 +49,6 @@
   Source7:  named.conf
   Source8:  rndc.conf
   Source9:  rc.bind
  -Patch0:   bind.patch
   
   #   build information
   Prefix:   %{l_prefix}
  @@ -67,17 +70,15 @@
   
   %track
   prog bind = {
  -version   = %{version}
  +version   = %{V_dist}
   url   = ftp://ftp.isc.org/isc/bind9/
  -regex = (\d+\.\d+\.\d+[^a-z].*)
  -transform = "s/(\\d+\\.\\d+\\.\\d+)([^a-z].*$)/$1/; $_"
  +regex = (\d+\.\d+\.\d+(-P\d+)?)
   url   = ftp://ftp.isc.org/isc/bind9/__NEWVER__/
   regex = bind-(__VER__)\.tar\.gz
   }
   
   %prep
  -%setup -q
  -%patch -p0
  +%setup -q -n bind-%{V_dist}
   %{l_shtool} subst \
   -e '/LINENO: error: C[+]* preprocessor/{N;N;N;N;s/.*/:/;}' \
   configure
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org