[koha-commits] main Koha release repository branch master updated. v19.11.00-912-gc497d4f5a6

Git repo owner gitmaster at git.koha-community.org
Fri Feb 28 16:33:20 CET 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, master has been updated
       via  c497d4f5a6af3648127ab14ef6e2e970c8258a64 (commit)
       via  d33c2506d5173f8243adf39566a67b6b8ab096b7 (commit)
       via  cad8540cbf7d4b3469568e82b4b8d9384a09df8d (commit)
      from  e1ea21415ea3457bcf855485907b59e0b5b4db42 (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 c497d4f5a6af3648127ab14ef6e2e970c8258a64
Author: David Cook <dcook at prosentient.com.au>
Date:   Fri Feb 28 00:17:58 2020 +0000

    Bug 24739: Perform IPv6 tests only if Net::Netmask is correct version
    
    Test plan:
    0. Apply patch
    1. Set up Koha on stretch (e.g. koha/koha-testing:master)
    2. perl t/Koha/Middlware/RealIP.t
    3. Observe the following:
    Subtest: IPv6 support
        ok 1 - Warn on IPv6 koha_trusted_proxies
        ok 2 - Unable to parse IPv6 address for trusted proxy, so ignore the X-Forwarded-For header
        1..2
    ok 13 - IPv6 support
    
    4. Set up Koha on buster (e.g. koha/koha-testing:master-buster)
    5. perl t/Koha/Middlware/RealIP.t
    6. Observe the following:
    Subtest: IPv6 support
        ok 1 - Trust proxy (2001:db8:1234:5678:abcd:1234:abcd:1234) using IPv6 CIDR notation, so use the X-Forwarded-For header for the remote address
        1..1
    ok 13 - IPv6 support
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit d33c2506d5173f8243adf39566a67b6b8ab096b7
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Thu Feb 27 09:16:12 2020 +0000

    Bug 24739: Skip tests when IPv6 support is found
    
    Signed-off-by: David Cook <dcook at prosentient.com.au>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit cad8540cbf7d4b3469568e82b4b8d9384a09df8d
Author: David Cook <dcook at prosentient.com.au>
Date:   Fri Feb 28 00:28:02 2020 +0000

    Bug 24753: Change Koha/Middlware to Koha/Middleware in test name
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 t/Koha/{Middlware => Middleware}/RealIP.t | 39 ++++++++++++++++++++++++-------
 1 file changed, 31 insertions(+), 8 deletions(-)
 rename t/Koha/{Middlware => Middleware}/RealIP.t (74%)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list