This is an automated email from the git hooks/post-receive script.

fsfs pushed a commit to branch master
in repository libmime-charset-perl.

commit 819d76fd476eac7a4dea8e3aa8511ea180d3e234
Author: Florian Schlichting <[email protected]>
Date:   Sun Sep 24 14:34:37 2017 +0200

    Drop CVE-2016-1238.patch, applied upstream
---
 debian/patches/CVE-2016-1238.patch | 28 ----------------------------
 debian/patches/series              |  1 -
 2 files changed, 29 deletions(-)

diff --git a/debian/patches/CVE-2016-1238.patch 
b/debian/patches/CVE-2016-1238.patch
deleted file mode 100644
index 236fe63..0000000
--- a/debian/patches/CVE-2016-1238.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From 327106167f69bd629988f0926e5a3a56574ff40a Mon Sep 17 00:00:00 2001
-From: Dominic Hargreaves <[email protected]>
-Date: Sun, 24 Jul 2016 20:06:29 +0100
-Subject: [PATCH] Remove . from @INC when loading modules dynamically
- [CVE-2016-1238]
-Forwarded: https://rt.cpan.org/Ticket/Display.html?id=116459
-Bug: https://rt.cpan.org/Ticket/Display.html?id=116459
-
----
- lib/MIME/Charset.pm | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/lib/MIME/Charset.pm b/lib/MIME/Charset.pm
-index 844bce6..948c2e3 100644
---- a/lib/MIME/Charset.pm
-+++ b/lib/MIME/Charset.pm
-@@ -345,6 +345,8 @@ $Config = {
-     Mapping =>         'EXTENDED',
-     Replacement =>     'DEFAULT',
- };
-+local @INC = @INC;
-+pop @INC if $INC[-1] eq '.';
- eval { require MIME::Charset::Defaults; };
- 
- ######## Private Constants ########
--- 
-2.1.4
-
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 34520df..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-CVE-2016-1238.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmime-charset-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to