[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#921107: stretch-pu: package sox/14.4.1-5+deb9u1



Package: release.debian.org
Severity: normal
Tags: stretch
User: release.debian.org@packages.debian.org
Usertags: pu

Hi

Mike Salvatore noticed that the 14.4.1-5 meant to close #773720 did
not add the patches to the series file, thus not applying the fixes.
I'm proposing to adress this via the upcoming point release given we
did past then release a DSA for wheezy-security including those fixes.

There are more no-dsa tagged entries which I have no time to adress as
well with this upload.

Attached the debdiff.

Regards,
Salvatore
diff -Nru sox-14.4.1/debian/changelog sox-14.4.1/debian/changelog
--- sox-14.4.1/debian/changelog	2014-12-24 20:40:04.000000000 +0100
+++ sox-14.4.1/debian/changelog	2019-02-01 16:18:21.000000000 +0100
@@ -1,3 +1,11 @@
+sox (14.4.1-5+deb9u1) stretch; urgency=medium
+
+  * Non-maintainer upload.
+  * Add patches for CVE-2014-8145 to series file and really apply fixes.
+    Thanks to Mike Salvatore for spotting the issue. (Closes: #773720)
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Fri, 01 Feb 2019 16:18:21 +0100
+
 sox (14.4.1-5) unstable; urgency=medium
 
   * Patches to fix memory corruptions on the heap, CVE-2014-8145
diff -Nru sox-14.4.1/debian/patches/0001-Check-for-minimum-size-sphere-headers.patch sox-14.4.1/debian/patches/0001-Check-for-minimum-size-sphere-headers.patch
--- sox-14.4.1/debian/patches/0001-Check-for-minimum-size-sphere-headers.patch	2014-12-24 20:32:59.000000000 +0100
+++ sox-14.4.1/debian/patches/0001-Check-for-minimum-size-sphere-headers.patch	2019-02-01 16:18:21.000000000 +0100
@@ -1,5 +1,5 @@
---- src/sphere.c.old
-+++ src/sphere.c
+--- a/src/sphere.c.old
++++ b/src/sphere.c
 @@ -47,6 +47,11 @@ static int start_read(sox_format_t * ft)
  
    /* Determine header size, and allocate a buffer large enough to hold it. */
diff -Nru sox-14.4.1/debian/patches/0002-More-checks-for-invalid-MS-ADPCM-blocks.patch sox-14.4.1/debian/patches/0002-More-checks-for-invalid-MS-ADPCM-blocks.patch
--- sox-14.4.1/debian/patches/0002-More-checks-for-invalid-MS-ADPCM-blocks.patch	2014-12-24 20:32:59.000000000 +0100
+++ sox-14.4.1/debian/patches/0002-More-checks-for-invalid-MS-ADPCM-blocks.patch	2019-02-01 16:18:21.000000000 +0100
@@ -1,5 +1,5 @@
---- src/wav.c.old
-+++ src/wav.c
+--- a/src/wav.c.old
++++ b/src/wav.c
 @@ -166,7 +166,7 @@ static unsigned short  AdpcmReadBlock(sox_format_t * ft)
          /* work with partial blocks.  Specs say it should be null */
          /* padded but I guess this is better than trailing quiet. */
diff -Nru sox-14.4.1/debian/patches/series sox-14.4.1/debian/patches/series
--- sox-14.4.1/debian/patches/series	1970-01-01 01:00:00.000000000 +0100
+++ sox-14.4.1/debian/patches/series	2019-02-01 16:18:21.000000000 +0100
@@ -0,0 +1,2 @@
+0001-Check-for-minimum-size-sphere-headers.patch
+0002-More-checks-for-invalid-MS-ADPCM-blocks.patch

Reply to: