./audio/adplug, AdLib emulator library supporting many formats

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2020Q1, Version: 2.3.1, Package name: adplug-2.3.1, Maintainer: fcambus

AdPlug is a free, cross-platform, hardware independent AdLib sound player
library, mainly written in C++ and released under the LGPL. AdPlug plays
sound data, originally created for the AdLib (OPL2) audio board, directly
from its original format on top of an OPL2 emulator or by using the real
hardware. No OPL chip is required for playback.


Required to run:
[devel/libbinio]

Master sites:

SHA1: c6efe2e3ec744b45b607a18fb0ef04c87374b4ba
RMD160: 928c26a97248fb4e5c63813ff52369e812d1dd2c
Filesize: 1443.773 KB

Version history: (Expand)


CVS history: (Expand)


   2020-05-26 20:37:25 by Benny Siegert | Files touched by this commit (3) | Package updated
Log message:
Pullup ticket #6211 - requested by nia
audio/adplug: security fix

Revisions pulled up:
- audio/adplug/Makefile                                         1.11
- audio/adplug/PLIST                                            1.4
- audio/adplug/distinfo                                         1.8

---
   Module Name:	pkgsrc
   Committed By:	nia
   Date:		Thu May 21 13:39:55 UTC 2020

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

   Log message:
   adplug: Update to 2.3.2

   Changes for version 2.3.2:
   --------------------------
   - Bug fixes:
     - FMOPL: Fix global variable pointer double-free (CVE-2018-17825)
     - HERAD: Fix compilation on GCC 4.2.1
     - ADL: Calling rewind() before update() causes access violation
     - Move OPL reset/init code to rewind() for some players