Control: tags 837055 + pending

Dear maintainer,

I've prepared an NMU for fftw (versioned as 2.1.5-4.1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards.

-- 
 .''`.  Homepage https://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer -  https://www.debian.org/
 `. `'  Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe
   `-   NP: Tom Waits: Jack Kerouac on the Road
diff -Nru fftw-2.1.5/debian/changelog fftw-2.1.5/debian/changelog
--- fftw-2.1.5/debian/changelog	2016-07-12 23:16:24.000000000 +0200
+++ fftw-2.1.5/debian/changelog	2016-09-18 14:15:51.000000000 +0200
@@ -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 <gre...@debian.org>  Sun, 18 Sep 2016 14:15:51 +0200
+
 fftw (2.1.5-4) unstable; urgency=medium
 
   * Team upload
diff -Nru fftw-2.1.5/debian/patches/perl-cwd-in-inc.patch fftw-2.1.5/debian/patches/perl-cwd-in-inc.patch
--- fftw-2.1.5/debian/patches/perl-cwd-in-inc.patch	1970-01-01 01:00:00.000000000 +0100
+++ fftw-2.1.5/debian/patches/perl-cwd-in-inc.patch	2016-09-18 14:15:48.000000000 +0200
@@ -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 <gre...@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 -Nru fftw-2.1.5/debian/patches/series fftw-2.1.5/debian/patches/series
--- fftw-2.1.5/debian/patches/series	2016-07-11 08:55:51.000000000 +0200
+++ fftw-2.1.5/debian/patches/series	2016-09-18 14:06:40.000000000 +0200
@@ -4,3 +4,4 @@
 05_ac_define_syntax.diff
 info-syntax
 fix-texi2html-perl522.patch
+perl-cwd-in-inc.patch

Attachment: signature.asc
Description: Digital Signature

Reply via email to