tags 614476 + patch tags 614476 + pending thanks Dear maintainer,
I've prepared an NMU for rtpproxy (versioned as 1.2.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: Arik Brauer: Salomon, der Weise spricht
diff -u rtpproxy-1.2.1/debian/changelog rtpproxy-1.2.1/debian/changelog --- rtpproxy-1.2.1/debian/changelog +++ rtpproxy-1.2.1/debian/changelog @@ -1,3 +1,13 @@ +rtpproxy (1.2.1-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Fix "FTBFS: rtpp_syslog_async.c:88: error: format not a string + literal and no format arguments": add format argument in + rtpp_syslog_async.c. + Closes: #614476, LP: #832772 + + -- gregor herrmann <gre...@debian.org> Wed, 19 Oct 2011 22:23:55 +0200 + rtpproxy (1.2.1-1) unstable; urgency=low * New upstream release only in patch2: unchanged: --- rtpproxy-1.2.1.orig/rtpp_syslog_async.c +++ rtpproxy-1.2.1/rtpp_syslog_async.c @@ -85,7 +85,7 @@ /* main work here */ switch (wi->item_type) { case SYSLOG_ITEM_ASYNC_WRITE: - syslog(wi->priority, wi->data); + syslog(wi->priority, "%s", wi->data); break; case SYSLOG_ITEM_ASYNC_EXIT:
signature.asc
Description: Digital signature