Date: Tue, 13 Nov 2007 14:28:29 +0000 (UTC) From: Christian Weisgerber <naddy@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/flac Makefile distinfo ports/audio/flac/files patch-src_libFLAC++_metadata.cpp patch-src_libFLAC_bitbuffer.c patch-src_libFLAC_file__decoder.c patch-src_libFLAC_file__encoder.c patch-src_libFLAC_format.c patch-src_libFLAC_include_private_md5.h patch-src_libFLAC_md5.c patch-src_libFLAC_memory.c ... Message-ID: <200711131428.lADESTGQ092817@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
naddy 2007-11-13 14:28:29 UTC
FreeBSD ports repository
Modified files:
audio/flac Makefile distinfo
audio/xmms-flac Makefile distinfo
audio/xmms-flac/files patch-src_plugin__xmms_plugin.c
Added files:
audio/flac/files patch-src_libFLAC++_metadata.cpp
patch-src_libFLAC_bitbuffer.c
patch-src_libFLAC_file__decoder.c
patch-src_libFLAC_file__encoder.c
patch-src_libFLAC_format.c
patch-src_libFLAC_include_private_md5.h
patch-src_libFLAC_md5.c
patch-src_libFLAC_memory.c
patch-src_libFLAC_metadata__iterators.c
patch-src_libFLAC_metadata__object.c
patch-src_libFLAC_stream__decoder.c
patch-src_libFLAC_stream__encoder.c
patch-src_libOggFLAC_file__decoder.c
patch-src_libOggFLAC_file__encoder.c
patch-src_libOggFLAC_ogg__helper.c
patch-src_metaflac_operations.c
patch-src_metaflac_options.c
patch-src_metaflac_utils.c
patch-src_plugin__common_charset.c
patch-src_plugin__common_tags.c
patch-src_share_utf8_charset.c
patch-src_share_utf8_iconvert.c
patch-src_share_utf8_utf8.c
audio/xmms-flac/files patch-src_plugin__common_charset.c
patch-src_plugin__common_tags.c
patch-src_share_utf8_charset.c
patch-src_share_utf8_iconvert.c
patch-src_share_utf8_utf8.c
Log:
Fix integer overflows (CVE-2007-4619) by backporting corresponding
fixes from FLAC 1.2.1.
Reviewed by: miwi
Approved by: portmgr (linimon)
Security: ff65eecb-91e4-11dc-bd6c-0016179b2dd5
Revision Changes Path
1.41 +9 -3 ports/audio/flac/Makefile
1.13 +3 -0 ports/audio/flac/distinfo
1.1 +66 -0 ports/audio/flac/files/patch-src_libFLAC++_metadata.cpp (new)
1.1 +31 -0 ports/audio/flac/files/patch-src_libFLAC_bitbuffer.c (new)
1.1 +22 -0 ports/audio/flac/files/patch-src_libFLAC_file__decoder.c (new)
1.1 +22 -0 ports/audio/flac/files/patch-src_libFLAC_file__encoder.c (new)
1.1 +25 -0 ports/audio/flac/files/patch-src_libFLAC_format.c (new)
1.1 +14 -0 ports/audio/flac/files/patch-src_libFLAC_include_private_md5.h (new)
1.1 +35 -0 ports/audio/flac/files/patch-src_libFLAC_md5.c (new)
1.1 +76 -0 ports/audio/flac/files/patch-src_libFLAC_memory.c (new)
1.1 +67 -0 ports/audio/flac/files/patch-src_libFLAC_metadata__iterators.c (new)
1.1 +176 -0 ports/audio/flac/files/patch-src_libFLAC_metadata__object.c (new)
1.1 +121 -0 ports/audio/flac/files/patch-src_libFLAC_stream__decoder.c (new)
1.1 +22 -0 ports/audio/flac/files/patch-src_libFLAC_stream__encoder.c (new)
1.1 +22 -0 ports/audio/flac/files/patch-src_libOggFLAC_file__decoder.c (new)
1.1 +22 -0 ports/audio/flac/files/patch-src_libOggFLAC_file__encoder.c (new)
1.1 +31 -0 ports/audio/flac/files/patch-src_libOggFLAC_ogg__helper.c (new)
1.1 +24 -0 ports/audio/flac/files/patch-src_metaflac_operations.c (new)
1.1 +66 -0 ports/audio/flac/files/patch-src_metaflac_options.c (new)
1.1 +22 -0 ports/audio/flac/files/patch-src_metaflac_utils.c (new)
1.1 +25 -0 ports/audio/flac/files/patch-src_plugin__common_charset.c (new)
1.1 +59 -0 ports/audio/flac/files/patch-src_plugin__common_tags.c (new)
1.1 +22 -0 ports/audio/flac/files/patch-src_share_utf8_charset.c (new)
1.1 +49 -0 ports/audio/flac/files/patch-src_share_utf8_iconvert.c (new)
1.1 +72 -0 ports/audio/flac/files/patch-src_share_utf8_utf8.c (new)
1.15 +9 -3 ports/audio/xmms-flac/Makefile
1.8 +3 -0 ports/audio/xmms-flac/distinfo
1.1 +25 -0 ports/audio/xmms-flac/files/patch-src_plugin__common_charset.c (new)
1.1 +59 -0 ports/audio/xmms-flac/files/patch-src_plugin__common_tags.c (new)
1.2 +16 -0 ports/audio/xmms-flac/files/patch-src_plugin__xmms_plugin.c
1.1 +22 -0 ports/audio/xmms-flac/files/patch-src_share_utf8_charset.c (new)
1.1 +49 -0 ports/audio/xmms-flac/files/patch-src_share_utf8_iconvert.c (new)
1.1 +72 -0 ports/audio/xmms-flac/files/patch-src_share_utf8_utf8.c (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200711131428.lADESTGQ092817>
