tags 591133 + pending
thanks

Dear maintainer,

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

Regards.

-- 
 .''`.   http://info.comodo.priv.at/ -- GPG key IDs: 0x8649AA06, 0x00F3CFE4
 : :' :  Debian GNU/Linux user, admin, & developer - http://www.debian.org/
 `. `'   Member of VIBE!AT & SPI, fellow of Free Software Foundation Europe
   `-    NP: Lightnin' Hopkins: Cryin' Shame
diff -u linux86-0.16.17/debian/changelog linux86-0.16.17/debian/changelog
--- linux86-0.16.17/debian/changelog
+++ linux86-0.16.17/debian/changelog
@@ -1,3 +1,11 @@
+linux86 (0.16.17-3.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix "FTBFS: ncc: illegal label": apply patch by dai that replaces strcpy
+    by memmove (closes: #591133).
+
+ -- gregor herrmann <gre...@debian.org>  Thu, 11 Nov 2010 22:29:38 +0100
+
 linux86 (0.16.17-3) unstable; urgency=low
 
   * Added man pages for ar86, objdump86, size86 and nm86 with patch
only in patch2:
unchanged:
--- linux86-0.16.17.orig/copt/copt.c
+++ linux86-0.16.17/copt/copt.c
@@ -174,7 +174,7 @@
   /* Delete leading white spaces */
   for (cp = buf; *cp && isspace(*cp); cp++) ;
   if (cp != buf && *cp)
-	strcpy(buf, cp);
+	memmove(buf, cp, strlen(cp) + 1);
 
   return(buf);
 }

Attachment: signature.asc
Description: Digital signature

Reply via email to