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

2009-02-13 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:   13-Feb-2009 20:40:05
  Branch: HEAD Handle: 2009021319400500

  Modified files:
openpkg-src/snmpsnmp.patch snmp.spec

  Log:
modifying package: snmp-5.4.2.1 20081101 - 20090213

  Summary:
RevisionChanges Path
1.15+32 -9  openpkg-src/snmp/snmp.patch
1.97+3  -6  openpkg-src/snmp/snmp.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/snmp/snmp.patch
  
  $ cvs diff -u -r1.14 -r1.15 snmp.patch
  --- openpkg-src/snmp/snmp.patch   1 Nov 2008 10:00:33 -   1.14
  +++ openpkg-src/snmp/snmp.patch   13 Feb 2009 19:40:05 -  1.15
  @@ -1,6 +1,6 @@
   Index: agent/auto_nlist.c
   --- agent/auto_nlist.c.orig  2008-06-05 23:11:53 +0200
  -+++ agent/auto_nlist.c   2008-11-01 10:39:12 +0100
   agent/auto_nlist.c   2009-02-13 20:32:38 +0100
   @@ -53,6 +53,7 @@
}
if (*ptr == 0) {
  @@ -11,7 +11,7 @@
it-right = 0;
   Index: agent/mibgroup/mibII/tcp.c
   --- agent/mibgroup/mibII/tcp.c.orig  2008-06-05 23:11:53 +0200
  -+++ agent/mibgroup/mibII/tcp.c   2008-11-01 10:40:01 +0100
   agent/mibgroup/mibII/tcp.c   2009-02-13 20:32:38 +0100
   @@ -84,7 +84,7 @@
 * But only define it under FreeBSD, since it
 *   breaks other systems (notable AIX)
  @@ -23,7 +23,7 @@

   Index: agent/mibgroup/mibII/tcpTable.c
   --- agent/mibgroup/mibII/tcpTable.c.orig 2007-10-14 14:12:58 +0200
  -+++ agent/mibgroup/mibII/tcpTable.c  2008-11-01 10:39:12 +0100
   agent/mibgroup/mibII/tcpTable.c  2009-02-13 20:32:38 +0100
   @@ -100,6 +100,11 @@
#define TCPTABLE_REMOTEPORT pcb.inp_fport
#define TCPTABLE_IS_LINKED_LIST
  @@ -56,7 +56,7 @@
tcp_head   = nnew;
   Index: agent/mibgroup/ucd-snmp/diskio.c
   --- agent/mibgroup/ucd-snmp/diskio.c.orig2008-06-05 23:11:53 +0200
  -+++ agent/mibgroup/ucd-snmp/diskio.c 2008-11-01 10:39:12 +0100
   agent/mibgroup/ucd-snmp/diskio.c 2009-02-13 20:32:38 +0100
   @@ -593,6 +593,20 @@
case DISKIO_DEVICE:
*var_len = strlen(stat-dinfo-devices[indx].device_name);
  @@ -88,7 +88,7 @@
ERROR_MSG(diskio.c: don't know how to handle this request.);
   Index: agent/mibgroup/ucd-snmp/memory_solaris2.c
   --- agent/mibgroup/ucd-snmp/memory_solaris2.c.orig   2006-09-15 02:48:50 
+0200
  -+++ agent/mibgroup/ucd-snmp/memory_solaris2.c2008-11-01 10:39:12 
+0100
   agent/mibgroup/ucd-snmp/memory_solaris2.c2009-02-13 20:32:38 
+0100
   @@ -1,3 +1,4 @@
   +#undef _FILE_OFFSET_BITS /* swapctl doesn't support 64bit off_t */
#include net-snmp/net-snmp-config.h   /* local SNMP configuration details 
*/
  @@ -96,7 +96,7 @@
#include string.h
   Index: agent/mibgroup/ucd-snmp/proc.c
   --- agent/mibgroup/ucd-snmp/proc.c.orig  2008-06-05 23:11:53 +0200
  -+++ agent/mibgroup/ucd-snmp/proc.c   2008-11-01 10:39:12 +0100
   agent/mibgroup/ucd-snmp/proc.c   2009-02-13 20:32:38 +0100
   @@ -1,3 +1,6 @@
   +#ifdef solaris2
   +#undef _FILE_OFFSET_BITS /* solaris procfs doesn't support 64bit off_t */
  @@ -106,7 +106,7 @@
#ifdef solaris2
   Index: agent/mibgroup/util_funcs.c
   --- agent/mibgroup/util_funcs.c.orig 2007-08-16 16:12:47 +0200
  -+++ agent/mibgroup/util_funcs.c  2008-11-01 10:39:12 +0100
   agent/mibgroup/util_funcs.c  2009-02-13 20:32:38 +0100
   @@ -461,6 +461,9 @@
int fd[2][2], i, cnt;
charctmp[STRMAX], *cptr1, *cptr2, argvs[STRMAX], **argv,
  @@ -117,9 +117,32 @@
/*
 * Setup our pipes 
 */
  +Index: agent/snmpd.c
  +--- agent/snmpd.c.orig   2008-08-17 22:50:55 +0200
   agent/snmpd.c2009-02-13 20:33:03 +0100
  +@@ -424,7 +424,7 @@
  + int uid = 0, gid = 0;
  + int agent_mode = -1;
  + char   *cptr, **argvptr;
  +-char   *pid_file = NULL;
  ++char   *pid_file = @l_prefix@/var/snmp/snmpd.pid;
  + charoption_compatability[] = -Le;
  + #if HAVE_GETPID
  + int fd;
  +Index: apps/snmptrapd.c
  +--- apps/snmptrapd.c.orig2007-08-16 11:35:12 +0200
   apps/snmptrapd.c 2009-02-13 20:32:38 +0100
  +@@ -748,6 +748,7 @@
  +  */
  + #if HAVE_GETPID
  + strcat(options, p:);
  ++parse_config_pidFile(NULL, @l_prefix@/var/snmp/snmptrapd.pid);
  + #endif
  + 
  + #ifdef WIN32
   Index: include/net-snmp/library/system.h
   --- include/net-snmp/library/system.h.orig   2007-01-11 23:13:56

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

2009-02-13 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:   13-Feb-2009 20:43:56
  Branch: HEAD Handle: 2009021319435600

  Added files:
openpkg-src/rushrush.spec

  Log:
new package: rush 1.6 (GNU Restricted User Shell)

  Summary:
RevisionChanges Path
1.1 +95 -0  openpkg-src/rush/rush.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/rush/rush.spec
  
  $ cvs diff -u -r0 -r1.1 rush.spec
  --- /dev/null 2009-02-13 20:43:55 +0100
  +++ rush.spec 2009-02-13 20:43:56 +0100
  @@ -0,0 +1,95 @@
  +##
  +##  rush.spec -- OpenPKG RPM Package Specification
  +##  Copyright (c) 2000-2008 OpenPKG Foundation e.V. http://openpkg.net/
  +##
  +##  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: rush
  +Summary:  GNU Restricted User Shell
  +URL:  http://www.gnu.org/software/rush/
  +Vendor:   Sergey Poznyakoff
  +Packager: OpenPKG Foundation e.V.
  +Distribution: OpenPKG Community
  +Class:EVAL
  +Group:Shell
  +License:  GPL
  +Version:  1.6
  +Release:  20090213
  +
  +#   list of sources
  +Source0:  ftp://ftp.gnu.org/gnu/rush/rush-%{version}.tar.gz
  +
  +#   build information
  +Prefix:   %{l_prefix}
  +BuildRoot:%{l_buildroot}
  +BuildPreReq:  OpenPKG, openpkg = 20060823
  +PreReq:   OpenPKG, openpkg = 20060823
  +AutoReq:  no
  +AutoReqProv:  no
  +
  +%description
  +GNU Rush is a Restricted User Shell, designed for sites providing
  +limited remote access to their resources, such as, for example,
  +savannah.gnu.org. Its main program, rush, is configured as a user
  +login shell for users that are allowed only remote access to the
  +machine. Using a flexible configuration file, GNU Rush gives
  +administrator complete control over the command lines that users
  +execute, and allows to tune the usage of system resources, such as
  +virtual memory, CPU time, etc. on a per-user basis.
  +
  +%track
  +prog rush = {
  +version   = %{version}
  +url   = ftp://ftp.gnu.org/gnu/rush/
  +regex = rush-(__VER__)\.tar\.gz
  +}
  +
  +%prep
  +%setup -q
  +
  +%build
  +CC=%{l_cc} \
  +CFLAGS=%{l_cflags -O} \
  +CPPFLAGS=%{l_cppflags} \
  +LDFLAGS=%{l_ldflags} \
  +./configure \
  +--prefix=%{l_prefix} \
  +--sysconfdir=%{l_prefix}/etc/rush \
  +--infodir=%{l_prefix}/info \
  +--disable-nls
  +%{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 21 || true
  +rm -f $RPM_BUILD_ROOT%{l_prefix}/info/dir /dev/null 21 || true
  +rm -f $RPM_BUILD_ROOT%{l_prefix}/lib/charset.alias /dev/null 21 || 
true
  +rm -rf $RPM_BUILD_ROOT%{l_prefix}/share/rush /dev/null 21 || true
  +%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT \
  +%{l_files_std} \
  +'%config %{l_prefix}/etc/rush/rush.rc'
  +
  +%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/libraw/ libraw.spec

2009-02-13 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:   13-Feb-2009 20:49:03
  Branch: HEAD Handle: 2009021319490300

  Modified files:
openpkg-src/libraw  libraw.spec

  Log:
upgrading package: libraw 0.6.12 - 0.6.13

  Summary:
RevisionChanges Path
1.10+2  -2  openpkg-src/libraw/libraw.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/libraw/libraw.spec
  
  $ cvs diff -u -r1.9 -r1.10 libraw.spec
  --- openpkg-src/libraw/libraw.spec10 Feb 2009 08:23:16 -  1.9
  +++ openpkg-src/libraw/libraw.spec13 Feb 2009 19:49:03 -  1.10
  @@ -31,8 +31,8 @@
   Class:EVAL
   Group:Graphics
   License:  GPL
  -Version:  0.6.12
  -Release:  20090210
  +Version:  0.6.13
  +Release:  20090213
   
   #   list of sources
   Source0:  http://www.libraw.org/data/LibRaw-%{version}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2009-02-13 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:   13-Feb-2009 20:49:08
  Branch: HEAD Handle: 2009021319490800

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

  Log:
modifying package: perl-text-5.10.0 20090211 - 20090213

  Summary:
RevisionChanges Path
1.86+2  -2  openpkg-src/perl-text/perl-text.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/perl-text/perl-text.spec
  
  $ cvs diff -u -r1.85 -r1.86 perl-text.spec
  --- openpkg-src/perl-text/perl-text.spec  11 Feb 2009 22:33:22 -  
1.85
  +++ openpkg-src/perl-text/perl-text.spec  13 Feb 2009 19:49:08 -  
1.86
  @@ -38,7 +38,7 @@
   %define   V_string_shellquote1.03
   %define   V_pod_escapes  1.04
   %define   V_pod_simple   3.07
  -%define   V_number_format1.63
  +%define   V_number_format1.70
   
   #   package information
   Name: perl-text
  @@ -51,7 +51,7 @@
   Group:Perl
   License:  GPL/Artistic
   Version:  %{V_perl}
  -Release:  20090211
  +Release:  20090213
   
   #   list of sources
   Source0:  
http://www.cpan.org/modules/by-module/Text/Text-Template-%{V_text_template}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2009-02-13 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:   13-Feb-2009 20:51:14
  Branch: HEAD Handle: 2009021319511400

  Modified files:
openpkg-src/wordpress   wordpress.spec

  Log:
modifying package: wordpress-2.7.1 20090211 - 20090213

  Summary:
RevisionChanges Path
1.98+2  -2  openpkg-src/wordpress/wordpress.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/wordpress/wordpress.spec
  
  $ cvs diff -u -r1.97 -r1.98 wordpress.spec
  --- openpkg-src/wordpress/wordpress.spec  11 Feb 2009 22:26:59 -  
1.97
  +++ openpkg-src/wordpress/wordpress.spec  13 Feb 2009 19:51:14 -  
1.98
  @@ -32,7 +32,7 @@
   %define   V_plugin_relativedate  1.40
   %define   V_plugin_ban   1.40
   %define   V_plugin_ela   0.10
  -%define   V_plugin_stats 1.3.6
  +%define   V_plugin_stats 1.3.7
   %define   V_plugin_peterantispam 3.1.3
   %define   V_plugin_hashcash  4.3
   
  @@ -47,7 +47,7 @@
   Group:CMS
   License:  GPL
   Version:  %{V_wordpress}
  -Release:  20090211
  +Release:  20090213
   
   #   list of sources
   Source0:  http://wordpress.org/wordpress-%{V_wordpress}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2009-02-13 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:   13-Feb-2009 20:55:34
  Branch: HEAD Handle: 2009021319553300

  Modified files:
openpkg-src/drupal  drupal.spec

  Log:
modifying package: drupal-6.9 20090210 - 20090213

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

  patch -p0 '@@ .'
  Index: openpkg-src/drupal/drupal.spec
  
  $ cvs diff -u -r1.434 -r1.435 drupal.spec
  --- openpkg-src/drupal/drupal.spec10 Feb 2009 07:56:23 -  1.434
  +++ openpkg-src/drupal/drupal.spec13 Feb 2009 19:55:33 -  1.435
  @@ -152,7 +152,7 @@
   %define   V_module_search404   6.x-1.4
   %define   V_module_sections6.x-1.2
   %define   V_module_services6.x-0.13
  -%define   V_module_shadowbox   6.x-2.0
  +%define   V_module_shadowbox   6.x-2.1
   %define   V_module_shoutbox6.x-1.0
   %define   V_module_simplefeed  6.x-1.x-dev
   %define   V_module_slideshow_creator   6.x-1.32
  @@ -231,7 +231,7 @@
   Group:CMS
   License:  GPL
   Version:  %{V_drupal}
  -Release:  20090210
  +Release:  20090213
   
   #   package options
   %option   with_mysql   yes
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2009-02-13 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:   14-Feb-2009 00:11:48
  Branch: HEAD Handle: 2009021323114700

  Modified files:
openpkg-src/bazaar  bazaar.spec

  Log:
upgrading package: bazaar 1.11 - 1.12

  Summary:
RevisionChanges Path
1.58+3  -3  openpkg-src/bazaar/bazaar.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/bazaar/bazaar.spec
  
  $ cvs diff -u -r1.57 -r1.58 bazaar.spec
  --- openpkg-src/bazaar/bazaar.spec11 Feb 2009 22:29:35 -  1.57
  +++ openpkg-src/bazaar/bazaar.spec13 Feb 2009 23:11:47 -  1.58
  @@ -22,8 +22,8 @@
   ##
   
   #   package version
  -%define   V_bzr_major 1.11
  -%define   V_bzr_full  1.11
  +%define   V_bzr_major 1.12
  +%define   V_bzr_full  1.12
   %define   V_bzrtools  1.12.0
   
   #   package information
  @@ -37,7 +37,7 @@
   Group:SCM
   License:  GPL
   Version:  %{V_bzr_full}
  -Release:  20090211
  +Release:  20090214
   
   #   list of sources
   Source0:  
http://launchpad.net/bzr/%{V_bzr_major}/%{V_bzr_full}/+download/bzr-%{V_bzr_full}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2009-02-13 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:   14-Feb-2009 00:12:24
  Branch: HEAD Handle: 2009021323122400

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

  Log:
upgrading package: shellinabox 2.3 - 2.4

  Summary:
RevisionChanges Path
1.2 +19 -267openpkg-src/shellinabox/shellinabox.patch
1.3 +2  -2  openpkg-src/shellinabox/shellinabox.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/shellinabox/shellinabox.patch
  
  $ cvs diff -u -r1.1 -r1.2 shellinabox.patch
  --- openpkg-src/shellinabox/shellinabox.patch 31 Jan 2009 21:38:22 -  
1.1
  +++ openpkg-src/shellinabox/shellinabox.patch 13 Feb 2009 23:12:24 -  
1.2
  @@ -1,7 +1,7 @@
   Index: Makefile.in
   Makefile.in.orig 2009-01-22 03:40:12 +0100
  -+++ Makefile.in  2009-01-31 19:57:21 +0100
  -@@ -234,7 +234,7 @@
  +--- Makefile.in.orig 2009-02-13 02:52:39 +0100
   Makefile.in  2009-02-14 00:06:15 +0100
  +@@ -235,7 +235,7 @@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
AM_CPPFLAGS = 
  @@ -10,36 +10,21 @@
AM_LDFLAGS = -g
noinst_LTLIBRARIES = libhttp.la 
\
   liblogging.la
  -@@ -287,7 +287,7 @@
  -libhttp/libhttp.sym
  - 
  - libhttp_la_LDFLAGS = -export-symbols  $(top_srcdir)/libhttp/libhttp.sym 
\
  --   -version 1:0:0 -ldl
  -+   -version 1:0:0
  - 
  - shellinaboxd_SOURCES = shellinabox/shellinaboxd.c   
  \
  -shellinabox/externalfile.c   
  \
  -@@ -311,7 +311,7 @@
  - shellinaboxd_LDADD = liblogging.la  
\
  -libhttp.la
  - 
  --shellinaboxd_LDFLAGS = -static -ldl
  -+shellinaboxd_LDFLAGS = -static
  - all: all-am
  - 
  - .SUFFIXES:
  -@@ -976,7 +976,6 @@
  - else
  \
  -   sed -e '/^#ifdef  *HAVE_OPENSSL$$/,/^#endif$$/d' $ $@;  
  \
  - fi
  --@man -Tps ./$@ `echo $@|sed -e 's/\.[^.]*$$/.ps/'` || true
  +@@ -1001,9 +1001,7 @@
  +   -e '/^#endif$$/d' $$src $@;\
  + else  \
  +   sed -e '/^#ifdef  *HAVE_OPENSSL$$/,/^#endif$$/d' $$src $@; \
  +-fi
  +-@man -Tps ./$@ `echo $@ 2/dev/null|sed -e 's/\.[^.]*$$/.ps/'`   \
  +- || true
  ++fi || true

clean-local:
-rm -rf shellinaboxd.1\
   Index: libhttp/httpconnection.c
   libhttp/httpconnection.c.orig2009-01-22 00:47:55 +0100
  -+++ libhttp/httpconnection.c 2009-01-31 19:56:48 +0100
  -@@ -47,6 +47,7 @@
  +--- libhttp/httpconnection.c.orig2009-02-11 23:58:39 +0100
   libhttp/httpconnection.c 2009-02-14 00:05:28 +0100
  +@@ -49,6 +49,7 @@
#include arpa/inet.h
#include netdb.h
#include netinet/in.h
  @@ -48,246 +33,13 @@
#include stdlib.h
#include string.h
   Index: libhttp/server.c
   libhttp/server.c.orig2009-01-22 00:47:55 +0100
  -+++ libhttp/server.c 2009-01-31 19:56:48 +0100
  -@@ -44,6 +44,7 @@
  - // http://shellinabox.com
  +--- libhttp/server.c.orig2009-02-11 23:58:48 +0100
   libhttp/server.c 2009-02-14 00:05:28 +0100
  +@@ -46,6 +46,7 @@
  + #include config.h

#include arpa/inet.h
   +#include netinet/in.h
#include fcntl.h
  + #include netinet/in.h
#include stdlib.h
  - #include string.h
  -Index: libhttp/ssl.c
   libhttp/ssl.c.orig   2009-01-22 00:47:55 +0100
  -+++ libhttp/ssl.c2009-01-31 19:56:48 +0100
  -@@ -167,10 +167,14 @@
  -   void *dl = RTLD_DEFAULT;
  -   void *rc = dlsym(dl, fn);
  -   if (!rc) {
  -+#ifdef RTLD_NOLOAD
  - dl = dlopen(lib, RTLD_LAZY|RTLD_GLOBAL|RTLD_NOLOAD);
  - if (dl == NULL) {
  -+#endif
  -   dl   = dlopen(lib, RTLD_LAZY|RTLD_GLOBAL);
  -+#ifdef RTLD_NOLOAD
  - }
  -+#endif
  - if (dl != NULL) {
  -   rc   = dlsym(dl, fn);
  - }
  -@@ -548,9 +552,11 @@
  -   (dsaSize  0 
  -!SSL_CTX_use_PrivateKey_ASN1(EVP_PKEY_DSA, ssl-sslContext, dsa,
  - dsaSize)) ||
  -+#ifdef EVP_PKEY_EC
  -   (ecSize  0 
  -!SSL_CTX_use_PrivateKey_ASN1(EVP_PKEY_EC, ssl-sslContext, ec,
  - ecSize)) ||
  -+#endif
  -   

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

2009-02-13 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:   14-Feb-2009 00:12:34
  Branch: HEAD Handle: 2009021323123400

  Modified files:
openpkg-src/dragon  dragon.spec

  Log:
upgrading package: dragon 1.3.0 - 1.3.1

  Summary:
RevisionChanges Path
1.21+3  -3  openpkg-src/dragon/dragon.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/dragon/dragon.spec
  
  $ cvs diff -u -r1.20 -r1.21 dragon.spec
  --- openpkg-src/dragon/dragon.spec6 Feb 2009 22:06:26 -   1.20
  +++ openpkg-src/dragon/dragon.spec13 Feb 2009 23:12:34 -  1.21
  @@ -22,8 +22,8 @@
   ##
   
   #   package version
  -%define   V_base   1.1.13
  -%define   V_dragon 1.3.0
  +%define   V_base   1.1.14
  +%define   V_dragon 1.3.1
   
   #   package information
   Name: dragon
  @@ -36,7 +36,7 @@
   Group:CompilerCompiler
   License:  GPL
   Version:  %{V_dragon}
  -Release:  20090206
  +Release:  20090214
   
   #   list of sources
   Source0:  http://www.lemke-it.com/base-%{V_base}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2009-02-13 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:   14-Feb-2009 00:12:44
  Branch: HEAD Handle: 2009021323124200

  Modified files:
openpkg-src/imagemagick imagemagick.spec

  Log:
upgrading package: imagemagick 6.4.9.3 - 6.4.9.4

  Summary:
RevisionChanges Path
1.534   +2  -2  openpkg-src/imagemagick/imagemagick.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/imagemagick/imagemagick.spec
  
  $ cvs diff -u -r1.533 -r1.534 imagemagick.spec
  --- openpkg-src/imagemagick/imagemagick.spec  12 Feb 2009 20:59:45 -  
1.533
  +++ openpkg-src/imagemagick/imagemagick.spec  13 Feb 2009 23:12:42 -  
1.534
  @@ -23,7 +23,7 @@
   
   #   package version
   %define   V_major 6.4.9
  -%define   V_minor 3
  +%define   V_minor 4
   %define   V_dist  %{V_major}-%{V_minor}
   %define   V_opkg  %{V_major}.%{V_minor}
   
  @@ -38,7 +38,7 @@
   Group:Graphics
   License:  GPL
   Version:  %{V_opkg}
  -Release:  20090212
  +Release:  20090214
   
   #   package options
   %option   with_perl   no
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2009-02-13 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:   14-Feb-2009 00:12:46
  Branch: HEAD Handle: 2009021323124600

  Modified files:
openpkg-src/sqlite  sqlite.spec

  Log:
modifying package: sqlite-3.6.10 20090127 - 20090214

  Summary:
RevisionChanges Path
1.200   +2  -2  openpkg-src/sqlite/sqlite.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/sqlite/sqlite.spec
  
  $ cvs diff -u -r1.199 -r1.200 sqlite.spec
  --- openpkg-src/sqlite/sqlite.spec27 Jan 2009 18:04:15 -  1.199
  +++ openpkg-src/sqlite/sqlite.spec13 Feb 2009 23:12:46 -  1.200
  @@ -24,7 +24,7 @@
   #   package version
   %define   V_sqlite   3.6.10
   %define   V_odbc 0.80
  -%define   V_jdbc 20081006
  +%define   V_jdbc 20090213
   
   #   package information
   Name: sqlite
  @@ -37,7 +37,7 @@
   Group:Database
   License:  PD
   Version:  %{V_sqlite}
  -Release:  20090127
  +Release:  20090214
   
   #   package options
   %option   with_debug   no
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2009-02-13 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:   14-Feb-2009 00:13:17
  Branch: HEAD Handle: 2009021323131700

  Modified files:
openpkg-src/maradns maradns.spec

  Log:
upgrading package: maradns 1.3.12 - 1.3.13

  Summary:
RevisionChanges Path
1.19+2  -2  openpkg-src/maradns/maradns.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/maradns/maradns.spec
  
  $ cvs diff -u -r1.18 -r1.19 maradns.spec
  --- openpkg-src/maradns/maradns.spec  12 Sep 2008 09:21:22 -  1.18
  +++ openpkg-src/maradns/maradns.spec  13 Feb 2009 23:13:17 -  1.19
  @@ -23,7 +23,7 @@
   
   #   package version
   %define   V_major 1.3
  -%define   V_minor 12
  +%define   V_minor 13
   
   #   package information
   Name: maradns
  @@ -36,7 +36,7 @@
   Group:DNS
   License:  MIT-style
   Version:  %{V_major}.%{V_minor}
  -Release:  20080912
  +Release:  20090214
   
   #   package options
   %option   with_authonly  no
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org