CVS log for pkgsrc/audio/adplug/Makefile
Up to [cvs.NetBSD.org] / pkgsrc / audio / adplug
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.13: download - view: text, markup, annotated - select for diffs
Fri May 13 13:26:51 2022 UTC (2 years, 8 months ago) by fcambus
Branches: MAIN
CVS tags: pkgsrc-2024Q4-base,
pkgsrc-2024Q4,
pkgsrc-2024Q3-base,
pkgsrc-2024Q3,
pkgsrc-2024Q2-base,
pkgsrc-2024Q2,
pkgsrc-2024Q1-base,
pkgsrc-2024Q1,
pkgsrc-2023Q4-base,
pkgsrc-2023Q4,
pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
HEAD
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2
lines
adplug: drop maintainership.
Revision 1.12: download - view: text, markup, annotated - select for diffs
Wed Jun 10 11:09:23 2020 UTC (4 years, 7 months ago) by fcambus
Branches: MAIN
CVS tags: pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2
lines
adplug: update to 2.3.3.
Changes for version 2.3.3:
--------------------------
- New RAD player replacing the old one
- Bug fixes: (huge thanks to Alexander Miller for these)
- CVE-2019-14690 - buffer overflow in .bmf
- CVE-2019-14691 - buffer overflow in .dtm
- CVE-2019-14692 - buffer overflow in .mkj
- CVE-2019-14732 - buffer overflow in .a2m
- CVE-2019-14733 - buffer overflow in .rad
- CVE-2019-14734 - buffer overflow in .mtk
- CVE-2019-15151 - double free and OOB reads in .u6m
- OOB reads in .xad
- OOB reads in .rix
Revision 1.10.4.1: download - view: text, markup, annotated - select for diffs
Tue May 26 18:37:25 2020 UTC (4 years, 7 months ago) by bsiegert
Branches: pkgsrc-2020Q1
Diff to: previous 1.10: preferred, colored; next MAIN 1.11: preferred, colored
Changes since revision 1.10: +2 -2
lines
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
Revision 1.11: download - view: text, markup, annotated - select for diffs
Thu May 21 13:39:55 2020 UTC (4 years, 7 months ago) by nia
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2
lines
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
Revision 1.10: download - view: text, markup, annotated - select for diffs
Sun Aug 18 19:01:58 2019 UTC (5 years, 5 months ago) by fcambus
Branches: MAIN
CVS tags: pkgsrc-2020Q1-base,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3
Branch point for: pkgsrc-2020Q1
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2
lines
adplug: take maintainership, discussed with kamil@ and leot@.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Aug 12 11:09:54 2019 UTC (5 years, 5 months ago) by leot
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2
lines
adplug: Reset MAINTAINER (mail bouncing)
Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue Dec 11 09:50:44 2018 UTC (6 years, 1 month ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2019Q2-base,
pkgsrc-2019Q2,
pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +5 -6
lines
adplug: update to 2.3.1.
Changes for version 2.3.1:
--------------------------
- Fixed unconditional inclusion of "sys/io.h" on Linux
- Autotools improvement
- Non-recursive Automake, improved parallelizability
- Compatibility fixes for FreeBSD's pmake and OpenBSD's make
- Out-of-source building
Changes for version 2.3:
-------------------------
- Bug fixes:
- CMF: Fix uninitialised variable use (thanks binarymaster)
- CMF: Handle invalid offsets without crashing
- ROL: Prevent access beyond end of vector
- MSC: Fix use of uninitialised variable
- HSC: Handle out of range patterns more gracefully
- MID: Fix for issue #2 - out of range array read
- LDS: Use the tempo stored inside the Loudness-File instead of simply returning 70Hz
- RIX: Fix several replay bugs (thanks to Palxex)
- RIX: Big-endian fix by Wei Mingzhi
- XAD: Tempo fix
- Various other out of bounds array fixes, timing fixes, etc.
- New formats:
- BMF: Easy AdLib 1.0
- CMF: SoundFX Macs Opera
- GOT: God of Thunder
- HSQ/SQX/SDB/AGD/HA2: Herbulot AdLib System (HERAD)
- MUS/IMS/MDI: AdLib Visual Composer ROL derivatives
- SOP: sopepos' Note Player
- VGM: Video Game Music
- Allow compilation on platforms that don't support real OPL hardware access
- Add support for compiling on Appveyor and publishing a NuGet package
- Add Visual Studio 2015 projects
- Add support for Travis CI builds
- Add new CRC16 and CRC32 tests
- Addition of WoodyOPL from DOSBox SVN (thanks to NY00123)
- Addition of NukedOPL (thanks to loki666 and nukeykt)
- Move from SourceForge to GitHub
- DRO player refactored (thanks to Laurence Myers and William Yates)
- Add (mono) OPL3 support to the surround/harmonic-effect OPL
- Fix occasional random noise in right channel when using surround OPL and Satoh synth
- Add display for ROL comment and instrument names
- Improve support for different Westwood ADL format versions
- Improve CMF transpose support (per-channel now)
- Autotools build environment updated
Changes for version 2.2.1:
--------------------------
- Bug fixes:
- CMF: Fix crash on v1.0 files
- DRO: Correct playback of early v0.1 files
Changes for version 2.2:
------------------------
- New format support:
- JBM: JBM Adlib Music Format
- CMF: New player (more accurate) for Creative Music Format
- DRO: DOSBox Raw OPL v2.0 support
- Fixed current subsong rewind in D00 player.
- Added test case for ADL file format.
- Fixed replay bug in DRO player (thanks to Adam Nielsen).
- New surround/harmonic synth effect (sounds really nice!)
Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Apr 20 12:10:24 2016 UTC (8 years, 8 months ago) by nros
Branches: MAIN
CVS tags: pkgsrc-2018Q3-base,
pkgsrc-2018Q3,
pkgsrc-2018Q2-base,
pkgsrc-2018Q2,
pkgsrc-2018Q1-base,
pkgsrc-2018Q1,
pkgsrc-2017Q4-base,
pkgsrc-2017Q4,
pkgsrc-2017Q3-base,
pkgsrc-2017Q3,
pkgsrc-2017Q2-base,
pkgsrc-2017Q2,
pkgsrc-2017Q1-base,
pkgsrc-2017Q1,
pkgsrc-2016Q4-base,
pkgsrc-2016Q4,
pkgsrc-2016Q3-base,
pkgsrc-2016Q3,
pkgsrc-2016Q2-base,
pkgsrc-2016Q2
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -1
lines
Set LICENSE for a lot of audio packages.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Sep 11 23:59:21 2012 UTC (12 years, 4 months ago) by asau
Branches: MAIN
CVS tags: pkgsrc-2016Q1-base,
pkgsrc-2016Q1,
pkgsrc-2015Q4-base,
pkgsrc-2015Q4,
pkgsrc-2015Q3-base,
pkgsrc-2015Q3,
pkgsrc-2015Q2-base,
pkgsrc-2015Q2,
pkgsrc-2015Q1-base,
pkgsrc-2015Q1,
pkgsrc-2014Q4-base,
pkgsrc-2014Q4,
pkgsrc-2014Q3-base,
pkgsrc-2014Q3,
pkgsrc-2014Q2-base,
pkgsrc-2014Q2,
pkgsrc-2014Q1-base,
pkgsrc-2014Q1,
pkgsrc-2013Q4-base,
pkgsrc-2013Q4,
pkgsrc-2013Q3-base,
pkgsrc-2013Q3,
pkgsrc-2013Q2-base,
pkgsrc-2013Q2,
pkgsrc-2013Q1-base,
pkgsrc-2013Q1,
pkgsrc-2012Q4-base,
pkgsrc-2012Q4,
pkgsrc-2012Q3-base,
pkgsrc-2012Q3
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -3
lines
"user-destdir" is default these days
Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Nov 25 22:45:00 2011 UTC (13 years, 1 month ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2012Q2-base,
pkgsrc-2012Q2,
pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -13
lines
No patching with sed, please
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Nov 20 01:26:58 2011 UTC (13 years, 2 months ago) by marino
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +13 -1
lines
audio/adplug: Fix DragonFly breakage
This commit allows adplug to build on DragonFly without changing the
binary package for any other platform, so no PKGREVISION bump is
required.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Jun 20 01:09:05 2008 UTC (16 years, 7 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -1
lines
Add DESTDIR support.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Jun 19 16:30:45 2008 UTC (16 years, 7 months ago) by joerg
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -1
lines
Don't set build time dependency for a library that is very likely used
via dynamic linkage. Fixes run time linkage of adplug. Bump revision of
the latter.
Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Mon Sep 10 16:02:26 2007 UTC (17 years, 4 months ago) by xtraeme
Branches: TNF
CVS tags: pkgsrc-base,
pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0
lines
Initial import of adplug-2.1 from pkgsrc-wip, packaged by
jfranz at bsdprojects dot net.
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.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Sep 10 16:02:26 2007 UTC (17 years, 4 months ago) by xtraeme
Branches: MAIN
Initial revision
CVSweb <webmaster@jp.NetBSD.org>