[koha-commits] main Koha release repository branch 20.05.x updated. v20.05.02-6-ga531a75b62

Git repo owner gitmaster at git.koha-community.org
Fri Jul 24 23:05:53 CEST 2020


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, 20.05.x has been updated
       via  a531a75b628b04ed5638ddaf5add19e84e6779b5 (commit)
      from  fdaa7ce46a8071cefd846f563224c84590c504c9 (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 a531a75b628b04ed5638ddaf5add19e84e6779b5
Author: Joonas Kylmälä <joonas.kylmala at helsinki.fi>
Date:   Wed Jul 15 11:08:32 2020 +0000

    Bug 25992: Make SIP2 logger subroutines exportable to prevent crash
    
    If the subroutines are not exportable we get the following crash:
    
    > Undefined subroutine &C4::SIP::SIPServer::set_logger
    
    To test:
     In kohadevbox run for example:
     $ ps -aux # check that no existing sip server is running, kill the process if exists
     $ perl /kohadevbox/koha/C4/SIP/SIPServer.pm /etc/koha/sites/kohadev/SIPconfig.xml
     $ koha/misc/sip_cli_emulator.pl -su koha -sp koha -l CPL -a 127.0.0.1 -p 6001 --item 3999900000001 -m item_information
    
     After applying this patch the Undefined subroutine error should be gone.
     Note: when using the sip_cli_emulator.pl the credentials can be anything.
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 082da615e649146197fbc9e0a20da672a82d4816)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 C4/SIP/Logger.pm | 3 +++
 1 file changed, 3 insertions(+)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list