]> git.donarmstrong.com Git - roundcube.git/commitdiff
Add description to each patch.
authorVincent Bernat <bernat@debian.org>
Sat, 13 Dec 2008 13:57:28 +0000 (13:57 +0000)
committerJérémy Bobbio <lunar@debian.org>
Sat, 18 Jun 2011 17:59:21 +0000 (19:59 +0200)
debian/changelog
debian/patches/correct-magic-path.patch
debian/patches/correct_install_path.patch
debian/patches/dbconfig-common_support.patch
debian/patches/dont-use-preg-e-option.patch
debian/patches/fix_login.patch
debian/patches/use-db-backend.patch
debian/patches/use_packaged_tinymce.patch

index 6c6667ea5b1fa61ff01977a19644a317d1952e0d..3f55da6f248c7c6e6818f8ebc891709dbc588339 100644 (file)
@@ -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 <bernat@debian.org>  Sat, 13 Dec 2008 14:53:23 +0100
 
index e8e1b2e79d6679401af01e37a6189e558362228d..de9330f217e418d01c34fcaaa9ca7955d7ada2e9 100644 (file)
@@ -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 @@
index 1acfc5a578e14a5a51abdd7689dc1fde0094d37c..b8e6daa45abcec466b34ac85a7ecabf65bf0df84 100644 (file)
@@ -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 @@
index a4be31d02ac9648be7a44f42c530a7a97426e5a8..f6f01c28b59b547428bde3a4c1c3d6498b4abffa 100644 (file)
@@ -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 @@
index 1179a863955a2fad84a8aea4068a0268531be678..718526b26fca70839e08eedab15fe286428e46de 100644 (file)
@@ -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 @@
index b731043d40f96f244df4dac4599489f2fc8bb606..581deaf5846fb9cf7b9594bf20fe6be86f5472b6 100644 (file)
@@ -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 @@
index a32a0f45779238d6d4aa2aafb4d53d3ec1e387bd..d76df6d3d88743dd3ffbef671e452a6697fb409a 100644 (file)
@@ -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 @@
index 72643fc96312250d70bf7f898a76de4646bc093f..290afb9fea1c93afc9a5b472436d38a2259e194a 100644 (file)
@@ -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