diff --git a/.gitignore b/.gitignore index b9f8cf1..afb87af 100644 --- a/.gitignore +++ b/.gitignore @@ -276,3 +276,4 @@ zh_tw_utf8.zip /moodle-2.5.3.tgz /moodle-2.6.tgz /moodle-2.6.1.tgz +/moodle-2.6.2.tgz diff --git a/moodle-2.5-unbundle-tcpdf.patch b/moodle-2.5-unbundle-tcpdf.patch index 5abab8c..e5d4b1c 100644 --- a/moodle-2.5-unbundle-tcpdf.patch +++ b/moodle-2.5-unbundle-tcpdf.patch @@ -13,9 +13,11 @@ /** path for PDF fonts */ define('K_PATH_FONTS', K_PATH_MAIN . 'fonts/'); -@@ -81,7 +81,7 @@ - /** reduction factor for small font */ - define('K_SMALL_RATIO', 2/3); +--- lib/pdflib.php~ 2014-03-19 07:39:53.000000000 -0500 ++++ lib/pdflib.php 2014-03-19 07:41:24.198561304 -0500 +@@ -84,7 +84,7 @@ + /** Throw exceptions from errors so they can be caught and recovered from. */ + define('K_TCPDF_THROW_EXCEPTION_ERROR', true); -require_once(dirname(__FILE__).'/tcpdf/tcpdf.php'); +require_once('/usr/share/php/tcpdf/tcpdf.php'); diff --git a/moodle.spec b/moodle.spec index ea30f14..801b004 100644 --- a/moodle.spec +++ b/moodle.spec @@ -6,7 +6,7 @@ %define __perl_provides %{nil} Name: moodle -Version: 2.6.1 +Version: 2.6.2 Release: 1%{?dist} Summary: A Course Management System @@ -239,6 +239,10 @@ fi %exclude %{moodlewebdir}/COPYING.txt %changelog +* Wed Mar 19 2014 Jon Ciesla - 2.6.2-1 +- Fix for CVE-2014-0122, CVE-2014-0123, CVE-2014-0124, +- CVE-2014-0125, CVE-2014-0126, CVE-2014-0127, CVE-2014-0129 + * Wed Jan 22 2014 Jon Ciesla - 2.6.1-1 - Fix for CVE-2014-0008,9,10. diff --git a/sources b/sources index e556c5a..567e0bb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d47270017e2107965278c78da694b1a3 moodle-2.6.1.tgz +1c2096161829568005d34ce3002f2570 moodle-2.6.2.tgz