Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 06 Apr 2026 20:32:59 +0000
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 9a16505d8f8c - main - audio/libopenmpt: Update to 0.8.5
Message-ID:  <69d4187b.3a454.6f64c5e7@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by diizzy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9a16505d8f8cc3f7fe94d2b3fce4b241f0cde84f

commit 9a16505d8f8cc3f7fe94d2b3fce4b241f0cde84f
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2026-04-06 20:30:36 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2026-04-06 20:32:43 +0000

    audio/libopenmpt: Update to 0.8.5
    
    Fixes possible out-of-bounds sample data read in a specific
    combination of reverse sample playback + offset past sample loop
    
    * Remove gmake dependency
    * Add USES= pathfix to fix install location of pkgconfig file
      and make build log consistent
    
    Changelog:
    https://lib.openmpt.org/libopenmpt/2026/03/22/security-updates-0.8.5-0.7.18-0.6.27-0.5.41-0.4.53/
    
    PR:             294006
    Approved by:    maintainer timeout, 2+ weeks
---
 audio/libopenmpt/Makefile | 4 ++--
 audio/libopenmpt/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/audio/libopenmpt/Makefile b/audio/libopenmpt/Makefile
index cc1732c1285d..a429b850c429 100644
--- a/audio/libopenmpt/Makefile
+++ b/audio/libopenmpt/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	libopenmpt
-DISTVERSION=	0.8.4
+DISTVERSION=	0.8.5
 DISTVERSIONSUFFIX=	+release.autotools
 CATEGORIES=	audio
 MASTER_SITES=	https://lib.openmpt.org/files/libopenmpt/src/ \
@@ -15,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 LIB_DEPENDS=	libmpg123.so:audio/mpg123 \
 		libvorbis.so:audio/libvorbis
 
-USES=		compiler:c++17-lang cpe gmake libtool pkgconfig
+USES=		compiler:c++23-lang cpe libtool pathfix pkgconfig
 CPE_VENDOR=	openmpt
 USE_LDCONFIG=	yes
 
diff --git a/audio/libopenmpt/distinfo b/audio/libopenmpt/distinfo
index acf0d9332ad0..b6c476063733 100644
--- a/audio/libopenmpt/distinfo
+++ b/audio/libopenmpt/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1765772339
-SHA256 (libopenmpt-0.8.4+release.autotools.tar.gz) = 627f9bf11aacae615a1f2c982c7e88cb21f11b2d6f0267946f7c82c5eae4943b
-SIZE (libopenmpt-0.8.4+release.autotools.tar.gz) = 1765663
+TIMESTAMP = 1774293388
+SHA256 (libopenmpt-0.8.5+release.autotools.tar.gz) = f680aeabb3f84c37169dad87f15ed83f29a6ebbc7f689f912d4dabecff0e3324
+SIZE (libopenmpt-0.8.5+release.autotools.tar.gz) = 1724941


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69d4187b.3a454.6f64c5e7>