pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/audio/taglib



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Sep  7 05:01:10 UTC 2026

Modified Files:
        pkgsrc/audio/taglib: Makefile PLIST distinfo

Log Message:
taglib: updated to 2.3.2

TagLib 2.3.2 (Sep 5, 2026)

 * MP3: Fix parsing of per-frame unsynchronized ID3v2 frames.
 * MP3: Accept iTunes ID3 frames with space padded ID3v2.2 ID.
 * MP4: More tolerant handling of `covr` atom with wrong flags.
 * MP4: Support additional codecs (AC3, DTS, EAC3, FLAC, Opus).
 * Ogg: Support Vorbis comments from a multiplexed stream.
 * WMA: Improve property interface for ASF files.
 * RIFF: Support RF64 and BW64 64-bit extensions.
 * Matroska: Fix file scanning with fast read style.
 * Matroska: Load attachment data lazily on demand.
 * Matroska: Read the segment title without audio properties.
 * Verify values parsed from files to prevent resource exhaustion, denial of
   service attacks and out of range conversions by crafted input for various
   file formats (AIFF, APE, DSDIFF, FLAC, MP3, MP4, MPC, Matroska, Ogg, SHN,
   WMA, XM).
 * Fix data races in lazily initialized shared caches, test thread safety.
 * Use `Requires.private` for zlib with `pkg-config`.


To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 pkgsrc/audio/taglib/Makefile
cvs rdiff -u -r1.29 -r1.30 pkgsrc/audio/taglib/PLIST
cvs rdiff -u -r1.36 -r1.37 pkgsrc/audio/taglib/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/audio/taglib/Makefile
diff -u pkgsrc/audio/taglib/Makefile:1.59 pkgsrc/audio/taglib/Makefile:1.60
--- pkgsrc/audio/taglib/Makefile:1.59   Mon Jul 20 12:12:04 2026
+++ pkgsrc/audio/taglib/Makefile        Mon Sep  7 05:01:10 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.59 2026/07/20 12:12:04 adam Exp $
+# $NetBSD: Makefile,v 1.60 2026/09/07 05:01:10 adam Exp $
 
-DISTNAME=      taglib-2.3.1
+DISTNAME=      taglib-2.3.2
 CATEGORIES=    audio
 MASTER_SITES=  https://taglib.github.io/releases/
 

Index: pkgsrc/audio/taglib/PLIST
diff -u pkgsrc/audio/taglib/PLIST:1.29 pkgsrc/audio/taglib/PLIST:1.30
--- pkgsrc/audio/taglib/PLIST:1.29      Mon Jul 20 12:12:04 2026
+++ pkgsrc/audio/taglib/PLIST   Mon Sep  7 05:01:10 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.29 2026/07/20 12:12:04 adam Exp $
+@comment $NetBSD: PLIST,v 1.30 2026/09/07 05:01:10 adam Exp $
 bin/taglib-config
 include/taglib/aifffile.h
 include/taglib/aiffproperties.h
@@ -139,9 +139,9 @@ lib/cmake/taglib/taglib-targets-noconfig
 lib/cmake/taglib/taglib-targets.cmake
 lib/libtag.so
 lib/libtag.so.2
-lib/libtag.so.2.3.1
+lib/libtag.so.2.3.2
 lib/libtag_c.so
 lib/libtag_c.so.2
-lib/libtag_c.so.2.3.1
+lib/libtag_c.so.2.3.2
 lib/pkgconfig/taglib.pc
 lib/pkgconfig/taglib_c.pc

Index: pkgsrc/audio/taglib/distinfo
diff -u pkgsrc/audio/taglib/distinfo:1.36 pkgsrc/audio/taglib/distinfo:1.37
--- pkgsrc/audio/taglib/distinfo:1.36   Mon Jul 20 12:12:04 2026
+++ pkgsrc/audio/taglib/distinfo        Mon Sep  7 05:01:10 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.36 2026/07/20 12:12:04 adam Exp $
+$NetBSD: distinfo,v 1.37 2026/09/07 05:01:10 adam Exp $
 
-BLAKE2s (taglib-2.3.1.tar.gz) = 88a68e25da1d7c7311816b161f3f6e3ea5a0acfe284d0d2d43741a86212161a3
-SHA512 (taglib-2.3.1.tar.gz) = adbf5c150abc8bd91e07d6c57b3b5d308d99ba259aff1cdae3a6a4676a70d4d8015943f1dcf8f65c22ca93b7877e8b0d83e0f5f426c5e34a8c7d5ebf330814ac
-Size (taglib-2.3.1.tar.gz) = 1638729 bytes
+BLAKE2s (taglib-2.3.2.tar.gz) = acb48fb1203b2e99073791a35743ef1e42f0cb181e02cfed478dd060874a5ef0
+SHA512 (taglib-2.3.2.tar.gz) = d9f68d075c24cb3535e4ae5e5b062c05d732cbcd7c8a8c0fe4935da27dc7a01e897fd3158f2059e11e46a31b18c3a9caffc66510b7459e1e8c48f29d1ae84c82
+Size (taglib-2.3.2.tar.gz) = 1799985 bytes



Home | Main Index | Thread Index | Old Index