Compare commits
8 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| f3f83796c3 | |||
| 1141f6a497 | |||
| 23c384d425 | |||
| 3033c3579c | |||
| 3b774298fc | |||
| 0b95cbe3f6 | |||
| 5af32b4a90 | |||
| 49a1c3f8d3 |
@@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 6 05:37:05 UTC 2025 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Update to 4.2.8:
|
||||
* Fixed a bug in the JPC decoder that could cause bad memory
|
||||
accesses if the debug level is set sufficiently
|
||||
high (#402, #403) bsc#1247901 (CVE-2025-8837)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 4 06:41:44 UTC 2025 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Update to 4.2.7:
|
||||
* Added some missing range checking on several coding parameters in
|
||||
the JPC encoder (#401) bsc#1247902 (CVE-2025-8836)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 4 06:41:23 UTC 2025 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Update to 4.2.6:
|
||||
* Added a check for a missing color component in the jas_image_chclrspc
|
||||
function (#400) bsc#1247904 (CVE-2025-8835).
|
||||
* Fixed a minor build problem related to the use of -Wstrict-prototypes
|
||||
with Clang.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 26 21:55:12 UTC 2025 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Update to 4.2.5:
|
||||
* Made a change to a configuration header file in order to avoid
|
||||
undesirable compiler warnings when JasPer is used in C++ code (#393).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 27 19:31:14 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package jasper
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -20,7 +20,7 @@
|
||||
%global __builddir obs_build
|
||||
|
||||
Name: jasper
|
||||
Version: 4.2.4
|
||||
Version: 4.2.8
|
||||
Release: 0
|
||||
Summary: An Implementation of the JPEG-2000 Standard, Part 1
|
||||
License: JasPer-2.0
|
||||
|
||||
BIN
version-4.2.4.tar.gz
LFS
BIN
version-4.2.4.tar.gz
LFS
Binary file not shown.
3
version-4.2.8.tar.gz
Normal file
3
version-4.2.8.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:987e8c8b4afcff87553833b6f0fa255b5556a0ecc617b45ee1882e10c1b5ec14
|
||||
size 1989309
|
||||
Reference in New Issue
Block a user