#! /bin/sh /usr/share/dpatch/dpatch-run ## 01_fix-CVE-2007-4048.dpatch by Nico Golde ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: No description. @DPATCH@ diff -urNad egroupware-1.2.107-2.dfsg~/phpsysinfo/includes/system_footer.php egroupware-1.2.107-2.dfsg/phpsysinfo/includes/system_footer.php --- egroupware-1.2.107-2.dfsg~/phpsysinfo/includes/system_footer.php 2007-06-05 17:22:18.000000000 +0200 +++ egroupware-1.2.107-2.dfsg/phpsysinfo/includes/system_footer.php 2007-09-03 12:38:34.000000000 +0200 @@ -28,7 +28,7 @@ if (!$hide_picklist) { echo "
"; - $update_form = "
\n" . "\t" . $text['template'] . ": \n" . "\t\n"; $dir = opendir(APP_ROOT . '/templates/'); while (false !== ($file = readdir($dir))) {