svn commit: r409268 - head/net/libsrtp

Kurt Jaeger pi at FreeBSD.org
Sun Feb 21 07:47:59 UTC 2016


Author: pi
Date: Sun Feb 21 07:47:57 2016
New Revision: 409268
URL: https://svnweb.freebsd.org/changeset/ports/409268

Log:
  net/libsrtp: 1.5.2 -> 1.5.4
  
  Changes:
  - Fix for CVE-2015-6360.
  - Use BE byte ordering of RTCP trailer.
  - Allow zero length payload on unprotect.
  
  PR:		207003
  MFH:		2016Q1
  Approved by:	alexander at brovikov.ru (maintainer timeout)

Modified:
  head/net/libsrtp/Makefile
  head/net/libsrtp/distinfo

Modified: head/net/libsrtp/Makefile
==============================================================================
--- head/net/libsrtp/Makefile	Sun Feb 21 00:39:11 2016	(r409267)
+++ head/net/libsrtp/Makefile	Sun Feb 21 07:47:57 2016	(r409268)
@@ -3,8 +3,7 @@
 
 PORTNAME=	libsrtp
 DISTVERSIONPREFIX=	v
-DISTVERSION=	1.5.2
-PORTREVISION=	1
+DISTVERSION=	1.5.4
 CATEGORIES=	net
 
 MAINTAINER=	alexander at brovikov.ru

Modified: head/net/libsrtp/distinfo
==============================================================================
--- head/net/libsrtp/distinfo	Sun Feb 21 00:39:11 2016	(r409267)
+++ head/net/libsrtp/distinfo	Sun Feb 21 07:47:57 2016	(r409268)
@@ -1,2 +1,2 @@
-SHA256 (cisco-libsrtp-v1.5.2_GH0.tar.gz) = 86e1efe353397c0751f6bdd709794143bd1b76494412860f16ff2b6d9c304eda
-SIZE (cisco-libsrtp-v1.5.2_GH0.tar.gz) = 1690272
+SHA256 (cisco-libsrtp-v1.5.4_GH0.tar.gz) = 56a7b521c25134f48faff26b0b1e3d4378a14986a2d3d7bc6fefb48987304ff0
+SIZE (cisco-libsrtp-v1.5.4_GH0.tar.gz) = 1646184


More information about the svn-ports-all mailing list