diff options
author | Jason E. Hale <jhale@FreeBSD.org> | 2024-06-08 01:06:46 -0400 |
---|---|---|
committer | Jason E. Hale <jhale@FreeBSD.org> | 2024-06-08 01:13:34 -0400 |
commit | 9170935b6b5e878ff2eaff855f3b97dd5c26f376 (patch) | |
tree | d26aab5439ce373549440995df0c3f350f6eddf8 | |
parent | 9f1ccf7181aba69c111c141242336a3c3199d617 (diff) | |
download | freebsd-ports-9170935b6b5e878ff2eaff855f3b97dd5c26f376.zip |
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)
-rw-r--r-- | audio/rsgain/Makefile | 3 | ||||
-rw-r--r-- | 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 |