Summary: | [PATCH] multimedia/mplayer: fix h264/polyaudio bug | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Sergio Lenzi <lenzi> | ||||||
Component: | Individual Port(s) | Assignee: | Ion-Mihai "IOnut" Tetcu <itetcu> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Only Me | CC: | riggs | ||||||
Priority: | Normal | ||||||||
Version: | Latest | ||||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
Attachments: |
|
Description
Sergio Lenzi
2006-12-26 22:10:17 UTC
State Changed From-To: open->feedback Awaiting maintainers feedback Responsible Changed From-To: freebsd-ports-bugs->itetcu adjust synopsis, Severity, Priority and take. Thanks for the patch! Looks alright at first sight, but I have two additional issues pending and I'd like to commit them altogether. I'll send the patches as soon as I am back at my desk (and box) next week. TIA, Riggs State Changed From-To: feedback->open maintainer approved, but wait for 2 more patches from him Okay, the patch to the port is attached. It comprises: o Original patch for h264-polyaudio by Sergio (new file: files/patch-libavcodec-h264.c) o A security fix provided by the mplayer development team for a possible remote buffer overflow in rtsp streams o Correct library dependence and OPTIONS for samba support Thx, Riggs State Changed From-To: open->closed Committed. Thanks! itetcu 2007-01-08 16:02:14 UTC FreeBSD ports repository Modified files: multimedia/mplayer Makefile distinfo Added files: multimedia/mplayer/files patch-libavcodec-h264.c Log: - fix build of mplayer with h264 and polyaudio, when an external reference was generated to: last_coeff_flag_offset in the polyaudio module, that is static in the h264. - security fix provided by the mplayer development team for a possible remote buffer overflow in rtsp streams - Correct library dependence and OPTIONS for samba support PR: ports/107217 Submitted by: Sergio Lenzi [1], Thomas E. Zander (maintainer) [2] Approved by: maintainer Security: http://www.vuxml.org/freebsd/b2ff68b2-9f29-11db-a4e4-0211d87675b7.hml Revision Changes Path 1.151 +12 -1 ports/multimedia/mplayer/Makefile 1.35 +3 -0 ports/multimedia/mplayer/distinfo 1.1 +11 -0 ports/multimedia/mplayer/files/patch-libavcodec-h264.c (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" itetcu 2007-01-08 16:06:29 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: Add mplayer RealMedia RTSP streams buffer overflow entry. PR: ports/107217 Submitted by: Thomas E. Zander (multimedia/mplayer maintainer) Reviewed by: simon@ Revision Changes Path 1.1267 +41 -1 ports/security/vuxml/vuln.xml _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" |