diff --git a/6.1.14/patches/05_disable_latest_and_active_lists.patch b/6.1.14/patches/05_disable_latest_and_active_lists.patch new file mode 100644 index 0000000000000000000000000000000000000000..f8b52a802b48ecbfc58a2ad84dfac2159196a13e --- /dev/null +++ b/6.1.14/patches/05_disable_latest_and_active_lists.patch @@ -0,0 +1,20 @@ +--- a/sympa-6.1.14-src/wwsympa/wwsympa.fcgi.in ++++ b/sympa-6.1.14-src/wwsympa/wwsympa.fcgi.in +@@ -3971,6 +3971,8 @@ sub do_renewpasswd { + ## The list of latest created lists + sub do_latest_lists { + &wwslog('info', "do_latest_lists($in{'for'}, $in{'count'},$in{'topic'}, $in{'subtopic'})"); ++ # should try to actually fix this one day ++ return 0; + + unless (&do_lists()) { + &wwslog('err','do_latest_lists: error while calling do_lists'); +@@ -4031,6 +4033,8 @@ sub do_renewpasswd { + ## The list of the most active lists + sub do_active_lists { + &wwslog('info', "do_active_lists($in{'for'}, $in{'count'},$in{'topic'}, $in{'subtopic'})"); ++ # should try to actually fix this one day ++ return 0; + + unless (&do_lists()) { + &wwslog('err','do_active_lists: error while calling do_lists');