You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by la...@apache.org on 2020/03/18 00:50:27 UTC

[incubator-mxnet] branch leezu-patch-2 created (now bf8829a)

This is an automated email from the ASF dual-hosted git repository.

lausen pushed a change to branch leezu-patch-2
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git.


      at bf8829a  libjpeg-turbo: Fix user-assisted execution of arbitrary code

This branch includes the following new commits:

     new bf8829a  libjpeg-turbo: Fix user-assisted execution of arbitrary code

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[incubator-mxnet] 01/01: libjpeg-turbo: Fix user-assisted execution of arbitrary code

Posted by la...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

lausen pushed a commit to branch leezu-patch-2
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git

commit bf8829a37193642761749546951dca153f6639e4
Author: Leonard Lausen <la...@amazon.com>
AuthorDate: Wed Mar 18 00:49:36 2020 +0000

    libjpeg-turbo: Fix user-assisted execution of arbitrary code
    
    Reference https://security.gentoo.org/glsa/202003-23
---
 tools/dependencies/libturbojpeg.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/dependencies/libturbojpeg.sh b/tools/dependencies/libturbojpeg.sh
index 0c9eb97..f05b7ef 100755
--- a/tools/dependencies/libturbojpeg.sh
+++ b/tools/dependencies/libturbojpeg.sh
@@ -20,7 +20,7 @@
 # This script builds the static library of libturbojpeg that can be used as dependency of
 # mxnet/opencv.
 set -ex
-TURBO_JPEG_VERSION=2.0.2
+TURBO_JPEG_VERSION=2.0.3
 if [[ $PLATFORM == 'darwin' ]]; then
     JPEG_NASM_OPTION="-D CMAKE_ASM_NASM_COMPILER=/usr/local/bin/nasm"
 fi