All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] tremor: security bump to fix CVE-2018-5146
@ 2018-03-19 21:40 Peter Korsgaard
  2018-03-20  7:34 ` Peter Korsgaard
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Peter Korsgaard @ 2018-03-19 21:40 UTC (permalink / raw)
  To: buildroot

Prevent out-of-bounds write in codebook decoding.

Codebooks that are not an exact divisor of the partition size are now
truncated to fit within the partition.

Upstream has migrated from subversion to git, so change to git and bump the
version to include the fix for CVE-2018-5146.

While we're at it, also add a hash file.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 package/tremor/tremor.hash | 3 +++
 package/tremor/tremor.mk   | 6 +++---
 2 files changed, 6 insertions(+), 3 deletions(-)
 create mode 100644 package/tremor/tremor.hash

diff --git a/package/tremor/tremor.hash b/package/tremor/tremor.hash
new file mode 100644
index 0000000000..89661a64cd
--- /dev/null
+++ b/package/tremor/tremor.hash
@@ -0,0 +1,3 @@
+# Locally computed
+sha256 ba94cfdf886399c550f76908285bfa9e322f24085de6f1810c2abea565c13a15  tremor-7c30a66346199f3f09017a09567c6c8a3a0eedc8.tar.gz
+sha256 d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814  COPYING
diff --git a/package/tremor/tremor.mk b/package/tremor/tremor.mk
index 05996e2a8a..835fe36172 100644
--- a/package/tremor/tremor.mk
+++ b/package/tremor/tremor.mk
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-TREMOR_SITE = http://svn.xiph.org/trunk/Tremor
-TREMOR_SITE_METHOD = svn
-TREMOR_VERSION = 19427
+TREMOR_VERSION = 7c30a66346199f3f09017a09567c6c8a3a0eedc8
+TREMOR_SITE = https://git.xiph.org/tremor.git
+TREMOR_SITE_METHOD = git
 TREMOR_LICENSE = BSD-3-Clause
 TREMOR_LICENSE_FILES = COPYING
 
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH] tremor: security bump to fix CVE-2018-5146
  2018-03-19 21:40 [Buildroot] [PATCH] tremor: security bump to fix CVE-2018-5146 Peter Korsgaard
@ 2018-03-20  7:34 ` Peter Korsgaard
  2018-04-06 16:56 ` Peter Korsgaard
  2018-04-11 15:46 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2018-03-20  7:34 UTC (permalink / raw)
  To: buildroot

>>>>> "Peter" == Peter Korsgaard <peter@korsgaard.com> writes:

 > Prevent out-of-bounds write in codebook decoding.
 > Codebooks that are not an exact divisor of the partition size are now
 > truncated to fit within the partition.

 > Upstream has migrated from subversion to git, so change to git and bump the
 > version to include the fix for CVE-2018-5146.

 > While we're at it, also add a hash file.

 > Signed-off-by: Peter Korsgaard <peter@korsgaard.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH] tremor: security bump to fix CVE-2018-5146
  2018-03-19 21:40 [Buildroot] [PATCH] tremor: security bump to fix CVE-2018-5146 Peter Korsgaard
  2018-03-20  7:34 ` Peter Korsgaard
@ 2018-04-06 16:56 ` Peter Korsgaard
  2018-04-11 15:46 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2018-04-06 16:56 UTC (permalink / raw)
  To: buildroot

>>>>> "Peter" == Peter Korsgaard <peter@korsgaard.com> writes:

 > Prevent out-of-bounds write in codebook decoding.
 > Codebooks that are not an exact divisor of the partition size are now
 > truncated to fit within the partition.

 > Upstream has migrated from subversion to git, so change to git and bump the
 > version to include the fix for CVE-2018-5146.

 > While we're at it, also add a hash file.

 > Signed-off-by: Peter Korsgaard <peter@korsgaard.com>

Committed to 2018.02.x, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH] tremor: security bump to fix CVE-2018-5146
  2018-03-19 21:40 [Buildroot] [PATCH] tremor: security bump to fix CVE-2018-5146 Peter Korsgaard
  2018-03-20  7:34 ` Peter Korsgaard
  2018-04-06 16:56 ` Peter Korsgaard
@ 2018-04-11 15:46 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2018-04-11 15:46 UTC (permalink / raw)
  To: buildroot

>>>>> "Peter" == Peter Korsgaard <peter@korsgaard.com> writes:

 > Prevent out-of-bounds write in codebook decoding.
 > Codebooks that are not an exact divisor of the partition size are now
 > truncated to fit within the partition.

 > Upstream has migrated from subversion to git, so change to git and bump the
 > version to include the fix for CVE-2018-5146.

 > While we're at it, also add a hash file.

 > Signed-off-by: Peter Korsgaard <peter@korsgaard.com>

Committed to 2017.02.x, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-04-11 15:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-19 21:40 [Buildroot] [PATCH] tremor: security bump to fix CVE-2018-5146 Peter Korsgaard
2018-03-20  7:34 ` Peter Korsgaard
2018-04-06 16:56 ` Peter Korsgaard
2018-04-11 15:46 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.