svn commit: r553452 - head/devel/jrtplib

Rodrigo Osorio rodrigo at FreeBSD.org
Tue Oct 27 16:18:40 UTC 2020


Author: rodrigo
Date: Tue Oct 27 16:18:38 2020
New Revision: 553452
URL: https://svnweb.freebsd.org/changeset/ports/553452

Log:
  devel/jrtplib : upgrade to 3.11.2
  
  The original author step off the project, so for now, update the
  WWW link to point to the archived page who describes the project.
  
  Major changes:
   - Taking EINTR in nanosleep, poll and select calls into account.
     Thanks to Filippo Guerzoni (filippo.guerzoni at gmail.com) for bringing
     this to my attention.
   - Disabled some copy constructors
   - Bugfix in RTPExternalTransmitter: a buffer could fill up causing the
     an operation to fail to get aborted
   - Added constructor to RTPRawPacket to guess RTP/RTCP type
   - Bugfixed regarding some calles being cut short due to an EINTR

Modified:
  head/devel/jrtplib/Makefile
  head/devel/jrtplib/distinfo
  head/devel/jrtplib/pkg-descr

Modified: head/devel/jrtplib/Makefile
==============================================================================
--- head/devel/jrtplib/Makefile	Tue Oct 27 15:24:23 2020	(r553451)
+++ head/devel/jrtplib/Makefile	Tue Oct 27 16:18:38 2020	(r553452)
@@ -3,8 +3,7 @@
 
 PORTNAME=	jrtplib
 DISTVERSIONPREFIX=	v
-DISTVERSION=	3.11.1-21
-DISTVERSIONSUFFIX=	-g2b49da3
+DISTVERSION=	3.11.2
 CATEGORIES=	devel
 
 MAINTAINER=	rodrigo at FreeBSD.org

Modified: head/devel/jrtplib/distinfo
==============================================================================
--- head/devel/jrtplib/distinfo	Tue Oct 27 15:24:23 2020	(r553451)
+++ head/devel/jrtplib/distinfo	Tue Oct 27 16:18:38 2020	(r553452)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1586719983
-SHA256 (j0r1-JRTPLIB-v3.11.1-21-g2b49da3_GH0.tar.gz) = 4b756043eb12a17c0882188f40058648726cbc121250dca41f16e94dfca326ab
-SIZE (j0r1-JRTPLIB-v3.11.1-21-g2b49da3_GH0.tar.gz) = 226905
+TIMESTAMP = 1603806183
+SHA256 (j0r1-JRTPLIB-v3.11.2_GH0.tar.gz) = 591bf6cddd0976a4659ed4dd2fada43140e5f5f9c9dbef56b137a3023549673f
+SIZE (j0r1-JRTPLIB-v3.11.2_GH0.tar.gz) = 227388

Modified: head/devel/jrtplib/pkg-descr
==============================================================================
--- head/devel/jrtplib/pkg-descr	Tue Oct 27 15:24:23 2020	(r553451)
+++ head/devel/jrtplib/pkg-descr	Tue Oct 27 16:18:38 2020	(r553452)
@@ -3,4 +3,4 @@ It was partly developed for his thesis at the School f
 (or 'School voor Kennistechnologie' in Dutch), a cooperation between the
 'Limburgs Universitair Centrum' (LUC) and the 'Universiteit Maastricht' (UM).
 
-WWW: https://research.edm.uhasselt.be/jori/page/CS/Jrtplib.html
+WWW: https://research.edm.uhasselt.be/jori/page/Cs/JrtplibOld.html


More information about the svn-ports-all mailing list