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

2008-05-28 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:   29-May-2008 08:36:55
  Branch: HEAD Handle: 2008052907365500

  Added files:
openpkg-src/swfmill swfmill.spec

  Log:
new package: swfmill 0.2.12 (XML to SWF Processor)

  Summary:
RevisionChanges Path
1.1 +87 -0  openpkg-src/swfmill/swfmill.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/swfmill/swfmill.spec
  
  $ cvs diff -u -r0 -r1.1 swfmill.spec
  --- /dev/null 2008-05-29 08:35:00 +0200
  +++ swfmill.spec  2008-05-29 08:36:55 +0200
  @@ -0,0 +1,87 @@
  +##
  +##  swfmill.spec -- OpenPKG RPM Package Specification
  +##  Copyright (c) 2000-2008 OpenPKG Foundation e.V. 
  +##
  +##  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: swfmill
  +Summary:  XML to SWF Processor
  +URL:  http://swfmill.org/
  +Vendor:   Daniel Fischer
  +Packager: OpenPKG Foundation e.V.
  +Distribution: OpenPKG Community
  +Class:EVAL
  +Group:Language
  +License:  GPL
  +Version:  0.2.12
  +Release:  20080529
  +
  +#   list of sources
  +Source0:  http://swfmill.org/releases/swfmill-%{version}.tar.gz
  +
  +#   build information
  +Prefix:   %{l_prefix}
  +BuildRoot:%{l_buildroot}
  +BuildPreReq:  OpenPKG, openpkg >= 20060823
  +PreReq:   OpenPKG, openpkg >= 20060823
  +BuildPreReq:  jpeg, png, freetype, libxml, libxslt
  +PreReq:   jpeg, png, freetype, libxml, libxslt
  +AutoReq:  no
  +AutoReqProv:  no
  +
  +%description
  +SWFMill is an XML to SWF and SWF to XML processor with import
  +functionalities. It's most common use is the generation of asset
  +libraries containing images (PNG and JPEG), fonts (TTF) or other SWF
  +movies for use with an ActionScript compiler.
  +
  +%track
  +prog swfmill = {
  +version   = %{version}
  +url   = http://swfmill.org/
  +regex = swfmill-(__VER__)\.tar\.gz
  +}
  +
  +%prep
  +%setup -q
  +
  +%build
  +CC="%{l_cc}" \
  +CFLAGS="%{l_cflags -O}" \
  +CPPFLAGS="%{l_cppflags}" \
  +LDFLAGS="%{l_ldflags}" \
  +./configure \
  +--prefix=%{l_prefix} \
  +--disable-shared
  +%{l_make} %{l_mflags -O}
  +
  +%install
  +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
  +%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
  +
  +%files -f files
  +
  +%clean
  +rm -rf $RPM_BUILD_ROOT
  +
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2008-05-28 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:   29-May-2008 08:30:47
  Branch: HEAD Handle: 2008052907304700

  Modified files:
openpkg-src/vim vim.spec

  Log:
upgrading package: vim 7.1.299 -> 7.1.302

  Summary:
RevisionChanges Path
1.629   +5  -2  openpkg-src/vim/vim.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/vim/vim.spec
  
  $ cvs diff -u -r1.628 -r1.629 vim.spec
  --- openpkg-src/vim/vim.spec  28 May 2008 17:23:02 -  1.628
  +++ openpkg-src/vim/vim.spec  29 May 2008 06:30:47 -  1.629
  @@ -24,7 +24,7 @@
   #   package versions
   %define   V_vl  7.1
   %define   V_vs  71
  -%define   V_pl  299
  +%define   V_pl  302
   
   #   package information
   Name: vim
  @@ -37,7 +37,7 @@
   Group:Editor
   License:  Charityware
   Version:  %{V_vl}.%{V_pl}
  -Release:  20080528
  +Release:  20080529
   
   #   package options
   %option   with_x11no
  @@ -352,6 +352,9 @@
   Patch297: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.297
   Patch298: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.298
   Patch299: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.299
  +Patch300: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.300
  +Patch301: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.301
  +Patch302: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.302
   
   #   build information
   Prefix:   %{l_prefix}
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2008-05-28 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:   29-May-2008 08:30:30
  Branch: HEAD Handle: 2008052907302900

  Modified files:
