[koha-commits] main Koha release repository branch 3.18.x updated. v3.18.05.1-61-gbf49a49

Git repo owner gitmaster at git.koha-community.org
Sat Apr 11 04:57:20 CEST 2015


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, 3.18.x has been updated
       via  bf49a4995ae1a4d4dc95ddecf75cc3b3d08c46e2 (commit)
       via  95ea0ac8734b4a9f2d1c2ff088a7611d0d98b659 (commit)
      from  1d153828219580b9850710aa0ce2bfd5e37e15c2 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit bf49a4995ae1a4d4dc95ddecf75cc3b3d08c46e2
Author: Colin Campbell <colin.campbell at ptfs-europe.com>
Date:   Thu Nov 27 16:07:23 2014 +0000

    Bug 13252 Allow for IPv6 formatted addresses in Port definition
    
    The SIP config has allowed you to specify an interface ip as
    part of the listeners/service/port attributei
     e. g.  as port="127.0.0.1:6001/tcp"
    with IPv6 the equivalent would normally be
       as port="[::1]:5001/tcp"
    However in this case incoming connections will get rejected because
    Configuration constructs a string without the brackets
    This patch makes tests both formats on incoming connections so that
    they are accepted as they were previously
    
    In future the best course is not to include a port identifier in the
    port definition then if the server has ipv6 it will bind to all
    interfaces and accept both IPv4 and IPv6 traffic
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit 95ea0ac8734b4a9f2d1c2ff088a7611d0d98b659
Author: Benjamin Rokseth <benjamin.rokseth at kul.oslo.kommune.no>
Date:   Thu Nov 13 20:34:25 2014 +0100

    Bug 13252 - SIP2 server should accept IPv6 connections
    
    This small patch adds a check on the SIP2 socket connection if it is
    IPv6 and resolves socket address accordingly.
    
    Any newer Debian distro would probably default to IPv6 so it would
    eventually affect all SIP servers.
    
    Tests against running SIP server on an IPv6 box:
    
    http://wiki.koha-community.org/wiki/Koha_SIP2_server_setup#Testing_with_Telnet
    
    before patch:
      disconnects immediately. Log output:
      Bad arg length for Socket::unpack_sockaddr_in, length is 28, should be 16
    
    after patch:
      operates normally
    
    Signed-off-by: Colin Campbell <colin.campbell at ptfs-europe.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

-----------------------------------------------------------------------

Summary of changes:
 C4/SIP/SIPServer.pm         |   12 ++++++++++--
 C4/SIP/Sip/Configuration.pm |    2 +-
 2 files changed, 11 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list