Source: usbredir Source-Version: 0.4.3-2 Severity: serious Tags: wheezy Control: fixed -1 0.7-1
Hi! This package contains a broken patch, which makes latest dpkg-source in stable to be unable to correctly unpack the source, due to more strict parsing of patches required to disallow path traversal vulnerabilities. The broken patch has a line-wrapped --- header line. Here's a simple patch fixing this. It would be nice if this could be fixed in stable, otherwise the source cannot be unpacked normally. I'm ready to help with such release if needed, given that the “regression” was caused by the dpkg update. (Unstable is unaffected.) This was found by David Suárez in an archive-wide check: <https://lists.debian.org/debian-dpkg/2014/07/msg00002.html> Thanks, Guillem
diff -Nru usbredir-0.4.3/debian/changelog usbredir-0.4.3/debian/changelog --- usbredir-0.4.3/debian/changelog 2012-05-26 09:35:07.000000000 +0200 +++ usbredir-0.4.3/debian/changelog 2014-07-05 23:13:04.000000000 +0200 @@ -1,3 +1,10 @@ +usbredir (0.4.3-2.1) UNRELEASED; urgency=low + + * Non-maintainer upload. + * Fix broken patch headers. + + -- Guillem Jover <[email protected]> Sat, 05 Jul 2014 23:13:04 +0200 + usbredir (0.4.3-2) unstable; urgency=low * debian/control: diff -Nru usbredir-0.4.3/debian/patches/update-usbredirserver-whatis-entry.diff usbredir-0.4.3/debian/patches/update-usbredirserver-whatis-entry.diff --- usbredir-0.4.3/debian/patches/update-usbredirserver-whatis-entry.diff 2012-05-12 03:57:30.000000000 +0200 +++ usbredir-0.4.3/debian/patches/update-usbredirserver-whatis-entry.diff 2014-07-05 23:11:16.000000000 +0200 @@ -1,5 +1,6 @@ Description: Update usbredirserver/usbredirserver.1 to fix manpage-has-useless-whatis-entry -Author: Liang Guo <[email protected]>--- a/usbredirserver/usbredirserver.1 +Author: Liang Guo <[email protected]> +--- a/usbredirserver/usbredirserver.1 +++ b/usbredirserver/usbredirserver.1 @@ -1,6 +1,6 @@ .TH USBREDIRSERVER "1" "April 2012" "usbredirserver 0.4.3" "User Commands"

