[koha-commits] main Koha release repository branch 18.11.x updated. v18.11.07-8-g17dd2ac

Git repo owner gitmaster at git.koha-community.org
Fri Jul 19 19:36:04 CEST 2019


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, 18.11.x has been updated
       via  17dd2ac12495e7dc7d75a79ea7355fb3cd63963d (commit)
      from  afcb2e8638ab97cf75aecf0d04e8637445889d20 (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 17dd2ac12495e7dc7d75a79ea7355fb3cd63963d
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Mon Jun 10 14:36:49 2019 -0400

    Bug 23090: Add some special characters
    
    TEST PLAN
    ---------
    
    $ sudo mysql -u root
    > CREATE USER 'bug23090_test1'@'localhost' IDENTIFIED BY 'badpassword';
    [Magical MySQL Error]
    > CREATE USER 'bug23090_test1'@'localhost' IDENTIFIED BY 'GoodP at ssw0rd';
    [Should be okay]
    > DROP USER 'bug23090_test1'@'localhost';
    > QUIT
    $ sudo koha-create --create-db fail23090
    [Magical MySQL Error]
    [Apply this patch and put it (debian/scripts/koha-create) into place in
    /usr/sbin/koha-create]
    $ sudo koha-create --create-db pass23090
    
    (Clean up and databases made)
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    (cherry picked from commit f56bba9297087eaeaeefb2aba546c9f107bfad6e)
    
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>
    (cherry picked from commit b68f2aab6e7c33a26cf9568cca3b75ea30f0a014)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 debian/scripts/koha-create |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list