openpkg-src/openser openser.spec

  Log:
modifying package: openser-1.3.2 20080516 -> 20080529

  Summary:
RevisionChanges Path
1.69+2  -2  openpkg-src/openser/openser.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/openser/openser.spec
  
  $ cvs diff -u -r1.68 -r1.69 openser.spec
  --- openpkg-src/openser/openser.spec  16 May 2008 07:47:04 -  1.68
  +++ openpkg-src/openser/openser.spec  29 May 2008 06:30:29 -  1.69
  @@ -23,7 +23,7 @@
   
   #   package options
   %define   V_openser  1.3.2
  -%define   V_rtpproxy 20080418-021701
  +%define   V_rtpproxy 20080529-021701
   
   #   package information
   Name: openser
  @@ -36,7 +36,7 @@
   Group:VoIP
   License:  GPL
   Version:  %{V_openser}
  -Release:  20080516
  +Release:  20080529
   
   #   package options
   %option   with_fsl  yes
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2008-05-28 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:   29-May-2008 08:30:29
  Branch: HEAD Handle: 2008052907302900

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

  Log:
modifying package: perl-locale-5.10.0 20080521 -> 20080529

  Summary:
RevisionChanges Path
1.107   +2  -2  openpkg-src/perl-locale/perl-locale.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-locale/perl-locale.spec
  
  $ cvs diff -u -r1.106 -r1.107 perl-locale.spec
  --- openpkg-src/perl-locale/perl-locale.spec  21 May 2008 18:43:45 -  
1.106
  +++ openpkg-src/perl-locale/perl-locale.spec  29 May 2008 06:30:29 -  
1.107
  @@ -30,7 +30,7 @@
   %define   V_libintl_perl 1.16
   %define   V_gettext  1.05
   %define   V_locale_po0.21
  -%define   V_locale_maketext  1.12
  +%define   V_locale_maketext  1.13
   %define   V_locale_maketext_fuzzy0.10
   %define   V_locale_maketext_lexicon  0.66
   %define   V_locale_maketext_simple   0.18
  @@ -50,7 +50,7 @@
   Group:Perl
   License:  GPL/Artistic
   Version:  %{V_perl}
  -Release:  20080521
  +Release:  20080529
   
   #   list of sources
   Source0:  
http://www.cpan.org/modules/by-module/I18N/I18N-LangTags-%{V_i18n_langtags}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2008-05-28 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:   29-May-2008 08:29:43
  Branch: HEAD Handle: 2008052907294200

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

  Log:
modifying package: drupal-6.2 20080528 -> 20080529

  Summary:
RevisionChanges Path
1.17+23 -14 openpkg-src/drupal/drupal.patch
1.260   +2  -2  openpkg-src/drupal/drupal.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/drupal/drupal.patch
  
  $ cvs diff -u -r1.16 -r1.17 drupal.patch
  --- openpkg-src/drupal/drupal.patch   28 May 2008 18:59:11 -  1.16
  +++ openpkg-src/drupal/drupal.patch   29 May 2008 06:29:42 -  1.17
  @@ -330,7 +330,7 @@
   --- /dev/null2008-05-02 21:08:21 +0200
   +++ sites/all/modules/img_assist/img_assist_popup.js 2008-05-02 21:05:56 
