r1577 - in /unstable/toolame/debian: changelog patches/02-initialize-header-padding-field-before-parsing-arguments.patch patches/series
fabian-guest at users.alioth.debian.org
fabian-guest at users.alioth.debian.org
Wed Nov 19 09:09:11 UTC 2008
Author: fabian-guest
Date: Wed Nov 19 09:09:11 2008
New Revision: 1577
URL: http://svn.debian.org/wsvn/pkg-multimedia/?sc=1&rev=1577
Log:
* debian/02-initialize-header-padding-field-before-parsing-arguments.patch:
+ New patch to initialize the 1-bit 'header->padding' field before parsing
the arguments. Thanks Christian Grigis <glove at grigri.org>!
Added:
unstable/toolame/debian/patches/02-initialize-header-padding-field-before-parsing-arguments.patch
Modified:
unstable/toolame/debian/changelog
unstable/toolame/debian/patches/series
Modified: unstable/toolame/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-multimedia/unstable/toolame/debian/changelog?rev=1577&op=diff
==============================================================================
--- unstable/toolame/debian/changelog (original)
+++ unstable/toolame/debian/changelog Wed Nov 19 09:09:11 2008
@@ -11,8 +11,11 @@
* debian/patches/01-WAV-header-read-incorrectly-on-64-bit-platforms.patch:
+ New patch to fix usage of "unsigned long" on 64-bit little-endian
platforms (Closes: #504308). Thanks Christian Grigis <glove at grigri.org>!
+ * debian/02-initialize-header-padding-field-before-parsing-arguments.patch:
+ + New patch to initialize the 1-bit 'header->padding' field before parsing
+ the arguments. Thanks Christian Grigis <glove at grigri.org>!
- -- Fabian Greffrath <fabian at debian-unofficial.org> Thu, 03 Nov 2008 10:31:30 +0200
+ -- Fabian Greffrath <fabian at debian-unofficial.org> Thu, 19 Nov 2008 10:06:31 +0200
toolame (02l-6) unstable; urgency=low
Added: unstable/toolame/debian/patches/02-initialize-header-padding-field-before-parsing-arguments.patch
URL: http://svn.debian.org/wsvn/pkg-multimedia/unstable/toolame/debian/patches/02-initialize-header-padding-field-before-parsing-arguments.patch?rev=1577&op=file
==============================================================================
--- unstable/toolame/debian/patches/02-initialize-header-padding-field-before-parsing-arguments.patch (added)
+++ unstable/toolame/debian/patches/02-initialize-header-padding-field-before-parsing-arguments.patch Wed Nov 19 09:09:11 2008
@@ -1,0 +1,10 @@
+--- toolame-02l.orig/toolame.c
++++ toolame-02l/toolame.c
+@@ -644,6 +644,7 @@
+ inPath[0] = '\0';
+ outPath[0] = '\0';
+ header->lay = DFLT_LAY;
++ header->padding = 0;
+ switch (DFLT_MOD) {
+ case 's':
+ header->mode = MPG_MD_STEREO;
Modified: unstable/toolame/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-multimedia/unstable/toolame/debian/patches/series?rev=1577&op=diff
==============================================================================
--- unstable/toolame/debian/patches/series (original)
+++ unstable/toolame/debian/patches/series Wed Nov 19 09:09:11 2008
@@ -1,1 +1,2 @@
01-WAV-header-read-incorrectly-on-64-bit-platforms.patch
+02-initialize-header-padding-field-before-parsing-arguments.patch
More information about the pkg-multimedia-commits
mailing list