Path to this page:
Subject: CVS commit: [pkgsrc-2019Q3] pkgsrc/audio/faac
From: Benny Siegert
Date: 2019-11-13 22:04:16
Message id: 20191113210417.0D839FA95@cvs.NetBSD.org
Log Message:
Pullup ticket #6082 - requested by nia
audio/faac: security fix
Revisions pulled up:
- audio/faac/Makefile 1.18
- audio/faac/distinfo 1.11
- audio/faac/patches/patch-frontend_mp4write.c deleted
---
Module Name: pkgsrc
Committed By: nia
Date: Sat Nov 9 11:48:35 UTC 2019
Modified Files:
pkgsrc/audio/faac: Makefile distinfo
Removed Files:
pkgsrc/audio/faac/patches: patch-frontend_mp4write.c
Log Message:
faac: Update to 1.30
Changes:
[ Robert Kausch ]
Fix Joint Stereo coding
[ Krzysztof Nikiel ]
Code cleanup and compilation fixes
Fix endianness conversion functions
[ Takashi Yoshi ]
Fix compilation with GCC < 4.6
Fix compilation on big endian systems
[ Fabian Greffrath ]
Fix division by zero errors
Fix compilation with GCC <= 4.7.3
Change pointer type for proper arithmetics
Fix logic error in compiler detection
Revert back to some more generic SSE2 code
Fix a memory leak
Fix some cppcheck warnings in the Cfaac code
Check index ranges before dereferencing book arrays (CVE-2018-19886)
Clean up stdint.h header inclusions
Consistently use stdint.h types
[ Michael Fink ]
Update Visual Studio 2017 projects
Add stdint.h header inclusions
Port over ac2ver tool from faad2 to generate PACKAGE_VERSION
when compiling with Visual Studio
[ Eugčne Filin ]
Memory allocations redefined
Files: