[fftw] 02/02: Import Debian patch 2.1.5-4.1

Mattia Rizzolo mattia at debian.org
Mon Sep 19 11:37:37 UTC 2016


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

mattia pushed a commit to branch master
in repository fftw.

commit 1b5c8cd3493198feacc852eb430d802fdc686b01
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Sep 18 14:15:51 2016 +0200

    Import Debian patch 2.1.5-4.1
---
 debian/changelog                     | 10 ++++++++++
 debian/patches/perl-cwd-in-inc.patch | 21 +++++++++++++++++++++
 debian/patches/series                |  1 +
 3 files changed, 32 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 13fa045..2b57fa3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+fftw (2.1.5-4.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix "FTBFS due to bfnnconv.pl failing to execute m-ascii.pl (.
+    removed from @INC in perl)":
+    add patch adding "./" to the require() calls in FAQ/bfnnconv.pl.
+    (Closes: #837055)
+
+ -- gregor herrmann <gregoa at debian.org>  Sun, 18 Sep 2016 14:15:51 +0200
+
 fftw (2.1.5-4) unstable; urgency=medium
 
   * Team upload
diff --git a/debian/patches/perl-cwd-in-inc.patch b/debian/patches/perl-cwd-in-inc.patch
new file mode 100644
index 0000000..63e7c4d
--- /dev/null
+++ b/debian/patches/perl-cwd-in-inc.patch
@@ -0,0 +1,21 @@
+Description: require() sripts with ./
+ After cwd was removed from perl's @INC (CVE-2016-1238),
+ bfnnconv.pl doesn't find its "subscripts" anymore.
+ require them with "./" prefixed.
+Origin: vendor
+Bug-Debian: https://bugs.debian.org/837055
+Forwarded: no
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2016-09-18
+
+--- a/FAQ/bfnnconv.pl
++++ b/FAQ/bfnnconv.pl
+@@ -61,7 +61,7 @@
+ 
+ open(U,">$prefix.xrefdb-new");
+ 
+-for $x (@outputs) { require("m-$x.pl"); }
++for $x (@outputs) { require("./m-$x.pl"); }
+ 
+ &call('init');
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 9fc038a..7059d77 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -4,3 +4,4 @@
 05_ac_define_syntax.diff
 info-syntax
 fix-texi2html-perl522.patch
+perl-cwd-in-inc.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/fftw.git



More information about the debian-science-commits mailing list