public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH] openjpeg: Update to version 2.5.2
Date: Tue, 12 Mar 2024 11:07:10 +0100	[thread overview]
Message-ID: <20240312100710.92028-7-adolf.belka@ipfire.org> (raw)
In-Reply-To: <20240312100710.92028-1-adolf.belka@ipfire.org>

[-- Attachment #1: Type: text/plain, Size: 3113 bytes --]

- Update from version 2.5.0 to 2.5.2
- Update of rootfile
- Changelog
    2.5.2 (Feb 2024)
	No API/ABI break compared to v2.5.1
	* Make sure openjpeg.h includes opj_config.h [\#1514](https://github.com/uclouvain/openjpeg/issues/1514)
    2.5.1 (Feb 2024)
	No API/ABI break compared to v2.5.0
	* CMake: drop support for cmake < 3.5
	* Several bugfixes, including [\#1509](https://github.com/uclouvain/openjpeg/pull/1509) for CVE-2021-3575
	* Significant speed-up rate allocation by rate/distoratio ratio [\#1440](https://github.com/uclouvain/openjpeg/pull/1440)

Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
 config/rootfiles/common/openjpeg | 13 +++++++------
 lfs/openjpeg                     |  6 +++---
 2 files changed, 10 insertions(+), 9 deletions(-)

diff --git a/config/rootfiles/common/openjpeg b/config/rootfiles/common/openjpeg
index 7d1effd40..7d4455481 100644
--- a/config/rootfiles/common/openjpeg
+++ b/config/rootfiles/common/openjpeg
@@ -4,12 +4,13 @@ usr/bin/opj_dump
 #usr/include/openjpeg-2.5
 #usr/include/openjpeg-2.5/openjpeg.h
 #usr/include/openjpeg-2.5/opj_config.h
-#usr/include/openjpeg-2.5/opj_stdint.h
+#usr/lib/cmake/openjpeg-2.5
+#usr/lib/cmake/openjpeg-2.5/OpenJPEGConfig.cmake
+#usr/lib/cmake/openjpeg-2.5/OpenJPEGConfigVersion.cmake
+#usr/lib/cmake/openjpeg-2.5/OpenJPEGTargets-release.cmake
+#usr/lib/cmake/openjpeg-2.5/OpenJPEGTargets.cmake
 #usr/lib/libopenjp2.so
-usr/lib/libopenjp2.so.2.5.0
+usr/lib/libopenjp2.so.2.5.2
 usr/lib/libopenjp2.so.7
-#usr/lib/openjpeg-2.5
-#usr/lib/openjpeg-2.5/OpenJPEGConfig.cmake
-#usr/lib/openjpeg-2.5/OpenJPEGTargets-release.cmake
-#usr/lib/openjpeg-2.5/OpenJPEGTargets.cmake
 #usr/lib/pkgconfig/libopenjp2.pc
+
diff --git a/lfs/openjpeg b/lfs/openjpeg
index 40c642c07..f2637fb51 100644
--- a/lfs/openjpeg
+++ b/lfs/openjpeg
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2023  IPFire Team  <info(a)ipfire.org>                     #
+# Copyright (C) 2007-2024  IPFire Team  <info(a)ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 2.5.0
+VER        = 2.5.2
 
 THISAPP    = openjpeg-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 472d9998a7407574d3bc059d1c0b662a8a553cfe5cb7806a022cb35e14564417a8e06e9970f06d8e65ef149019bab747caefa8e29bc793d07ad86e076909d306
+$(DL_FILE)_BLAKE2 = 4c23eecd603c620d3555fa02055104d292cdf4bbb88ab3d8d8a8f62e3c21b52d3c6d9211d8dd6f11d76fb1ca6f2333a7305ae07b5883a62eb7fc28ec9dfafc0f
 
 install : $(TARGET)
 
-- 
2.44.0


      parent reply	other threads:[~2024-03-12 10:07 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-12 10:07 [PATCH] elfutils: Update to version 0.191 Adolf Belka
2024-03-12 10:07 ` [PATCH] gdb: Update to version 14.2 Adolf Belka
2024-03-12 10:07 ` [PATCH] ghostscript: Update to version 10.03.0 Adolf Belka
2024-03-12 10:07 ` [PATCH] knot: Update to version 3.3.5 Adolf Belka
2024-03-12 10:07 ` [PATCH] libplist: Update to version 2.4.0 Adolf Belka
2024-03-12 10:07 ` [PATCH] newt: Update to version 0.52.24 Adolf Belka
2024-03-12 10:14   ` Michael Tremer
2024-03-12 12:11     ` Adolf Belka
2024-03-12 14:57       ` Michael Tremer
2024-03-12 10:07 ` Adolf Belka [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240312100710.92028-7-adolf.belka@ipfire.org \
    --to=adolf.belka@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox