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:   06-Feb-2007 17:38:51
  Branch: HEAD                             Handle: 2007020616385100

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

  Log:
    upgrading package: sympa 5.2.3 -> 5.2.4

  Summary:
    Revision    Changes     Path
    1.3         +33 -42     openpkg-src/sympa/sympa.patch
    1.9         +2  -2      openpkg-src/sympa/sympa.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/sympa/sympa.patch
  ============================================================================
  $ cvs diff -u -r1.2 -r1.3 sympa.patch
  --- openpkg-src/sympa/sympa.patch     5 Jun 2006 08:00:10 -0000       1.2
  +++ openpkg-src/sympa/sympa.patch     6 Feb 2007 16:38:51 -0000       1.3
  @@ -1,6 +1,6 @@
   Index: Makefile.in
  ---- Makefile.in.orig 2006-06-01 17:07:06 +0200
  -+++ Makefile.in      2006-06-05 09:51:25 +0200
  +--- Makefile.in.orig 2007-02-06 15:25:52 +0100
  ++++ Makefile.in      2007-02-06 17:34:22 +0100
   @@ -703,7 +703,7 @@
        @(cd soap && echo "making in soap/..." && \
        $(MAKE) SH='${SH}' CC='${CC}' CFLAGS='${CFLAGS}' PERL='${PERL}' \
  @@ -10,18 +10,9 @@
        CGIDIR='${CGIDIR}' WWSBINDIR='${WWSBINDIR}' 
MAILERPROGDIR='${MAILERPROGDIR}' \
        PIDDIR='${PIDDIR}' CONFIG='${CONFIG}' WWSCONFIG='${WWSCONFIG}' 
ETCBINDIR='${ETCBINDIR}' \
        DESTDIR='${DESTDIR}' USER='${USER}' GROUP='${GROUP}' 
ICONSDIR='${ICONSDIR}' newinstall) || exit 1;
  -Index: mail_tt2/Makefile
  ---- mail_tt2/Makefile.orig   2005-08-11 14:27:15 +0200
  -+++ mail_tt2/Makefile        2006-06-05 09:51:47 +0200
  -@@ -66,4 +66,4 @@
  -     $(PERL) ../set_symlinks.pl mail_tt2 $(DESTDIR)$(ETCBINDIR)/mail_tt2
  -     find $(DESTDIR)$(ETCBINDIR) -type d -exec chmod 755 {} \;
  -     find $(DESTDIR)$(ETCBINDIR) -type f -exec chmod 444 {} \;
  --    rm -f $(DESTDIR)$(ETCBINDIR)/web_tt2/authorization_reject.tt2 ; ln -s 
$(DESTDIR)$(ETCBINDIR)/mail_tt2/authorization_reject.tt2 
$(DESTDIR)$(ETCBINDIR)/web_tt2
  -+    rm -f $(DESTDIR)$(ETCBINDIR)/web_tt2/authorization_reject.tt2 ; ln 
