Date: Sat, 8 Jun 2024 05:13:39 GMT From: "Jason E. Hale" <jhale@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 9170935b6b5e - 2024Q2 - audio/rsgain: Update to 3.5.1 Message-ID: <202406080513.4585Dd6s043469@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2024Q2 has been updated by jhale: URL: https://cgit.FreeBSD.org/ports/commit/?id=9170935b6b5e878ff2eaff855f3b97dd5c26f376 commit 9170935b6b5e878ff2eaff855f3b97dd5c26f376 Author: Jason E. Hale <jhale@FreeBSD.org> AuthorDate: 2024-06-08 05:06:46 +0000 Commit: Jason E. Hale <jhale@FreeBSD.org> CommitDate: 2024-06-08 05:13:34 +0000 audio/rsgain: Update to 3.5.1 This is a patch release to fix a critical bug impacting Opus files with 3 or more audio channels. This bug is related to the CRC32 calculation in the Ogg header and may cause the file to become unplayable. Users are strongly recommended to upgrade immediately. Any files that have been impacted by this bug can be repaired by scanning them again with this version. https://github.com/complexlogic/rsgain/releases/tag/v3.5.1 MFH: 2024Q2 (cherry picked from commit 5cea2cde7fee503f8d0b60e4d6a91196011047c6) --- audio/rsgain/Makefile | 3 +-- audio/rsgain/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/audio/rsgain/Makefile b/audio/rsgain/Makefile index 0c4d8bd4aa04..747470c7b32e 100644 --- a/audio/rsgain/Makefile +++ b/audio/rsgain/Makefile @@ -1,6 +1,5 @@ PORTNAME= rsgain -DISTVERSION= 3.5 -PORTREVISION= 1 +DISTVERSION= 3.5.1 DISTVERSIONSUFFIX= -source CATEGORIES= audio MASTER_SITES= https://github.com/complexlogic/rsgain/releases/download/v${DISTVERSION}/ diff --git a/audio/rsgain/distinfo b/audio/rsgain/distinfo index 18f5af32e788..42abddafb99d 100644 --- a/audio/rsgain/distinfo +++ b/audio/rsgain/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1708887285 -SHA256 (rsgain-3.5-source.tar.xz) = 8098d8cbe5c4dccc604e0d75667a71678e6802f9c623286eba772a42a8e2a062 -SIZE (rsgain-3.5-source.tar.xz) = 50660 +TIMESTAMP = 1717822703 +SHA256 (rsgain-3.5.1-source.tar.xz) = 498f023d62898c8699b7d5da34e5e16b0e892ae8a4aec8af405f2917a82901a2 +SIZE (rsgain-3.5.1-source.tar.xz) = 50776
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202406080513.4585Dd6s043469>