Bug 107217 - [PATCH] multimedia/mplayer: fix h264/polyaudio bug
Summary: [PATCH] multimedia/mplayer: fix h264/polyaudio bug
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Ion-Mihai "IOnut" Tetcu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-26 22:10 UTC by Sergio Lenzi
Modified: 2007-01-08 16:10 UTC (History)
1 user (show)

See Also:


Attachments
mplayer-0.99.10_1.patch (770 bytes, patch)
2006-12-26 22:10 UTC, Sergio Lenzi
no flags Details | Diff
mplayer.diff (2.72 KB, patch)
2007-01-07 22:38 UTC, Thomas E. Zander
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sergio Lenzi 2006-12-26 22:10:17 UTC
[DESCRIBE CHANGES]
when building mplayer with h264 and polyaudio, an external
reference is generated to: last_coeff_flag_offset in the polyaudio
module, that is static in the h264. 
a patch is done to remove the static atribute... 

Added file(s):
- files/patch-h264

Port maintainer (riggs@rrr.de) is cc'd.

Generated with FreeBSD Port Tools 0.77

How-To-Repeat: build the package (mplayer) with all the options turned on (h264 & polyaudio)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-12-26 22:10:30 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 2 Ion-Mihai "IOnut" Tetcu freebsd_committer freebsd_triage 2006-12-30 03:35:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->itetcu

adjust synopsis, Severity, Priority and take.
Comment 3 Thomas E. Zander 2007-01-04 21:38:02 UTC
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
Comment 4 Ion-Mihai "IOnut" Tetcu freebsd_committer freebsd_triage 2007-01-04 21:54:14 UTC
State Changed
From-To: feedback->open

maintainer approved, but wait for 2 more patches from him
Comment 5 Thomas E. Zander 2007-01-07 22:38:54 UTC
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
Comment 6 Ion-Mihai "IOnut" Tetcu freebsd_committer freebsd_triage 2007-01-08 16:02:28 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 7 dfilter service freebsd_committer freebsd_triage 2007-01-08 16:02:32 UTC
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"
Comment 8 dfilter service freebsd_committer freebsd_triage 2007-01-08 16:06:48 UTC
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"