[koha-commits] main Koha release repository branch master updated. v16.11.00-554-g84e48d0

Git repo owner gitmaster at git.koha-community.org
Fri Mar 3 19:40:59 CET 2017


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  84e48d03238ce2446e7ea24401bda0a8f4e4422d (commit)
      from  d9069b5b60c10db20136af2bef837123558a2c22 (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 84e48d03238ce2446e7ea24401bda0a8f4e4422d
Author: Dimitris Kamenopoulos <dkamen at gmail.com>
Date:   Sun Dec 27 16:01:43 2015 +1300

    Bug 15427 : Enable TLS support for MySQL
    
    In summary, changes are:
    1) If you have chosen MySQL, Makefile.PL will ask you if you want TLS (default:
    "no"), and then the locations for CA cert, client cert and client key
    (reasonable defaults are provided). Settings <tls>, <ca>, <cert> and <key> are
    added in koha-conf.xml
    2) If <tls>yes</tls> in koha-conf.xml, the installer and database connection
    scripts add the TLS options in both DBI connection strings and mysql command
    line
    
    To test
    1/ Apply patch
    2/ Check everything still works and db connections are the same as before
    3/ Either run Makefile.PL and step through the options or edit your koha-conf.xml to
    enable TLS
    4/ Check db connections are still working
    
    Patch provided to me by Dimitris Kamenopoulos and I reformatted it into a git patch,
    any errors are probably mine
    
    Signed-off-by: Mirko Tietgen <mirko at abunchofthings.net>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 C4/Installer.pm      |   12 ++++++++++--
 Koha/Database.pm     |   12 +++++++++++-
 Makefile.PL          |   26 ++++++++++++++++++++++++++
 etc/koha-conf.xml    |    4 ++++
 installer/install.pl |   15 +++++++++++++--
 rewrite-config.PL    |    6 +++++-
 6 files changed, 69 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list