From 961396d65ffe9bf53b225a48d0c6c095c30dc4ae Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sun, 25 Mar 2007 10:19:51 +0000 Subject: [PATCH] mcrypt patch to remove des.inc was incorrect --- debian/patches/use_mcrypt.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/debian/patches/use_mcrypt.patch b/debian/patches/use_mcrypt.patch index 51edad1..b4bb262 100644 --- a/debian/patches/use_mcrypt.patch +++ b/debian/patches/use_mcrypt.patch @@ -1,5 +1,13 @@ --- roundcube_0.1~beta2.2/program/include/main.inc 2006-12-22 23:26:24.000000000 +0100 +++ roundcube_0.1~beta2.2/program/include/main.inc 2007-03-18 10:24:11.000000000 +0100 +@@ -19,7 +19,6 @@ + + */ + +-require_once('lib/des.inc'); + require_once('lib/utf7.inc'); + require_once('lib/utf8.class.php'); + @@ -758,7 +758,13 @@ // encrypt IMAP password using DES encryption function encrypt_passwd($pass) @@ -32,3 +40,5 @@ } +--- include/main.inc~ 2007-03-25 12:09:19.000000000 +0200 ++++ include/main.inc 2007-03-25 12:15:45.000000000 +0200 -- 2.39.2