Bug 122142 - audio/cplay with mplayer support and other fix
Summary: audio/cplay with mplayer support and other fix
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: Stanislav Sedov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-27 00:10 UTC by Paul B. Mahol
Modified: 2008-04-13 09:20 UTC (History)
0 users

See Also:


Attachments
file.diff (4.94 KB, patch)
2008-03-27 00:10 UTC, Paul B. Mahol
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Paul B. Mahol 2008-03-27 00:10:02 UTC
Added mplayer support.
Fixed possible security issue (race with CONTROL_FIFO).

Fix: Patch attached.

Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-03-27 00:17:16 UTC
Responsible Changed
From-To: freebsd-ports-bugs->stas

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-04-13 09:16:56 UTC
stas        2008-04-13 08:16:48 UTC

  FreeBSD ports repository

  Modified files:
    audio/cplay          Makefile pkg-descr pkg-message 
  Added files:
    audio/cplay/files    patch-cplay 
  Log:
  - Fix master site (project home page died, use my mirror instead)
  - add mplayer support [1]
  - use TMPDIR instead of hardcoded value [1]
  - add check for possible race conditions with pipes [1]
  - bump portrevision.
  
  PR:             ports/122142 [1]
  Submitted by:   Paul B. Mahol <onemda@gmail.com>
  
  Revision  Changes    Path
  1.18      +2 -2      ports/audio/cplay/Makefile
  1.1       +135 -0    ports/audio/cplay/files/patch-cplay (new)
  1.2       +7 -7      ports/audio/cplay/pkg-descr
  1.2       +8 -2      ports/audio/cplay/pkg-message
_______________________________________________
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 3 Stanislav Sedov freebsd_committer freebsd_triage 2008-04-13 09:17:42 UTC
State Changed
From-To: open->closed

Committed. Thanks!