tags 646297 + patch tags 646297 + pending thanks Dear maintainer,
I've prepared an NMU for spread (versioned as 3.17.4-2.2) and uploaded it to DELAYED/2. Please feel free to tell me if I should delay it longer. Regards. -- .''`. Homepage: http://info.comodo.priv.at/ - OpenPGP key ID: 0x8649AA06 : :' : Debian GNU/Linux user, admin, & developer - http://www.debian.org/ `. `' Member of VIBE!AT & SPI, fellow of Free Software Foundation Europe `- NP: Ludwig Hirsch: Die Bosheit der Menschen
diff -u spread-3.17.4/debian/changelog spread-3.17.4/debian/changelog --- spread-3.17.4/debian/changelog +++ spread-3.17.4/debian/changelog @@ -1,3 +1,14 @@ +spread (3.17.4-2.2) unstable; urgency=medium + + * Non-maintainer upload. + * Fix "FTBFS: Spread.xs:463:4: error: format not a string literal and no + format arguments [-Werror=format-security]": + add patch 03_Werror_format-security.dpatch that adds a format argument. + (Closes: #646297) + * Set urgency to medium (RC bug fix, perl 5.14 transition). + + -- gregor herrmann <gre...@debian.org> Thu, 17 Nov 2011 17:49:22 +0100 + spread (3.17.4-2.1) unstable; urgency=low * Non-maintainer upload. diff -u spread-3.17.4/debian/patches/00list spread-3.17.4/debian/patches/00list --- spread-3.17.4/debian/patches/00list +++ spread-3.17.4/debian/patches/00list @@ -2,0 +3 @@ +03_Werror_format-security.dpatch only in patch2: unchanged: --- spread-3.17.4.orig/debian/patches/03_Werror_format-security.dpatch +++ spread-3.17.4/debian/patches/03_Werror_format-security.dpatch @@ -0,0 +1,21 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 03_Werror_format-security.dpatch by gregor herrmann <gre...@debian.org> +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: format argument, otherwise we run into +## DP: "error: format not a string literal and no format arguments [-Werror=format-security]" +## DP: Bug #646297 + +@DPATCH@ +diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' spread-3.17.4~/perl/Spread/Spread.xs spread-3.17.4/perl/Spread/Spread.xs +--- spread-3.17.4~/perl/Spread/Spread.xs 2002-09-26 15:53:38.000000000 +0200 ++++ spread-3.17.4/perl/Spread/Spread.xs 2011-11-17 17:38:23.000000000 +0100 +@@ -460,7 +460,7 @@ + if(SP_version(&major, &minor, &patch) <= 0 || + major<3 || (major==3 && minor<15) || + (major==3 && minor==15 && patch<1)) +- croak(SPversionstr()) ; ++ croak("%s", SPversionstr()) ; + + { + SV * sperror_sv = perl_get_sv(SPERRNO, GV_ADDMULTI) ;
signature.asc
Description: Digital signature