Subject: CVS commit: pkgsrc/audio/faac
From: Nia Alarie
Date: 2019-11-09 12:48:35
Message id: 20191109114835.53AECFA95@cvs.NetBSD.org

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:
RevisionActionfile
1.18modifypkgsrc/audio/faac/Makefile
1.11modifypkgsrc/audio/faac/distinfo
1.1removepkgsrc/audio/faac/patches/patch-frontend_mp4write.c