From 4826584a3d349eb647ab4c74b4a4dd353f1bff91 Mon Sep 17 00:00:00 2001 From: adam Date: Tue, 20 Jun 2017 15:43:11 +0000 Subject: Changes 3.3.11: - Fixed lots of possible crashes in the IT, XM, S3M, STM, STX, AMF, IMF, GDM and MED module loaders. - Fixed a possible endless loop in the IT loader with malformed files. - Fixed signed integer overflow leading to crashes in the sample loader. - Fixed a possible crash in MMCMP depacker with malformed files. - Fixed the broken fixed-line comment reader which might possibly lead to crashes, and also badly translated several song messages. The new code is adapted from libopenmpt. - Support for building the Windows version using Open Watcom compiler. - A few minor OS/2 fixes. - CMake updates. - Other minor fixes/tidy-ups. --- audio/libmikmod/Makefile | 4 ++-- audio/libmikmod/distinfo | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'audio') diff --git a/audio/libmikmod/Makefile b/audio/libmikmod/Makefile index e1c21692606..ffb0c43b4e9 100644 --- a/audio/libmikmod/Makefile +++ b/audio/libmikmod/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.60 2016/11/12 07:34:01 adam Exp $ +# $NetBSD: Makefile,v 1.61 2017/06/20 15:43:11 adam Exp $ -DISTNAME= libmikmod-3.3.10 +DISTNAME= libmikmod-3.3.11 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mikmod/} diff --git a/audio/libmikmod/distinfo b/audio/libmikmod/distinfo index bf00ca4fb5b..c24f211c001 100644 --- a/audio/libmikmod/distinfo +++ b/audio/libmikmod/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.23 2016/11/12 07:34:01 adam Exp $ +$NetBSD: distinfo,v 1.24 2017/06/20 15:43:11 adam Exp $ -SHA1 (libmikmod-3.3.10.tar.gz) = 8006942c03165a66ffa9c0afbf2a2d7273d3bc78 -RMD160 (libmikmod-3.3.10.tar.gz) = e7902c4b96411f77c5841e01a517e06e0353fb90 -SHA512 (libmikmod-3.3.10.tar.gz) = 89a71f859bb2dbd20db2b8e1c381df61639302b5e10b85d64fa329fcad5aec603992f11d24c4498c442090f1dded7c8f14271cbaf1acc1b7e719be9cff60b3fe -Size (libmikmod-3.3.10.tar.gz) = 1237413 bytes +SHA1 (libmikmod-3.3.11.tar.gz) = 36f878e6e0de70c657d767af87cfadda2780b193 +RMD160 (libmikmod-3.3.11.tar.gz) = c4464aadb8e80a3ef4a4ef076083d925b2f73303 +SHA512 (libmikmod-3.3.11.tar.gz) = 61866fee68d91ff967ac2bad041e70034abbb4c095bba0475ed02cb81a467621a41a0685957cd9b5c19ec5218885ad42dc655443d67e01aa2623d91c0496dd63 +Size (libmikmod-3.3.11.tar.gz) = 1240329 bytes SHA1 (patch-ad) = 0ef9e921a60b3df30302168d913a7ade2b29b417 -- cgit v1.2.3