All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/jasper: bump to 2.0.16
@ 2019-11-27  9:40 Michael Vetter
  2019-12-01 18:16 ` Peter Korsgaard
  2019-12-05 21:37 ` Peter Korsgaard
  0 siblings, 2 replies; 4+ messages in thread
From: Michael Vetter @ 2019-11-27  9:40 UTC (permalink / raw)
  To: buildroot

Changes:
  * Fix assertion failure JPC_NOMINALGAIN (CVE-2016-9396) (#50)
  * Fix build on Windows 10 (#162)
  * Improve README
  * Fix build with CMake 2.x
  * Add missing dereference operators (#178, #157)
  * Check data in jas_image (CVE-2018-19539) (#196)
Signed-off-by: Michael Vetter <jubalh@iodoru.org>
---
 DEVELOPERS                 | 3 +++
 package/jasper/jasper.hash | 2 +-
 package/jasper/jasper.mk   | 2 +-
 3 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/DEVELOPERS b/DEVELOPERS
index 991be89849..4adaac0c3d 100644
--- a/DEVELOPERS
+++ b/DEVELOPERS
@@ -1683,6 +1683,9 @@ F:	package/python-pyzmq/
 N:	Michael Trimarchi <michael@amarulasolutions.com>
 F:	package/python-spidev/
 
+N:	Michael Vetter <jubalh@iodoru.org>
+F:	package/jasper/
+
 N:	Michael Walle <michael@walle.cc>
 F:	package/libavl/
 
diff --git a/package/jasper/jasper.hash b/package/jasper/jasper.hash
index 036ebc88d7..7e9ce0ea90 100644
--- a/package/jasper/jasper.hash
+++ b/package/jasper/jasper.hash
@@ -1,3 +1,3 @@
 # Locally calculated
-sha256 85266eea728f8b14365db9eaf1edc7be4c348704e562bb05095b9a077cf1a97b  jasper-2.0.14.tar.gz
+sha256 f1d8b90f231184d99968f361884e2054a1714fdbbd9944ba1ae4ebdcc9bbfdb1  jasper-2.0.16.tar.gz
 sha256 4ad1bb42aff888c4403d792e6e2c5f1716d6c279fea70b296333c9d577d30b81  LICENSE
diff --git a/package/jasper/jasper.mk b/package/jasper/jasper.mk
index f1260f2a9c..287c358884 100644
--- a/package/jasper/jasper.mk
+++ b/package/jasper/jasper.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-JASPER_VERSION = 2.0.14
+JASPER_VERSION = 2.0.16
 JASPER_SITE = $(call github,mdadams,jasper,version-$(JASPER_VERSION))
 JASPER_INSTALL_STAGING = YES
 JASPER_LICENSE = JasPer-2.0
-- 
2.16.4

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

* [Buildroot] [PATCH 1/1] package/jasper: bump to 2.0.16
  2019-11-27  9:40 [Buildroot] [PATCH 1/1] package/jasper: bump to 2.0.16 Michael Vetter
@ 2019-12-01 18:16 ` Peter Korsgaard
  2019-12-05 21:37 ` Peter Korsgaard
  1 sibling, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2019-12-01 18:16 UTC (permalink / raw)
  To: buildroot

>>>>> "Michael" == Michael Vetter <jubalh@iodoru.org> writes:

 > Changes:
 >   * Fix assertion failure JPC_NOMINALGAIN (CVE-2016-9396) (#50)
 >   * Fix build on Windows 10 (#162)
 >   * Improve README
 >   * Fix build with CMake 2.x
 >   * Add missing dereference operators (#178, #157)
 >   * Check data in jas_image (CVE-2018-19539) (#196)
 > Signed-off-by: Michael Vetter <jubalh@iodoru.org>
 > ---
 >  DEVELOPERS                 | 3 +++
 >  package/jasper/jasper.hash | 2 +-
 >  package/jasper/jasper.mk   | 2 +-
 >  3 files changed, 5 insertions(+), 2 deletions(-)

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 1/1] package/jasper: bump to 2.0.16
  2019-11-27  9:40 [Buildroot] [PATCH 1/1] package/jasper: bump to 2.0.16 Michael Vetter
  2019-12-01 18:16 ` Peter Korsgaard
@ 2019-12-05 21:37 ` Peter Korsgaard
  1 sibling, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2019-12-05 21:37 UTC (permalink / raw)
  To: buildroot

>>>>> "Michael" == Michael Vetter <jubalh@iodoru.org> writes:

 > Changes:
 >   * Fix assertion failure JPC_NOMINALGAIN (CVE-2016-9396) (#50)
 >   * Fix build on Windows 10 (#162)
 >   * Improve README
 >   * Fix build with CMake 2.x
 >   * Add missing dereference operators (#178, #157)
 >   * Check data in jas_image (CVE-2018-19539) (#196)
 > Signed-off-by: Michael Vetter <jubalh@iodoru.org>

Committed to 2019.02.x and 2019.08.x, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 1/1] package/jasper: bump to 2.0.16
@ 2019-11-27  9:28 Michael Vetter
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Vetter @ 2019-11-27  9:28 UTC (permalink / raw)
  To: buildroot

Changes:
  * Fix assertion failure JPC_NOMINALGAIN (CVE-2016-9396) (#50)
  * Fix build on Windows 10 (#162)
  * Improve README
  * Fix build with CMake 2.x
  * Add missing dereference operators (#178, #157)
  * Check data in jas_image (CVE-2018-19539) (#196)
Signed-off-by: Michael Vetter <jubalh@iodoru.org>
---
 DEVELOPERS                 | 3 +++
 package/jasper/jasper.hash | 2 +-
 package/jasper/jasper.mk   | 2 +-
 3 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/DEVELOPERS b/DEVELOPERS
index 991be89849..4adaac0c3d 100644
--- a/DEVELOPERS
+++ b/DEVELOPERS
@@ -1683,6 +1683,9 @@ F:	package/python-pyzmq/
 N:	Michael Trimarchi <michael@amarulasolutions.com>
 F:	package/python-spidev/
 
+N:	Michael Vetter <jubalh@iodoru.org>
+F:	package/jasper/
+
 N:	Michael Walle <michael@walle.cc>
 F:	package/libavl/
 
diff --git a/package/jasper/jasper.hash b/package/jasper/jasper.hash
index 036ebc88d7..7e9ce0ea90 100644
--- a/package/jasper/jasper.hash
+++ b/package/jasper/jasper.hash
@@ -1,3 +1,3 @@
 # Locally calculated
-sha256
85266eea728f8b14365db9eaf1edc7be4c348704e562bb05095b9a077cf1a97b
jasper-2.0.14.tar.gz +sha256
f1d8b90f231184d99968f361884e2054a1714fdbbd9944ba1ae4ebdcc9bbfdb1
jasper-2.0.16.tar.gz sha256
4ad1bb42aff888c4403d792e6e2c5f1716d6c279fea70b296333c9d577d30b81
LICENSE diff --git a/package/jasper/jasper.mk
b/package/jasper/jasper.mk index f1260f2a9c..287c358884 100644 ---
a/package/jasper/jasper.mk +++ b/package/jasper/jasper.mk @@ -4,7 +4,7
@@ #
################################################################################ 
-JASPER_VERSION = 2.0.14
+JASPER_VERSION = 2.0.16
 JASPER_SITE = $(call github,mdadams,jasper,version-$(JASPER_VERSION))
 JASPER_INSTALL_STAGING = YES
 JASPER_LICENSE = JasPer-2.0
-- 
2.16.4

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

end of thread, other threads:[~2019-12-05 21:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-27  9:40 [Buildroot] [PATCH 1/1] package/jasper: bump to 2.0.16 Michael Vetter
2019-12-01 18:16 ` Peter Korsgaard
2019-12-05 21:37 ` Peter Korsgaard
  -- strict thread matches above, loose matches on Subject: below --
2019-11-27  9:28 Michael Vetter

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.