$(DESTDIR)$(ETCBINDIR)/mail_tt2/authorization_reject.tt2 
$(DESTDIR)$(ETCBINDIR)/web_tt2
   Index: soap/Makefile
   --- soap/Makefile.orig       2004-01-12 09:18:13 +0100
  -+++ soap/Makefile    2006-06-05 09:51:25 +0200
  ++++ soap/Makefile    2007-02-06 17:34:22 +0100
   @@ -50,9 +50,11 @@
        chown $(USER) $(DESTDIR)$(CGIDIR)/$$i; \
        chgrp $(GROUP) $(DESTDIR)$(CGIDIR)/$$i; \
  @@ -39,7 +30,7 @@
        chgrp $(GROUP) $(DESTDIR)$(LIBDIR)/$$i; \
   Index: soap/sympa_soap_server.fcgi
   --- soap/sympa_soap_server.fcgi.orig 2006-02-24 15:36:30 +0100
  -+++ soap/sympa_soap_server.fcgi      2006-06-05 09:51:25 +0200
  ++++ soap/sympa_soap_server.fcgi      2007-02-06 17:34:22 +0100
   @@ -52,7 +52,7 @@
    ## Open log
    $wwsconf->{'log_facility'}||= $Conf{'syslog'};
  @@ -50,9 +41,9 @@
    
    unless ($List::use_db = &List::check_db_connect()) {
   Index: src/Conf.pm
  ---- src/Conf.pm.orig 2006-04-04 14:55:51 +0200
  -+++ src/Conf.pm      2006-06-05 09:51:25 +0200
  -@@ -42,7 +42,7 @@
  +--- src/Conf.pm.orig 2006-08-24 17:05:36 +0200
  ++++ src/Conf.pm      2007-02-06 17:34:22 +0100
  +@@ -43,7 +43,7 @@
                       default_shared_quota default_archive_quota 
default_list_priority distribution_mode edit_list email etc
                       global_remind home host domain lang listmaster 
listmaster_email localedir log_socket_type log_level 
                       logo_html_definition misaddressed_commands 
misaddressed_commands_regexp max_size maxsmtp nrcpt 
  @@ -61,7 +52,7 @@
                       spool queue queuedistribute queueauth queuetask 
queuebounce queuedigest 
                       queuemod queuetopic queuesubscribe queueoutgoing tmpdir
                       loop_command_max loop_command_sampling_delay 
loop_command_decrease_factor loop_prevention_regex
  -@@ -88,6 +88,7 @@
  +@@ -89,6 +89,7 @@
         'host'    => undef,
         'domain'  => undef,
         'email'   => 'sympa',
  @@ -70,9 +61,9 @@
         'pidfile_distribute' => '--PIDDIR--/sympa-distribute.pid',
         'localedir'  => '--LOCALEDIR--',
   Index: src/Language.pm
  ---- src/Language.pm.orig     2006-04-10 17:54:26 +0200
  -+++ src/Language.pm  2006-06-05 09:51:25 +0200
  -@@ -169,7 +169,7 @@
  +--- src/Language.pm.orig     2006-06-08 14:53:26 +0200
  ++++ src/Language.pm  2007-02-06 17:34:22 +0100
  +@@ -175,7 +175,7 @@
            }   
        }
        unless ($success) {
  @@ -83,7 +74,7 @@
        }
   Index: src/Log.pm
   --- src/Log.pm.orig  2006-03-24 18:00:31 +0100
  -+++ src/Log.pm       2006-06-05 09:51:25 +0200
  ++++ src/Log.pm       2007-02-06 17:34:22 +0100
   @@ -24,12 +24,13 @@
    package Log;
    
  @@ -164,7 +155,7 @@
    1;
   Index: src/alias_manager.pl
   --- src/alias_manager.pl.orig        2006-01-04 14:16:30 +0100
  -+++ src/alias_manager.pl     2006-06-05 09:51:25 +0200
  ++++ src/alias_manager.pl     2007-02-06 17:34:22 +0100
   @@ -43,7 +43,7 @@
    my $tmp_alias_file = $Conf{'tmpdir'}.'/sympa_aliases.'.time;
    
  @@ -176,7 +167,7 @@
    my $path_to_queue = '--MAILERPROGDIR--/queue';
   Index: src/etc/script/mod2html.pl
   --- src/etc/script/mod2html.pl.orig  2005-08-12 17:46:18 +0200
  -+++ src/etc/script/mod2html.pl       2006-06-05 09:51:25 +0200
  ++++ src/etc/script/mod2html.pl       2007-02-06 17:34:22 +0100
   @@ -12,7 +12,7 @@
    unless (Conf::load('--CONFIG--')) {
        die "Can't load Sympa configuration file";
  @@ -188,7 +179,7 @@
        unless ($List::use_db = &List::probe_db()) {
   Index: src/etc/script/testlogs.pl
   --- src/etc/script/testlogs.pl.orig  2003-03-12 08:49:34 +0100
  -+++ src/etc/script/testlogs.pl       2006-06-05 09:51:25 +0200
  ++++ src/etc/script/testlogs.pl       2007-02-06 17:34:22 +0100
   @@ -19,7 +19,7 @@
    
    
  @@ -199,8 +190,8 @@
    # setting log_level using conf unless it is set by calling option
    if ($main::options{'log_level'}) {
   Index: src/sympa.pl
  ---- src/sympa.pl.orig        2006-03-30 14:50:18 +0200
  -+++ src/sympa.pl     2006-06-05 09:51:25 +0200
  +--- src/sympa.pl.orig        2006-10-09 14:33:36 +0200
  ++++ src/sympa.pl     2007-02-06 17:34:22 +0100
   @@ -164,7 +164,7 @@
    }
    
  @@ -210,7 +201,7 @@
    
    # setting log_level using conf unless it is set by calling option
    if ($main::options{'log_level'}) {
  -@@ -256,7 +256,7 @@
  +@@ -257,7 +257,7 @@
        my $service = 'sympa';
        $service .= '(message)' if ($main::daemon_usage eq 'message');
        $service .= '(command)' if ($main::daemon_usage eq 'command');
  @@ -220,8 +211,8 @@
        do_log('debug', "Running server $$ with main::daemon_usage = 
$main::daemon_usage ");
        unless ($main::options{'batch'} ) {
   Index: src/sympa_wizard.pl
  ---- src/sympa_wizard.pl.orig 2006-03-15 10:18:47 +0100
  -+++ src/sympa_wizard.pl      2006-06-05 09:51:25 +0200
  +--- src/sympa_wizard.pl.orig 2006-10-16 16:24:39 +0200
  ++++ src/sympa_wizard.pl      2007-02-06 17:34:22 +0100
   @@ -65,6 +65,12 @@
               'query' => 'Directory for configuration files ; it also contains 
scenari/ and templates/ directories',
               'file' => 'sympa.conf'},
  @@ -267,7 +258,7 @@
               'query' => 'Listmasters email list comma separated',
               'file' => 'sympa.conf','edit' => '1',
               'advice' =>'Sympa will associate listmaster privileges to these 
email addresses (mail and web interfaces). Some error reports may also be sent 
to these addresses.'},
  -@@ -268,7 +274,7 @@
  +@@ -276,7 +282,7 @@
              {'title' => 'MTA related'},
    
              {'name' => 'sendmail',
  @@ -276,7 +267,7 @@
               'query' => 'Path to the MTA (sendmail, postfix, exim or qmail)',
               'file' => 'sympa.conf','edit' => '1',
               'advice' => "should point to a sendmail-compatible binary (eg: a 
binary named \'sendmail\' is distributed with Postfix)"},
  -@@ -295,7 +301,7 @@
  +@@ -303,7 +309,7 @@
              {'title' => 'Pluggin'},
    
              {'name' => 'antivirus_path',
  @@ -285,7 +276,7 @@
               'query' => 'Path to the antivirus scanner engine',
               'file' => 'sympa.conf','edit' => '1',
               'advice' =>'supported antivirus : McAfee/uvscan, Fsecure/fsav, 
Sophos, AVP and Trend Micro/VirusWall'},
  -@@ -308,14 +314,14 @@
  +@@ -316,14 +322,14 @@
               'advice' =>''},
    
                  {'name' => 'mhonarc',
  @@ -302,7 +293,7 @@
               'query' => 'Path to OpenSSL',
               'file' => 'sympa.conf','edit' => '1',
               'advice' =>'Sympa knowns S/MIME if openssl is installed'},
  -@@ -336,7 +342,7 @@
  +@@ -344,7 +350,7 @@
               'file' => 'sympa.conf'},
    
              {'name' => 'key_passwd',
  @@ -311,7 +302,7 @@
               'query' => 'Password used to crypt lists private keys',
               'file' => 'sympa.conf','edit' => '1',
               'advice' =>''},
  -@@ -373,7 +379,7 @@
  +@@ -381,7 +387,7 @@
               'advice' =>''},
              
              {'name' => 'db_passwd',
  @@ -320,7 +311,7 @@
               'query' => 'Database password (associated to the db_user)',
               'file' => 'sympa.conf','edit' => '1',
               'advice' =>'What ever you use a password or not, you must 
protect the SQL server (is it a not a public internet service ?)'},
  -@@ -404,7 +410,7 @@
  +@@ -412,7 +418,7 @@
               'advice' =>'This module provide much faster web interface'},
    
              {'name' => 'wwsympa_url',
  @@ -331,7 +322,7 @@
               'advice' =>''},
   Index: src/task_manager.pl
   --- src/task_manager.pl.orig 2006-04-19 15:21:17 +0200
  -+++ src/task_manager.pl      2006-06-05 09:51:25 +0200
  ++++ src/task_manager.pl      2007-02-06 17:34:22 +0100
   @@ -119,7 +119,7 @@
    $log_level = $main::options{'log_level'} || $Conf{'log_level'};
    
  @@ -342,8 +333,8 @@
    # setting log_level using conf unless it is set by calling option
    if ($main::options{'log_level'}) {
   Index: wwsympa/archived.pl
  ---- wwsympa/archived.pl.orig 2006-04-19 15:21:17 +0200
  -+++ wwsympa/archived.pl      2006-06-05 09:51:25 +0200
  +--- wwsympa/archived.pl.orig 2006-08-29 13:25:36 +0200
  ++++ wwsympa/archived.pl      2007-02-06 17:34:22 +0100
   @@ -114,7 +114,7 @@
    $log_level = $main::options{'log_level'} || $Conf{'log_level'};
    
  @@ -355,7 +346,7 @@
    $( = $) = (getgrnam('--GROUP--'))[2];
   Index: wwsympa/bounced.pl
   --- wwsympa/bounced.pl.orig  2006-04-19 15:21:17 +0200
  -+++ wwsympa/bounced.pl       2006-06-05 09:51:25 +0200
  ++++ wwsympa/bounced.pl       2007-02-06 17:34:23 +0100
   @@ -142,7 +142,7 @@
    $log_level = $main::options{'log_level'} || $Conf{'log_level'};
    
  @@ -366,9 +357,9 @@
    ## Set the UserID & GroupID for the process
    $( = $) = (getgrnam('--GROUP--'))[2];
   Index: wwsympa/wwsympa.fcgi
  ---- wwsympa/wwsympa.fcgi.orig        2006-06-01 15:15:56 +0200
  -+++ wwsympa/wwsympa.fcgi     2006-06-05 09:51:25 +0200
  -@@ -530,7 +530,7 @@
  +--- wwsympa/wwsympa.fcgi.orig        2007-01-23 18:01:05 +0100
  ++++ wwsympa/wwsympa.fcgi     2007-02-06 17:34:23 +0100
  +@@ -540,7 +540,7 @@
    ## Open log
    $wwsconf->{'log_facility'}||= $Conf{'syslog'};
    
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/sympa/sympa.spec
  ============================================================================
  $ cvs diff -u -r1.8 -r1.9 sympa.spec
  --- openpkg-src/sympa/sympa.spec      1 Jan 2007 17:42:11 -0000       1.8
  +++ openpkg-src/sympa/sympa.spec      6 Feb 2007 16:38:51 -0000       1.9
  @@ -32,8 +32,8 @@
   Class:        EVAL
   Group:        Mail
   License:      GPL
  -Version:      5.2.3
  -Release:      20061019
  +Version:      5.2.4
  +Release:      20070206
   
   #   list of sources
   Source0:      http://www.sympa.org/distribution/sympa-%{version}.tar.gz
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to