summaryrefslogtreecommitdiff
path: root/net-mail
diff options
context:
space:
mode:
authorMarcin Deranek <marcin.deranek@slonko.net>2016-12-04 11:20:28 +0100
committerMarcin Deranek <marcin.deranek@slonko.net>2016-12-04 11:20:28 +0100
commit570685c2d9ad6c9a949ef92defc1820427db13f3 (patch)
tree83f6098ad1d07cff98f14ade929cd062eb73cc21 /net-mail
parent2e84227a6466516d5882fcca1aa4c07ea61fbf55 (diff)
downloadportage-570685c2d9ad6c9a949ef92defc1820427db13f3.tar.gz
portage-570685c2d9ad6c9a949ef92defc1820427db13f3.tar.bz2
portage-570685c2d9ad6c9a949ef92defc1820427db13f3.zip
Patch for Perl 5.22 compatibility
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/sympa/files/sympa-6.1.perl-5.22.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/net-mail/sympa/files/sympa-6.1.perl-5.22.patch b/net-mail/sympa/files/sympa-6.1.perl-5.22.patch
new file mode 100644
index 0000000..d36dd5b
--- /dev/null
+++ b/net-mail/sympa/files/sympa-6.1.perl-5.22.patch
@@ -0,0 +1,11 @@
+--- wwsympa/SympaSession.pm.old 2016-12-04 10:49:21.983433301 +0100
++++ wwsympa/SympaSession.pm 2016-12-04 10:49:46.718916357 +0100
+@@ -123,7 +123,7 @@
+ }
+
+ ## Load existing session.
+- if ($cookie and $cookie =~ /^\d{,16}$/) {
++ if ($cookie and $cookie =~ /^\d{1,16}$/) {
+ ## Compatibility: session by older releases of Sympa.
+ $id_session = $cookie;
+ $is_old_session = 1;