Package: sympa
Version: 5.3.3-4
Followup-For: Bug #444188

Here's a fix patch to be applied to sympa_5.3.3-4.diff (produced for a local 
NMU package)


-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.18-5-xen-686 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages sympa depends on:
ii  adduser                       3.105      add and remove users and groups
ii  debconf [debconf-2.0]         1.5.14     Debian configuration management sy
ii  exim4-daemon-light [mail-tran 4.67-8     lightweight Exim MTA (v4) daemon
pn  libarchive-zip-perl           <none>     (no description available)
ii  libc6                         2.6.1-1+b1 GNU C Library: Shared libraries
pn  libcgi-fast-perl              <none>     (no description available)
pn  libcrypt-ciphersaber-perl     <none>     (no description available)
ii  libdbd-mysql-perl             4.005-1    A Perl5 database interface to the 
ii  libdbi-perl                   1.59-1     Perl5 database interface by Tim Bu
ii  libfcgi-perl                  0.67-2     FastCGI Perl module
ii  libintl-perl                  1.16-3     Uniforum message translations syst
ii  libio-stringy-perl            2.110-2    Perl5 modules for IO from scalars 
ii  libmailtools-perl             1.77-1     Manipulate email in perl programs
pn  libmd5-perl                   <none>     (no description available)
ii  libmime-perl                  5.420-2    Perl5 modules for MIME-compliant m
pn  libmsgcat-perl                <none>     (no description available)
pn  libnet-ldap-perl              <none>     (no description available)
pn  libtemplate-perl              <none>     (no description available)
ii  libxml-libxml-perl            1.63-1.1   Perl module for using the GNOME li
pn  mhonarc                       <none>     (no description available)
ii  perl [libmime-base64-perl]    5.8.8-7    Larry Wall's Practical Extraction 
pn  perl-suid                     <none>     (no description available)
ii  sysklogd [system-log-daemon]  1.5-1      System Logging Daemon

Versions of packages sympa recommends:
ii  doc-base                      0.8.5      utilities to manage online documen
ii  logrotate                     3.7.1-3    Log rotation utility
--- sympa_5.3.3-4.diff  2007-09-28 18:06:15.000000000 +0200
+++ sympa_5.3.3-4.1.diff        2007-09-28 18:20:31.000000000 +0200
@@ -721,7 +721,7 @@
  
  package sympasoap;
  
-+use strict;
++use strict vars;
 +
  use Exporter;
  use HTTP::Cookies;
@@ -760,7 +760,7 @@
      
      ($email,$auth) = 
&wwslib::get_email_from_cookie($cookie,$Conf::Conf{'cookie'});
      do_log('debug','getUserEmailByCookie : %s',$email);
-@@ -548,8 +550,8 @@
+@@ -548,13 +550,13 @@
      unless ($template) {      
        $reject .= ', template'; 
      }
@@ -771,6 +771,12 @@
      }
      unless ($topics) {        
        $reject .= 'topics'; 
+     }
+-    unless ($reject){
++    if ($reject){
+       &Log::do_log('info', 'create_list [EMAIL PROTECTED] from %s refused, 
missing parameter(s) %s', $listname,$robot,$sender,$reject);
+       die SOAP::Fault->faultcode('Server')
+           ->faultstring('Missing parameter')
 @@ -723,8 +725,8 @@
      my $result = $list->check_list_authz('add','md5',
                                         {'sender' => $sender, 
@@ -1069,7 +1075,15 @@
 +      other webservers
 --- sympa-5.3.3.orig/debian/changelog
 +++ sympa-5.3.3/debian/changelog
-@@ -0,0 +1,1167 @@
+@@ -0,0 +1,1175 @@
++sympa (5.3.3-4.1) unstable; urgency=low
++
++  * Non-maintainer upload.
++  * createList not invoked from authenticateAndRun on SOAP server
++    (Closes: #444188)
++
++ -- Olivier Berger <[EMAIL PROTECTED]>  Fri, 28 Sep 2007 18:15:45 +0200
++
 +sympa (5.3.3-4) unstable; urgency=low
 +
 +  * leave default value for static_content_url alone (Closes: #443324,

Reply via email to