diff mbox series

[v2,1/1] package/libopenmpt: bump to version 0.7.10

Message ID 20241006104434.1414754-1-ju.o@free.fr
State Accepted
Headers show
Series [v2,1/1] package/libopenmpt: bump to version 0.7.10 | expand

Commit Message

Julien Olivain Oct. 6, 2024, 10:44 a.m. UTC
For release note, see:
https://lib.openmpt.org/libopenmpt/2024/09/22/security-update-0.6.19-releases-0.7.10-0.5.33-0.4.45/

Note: even if the release annouce has "security update" in its title,
it is only applicable to the 0.6.x version series. This version 0.7.10
is NOT impacted by this security fix.

Signed-off-by: Julien Olivain <ju.o@free.fr>
---
Change v1 -> v2:
- Removed "security" in the commit log title.
  As the rest of the commit log is stating, this bump is not
  a security bump.
---
 package/libopenmpt/libopenmpt.hash | 2 +-
 package/libopenmpt/libopenmpt.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Peter Korsgaard Oct. 7, 2024, 6 a.m. UTC | #1
>>>>> "Julien" == Julien Olivain <ju.o@free.fr> writes:

 > For release note, see:
 > https://lib.openmpt.org/libopenmpt/2024/09/22/security-update-0.6.19-releases-0.7.10-0.5.33-0.4.45/

 > Note: even if the release annouce has "security update" in its title,
 > it is only applicable to the 0.6.x version series. This version 0.7.10
 > is NOT impacted by this security fix.

 > Signed-off-by: Julien Olivain <ju.o@free.fr>
 > ---
 > Change v1 -> v2:
 > - Removed "security" in the commit log title.
 >   As the rest of the commit log is stating, this bump is not
 >   a security bump.

Committed, thanks.
diff mbox series

Patch

diff --git a/package/libopenmpt/libopenmpt.hash b/package/libopenmpt/libopenmpt.hash
index cc5519806c..ab501d20b4 100644
--- a/package/libopenmpt/libopenmpt.hash
+++ b/package/libopenmpt/libopenmpt.hash
@@ -1,3 +1,3 @@ 
 # computed locally
-sha256  0386e918d75d797e79d5b14edd0847165d8b359e9811ef57652c0a356a2dfcf4  libopenmpt-0.7.9+release.autotools.tar.gz
+sha256  093713c1c1024f4f10c4779a66ceb2af51fb7c908a9e99feb892d04019220ba1  libopenmpt-0.7.10+release.autotools.tar.gz
 sha256  e3d7e76c6b441ddd9fff0a397e7b5e055a11678bd7c3b246a0ce13e352eb15e8  LICENSE
diff --git a/package/libopenmpt/libopenmpt.mk b/package/libopenmpt/libopenmpt.mk
index aff67f6935..744c67c6b7 100644
--- a/package/libopenmpt/libopenmpt.mk
+++ b/package/libopenmpt/libopenmpt.mk
@@ -4,7 +4,7 @@ 
 #
 ################################################################################
 
-LIBOPENMPT_VERSION = 0.7.9
+LIBOPENMPT_VERSION = 0.7.10
 LIBOPENMPT_SITE = https://lib.openmpt.org/files/libopenmpt/src
 LIBOPENMPT_SOURCE = libopenmpt-$(LIBOPENMPT_VERSION)+release.autotools.tar.gz
 LIBOPENMPT_LICENSE = BSD-3-Clause