Package Release Info

libopenmpt-0.3.28-150000.2.15.1

Update Info: SUSE-SLE-Module-Packagehub-Subpackages-15-SP5-2024-98
Available in Package Hub : 15 SP5 Subpackages Updates

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

libopenmpt0

Change Logs

* Sat Mar 20 2021 mia@0x0.st
- Update to 0.3.28:
  * Fixed excessive memory consumption with malformed files in
    various formats.
- Changes in 0.3.27:
  * AMS: Avoid allocating excessive amount of memory for compressed
    song message in malformed files.
  * S3M: Some samples were imported with a too high sample rate if
    module was saved with Scream Tracker 3.
- Changes in 0.3.26:
  * DMF: Improve import of finetune effect with parameters larger
    than +/-15.
- Changes in 0.3.25:
  * AMS: An upper bound for uncompressed sample size is now
    established to avoid memory exhaustion from malformed files.
  * MO3: Avoid certain ModPlug hacks from being fixed up twice,
    which could lead to e.g. very narrow pan swing range for old
    OpenMPT IT files saved with a recent MO3 encoder version.
  * IMF: Instrument sample mapping was off by one octave, notable
    in the guitar part of Astaris by Karsten Koch.
  * PLM: Percentage offset (Mxx) was slightly off.
- Changes in 0.3.24:
  * PP20: The first few bytes of some files were not decompressed
    properly, making some files unplayable (depending on the
    original format).
- Changes in 0.3.23:
  * IT: Global volume slides with both nibbles set preferred the
    “slide up” nibble over the “slide down” nibble in old OpenMPT
    versions, unlike other slides. Such old files are now imported
    correctly again.
  * IT: Fixed an edge case where, if the filter hit full cutoff /
    no resonance on the first tick of a row where a new delayed
    note would be triggered, the filter would be disabled even
    though it should stay active. Fixes trace.it by maddie.
  * XM: Out-of-range arpeggio clamping behaviour broke in OpenMPT
    1.23.05.00. The arpeggios in Binary World by Dakota now play
    correctly again.
  * S3M: Support old-style sample pre-amp value in very early
    S3M files.
  * S3M: Only force-enable fast slides for files ST 3.00.
    Previously, any S3M file made with an ST3 version older than
    3.20 enabled them.
  * M15: Improve tracker detection heuristics to never assume
    SoundTracker 2.0 if there is a huge number of Dxx commands,
    as that is a definite hint that they should be treated as
    volume slides. Fixes Monty On The Run by Master Blaster.
- Changes in 0.3.22:
  * IT: Disable retrigger with short notes quirk for modules saved
    with Chibi Tracker, as it does not implement that quirk.
  * MOD: Fix early song ending due to ProTracker pattern jump quirk
    (EEx + Dxx on same row) if infinite looping is disabled.
    Fixes Haunted Tracks.mod by Triace.
  * MOD: Vibrato type “ramp down” was upside down.
- Changes in 0.3.21:
  * IT: Vibrato was too fast in Old Effects mode since
    libopenmpt 0.3.
  * XM: Treat 8bitbubsy’s FT2 clone exactly like Fasttracker 2 with
    respect to compatibility and playback flags. For example,
    FT2 Pan Law was not applied.
  * DMF: Some files had a wrong tempo since libopenmpt
    0.2.5705-beta15.
* Mon Oct 07 2019 tchvatal@suse.com
- Update to 0.3.19 bsc#1153102 CVE-2019-17113:
  * Update to latest release to get security fixes
* Wed Aug 14 2019 tchvatal@suse.com
- Update to 0.3.17:
  * Update to latest release to get all the security fixes:
    + bsc#1143581 CVE-2018-20860
    + bsc#1143578 CVE-2018-20861
    + bsc#1143582 CVE-2019-14382
    + bsc#1143584 CVE-2019-14383
* Mon May 28 2018 tchvatal@suse.com
- Up to 0.3.9:
  * [Sec] Possible write near address 0 in out-of-memory situations
    when reading AMS files (bsc#1095644 CVE-2018-11710)
  * [Bug] openmpt123: Fixed build failure in C++17 due to use of
    removed feature std::random_shuffle.
  * STM: Having both Bxx and Cxx commands in a pattern imported
    the Bxx command incorrectly.
  * STM: Last character of sample name was missing.
  * Speed up reading of truncated ULT files.
  * ULT: Portamento import was sometimes broken.
  * The resonant filter was sometimes unstable when combining
    low-volume samples, low cutoff and high mixing rates.
* Thu Apr 19 2018 9+suse@cirno.systems
- Update to 0.3.8
  * [Sec] Possible out-of-bounds memory read with IT / ITP / MO3
    files containing pattern loops (CVE-2018-10017, bsc#1089080)
  * Keep track of active SFx macro during seeking.
  * The "note cut" duplicate note action did not volume-ramp the
    previously playing sample.
  * A song starting with non-existing patterns could not be played.
  * DSM: Support restart position and 16-bit samples.
  * DTM: Import global volume.
* Wed Mar 21 2018 tchvatal@suse.com
- Version update to 0.3.7:
  * Various speedup improvements and features all around
  * Fuzzying fixes
* Fri Jul 14 2017 tchvatal@suse.com
- Version update to 0.2.8461-beta26 bsc#1048666 CVE-2017-11311:
  * various small fixes and seciruity tweaks
* Mon Jun 19 2017 zaitor@opensuse.org
- Add libopenmpt0 and libopenmpt_modplug1 to baselibs.conf too.
* Wed Jun 14 2017 olaf@aepfle.de
- baselibs.conf for libmodplug.so.1
* Mon May 22 2017 tchvatal@suse.com
- Add patch fixing issue bsc#1040149 wrong includedir propagation:
  * libmodpulg-pcfile.patch
* Mon May 22 2017 tchvatal@suse.com
- Version update to 0.2.8043-beta23
  * foo_openmpt: Interpolation filter and volume ramping settings were
    confused in previous versions. This version resets both to the defaults.
- Make mpg123 on by default
* Mon Mar 27 2017 tchvatal@suse.com
- Update to 0.2.7774-beta22
- Make mpg123 conditional and disabled for now by default
- Fix the Factory build with the new rpm
* Sun Feb 19 2017 jengelh@inai.de
- Update summaries and descriptions.
- Enable the SDL2 driver as an option, as the portaudio driver
  appears to hang with ALSA (and not everyone runs Pulseaudio).
* Sun Feb 19 2017 tchvatal@suse.com
- Initial package containing libopenmod more updated secure alternative
  bsc#1022032