X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=debian%2Fpatches%2Fdisable-dns-prefetch.patch;h=6f6c6d8e14c7d85d4f03e41ea79ee9b159ecbeed;hb=a125b2558ca359e6eacc6326816edac68b1b93a3;hp=450145fb77ea4d2cb21188cc137d711865d2128c;hpb=1b1e27d400eb7041038bd4996f214fd85e1862c4;p=roundcube.git diff --git a/debian/patches/disable-dns-prefetch.patch b/debian/patches/disable-dns-prefetch.patch index 450145f..6f6c6d8 100644 --- a/debian/patches/disable-dns-prefetch.patch +++ b/debian/patches/disable-dns-prefetch.patch @@ -1,9 +1,9 @@ Disable DNS prefetching to solve CVE-2010-0464. -Index: program/include/rcube_html_page.php +Index: b/program/include/rcube_html_page.php =================================================================== ---- rcube/program/include/rcube_html_page.php (revision 3214) -+++ rcube/program/include/rcube_html_page.php (working copy) +--- a/program/include/rcube_html_page.php 2009-06-22 18:20:34.000000000 +0200 ++++ b/program/include/rcube_html_page.php 2010-07-17 17:33:25.000000000 +0200 @@ -165,6 +165,13 @@ $__page_header.= $this->charset . '" />'."\n"; }