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

2009-04-03 Thread Ralf S. Engelschall
ot;WAV";
  ++ext = "wav";
  + 
  + if (filename[0] == '/') {
  + if (asprintf(&fn, "%s.%s", filename, ext) < 0) {
  +Index: main/http.c
  +--- main/http.c.orig 2009-01-14 00:11:19 +0100
   main/http.c  2009-04-03 09:41:24 +0200
  +@@ -435,14 +435,8 @@
  + ast_log(LOG_WARNING, "Got unexpected 
GMIME_IS_MESSAGE_PARTIAL\n");
  + return;
  + } else if (GMIME_IS_MULTIPART(part)) {
  +-GList *l;
  +-
  + ast_log(LOG_WARNING, "Got unexpected GMIME_IS_MULTIPART, trying 
to process subparts\n");
  +-l = GMIME_MULTIPART (part)->subparts;
  +-while (l) {
  +-process_message_callback(l->data, cbinfo);
  +-l = l->next;
  +-}
  ++g_mime_multipart_foreach(GMIME_MULTIPART(part), 
process_message_callback, cbinfo);
  + } else if (GMIME_IS_PART(part)) {
  + const char *filename;
  + 
  +Index: main/tcptls.c
  +--- main/tcptls.c.orig   2009-02-04 19:55:32 +0100
   main/tcptls.c2009-04-03 09:41:24 +0200
  +@@ -210,6 +210,7 @@
  + if (!ast_strlen_zero(cfg->cafile) || !ast_strlen_zero(cfg->capath)) {
  + if (SSL_CTX_load_verify_locations(cfg->ssl_ctx, 
S_OR(cfg->cafile, NULL), S_OR(cfg->capath,NULL)) == 0)
  + ast_verb(0, "SSL CA file(%s)/path(%s) error\n", 
cfg->cafile, cfg->capath);
  ++SSL_CTX_set_client_CA_list(cfg->ssl_ctx, S_OR(cfg->cafile, NULL));
  + }
  + 
  + ast_verb(0, "SSL certificate ok\n");
  +Index: menuselect-tree
  +--- menuselect-tree.orig 2009-04-02 19:47:58 +0200
   menuselect-tree  2009-04-03 09:41:24 +0200
  +@@ -155,6 +155,8 @@
  + 
  + 
  + 
  ++
  ++
  + 
  + 
  + 
  +@@ -617,9 +619,9 @@
  + 
  + 
  + 
  ++yes
  + 
  + 
  +-yes
  + 
  + 
  + 
  +@@ -677,6 +679,7 @@
  + 
  + 
  + 
  ++yes
  + 
  + 
  + 
  +Index: sounds/sounds.xml
  +--- sounds/sounds.xml.orig   2008-03-06 05:46:17 +0100
   sounds/sounds.xml2009-04-03 09:41:24 +0200
  +@@ -4,9 +4,9 @@
  + 
  + 
  + 
  ++yes
  + 
  + 
  +-yes
  + 
  + 
  + 
  +@@ -64,6 +64,7 @@
  + 
  + 
  + 
  ++yes
  + 
  + 
  + 
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/asterisk/asterisk.spec
  
  $ cvs diff -u -r1.90 -r1.91 asterisk.spec
  --- openpkg-src/asterisk/asterisk.spec28 Mar 2009 19:14:52 -  
1.90
  +++ openpkg-src/asterisk/asterisk.spec3 Apr 2009 07:53:24 -   
1.91
  @@ -22,8 +22,8 @@
   ##
   
   #   package version
  -%define   V_opkg 1.6.0.6
  -%define   V_asterisk 1.6.0.6
  +%define   V_opkg 1.6.0.8
  +%define   V_asterisk 1.6.0.8
   %define   V_asterisk_addons  1.6.0.1
   %define   V_asterisk_sounds_core_en  1.4.15
   %define   V_asterisk_sounds_core_de  current
  @@ -41,7 +41,7 @@
   Group:VoIP
   License:  GPL
   Version:  %{V_opkg}
  -Release:  20090328
  +Release:  20090403
   
   #   package options
   %option   with_dahdi   no
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2009-04-03 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  r...@openpkg.org
  Module: openpkg-src  Date:   03-Apr-2009 09:48:21
  Branch: HEAD Handle: 2009040308482000

  Modified files:
openpkg-src/drupal  drupal.spec

  Log:
modifying package: drupal-6.10 20090331 -> 20090403

  Summary:
RevisionChanges Path
1.455   +2  -2  openpkg-src/drupal/drupal.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/drupal/drupal.spec
  
  $ cvs diff -u -r1.454 -r1.455 drupal.spec
  --- openpkg-src/drupal/drupal.spec31 Mar 2009 18:04:20 -  1.454
  +++ openpkg-src/drupal/drupal.spec3 Apr 2009 07:48:20 -   1.455
  @@ -36,7 +36,7 @@
   %define   V_module_avatar_selection6.x-1.5
   %define   V_module_backlinks   6.x-1.x-dev
   %define   V_module_backup_migrate  6.x-1.2
  -%define   V_module_biblio  6.x-1.1
  +%define   V_module_biblio  6.x-1.2
   %define   V_module_captcha 6.x-1.0-rc2
   %define   V_module_captcha_pack6.x-1.0-beta1
   %define   V_module_cck 6.x-2.2
  @@ -231,7 +231,7 @@
   Group:CMS
   License:  GPL
   Version:  %{V_drupal}
  -Release:  20090331
  +Release:  20090403
   
   #   package options
   %option   with_mysql   yes
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/data-isocodes/ data-isocodes.spec

2009-04-03 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  r...@openpkg.org
  Module: openpkg-src  Date:   03-Apr-2009 09:44:51
  Branch: HEAD Handle: 2009040308445000

  Modified files:
openpkg-src/data-isocodes
data-isocodes.spec

  Log:
upgrading package: data-isocodes 3.7 -> 3.8

  Summary:
RevisionChanges Path
1.36+4  -4  openpkg-src/data-isocodes/data-isocodes.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/data-isocodes/data-isocodes.spec
  
  $ cvs diff -u -r1.35 -r1.36 data-isocodes.spec
  --- openpkg-src/data-isocodes/data-isocodes.spec  9 Mar 2009 06:53:53 
-   1.35
  +++ openpkg-src/data-isocodes/data-isocodes.spec  3 Apr 2009 07:44:50 
-   1.36
  @@ -22,9 +22,9 @@
   ##
   
   #   package version
  -%define   V_opkg   3.7
  -%define   V_dist   3.7
  -%define   V_subdir 3.7
  +%define   V_opkg   3.8
  +%define   V_dist   3.8
  +%define   V_subdir 3.8
   
   #   package information
   Name: data-isocodes
  @@ -37,7 +37,7 @@
   Group:Data
   License:  Open Source
   Version:  %{V_opkg}
  -Release:  20090309
  +Release:  20090403
   
   #   list of sources
   Source0:  
http://ftp.debian.org/debian/pool/main/i/iso-codes/iso-codes_%{V_dist}.orig.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2009-04-03 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  r...@openpkg.org
  Module: openpkg-src  Date:   03-Apr-2009 09:44:13
  Branch: HEAD Handle: 2009040308441200

  Modified files:
openpkg-src/socat   socat.spec

  Log:
upgrading package: socat 1.7.0.0 -> 1.7.1.0

  Summary:
RevisionChanges Path
1.49+2  -2  openpkg-src/socat/socat.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/socat/socat.spec
  
  $ cvs diff -u -r1.48 -r1.49 socat.spec
  --- openpkg-src/socat/socat.spec  16 Oct 2008 07:01:38 -  1.48
  +++ openpkg-src/socat/socat.spec  3 Apr 2009 07:44:12 -   1.49
  @@ -22,7 +22,7 @@
   ##
   
   #   package version
  -%define   V_major  1.7.0
  +%define   V_major  1.7.1
   %define   V_minor  0
   
   #   package information
  @@ -36,7 +36,7 @@
   Group:Network
   License:  GPL
   Version:  %{V_major}.%{V_minor}
  -Release:  20081016
  +Release:  20090403
   
   #   package options
   %option   with_readline yes
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org