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:   nia
Date:           Fri Mar 19 10:25:20 UTC 2021

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

Log Message:
fluidsynth: Update to 2.1.8

- Rapidly changing channel panning could have caused audible artifacts. Affects all versions back to at least 1.1.2.
- Fix a use-after-free when loading malformed soundfonts. Affects all versions back to at least 1.1.2.
- The number of allowed LADSPA effect units has been increased.


To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 pkgsrc/audio/fluidsynth/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/audio/fluidsynth/PLIST
cvs rdiff -u -r1.27 -r1.28 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.47 pkgsrc/audio/fluidsynth/Makefile:1.48
--- pkgsrc/audio/fluidsynth/Makefile:1.47       Sun Feb  7 06:30:12 2021
+++ pkgsrc/audio/fluidsynth/Makefile    Fri Mar 19 10:25:19 2021
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.47 2021/02/07 06:30:12 ryoon Exp $
+# $NetBSD: Makefile,v 1.48 2021/03/19 10:25:19 nia Exp $
 
-DISTNAME=      fluidsynth-2.1.7
-PKGREVISION=   1
+DISTNAME=      fluidsynth-2.1.8
 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.12 pkgsrc/audio/fluidsynth/PLIST:1.13
--- pkgsrc/audio/fluidsynth/PLIST:1.12  Wed Feb  3 20:05:01 2021
+++ pkgsrc/audio/fluidsynth/PLIST       Fri Mar 19 10:25:19 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2021/02/03 20:05:01 wiz Exp $
+@comment $NetBSD: PLIST,v 1.13 2021/03/19 10:25:19 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.7
+lib/libfluidsynth.so.2.3.8
 lib/pkgconfig/fluidsynth.pc
 man/man1/fluidsynth.1

Index: pkgsrc/audio/fluidsynth/distinfo
diff -u pkgsrc/audio/fluidsynth/distinfo:1.27 pkgsrc/audio/fluidsynth/distinfo:1.28
--- pkgsrc/audio/fluidsynth/distinfo:1.27       Wed Feb  3 20:05:01 2021
+++ pkgsrc/audio/fluidsynth/distinfo    Fri Mar 19 10:25:19 2021
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.27 2021/02/03 20:05:01 wiz Exp $
+$NetBSD: distinfo,v 1.28 2021/03/19 10:25:19 nia Exp $
 
-SHA1 (fluidsynth-2.1.7.tar.gz) = 0c490153b65db234a05177157a66dfb9419d4364
-RMD160 (fluidsynth-2.1.7.tar.gz) = 2fa324dcdfe9dd8ed446ea906cf20bbc386bced6
-SHA512 (fluidsynth-2.1.7.tar.gz) = 22ab9bb3c5d5e619c0624ced2031b23d9d68cf9ffd6da40087aa0049f486b8c6201ff19605fc73fa642358bec31c18bb43683a8b0d603b198626d9a23721bcd6
-Size (fluidsynth-2.1.7.tar.gz) = 1368777 bytes
+SHA1 (fluidsynth-2.1.8.tar.gz) = 8d632b60fcbd213ee7c3c602cad3b2a3da3345bf
+RMD160 (fluidsynth-2.1.8.tar.gz) = c6220036e609827ab90ce7d9cda98a38591030ec
+SHA512 (fluidsynth-2.1.8.tar.gz) = 34f87ea1577b1e89146a1589c67771262961bb18d0c8b21aaa9a1315e18dffc984f18f21cc8a96cc52dca9e94fcad1bdec2b62678c5f2f3434a4faba713854a6
+Size (fluidsynth-2.1.8.tar.gz) = 1369567 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