aboutsummaryrefslogtreecommitdiffstats
path: root/debian/patches/follow_https_redirects
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/follow_https_redirects')
-rw-r--r--debian/patches/follow_https_redirects4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/patches/follow_https_redirects b/debian/patches/follow_https_redirects
index 82aec92..3acdb0d 100644
--- a/debian/patches/follow_https_redirects
+++ b/debian/patches/follow_https_redirects
@@ -8,7 +8,7 @@ Index: listadmin-2.42/listadmin.pl
===================================================================
--- listadmin-2.42.orig/listadmin.pl
+++ listadmin-2.42/listadmin.pl
-@@ -643,6 +643,9 @@ sub uio_adminurl {
+@@ -676,6 +676,9 @@ sub uio_adminurl {
sub mailman_url {
my ($list, $pattern, $params, $action) = @_;
@@ -18,7 +18,7 @@ Index: listadmin-2.42/listadmin.pl
my ($lp, $domain) = split ('@', $list);
$pattern ||= uio_adminurl ($domain);
-@@ -659,9 +662,30 @@ sub mailman_url {
+@@ -692,9 +697,30 @@ sub mailman_url {
$url .= "/$action";
}
$url .= "?$params" if $params;