Bug 156766 - New port: net/libsrtp library implementing Secure RTP
Summary: New port: net/libsrtp library implementing Secure RTP
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: Florian Smeets
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-02 15:40 UTC by Alexander Brovikov
Modified: 2011-05-03 23:50 UTC (History)
0 users

See Also:


Attachments
file.shar (2.54 KB, text/plain)
2011-05-02 15:40 UTC, Alexander Brovikov
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Brovikov 2011-05-02 15:40:12 UTC
This is new port for srtp library: http://sourceforge.net/projects/srtp/
It's needed for SRTP in asterisk.

Fix: Patch attached with submission follows:
Comment 1 Florian Smeets freebsd_committer freebsd_triage 2011-05-02 18:27:27 UTC
Responsible Changed
From-To: freebsd-ports-bugs->flo

Take.
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-05-03 23:48:55 UTC
flo         2011-05-03 22:48:41 UTC

  FreeBSD ports repository

  Modified files:
    net                  Makefile 
  Added files:
    net/libsrtp          Makefile distinfo pkg-descr pkg-plist 
  Log:
  Add new port net/libsrtp
  
  libsrtp is a library implementing Secure RTP.
  RTP is used for Voice over IP (VoIP) as well as audio and video streaming;
  
  WWW: http://sourceforge.net/projects/srtp/
  
  PR:             ports/156766
  Submitted by:   Alexander Brovikov <alexander@brovikov.ru>
  
  Revision  Changes    Path
  1.2335    +1 -0      ports/net/Makefile
  1.1       +24 -0     ports/net/libsrtp/Makefile (new)
  1.1       +2 -0      ports/net/libsrtp/distinfo (new)
  1.1       +4 -0      ports/net/libsrtp/pkg-descr (new)
  1.1       +36 -0     ports/net/libsrtp/pkg-plist (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 3 Florian Smeets freebsd_committer freebsd_triage 2011-05-03 23:49:34 UTC
State Changed
From-To: open->closed

Committed. Thanks!