pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/fluidsynth fluidsynth: update to 2.1.6.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/82d07df231ee
branches:  trunk
changeset: 444733:82d07df231ee
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jan 11 22:29:22 2021 +0000

description:
fluidsynth: update to 2.1.6.

SoundFonts may never be unloaded correctly, if

    polyphony is ever exceeded (#727), or
    voices are still playing while their SoundFont is being unloaded.

Calling delete_fluid_synth() does not free those SoundFonts either. Affected are versions from 1.1.4 to 2.1.5 .
Other bug-fixes:

    fix a heap-based use-after-free (#733)

diffstat:

 audio/fluidsynth/Makefile |   5 ++---
 audio/fluidsynth/PLIST    |   4 ++--
 audio/fluidsynth/distinfo |  10 +++++-----
 3 files changed, 9 insertions(+), 10 deletions(-)

diffs (48 lines):

diff -r f9a21e177e38 -r 82d07df231ee audio/fluidsynth/Makefile
--- a/audio/fluidsynth/Makefile Mon Jan 11 22:23:10 2021 +0000
+++ b/audio/fluidsynth/Makefile Mon Jan 11 22:29:22 2021 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.44 2021/01/01 09:52:15 ryoon Exp $
+# $NetBSD: Makefile,v 1.45 2021/01/11 22:29:22 wiz Exp $
 
-DISTNAME=      fluidsynth-2.1.5
-PKGREVISION=   2
+DISTNAME=      fluidsynth-2.1.6
 CATEGORIES=    audio
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=FluidSynth/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
diff -r f9a21e177e38 -r 82d07df231ee audio/fluidsynth/PLIST
--- a/audio/fluidsynth/PLIST    Mon Jan 11 22:23:10 2021 +0000
+++ b/audio/fluidsynth/PLIST    Mon Jan 11 22:29:22 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2020/10/03 10:26:06 nia Exp $
+@comment $NetBSD: PLIST,v 1.11 2021/01/11 22:29:22 wiz Exp $
 bin/fluidsynth
 include/fluidsynth.h
 include/fluidsynth/audio.h
@@ -20,6 +20,6 @@
 include/fluidsynth/voice.h
 lib/libfluidsynth.so
 lib/libfluidsynth.so.2
-lib/libfluidsynth.so.2.3.5
+lib/libfluidsynth.so.2.3.6
 lib/pkgconfig/fluidsynth.pc
 man/man1/fluidsynth.1
diff -r f9a21e177e38 -r 82d07df231ee audio/fluidsynth/distinfo
--- a/audio/fluidsynth/distinfo Mon Jan 11 22:23:10 2021 +0000
+++ b/audio/fluidsynth/distinfo Mon Jan 11 22:29:22 2021 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.25 2020/10/03 10:26:06 nia Exp $
+$NetBSD: distinfo,v 1.26 2021/01/11 22:29:22 wiz Exp $
 
-SHA1 (fluidsynth-2.1.5.tar.gz) = e27d2c79088de18f30236e2ea29de8f3f8e6af5a
-RMD160 (fluidsynth-2.1.5.tar.gz) = 0a0621f2c575ab527e9d322274006b4629acae94
-SHA512 (fluidsynth-2.1.5.tar.gz) = 171ee6b1983ab9636086fb414ae464508f7a9a412cd2c1e7800a19a84d3dff21bbd86d1971f9bb5985e977f808b60e0d0cfbde4551b85fcc4aae4928a1abadbc
-Size (fluidsynth-2.1.5.tar.gz) = 1364924 bytes
+SHA1 (fluidsynth-2.1.6.tar.gz) = 3060d1cc430198bc16df302366edcdce28dbf05a
+RMD160 (fluidsynth-2.1.6.tar.gz) = 56493494b63062b50abebf6eaf8fabb327e21b33
+SHA512 (fluidsynth-2.1.6.tar.gz) = 168c882167089b067ec2056c92b19134136f574ca1f793473662274bdb0ae73236711d38ff75a84a738dd866a0f6dd790412d801ecf847e4416d4fb5cd20ae45
+Size (fluidsynth-2.1.6.tar.gz) = 1368770 bytes
 SHA1 (patch-CMakeLists.txt) = 79804b84964e9557180c0f86e36d465fac7126fe
 SHA1 (patch-include_fluidsynth_log.h) = 35378120546ca4619e232707de6a0025c6c45ad8
 SHA1 (patch-src_drivers_fluid__alsa.c) = a482764f0bbc15b5cf04e6920374b2f4811760aa



Home | Main Index | Thread Index | Old Index