pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/fluidsynth



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jan 11 22:29:22 UTC 2021

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

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 pkgsrc/audio/fluidsynth/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/audio/fluidsynth/PLIST
cvs rdiff -u -r1.25 -r1.26 pkgsrc/audio/fluidsynth/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/audio/fluidsynth/Makefile
diff -u pkgsrc/audio/fluidsynth/Makefile:1.44 pkgsrc/audio/fluidsynth/Makefile:1.45
--- pkgsrc/audio/fluidsynth/Makefile:1.44       Fri Jan  1 09:52:15 2021
+++ pkgsrc/audio/fluidsynth/Makefile    Mon Jan 11 22:29:22 2021
@@ -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}

Index: pkgsrc/audio/fluidsynth/PLIST
diff -u pkgsrc/audio/fluidsynth/PLIST:1.10 pkgsrc/audio/fluidsynth/PLIST:1.11
--- pkgsrc/audio/fluidsynth/PLIST:1.10  Sat Oct  3 10:26:06 2020
+++ pkgsrc/audio/fluidsynth/PLIST       Mon Jan 11 22:29:22 2021
@@ -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/version.h
 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

Index: pkgsrc/audio/fluidsynth/distinfo
diff -u pkgsrc/audio/fluidsynth/distinfo:1.25 pkgsrc/audio/fluidsynth/distinfo:1.26
--- pkgsrc/audio/fluidsynth/distinfo:1.25       Sat Oct  3 10:26:06 2020
+++ pkgsrc/audio/fluidsynth/distinfo    Mon Jan 11 22:29:22 2021
@@ -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