tags 643370 + pending thanks Dear maintainer,
I've prepared an NMU for d52 (versioned as 3.4.1-1.1) 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: Rolling Stones
diff -u d52-3.4.1/debian/changelog d52-3.4.1/debian/changelog --- d52-3.4.1/debian/changelog +++ d52-3.4.1/debian/changelog @@ -1,3 +1,12 @@ +d52 (3.4.1-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Fix "FTBFS: d52pass2.c:935:3: error: format not a string literal and + no format arguments [-Werror=format-security]"; add new patch + 20-fix-format-security-error.patch from peter green (closes: #643370). + + -- gregor herrmann <gre...@debian.org> Tue, 15 Nov 2011 18:18:32 +0100 + d52 (3.4.1-1) unstable; urgency=low * Initial release (Closes: #466166). only in patch2: unchanged: --- d52-3.4.1.orig/debian/patches/20-fix-format-security-error.patch +++ d52-3.4.1/debian/patches/20-fix-format-security-error.patch @@ -0,0 +1,12 @@ +diff -Nur -x '*.orig' -x '*~' d52-3.4.1/d52pass2.c d52-3.4.1.new/d52pass2.c +--- d52-3.4.1/d52pass2.c 2007-09-02 15:31:16.000000000 +0000 ++++ d52-3.4.1.new/d52pass2.c 2011-11-08 02:22:21.000000000 +0000 +@@ -932,7 +932,7 @@ + } + else if (dir < 0x80) + { +- kcnt += fprintf(fp, rbname[dir].dent); ++ kcnt += fprintf(fp, "%s",rbname[dir].dent); + dirregs[dir] |= 1; + } + else
signature.asc
Description: Digital signature