diff options
author | Rodrigo Osorio <rodrigo@FreeBSD.org> | 2020-10-27 16:18:38 +0000 |
---|---|---|
committer | Rodrigo Osorio <rodrigo@FreeBSD.org> | 2020-10-27 16:18:38 +0000 |
commit | 60b8649eaf530163e80a40b500869aa863533a03 (patch) | |
tree | 7a7b5b7c4276534d50a0d16d0f0fd0c2aa4516e9 | |
parent | comms/gammu: upgrade to 1.42.0 (diff) |
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@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
Notes
Notes:
svn path=/head/; revision=553452
-rw-r--r-- | devel/jrtplib/Makefile | 3 | ||||
-rw-r--r-- | devel/jrtplib/distinfo | 6 | ||||
-rw-r--r-- | devel/jrtplib/pkg-descr | 2 |
3 files changed, 5 insertions, 6 deletions
diff --git a/devel/jrtplib/Makefile b/devel/jrtplib/Makefile index 2fac3a2844f6..7722171ac626 100644 --- a/devel/jrtplib/Makefile +++ b/devel/jrtplib/Makefile @@ -3,8 +3,7 @@ PORTNAME= jrtplib DISTVERSIONPREFIX= v -DISTVERSION= 3.11.1-21 -DISTVERSIONSUFFIX= -g2b49da3 +DISTVERSION= 3.11.2 CATEGORIES= devel MAINTAINER= rodrigo@FreeBSD.org diff --git a/devel/jrtplib/distinfo b/devel/jrtplib/distinfo index 0bd49b8d54c6..29ff220d61f9 100644 --- a/devel/jrtplib/distinfo +++ b/devel/jrtplib/distinfo @@ -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 diff --git a/devel/jrtplib/pkg-descr b/devel/jrtplib/pkg-descr index feb4a21733cd..2109a44749f9 100644 --- a/devel/jrtplib/pkg-descr +++ b/devel/jrtplib/pkg-descr @@ -3,4 +3,4 @@ It was partly developed for his thesis at the School for Knowledge Technology (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 |