aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@ubuntu.com>2019-12-05 16:43:24 -0500
committerLibravatarUnit 193 <unit193@ubuntu.com>2019-12-05 16:43:24 -0500
commitd7b90ddadf4b95f24da9620727c0d149ee25cbfd (patch)
treed58500da62efc7a85a90137565253bd2c75cc0b7
parent785c356d50afd571ee18311273c87251682615e4 (diff)
downloadlistadmin-d7b90ddadf4b95f24da9620727c0d149ee25cbfd.tar.bz2
listadmin-d7b90ddadf4b95f24da9620727c0d149ee25cbfd.tar.xz
listadmin-d7b90ddadf4b95f24da9620727c0d149ee25cbfd.tar.zst
Refresh patches.
-rw-r--r--debian/patches/follow_https_redirects4
-rw-r--r--debian/patches/insecure_use_of_tmp4
2 files changed, 4 insertions, 4 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;
diff --git a/debian/patches/insecure_use_of_tmp b/debian/patches/insecure_use_of_tmp
index b2a35f4..6cf8fa5 100644
--- a/debian/patches/insecure_use_of_tmp
+++ b/debian/patches/insecure_use_of_tmp
@@ -15,8 +15,8 @@ Index: listadmin-2.42/listadmin.pl
+use File::Temp qw(:mktemp);
my $rc = $ENV{"HOME"}."/.listadmin.ini";
-
-@@ -730,12 +731,12 @@ sub get_list {
+ unless (-r $rc) {
+@@ -739,12 +741,12 @@ sub get_list {
if ($page !~ get_trans_re("pending_req")) {
my $msg = "unexpected contents";