[koha-commits] main Koha release repository branch 3.14.x updated. v3.14.02-30-g7b68bfd

Git repo owner gitmaster at git.koha-community.org
Fri Feb 7 02:13:41 CET 2014


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.14.x has been updated
       via  7b68bfd53c58d0c1142914cc7f519362ef64fcc8 (commit)
       via  a608f06bc7e6353ffb57699aebb62d511b732438 (commit)
       via  340d7bdcdda1e1a1723be7043f6c9e99d67c4844 (commit)
       via  8a1ac664ba2483fa226c8ecf9ac0a3b741f23538 (commit)
       via  c4a2cb9a9d597a294c8447aea7a68a71f9aa4cb3 (commit)
       via  3bd50e3547773b73bd7e1d8bc44b37df3e149b39 (commit)
       via  37b762db25a998a5105a262759a085c995581728 (commit)
      from  f69e836569ee122ca42d6bf77ebac9dd656f55e5 (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 7b68bfd53c58d0c1142914cc7f519362ef64fcc8
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Thu Feb 6 20:21:19 2014 +0100

    Increment version for 3.14.3 release
    
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit a608f06bc7e6353ffb57699aebb62d511b732438
Author: Fridolyn SOMERS <fridolyn.somers at biblibre.com>
Date:   Thu Feb 6 20:19:43 2014 +0100

    Update release notes for 3.14.03 release
    
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 340d7bdcdda1e1a1723be7043f6c9e99d67c4844
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Tue Feb 4 23:03:08 2014 +0000

    Bug 11666: remove SQL as an option for MARC framework exports and imports
    
    The SQL option for MARC framework imports was subject to a bug whereby
    somebody could use it to gain access to arbitrary information in the
    database by uploading an SQL file containing unexpected statements.
    
    As it is difficult to securely sanitize SQL, this patch removes the
    option to use SQL as an import or export format.
    
    To test:
    
    [1] Verify that SQL no longer appears as an import or export option
        for the MARC frameworks.
    [2] Verify that exports and imports in CSV, Excel XML, and ODS formats
        still work.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    Works as advertised. The UI doesn't offer exporting/importing in the SQL format.
    Crafting the URL to export SQL fallbacks to a spreadsheet format (ODS).
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Works as described, passes all tests and QA script.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 94e349ff6ce4a1abb313102decc12429d02dfb4b)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 8a1ac664ba2483fa226c8ecf9ac0a3b741f23538
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Tue Feb 4 15:54:33 2014 +0000

    Bug 11666: add permission check for MARC framework import/export
    
    This patch makes the MARC framework import/export script require
    that the staff user be logged in with appropriate permissions for
    managing the MARC frameworks.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    
    I can confirm the bug and the solution. After applying the patch
    downloading the file without logging in first is no longer possible.
    Also passes tests and QA script.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 03d4ed2468bb9ab97b1f7b7d9e29507dc815a8b3)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit c4a2cb9a9d597a294c8447aea7a68a71f9aa4cb3
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Sat Feb 1 02:11:38 2014 +0000

    Bug 11662: remove disused member-picupload.pl
    
    This script is no longer used, and in addition has problematic
    handling of its parameters that could lead to writing to
    arbitrary files on the server.
    
    To test:
    
    [1] Verify that member-picupload.pl is no longer referred
        to in the codebase after applying this patch.
    [2] Verify that there are no regressions in patron
        photo management.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Found no regressions in removing this script.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 939079de756fdda1ca8f62c48efe0e2e3034ae32)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 3bd50e3547773b73bd7e1d8bc44b37df3e149b39
Author: Chris Cormack <chris at bigballofwax.co.nz>
Date:   Sat Feb 1 15:06:58 2014 +1300

    Bug 11661: sanitize file names supplied to edithelp.pl
    
    This patch corrects an issue whereby edithelp.pl could
    be used to create or modify arbitrary files on the server
    with the permissions of the Apache user.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 7baf02c263a627b1454577b3141a0af4b8f963d1)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 37b762db25a998a5105a262759a085c995581728
Author: Chris Cormack <chris at bigballofwax.co.nz>
Date:   Sat Feb 1 14:18:23 2014 +1300

    Bug 11660: remove disused tools/pdfViewer.pl
    
    tools/pdfViewer.pl can be used to read artibrary files on the system.
    
    It is actually an unused file, so leaving it around serves no purpose
    and is dangerous.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    No regressions found.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit d1b6e0646fd6a70f6724189554e80aaa68aec64b)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

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

Summary of changes:
 C4/ImportExportFramework.pm                        |  219 +-------------
 admin/import_export_framework.pl                   |   26 +-
 edithelp.pl                                        |    4 +-
 installer/data/mysql/updatedatabase.pl             |    6 +
 .../prog/en/modules/admin/biblio_framework.tt      |   16 +-
 kohaversion.pl                                     |    2 +-
 members/member-picupload.pl                        |   77 -----
 misc/release_notes/release_notes_3_14_3.txt        |  311 ++++++++++++++++++++
 tools/pdfViewer.pl                                 |   42 ---
 9 files changed, 360 insertions(+), 343 deletions(-)
 delete mode 100755 members/member-picupload.pl
 create mode 100644 misc/release_notes/release_notes_3_14_3.txt
 delete mode 100755 tools/pdfViewer.pl


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list