summaryrefslogtreecommitdiff
path: root/net-mail/sympa/files/sympa-6.1.perl-5.22.patch
diff options
context:
space:
mode:
Diffstat (limited to 'net-mail/sympa/files/sympa-6.1.perl-5.22.patch')
-rw-r--r--net-mail/sympa/files/sympa-6.1.perl-5.22.patch11
1 files changed, 0 insertions, 11 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
deleted file mode 100644
index d36dd5b..0000000
--- a/net-mail/sympa/files/sympa-6.1.perl-5.22.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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;