+0200
   @@ -0,0 +1,20 @@
  -+/* $Id: drupal.patch,v 1.16 2008/05/28 18:59:11 rse Exp $ */
  ++/* $Id: drupal.patch,v 1.17 2008/05/29 06:29:42 rse Exp $ */
   +
   +function launch_popup(nid, mw, mh) {
   +var ox = mw;
  @@ -578,23 +578,23 @@
  in arbitrary directories.
   3. Finally, do not create a new DOM and output it as XML. Instead directly
  output the transformed XML in order to get rid of the  
declaration.
  -4. Additionally, support an optional XML content prolog (mainly
  +4. Additionally, support an optional XML content template (mainly
  for loading ENTITY definitions which cannot be done via XSD and XSLT)
   
   Index: sites/all/modules/xmlcontent/xmlcontent.module
   --- sites/all/modules/xmlcontent/xmlcontent.module.orig  2007-03-14 
22:59:59 +0100
  -+++ sites/all/modules/xmlcontent/xmlcontent.module   2008-05-28 20:55:11 
+0200
   sites/all/modules/xmlcontent/xmlcontent.module   2008-05-29 08:27:28 
+0200
   @@ -39,7 +39,16 @@
  return t('Allows users to post XML node content and get it 
transformed through a configured XSLT script');

case 'process':
   -  $xslt_path = drupal_get_path('module', 'xmlcontent'). '/' . 
variable_get("xmlcontent_xslt_path_$format", '');
  -+  $prolog_path = variable_get("xmlcontent_prolog_path_$format", '');
  -+  if ($prolog_path != "") {
  -+  if (substr($prolog_path, 0, 1) != "/")
  -+  $prolog_path = drupal_get_path('module', 'xmlcontent') . '/' 
. $prolog_path;
  -+  $prolog = file_get_contents($prolog_path);
  -+  $text = $prolog . $text;
  ++  $tpl_path = variable_get("xmlcontent_tpl_path_$format", '');
  ++  if ($tpl_path != "") {
  ++  if (substr($tpl_path, 0, 1) != "/")
  ++  $tpl_path = drupal_get_path('module', 'xmlcontent') . '/' . 
$tpl_path;
  ++  $tpl = file_get_contents($tpl_path);
  ++  $text = preg_replace(/&template_body;/, $text, $tpl);
   +  }
   +  $xslt_path = variable_get("xmlcontent_xslt_path_$format", '');
   +  if (substr($xslt_path, 0, 1) != "/")
  @@ -627,17 +627,26 @@
'#collapsible' => TRUE,
'#collapsed' => FALSE,
  );
  -+  $form['xmlcontent']["xmlcontent_prolog_path_$format"] = array(
  ++  $form['xmlcontent']["xmlcontent_tpl_path_$format"] = array(
   +'#type'=> 'textfield',
  -+'#title'   => t('Optional XML Prolog File Path'),
  -+'#default_value' => variable_get("xmlcontent_prolog_path_$format", ''),
  ++'#title'   => t('Optional XML Template File Path'),
  ++'#default_value' => variable_get("xmlcontent_tpl_path_$format", ''),
   +'#field_prefix'  => drupal_get_path('module', 'xmlcontent'). '/',
  -+'#description'  => t('The file path to the optional XML prolog, 
prepended to the XML content before processing.'),
  ++'#description'  => t('The file path to the optional XML template, 
wrapper around the XML content before processing.'),
   +  );
  $form['xmlcontent']["xmlcontent_xslt_path_$format"] = array(
'#type'=> 'textfield',
'#title'   => t(

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

2008-05-28 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:   29-May-2008 07:57:44
  Branch: HEAD Handle: 2008052906574300

  Modified files:
openpkg-src/dhtml   dhtml.spec

  Log:
modifying package: dhtml-0 20080525 -> 20080529

  Summary:
RevisionChanges Path
1.140   +2  -2  openpkg-src/dhtml/dhtml.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/dhtml/dhtml.spec
  
  $ cvs diff -u -r1.139 -r1.140 dhtml.spec
  --- openpkg-src/dhtml/dhtml.spec  25 May 2008 07:43:03 -  1.139
  +++ openpkg-src/dhtml/dhtml.spec  29 May 2008 05:57:43 -  1.140
  @@ -53,7 +53,7 @@
   %define   V_jsan_csschange   0.02
   %define   V_jsan_display 0.06
   %define   V_jsolait  2006-07-12
  -%define   V_yui  2.5.1
  +%define   V_yui  2.5.2
   %define   V_cssquery 2.0.2
   %define   V_ajaxslt  0.4
   %define   V_spry P1_4_12-14
  @@ -78,7 +78,7 @@
   Group:HTML
   License:  Open Source
   Version:  0
  -Release:  20080525
  +Release:  20080529
   
   #   list of sources
   Source0:  
ftp://ftp.openpkg.org/sources/CPY/VERSIONED/dhtml/prototype-%{V_prototype}.js
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2008-05-28 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:   29-May-2008 07:57:05
  Branch: HEAD Handle: 2008052906570500

  Modified files:
openpkg-src/perl-parperl-par.spec

  Log:
modifying package: perl-par-5.10.0 20080523 -> 20080529

  Summary:
RevisionChanges Path
1.44+2  -2  openpkg-src/perl-par/perl-par.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-par/perl-par.spec
  
  $ cvs diff -u -r1.43 -r1.44 perl-par.spec
  --- openpkg-src/perl-par/perl-par.spec23 May 2008 08:41:26 -  
1.43
  +++ openpkg-src/perl-par/perl-par.spec29 May 2008 05:57:05 -  
1.44
  @@ -23,7 +23,7 @@
   
   #   versions of individual parts
   %define   V_perl  5.10.0
  -%define   V_par_dist  0.29
  +%define   V_par_dist  0.31
   %define   V_par   0.980
   
   #   package information
  @@ -37,7 +37,7 @@
   Group:Perl
   License:  GPL/Artistic
   Version:  %{V_perl}
  -Release:  20080523
  +Release:  20080529
   
   #   list of sources
   Source0:  
http://www.cpan.org/modules/by-module/PAR/PAR-Dist-%{V_par_dist}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2008-05-28 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:   29-May-2008 07:54:30
  Branch: HEAD Handle: 2008052906542900

  Modified files:
openpkg-src/ansifilter  ansifilter.spec

  Log:
upgrading package: ansifilter 1.0 -> 1.1

  Summary:
RevisionChanges Path
1.7 +2  -2  openpkg-src/ansifilter/ansifilter.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/ansifilter/ansifilter.spec
  
  $ cvs diff -u -r1.6 -r1.7 ansifilter.spec
  --- openpkg-src/ansifilter/ansifilter.spec4 Apr 2008 06:26:56 -   
1.6
  +++ openpkg-src/ansifilter/ansifilter.spec29 May 2008 05:54:29 -  
1.7
  @@ -31,8 +31,8 @@
   Class:EVAL
   Group:Terminal
   License:  GPL
  -Version:  1.0
  -Release:  20080404
  +Version:  1.1
  +Release:  20080529
   
   #   list of sources
   Source0:  http://www.andre-simon.de/zip/ansifilter-%{version}.tar.bz2
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2008-05-28 Thread Ralf S. Engelschall
27;   => t('XSLT Script File Path'),
  +@@ -242,10 +261,8 @@
  }

  // Transform
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/drupal/drupal.spec
  
  $ cvs diff -u -r1.258 -r1.259 drupal.spec
  --- openpkg-src/drupal/drupal.spec27 May 2008 19:03:58 -  1.258
  +++ openpkg-src/drupal/drupal.spec28 May 2008 18:59:11 -  1.259
  @@ -213,7 +213,7 @@
   Group:CMS
   License:  GPL
   Version:  %{V_drupal}
  -Release:  20080527
  +Release:  20080528
   
   #   package options
   %option   with_mysql   yes
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2008-05-28 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:   28-May-2008 19:23:03
  Branch: HEAD Handle: 2008052818230200

  Modified files:
openpkg-src/vim vim.spec

  Log:
upgrading package: vim 7.1.298 -> 7.1.299

  Summary:
RevisionChanges Path
1.628   +3  -2  openpkg-src/vim/vim.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/vim/vim.spec
  
  $ cvs diff -u -r1.627 -r1.628 vim.spec
  --- openpkg-src/vim/vim.spec  12 May 2008 07:34:53 -  1.627
  +++ openpkg-src/vim/vim.spec  28 May 2008 17:23:02 -  1.628
  @@ -24,7 +24,7 @@
   #   package versions
   %define   V_vl  7.1
   %define   V_vs  71
  -%define   V_pl  298
  +%define   V_pl  299
   
   #   package information
   Name: vim
  @@ -37,7 +37,7 @@
   Group:Editor
   License:  Charityware
   Version:  %{V_vl}.%{V_pl}
  -Release:  20080512
  +Release:  20080528
   
   #   package options
   %option   with_x11no
  @@ -351,6 +351,7 @@
   Patch296: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.296
   Patch297: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.297
   Patch298: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.298
  +Patch299: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.299
   
   #   build information
   Prefix:   %{l_prefix}
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2008-05-28 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:   28-May-2008 19:22:46
  Branch: HEAD Handle: 2008052818224500

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

  Log:
upgrading package: git 1.5.5.2 -> 1.5.5.3

  Summary:
RevisionChanges Path
1.62+6  -6  openpkg-src/git/git.patch
1.103   +2  -2  openpkg-src/git/git.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/git/git.patch
  
  $ cvs diff -u -r1.61 -r1.62 git.patch
  --- openpkg-src/git/git.patch 26 May 2008 20:36:56 -  1.61
  +++ openpkg-src/git/git.patch 28 May 2008 17:22:45 -  1.62
  @@ -12,9 +12,9 @@

INSTALL?=install

  -Index: git-1.5.5.2/Makefile
   git-1.5.5.2/Makefile.orig2008-02-02 05:09:01 +0100
  -+++ git-1.5.5.2/Makefile 2008-02-02 17:12:28 +0100
  +Index: git-1.5.5.3/Makefile
  +--- git-1.5.5.3/Makefile.orig2008-02-02 05:09:01 +0100
   git-1.5.5.3/Makefile 2008-02-02 17:12:28 +0100
   @@ -162,7 +162,7 @@
infodir = $(prefix)/share/info
gitexecdir = $(bindir)
  @@ -38,9 +38,9 @@
endif
BUILTIN_OBJS += builtin-http-fetch.o
EXTLIBS += $(CURL_LIBCURL)
  -Index: git-1.5.5.2/perl/Makefile.PL
   git-1.5.5.2/perl/Makefile.PL.orig2008-04-21 00:17:13 +0200
  -+++ git-1.5.5.2/perl/Makefile.PL 2008-05-08 13:50:08 +0200
  +Index: git-1.5.5.3/perl/Makefile.PL
  +--- git-1.5.5.3/perl/Makefile.PL.orig2008-04-21 00:17:13 +0200
   git-1.5.5.3/perl/Makefile.PL 2008-05-08 13:50:08 +0200
   @@ -26,5 +26,6 @@
VERSION_FROM=> 'Git.pm',
PM  => \%pm,
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/git/git.spec
  
  $ cvs diff -u -r1.102 -r1.103 git.spec
  --- openpkg-src/git/git.spec  26 May 2008 20:36:56 -  1.102
  +++ openpkg-src/git/git.spec  28 May 2008 17:22:45 -  1.103
  @@ -22,7 +22,7 @@
   ##
   
   #   package version
  -%define   V_git   1.5.5.2
  +%define   V_git   1.5.5.3
   %define   V_cogito0.18.2
   %define   V_stgit 0.14.2
   %define   V_guilt 0.30
  @@ -39,7 +39,7 @@
   Group:SCM
   License:  GPL
   Version:  %{V_git}
  -Release:  20080526
  +Release:  20080528
   
   #   package options
   %option   with_cogito yes
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2008-05-28 Thread Ralf S. Engelschall
if (in->tlsext_tick)
  - M_ASN1_I2D_put_EXP_opt(&(a.tlsext_tick), 
i2d_ASN1_OCTET_STRING,10,v10);
  -@@ -464,8 +465,10 @@
  - ret->tlsext_tick_lifetime_hint=ASN1_INTEGER_get(aip);
  - OPENSSL_free(ai.data); ai.data=NULL; ai.length=0;
  - }
  -+else if (ret->tlsext_ticklen && ret->session_id_length)
  -+ret->tlsext_tick_lifetime_hint = -1;
  - else
  --ret->tlsext_tick_lifetime_hint=0;
  -+ret->tlsext_tick_lifetime_hint = 0;
  - os.length=0;
  - os.data=NULL;
  - M_ASN1_D2I_get_EXP_opt(osp,d2i_ASN1_OCTET_STRING,10);
  -Index: ssl/s3_clnt.c
   ssl/s3_clnt.c14 Oct 2007 14:07:46 -  1.88.2.11
  -+++ ssl/s3_clnt.c3 Nov 2007 13:07:39 -   1.88.2.12
  -@@ -273,7 +273,10 @@
  - if (ret == 2)
  - {
  - s->hit = 1;
  --s->state=SSL3_ST_CR_FINISHED_A;
  -+if (s->tlsext_ticket_expected)
  -+s->state=SSL3_ST_CR_SESSION_TICKET_A;
  -+else
  -+s->state=SSL3_ST_CR_FINISHED_A;
  - s->init_num=0;
  - break;
  - }
  -Index: crypto/bn/bn_mul.c
   crypto/bn/bn_mul.c   8 Jul 2007 18:54:30 -   1.36.2.1
  -+++ crypto/bn/bn_mul.c   3 Nov 2007 20:09:29 -   1.36.2.2
  -@@ -389,6 +389,7 @@
  -  * a[0]*b[0]+a[1]*b[1]+(a[0]-a[1])*(b[1]-b[0])
  -  * a[1]*b[1]
  -  */
  -+/* dnX may not be positive, but n2/2+dnX has to be */
  - void bn_mul_recursive(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b, int n2,
  - int dna, int dnb, BN_ULONG *t)
  - {
  -@@ -398,7 +399,7 @@
  - BN_ULONG ln,lo,*p;
  - 
  - # ifdef BN_COUNT
  --fprintf(stderr," bn_mul_recursive %d * %d\n",n2,n2);
  -+fprintf(stderr," bn_mul_recursive %d%+d * %d%+d\n",n2,dna,n2,dnb);
  - # endif
  - # ifdef BN_MUL_COMBA
  - #  if 0
  -@@ -545,6 +546,7 @@
  - 
  - /* n+tn is the word length
  -  * t needs to be n*4 is size, as does r */
  -+/* tnX may not be negative but less than n */
  - void bn_mul_part_recursive(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b, int n,
  -  int tna, int tnb, BN_ULONG *t)
  - {
  -@@ -553,8 +555,8 @@
  - BN_ULONG ln,lo,*p;
  - 
  - # ifdef BN_COUNT
  --fprintf(stderr," bn_mul_part_recursive (%d+%d) * (%d+%d)\n",
  --tna, n, tnb, n);
  -+fprintf(stderr," bn_mul_part_recursive (%d%+d) * (%d%+d)\n",
  -+n, tna, n, tnb);
  - # endif
  - if (n < 8)
  - {
  -@@ -655,16 +657,19 @@
  - for (;;)
  - {
  - i/=2;
  --if (i <= tna && tna == tnb)
  -+/* these simplified conditions work
  -+ * exclusively because difference
  -+ * between tna and tnb is 1 or 0 */
  -+if (i < tna || i < tnb)
  - {
  --bn_mul_recursive(&(r[n2]),
  -+bn_mul_part_recursive(&(r[n2]),
  - &(a[n]),&(b[n]),
  - i,tna-i,tnb-i,p);
  - break;
  - }
  --else if (i < tna || i < tnb)
  -+else if (i == tna || i == tnb)
  - {
  --bn_mul_part_recursive(&(r[n2]),
  -+bn_mul_recursive(&(r[n2]),
  - &(a[n]),&(b[n]),
  - i,tna-i,tnb-i,p);
  - break;
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/openssl/openssl.spec
  
  $ cvs diff -u -r1.97 -r1.98 openssl.spec
  --- openpkg-src/openssl/openssl.spec  1 Jan 2008 15:00:47 -   1.97
  +++ openpkg-src/openssl/openssl.spec  28 May 2008 17:22:37 -  1.98
  @@ -31,8 +31,8 @@
   Class:CORE
   Group:SSL
   License:  BSD-style
  -Version:  0.9.8g
  -Release:  20080101
  +Version:  0.9.8h
  +Release:  20080528
   
   #   package options
   %option   with_zlib no
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org