From: Vincent Bernat Date: Sat, 13 Dec 2008 13:57:28 +0000 (+0000) Subject: Add description to each patch. X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=a26af5bcc92f2dd9ba875180add37d43bb5f456b;p=roundcube.git Add description to each patch. --- diff --git a/debian/changelog b/debian/changelog index 6c6667e..3f55da6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ roundcube (0.2~alpha-4) UNRELEASED; urgency=low * Add missing ${misc:Depends} to make Lintian happy. + * Add description to each patch. -- Vincent Bernat Sat, 13 Dec 2008 14:53:23 +0100 diff --git a/debian/patches/correct-magic-path.patch b/debian/patches/correct-magic-path.patch index e8e1b2e..de9330f 100644 --- a/debian/patches/correct-magic-path.patch +++ b/debian/patches/correct-magic-path.patch @@ -1,3 +1,5 @@ +On Debian, the magic file is in /usr/share/file/magic. + --- roundcube-0.1/config/main.inc.php.dist~ 2008-02-21 11:27:19.000000000 +0100 +++ roundcube-0.1/config/main.inc.php.dist 2008-03-06 14:04:53.000000000 +0100 @@ -277,7 +277,7 @@ diff --git a/debian/patches/correct_install_path.patch b/debian/patches/correct_install_path.patch index 1acfc5a..b8e6daa 100644 --- a/debian/patches/correct_install_path.patch +++ b/debian/patches/correct_install_path.patch @@ -1,3 +1,5 @@ +Install path is /var/lib/roundcube for Debian. Don't try to guess it. + --- a/program/include/iniset.php~ 2008-06-09 22:57:53.000000000 +0200 +++ a/program/include/iniset.php 2008-06-22 12:10:55.000000000 +0200 @@ -27,7 +27,7 @@ diff --git a/debian/patches/dbconfig-common_support.patch b/debian/patches/dbconfig-common_support.patch index a4be31d..f6f01c2 100644 --- a/debian/patches/dbconfig-common_support.patch +++ b/debian/patches/dbconfig-common_support.patch @@ -1,3 +1,5 @@ +The default db.inc.php is modified to adapt it to the use of dbconfig-common package. + --- roundcube_0.1~beta2.2/config/db.inc.php.dist 2006-03-20 23:08:51.000000000 +0100 +++ roundcube_0.1~beta2.2/config/db.inc.php.dist 2007-03-13 14:33:38.000000000 +0100 @@ -14,13 +14,20 @@ diff --git a/debian/patches/dont-use-preg-e-option.patch b/debian/patches/dont-use-preg-e-option.patch index 1179a86..718526b 100644 --- a/debian/patches/dont-use-preg-e-option.patch +++ b/debian/patches/dont-use-preg-e-option.patch @@ -1,3 +1,5 @@ +Fix a vulnerability due to the use of "e" option of preg_replace. + --- roundcube-0.2~alpha/program/lib/html2text.php 2008-04-12 15:54:45.000000000 +0200 +++ roundcube-0.2~alpha/program/lib/html2text.php 2008-12-13 14:21:44.000000000 +0100 @@ -99,6 +99,22 @@ diff --git a/debian/patches/fix_login.patch b/debian/patches/fix_login.patch index b731043..581deaf 100644 --- a/debian/patches/fix_login.patch +++ b/debian/patches/fix_login.patch @@ -1,3 +1,5 @@ +Fix login redirection. + --- a/program/include/rcmail.php~ 2008-06-07 21:33:07.000000000 +0200 +++ a/program/include/rcmail.php 2008-06-22 13:36:57.000000000 +0200 @@ -474,7 +474,7 @@ diff --git a/debian/patches/use-db-backend.patch b/debian/patches/use-db-backend.patch index a32a0f4..d76df6d 100644 --- a/debian/patches/use-db-backend.patch +++ b/debian/patches/use-db-backend.patch @@ -1,3 +1,5 @@ +Use db backend since mdb2 is not yet available in Debian. + --- roundcubemail-0.1-dep/config/db.inc.php.dist~ 2008-03-03 22:32:15.000000000 +0100 +++ roundcubemail-0.1-dep/config/db.inc.php.dist 2008-03-05 21:07:28.000000000 +0100 @@ -27,7 +27,7 @@ diff --git a/debian/patches/use_packaged_tinymce.patch b/debian/patches/use_packaged_tinymce.patch index 72643fc..290afb9 100644 --- a/debian/patches/use_packaged_tinymce.patch +++ b/debian/patches/use_packaged_tinymce.patch @@ -1,3 +1,5 @@ +Use tinymce from tinycme package instead of the shipped one. + Index: roundcube-0.1~rc2/program/steps/mail/sendmail.inc =================================================================== --- a/program/steps/mail/sendmail.inc~ 2008-04-30 10:21:42.000000000 +0200