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 Nov  3 19:00:41 UTC 2024

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

Log Message:
mpg123: updated to 1.32.9

1.32.9

Here comes just a small followup to the release fixing CVE-2024-10573. I forgot to increase the reported library patchlevel last time and a build improvement for MSVCRT also went in.

libmpg123:

* enable 64 bit offset path for MSVCRT and avoid warnings about MS's game about POSIX API with and without underscores (bug 373).

* Increase the library patchlevel, as was forgotten on previous release. Now you can check for distversion >= 1.32.8 or mpg123 libversion >= 48 patchlevel 3 to see if you're vulnerable to 
CVE-2024-10573.


To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 pkgsrc/audio/mpg123/Makefile.common
cvs rdiff -u -r1.77 -r1.78 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.76 pkgsrc/audio/mpg123/Makefile.common:1.77
--- pkgsrc/audio/mpg123/Makefile.common:1.76    Sun Oct 27 19:01:08 2024
+++ pkgsrc/audio/mpg123/Makefile.common Sun Nov  3 19:00:41 2024
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile.common,v 1.76 2024/10/27 19:01:08 thor Exp $
+# $NetBSD: Makefile.common,v 1.77 2024/11/03 19:00:41 adam Exp $
 #
 # used by audio/mpg123-jack/Makefile
 # used by audio/mpg123-nas/Makefile
 # used by audio/mpg123-pulse/Makefile
 
-DISTNAME=      mpg123-1.32.8
+DISTNAME=      mpg123-1.32.9
 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.77 pkgsrc/audio/mpg123/distinfo:1.78
--- pkgsrc/audio/mpg123/distinfo:1.77   Sun Oct 27 19:01:08 2024
+++ pkgsrc/audio/mpg123/distinfo        Sun Nov  3 19:00:41 2024
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.77 2024/10/27 19:01:08 thor Exp $
+$NetBSD: distinfo,v 1.78 2024/11/03 19:00:41 adam Exp $
 
-BLAKE2s (mpg123-1.32.8.tar.bz2) = fac63bc6b3acce859e67ffcfe9e74c9052dcd3ac219c0c81815d87aa9a08b0bd
-SHA512 (mpg123-1.32.8.tar.bz2) = 2a3441a7c40c6bd4093431c7342bc1d97549cd5e4f822f1148a4225fa3d184c739c48ae18a5ba763af8c13f04cba87b203fabe5d4a946e79f647238b857258b2
-Size (mpg123-1.32.8.tar.bz2) = 1117529 bytes
+BLAKE2s (mpg123-1.32.9.tar.bz2) = a4840ede319578c01e458053b0854cadccf5b7d16738df03d020d3b63a48b8d1
+SHA512 (mpg123-1.32.9.tar.bz2) = dccb640b0845061811cb41bf145587e7093556d686d49a748232b079659b46284b6cc40db42d14febceac11277c58edf2b69d1b4c46c223829a3d15478e2e26c
+Size (mpg123-1.32.9.tar.bz2) = 1118388 bytes
 SHA1 (patch-ad) = f07b637c3fc1d3ea0426013fc25bca8e3aecba56
 SHA1 (patch-src_libout123_modules_sun.c) = aa11e1420fd07f2e1c4a0d911d1642f0fd50b916



Home | Main Index | Thread Index | Old Index