[Pkg-voip-commits] r9530 - in /libosip2/branches: ./ build-area sid/ sid/debian/ sid/debian/changelog sid/debian/patches/format-security.diff tarballs

msp at alioth.debian.org msp at alioth.debian.org
Sat Feb 25 03:28:29 UTC 2012


Author: msp
Date: Sat Feb 25 03:28:28 2012
New Revision: 9530

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=9530
Log:
Fix FTBFS: osip_message_parse.c:850:5: error:

Added:
    libosip2/branches/
    libosip2/branches/build-area   (with props)
    libosip2/branches/sid/
    libosip2/branches/sid/debian/
      - copied from r9529, libosip2/tags/3.3.0-1/debian/
    libosip2/branches/sid/debian/patches/format-security.diff
    libosip2/branches/tarballs   (with props)
Modified:
    libosip2/branches/sid/debian/changelog

Added: libosip2/branches/build-area
URL: http://svn.debian.org/wsvn/pkg-voip/libosip2/branches/build-area?rev=9530&op=file
==============================================================================
--- libosip2/branches/build-area (added)
+++ libosip2/branches/build-area Sat Feb 25 03:28:28 2012
@@ -1,0 +1,1 @@
+link ../build-area/

Propchange: libosip2/branches/build-area
------------------------------------------------------------------------------
    svn:special = *

Modified: libosip2/branches/sid/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/libosip2/branches/sid/debian/changelog?rev=9530&op=diff
==============================================================================
--- libosip2/branches/sid/debian/changelog (original)
+++ libosip2/branches/sid/debian/changelog Sat Feb 25 03:28:28 2012
@@ -1,3 +1,11 @@
+libosip2 (3.3.0-2) unstable; urgency=low
+
+  * Fix "FTBFS: osip_message_parse.c:850:5: error: format not a string
+    literal and no format arguments [-Werror=format-security]" 
+    added patches/format-security.diff (Closes: #646449)
+
+ -- Mark Purcell <msp at debian.org>  Sat, 25 Feb 2012 14:23:00 +1100
+
 libosip2 (3.3.0-1) unstable; urgency=low
 
   * New upstream release

Added: libosip2/branches/sid/debian/patches/format-security.diff
URL: http://svn.debian.org/wsvn/pkg-voip/libosip2/branches/sid/debian/patches/format-security.diff?rev=9530&op=file
==============================================================================
--- libosip2/branches/sid/debian/patches/format-security.diff (added)
+++ libosip2/branches/sid/debian/patches/format-security.diff Sat Feb 25 03:28:28 2012
@@ -1,0 +1,13 @@
+Index: libosip2-3.3.0/src/osipparser2/osip_message_parse.c
+===================================================================
+--- libosip2-3.3.0.orig/src/osipparser2/osip_message_parse.c	2008-09-18 21:49:34.000000000 +1000
++++ libosip2-3.3.0/src/osipparser2/osip_message_parse.c	2012-02-25 14:22:19.000000000 +1100
+@@ -847,7 +847,7 @@
+     sep_boundary = (char *) osip_malloc (len + sizeof (boundary_prefix));
+ 	if (sep_boundary==NULL)
+ 		return OSIP_NOMEM;
+-    sprintf (sep_boundary, boundary_prefix);
++    sprintf (sep_boundary, "%s", boundary_prefix);
+     if (ct_param->gvalue[0] == '"' && ct_param->gvalue[len - 1] == '"')
+       strncat (sep_boundary, ct_param->gvalue + 1, len - 2);
+     else

Added: libosip2/branches/tarballs
URL: http://svn.debian.org/wsvn/pkg-voip/libosip2/branches/tarballs?rev=9530&op=file
==============================================================================
--- libosip2/branches/tarballs (added)
+++ libosip2/branches/tarballs Sat Feb 25 03:28:28 2012
@@ -1,0 +1,1 @@
+link ../tarballs/

Propchange: libosip2/branches/tarballs
------------------------------------------------------------------------------
    svn:special = *




More information about the Pkg-voip-commits mailing list