pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mbone/rtptools Update 1.18 to 1.20
details: https://anonhg.NetBSD.org/pkgsrc/rev/0b1bb9ff9b08
branches: trunk
changeset: 643030:0b1bb9ff9b08
user: mef <mef%pkgsrc.org@localhost>
date: Wed Dec 10 05:28:27 2014 +0000
description:
Update 1.18 to 1.20
1.20 (October 2013)
Nick Birch (Nick.Birch%s-and-t.com@localhost): rtpsend -l (loop) flag does
not work. Modified to rewind input file on feof if loop was
set. Fails if length of line is greater than 2048
characters. Increased to 4096 (sufficient for typical
rtpdump: Put space after ext_data=<hex extension data> so that it
can be parsed by rtpsend. parse_header doesn't comprehend the
possible extension header. As a consequence any extension header
data is also dumped twice. Once in the ext_data report and then a
second time in the data report. Modify parse_header to return hlen
that comprehends the extension header if present.
The format for reporting contributing sources does not match the
format accepted by rtpsend (i.e., reports "csrc[n] = xxxx" rather
than "csrc[n]=0xxxxx"). Fixed. Note: the documentation is less
than clear on the csrc syntax accepted by rtpsend.
1.19 (August 2010)
Krzysztof Burghardt (krzysztof%burghardt.pl@localhost): "Wireshark
implemented "rtpdump" file format in a bit different way, so
cooperation beetwen those program is a bit problematic.
Moreover rtptools compiled on i386 and amd64 have different size
of file header (size of long in timeval is different)."
diffstat:
mbone/rtptools/Makefile | 4 ++--
mbone/rtptools/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (27 lines):
diff -r 7a2d369386d0 -r 0b1bb9ff9b08 mbone/rtptools/Makefile
--- a/mbone/rtptools/Makefile Wed Dec 10 05:21:13 2014 +0000
+++ b/mbone/rtptools/Makefile Wed Dec 10 05:28:27 2014 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2012/10/08 09:25:50 asau Exp $
+# $NetBSD: Makefile,v 1.10 2014/12/10 05:28:27 mef Exp $
#
-DISTNAME= rtptools-1.18
+DISTNAME= rtptools-1.20
CATEGORIES= mbone
MASTER_SITES= http://www.cs.columbia.edu/IRT/software/rtptools/download/
diff -r 7a2d369386d0 -r 0b1bb9ff9b08 mbone/rtptools/distinfo
--- a/mbone/rtptools/distinfo Wed Dec 10 05:21:13 2014 +0000
+++ b/mbone/rtptools/distinfo Wed Dec 10 05:28:27 2014 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2005/02/22 21:33:50 agc Exp $
+$NetBSD: distinfo,v 1.3 2014/12/10 05:28:27 mef Exp $
-SHA1 (rtptools-1.18.tar.gz) = 04613f8dc74855792db317333ca27a2efd132c28
-RMD160 (rtptools-1.18.tar.gz) = 14d3e657ebfc60a63058655caaaccc9c8fc1f53a
-Size (rtptools-1.18.tar.gz) = 119272 bytes
+SHA1 (rtptools-1.20.tar.gz) = e3e7970634f8567097ae8dcd7143d2857594a5e1
+RMD160 (rtptools-1.20.tar.gz) = c1299b874741a94ddefb5009f691790136630aa8
+Size (rtptools-1.20.tar.gz) = 168950 bytes
SHA1 (patch-aa) = 152d118a104ba328789338db13fea3982efd441a
Home |
Main Index |
Thread Index |
Old Index