diff options
author | nia <nia@pkgsrc.org> | 2020-07-26 20:28:07 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2020-07-26 20:28:07 +0000 |
commit | 007c287af770ab745fcccf7f24235e07e2370b30 (patch) | |
tree | 06a7c26694cc407a85750d7a7144af468cedb563 | |
parent | 3abed2ffa21a7b5cc89a8fb5aad25a2117d1b81d (diff) | |
download | pkgsrc-007c287af770ab745fcccf7f24235e07e2370b30.tar.gz |
fluidsynth: Update to 2.1.4
Changes:
fix an uninitialized memory access possibly triggering an FPE trap
fix several regressions introduced in 2.1.3:
fluid_synth_start() failed for certain presets
fix a NULL dereference in jack driver
fix a stack-based overflow when creating the synth
-rw-r--r-- | audio/fluidsynth/Makefile | 4 | ||||
-rw-r--r-- | audio/fluidsynth/PLIST | 4 | ||||
-rw-r--r-- | audio/fluidsynth/distinfo | 10 |
3 files changed, 9 insertions, 9 deletions
diff --git a/audio/fluidsynth/Makefile b/audio/fluidsynth/Makefile index 3e064eadfce..4b20e49f5dd 100644 --- a/audio/fluidsynth/Makefile +++ b/audio/fluidsynth/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.39 2020/05/28 10:25:58 nia Exp $ +# $NetBSD: Makefile,v 1.40 2020/07/26 20:28:07 nia Exp $ -DISTNAME= fluidsynth-2.1.3 +DISTNAME= fluidsynth-2.1.4 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_GITHUB:=FluidSynth/} GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/audio/fluidsynth/PLIST b/audio/fluidsynth/PLIST index 517be19c918..cc400c71f4a 100644 --- a/audio/fluidsynth/PLIST +++ b/audio/fluidsynth/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 2020/05/28 10:25:58 nia Exp $ +@comment $NetBSD: PLIST,v 1.9 2020/07/26 20:28:07 nia Exp $ bin/fluidsynth include/fluidsynth.h include/fluidsynth/audio.h @@ -20,6 +20,6 @@ include/fluidsynth/version.h include/fluidsynth/voice.h lib/libfluidsynth.so lib/libfluidsynth.so.2 -lib/libfluidsynth.so.2.3.3 +lib/libfluidsynth.so.2.3.4 lib/pkgconfig/fluidsynth.pc man/man1/fluidsynth.1 diff --git a/audio/fluidsynth/distinfo b/audio/fluidsynth/distinfo index f9d6fdc7a98..cd6e92711e1 100644 --- a/audio/fluidsynth/distinfo +++ b/audio/fluidsynth/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.23 2020/05/28 10:25:58 nia Exp $ +$NetBSD: distinfo,v 1.24 2020/07/26 20:28:07 nia Exp $ -SHA1 (fluidsynth-2.1.3.tar.gz) = 79d5919d6eab8593c3dea00bb658a7c9219fb694 -RMD160 (fluidsynth-2.1.3.tar.gz) = b86a5f8295af9ba3ca36dee8abe8fa2513ff4e76 -SHA512 (fluidsynth-2.1.3.tar.gz) = cc956a3d8926a5d5368c4d36472a9706e5da1597bab76f1b59132e6253a888f422d9f74723c74f801963a90d9e0f6b36267114cd168977c47b1b935ea3dc8927 -Size (fluidsynth-2.1.3.tar.gz) = 1363832 bytes +SHA1 (fluidsynth-2.1.4.tar.gz) = 6fc6798d91d8e7071355c6be6c1e5c0cca278623 +RMD160 (fluidsynth-2.1.4.tar.gz) = 9658134ca2afe22ad89b4702f10df8547d4bbd9b +SHA512 (fluidsynth-2.1.4.tar.gz) = 22e8d2f8b144f96a334aff1f7d183b91e6c5418482bd61553028ff571836b0ca13fff89e7e3cc1c2d08e106a430331d179e607d78b00e218baec433b6d140190 +Size (fluidsynth-2.1.4.tar.gz) = 1363975 bytes SHA1 (patch-CMakeLists.txt) = 79804b84964e9557180c0f86e36d465fac7126fe SHA1 (patch-include_fluidsynth_log.h) = 35378120546ca4619e232707de6a0025c6c45ad8 SHA1 (patch-src_drivers_fluid__alsa.c) = a482764f0bbc15b5cf04e6920374b2f4811760aa |