pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/mpg123



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Apr 26 08:48:50 UTC 2026

Modified Files:
        pkgsrc/audio/mpg123: Makefile.common distinfo

Log Message:
mpg123: updated to 1.33.5

1.33.5

- mpg123: Fix generic control mode for largefile-sensitive builds, where 32 bit
  off_t was used with mpg123 API calls expecting 64 bit off_t.
  I am appalled that it took a user on 32 bit ARM and a specific https stream
  to notice this (bug 385, regression since 1.32.0).
  The security impact of this could be serious, with memory corruption including
  segfault being observed.
- mpg123-id3dump, out123: Enable 64 bit offset usage on largefile-sensitive
  platforms (regression since 1.32.0).
- libmpg123:
-- Announce support for shadow stack / IBT in x86-64 assembly.
-- Also announce PAC/BTI for non-accurate neon64 (aarch64) synth.
- libout123: Add a safeguard to ensure variable-length records from buffer
  communication are always zero-terminated.
- libsyn123: Use union work buffer to avoid casts that may look like breaking
  strict aliasing.


To generate a diff of this commit:
cvs rdiff -u -r1.84 -r1.85 pkgsrc/audio/mpg123/Makefile.common \
    pkgsrc/audio/mpg123/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/mpg123/Makefile.common
diff -u pkgsrc/audio/mpg123/Makefile.common:1.84 pkgsrc/audio/mpg123/Makefile.common:1.85
--- pkgsrc/audio/mpg123/Makefile.common:1.84    Mon Dec 22 13:55:17 2025
+++ pkgsrc/audio/mpg123/Makefile.common Sun Apr 26 08:48:49 2026
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile.common,v 1.84 2025/12/22 13:55:17 adam Exp $
+# $NetBSD: Makefile.common,v 1.85 2026/04/26 08:48:49 adam Exp $
 #
 # used by audio/mpg123-jack/Makefile
 # used by audio/mpg123-nas/Makefile
 # used by audio/mpg123-pulse/Makefile
 # used by audio/mpg123-sndio/Makefile
 
-DISTNAME=      mpg123-1.33.4
+DISTNAME=      mpg123-1.33.5
 PKGNAME?=      ${DISTNAME:C/[[:alnum:]]*/&-${MPG123_MODULE}/}
 CATEGORIES=    audio
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=mpg123/}
Index: pkgsrc/audio/mpg123/distinfo
diff -u pkgsrc/audio/mpg123/distinfo:1.84 pkgsrc/audio/mpg123/distinfo:1.85
--- pkgsrc/audio/mpg123/distinfo:1.84   Mon Dec 22 13:55:17 2025
+++ pkgsrc/audio/mpg123/distinfo        Sun Apr 26 08:48:49 2026
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.84 2025/12/22 13:55:17 adam Exp $
+$NetBSD: distinfo,v 1.85 2026/04/26 08:48:49 adam Exp $
 
-BLAKE2s (mpg123-1.33.4.tar.bz2) = 782019ce92586730c80555aab48c5ad94984ff02234446a3b4fbdf913c2b2af0
-SHA512 (mpg123-1.33.4.tar.bz2) = 9b7aa93b692132da7eb8dcfef12ce91bf66bf8475af50e9c57d7b80225f96c0e74264e518e558371af1f4cf6d2afda5b3dfc844949fd747db7ac7c44d0e9f6ad
-Size (mpg123-1.33.4.tar.bz2) = 1122088 bytes
+BLAKE2s (mpg123-1.33.5.tar.bz2) = 232089e7b557d520caeab3ba65266da41c4c5e7fcd20498a9e27373809f0f750
+SHA512 (mpg123-1.33.5.tar.bz2) = ab5d9c26e9f1c73b98449b738fa55e818bcde713683a84ac282e3c2adef85e4ffa46bdc33ddf736b536a5ddb3f24ca731664cdc465d431e267b5656e959b61d0
+Size (mpg123-1.33.5.tar.bz2) = 1123086 bytes
 SHA1 (patch-ad) = f07b637c3fc1d3ea0426013fc25bca8e3aecba56
 SHA1 (patch-src_libout123_modules_sun.c) = aa11e1420fd07f2e1c4a0d911d1642f0fd50b916



Home | Main Index | Thread Index | Old Index