Update to 1.18.
This commit is contained in:
parent
fc43f5a57b
commit
5d95200aa4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=157367
6 changed files with 28 additions and 22 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= rtptools
|
||||
PORTVERSION= 1.17
|
||||
PORTVERSION= 1.18
|
||||
CATEGORIES= mbone
|
||||
MASTER_SITES= http://www.cs.columbia.edu/IRT/software/rtptools/download/
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (rtptools-1.17.tar.gz) = 4af6ef6ba430f659d3d6478719911b65
|
||||
SHA256 (rtptools-1.17.tar.gz) = a4cd3e804fa4cb0cd935a1ef121fad4304ce541e18759d339c014cdfcdd5ac91
|
||||
SIZE (rtptools-1.17.tar.gz) = 96358
|
||||
MD5 (rtptools-1.18.tar.gz) = 9a344c5a4fed2c4be0151cc03f043bb3
|
||||
SHA256 (rtptools-1.18.tar.gz) = 7fa16f71713ca16c5ce9cf5ccbd6796315f3402bdef9c7f7023ffac32c8e2ab0
|
||||
SIZE (rtptools-1.18.tar.gz) = 119272
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
--- rtpsend.c.orig Fri Apr 6 18:18:26 2001
|
||||
+++ rtpsend.c Sat Apr 21 21:59:35 2001
|
||||
@@ -351,9 +351,9 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- rtpsend.c.orig Tue Sep 10 13:24:10 2002
|
||||
+++ rtpsend.c Sat Aug 16 08:58:12 2003
|
||||
@@ -353,9 +353,9 @@
|
||||
if (strcmp(n->type, "ssrc") == 0)
|
||||
rr->ssrc = htonl(n->num);
|
||||
else if (strcmp(n->type, "fraction") == 0)
|
||||
|
@ -13,10 +16,10 @@
|
|||
else if (strcmp(n->type, "last_seq") == 0)
|
||||
rr->last_seq = htonl(n->num);
|
||||
else if (strcmp(n->type, "jit") == 0)
|
||||
@@ -899,6 +899,8 @@
|
||||
|
||||
if (optind < argc) {
|
||||
if (hpt(argv[optind], (struct sockaddr *)&sin, &ttl) < 0) usage(argv[0]);
|
||||
@@ -919,6 +919,8 @@
|
||||
local = (struct in_addr *)host->h_addr_list[0];
|
||||
sin.sin_addr = *local;
|
||||
}
|
||||
+ } else {
|
||||
+ usage(argv[0]);
|
||||
}
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= rtptools
|
||||
PORTVERSION= 1.17
|
||||
PORTVERSION= 1.18
|
||||
CATEGORIES= mbone
|
||||
MASTER_SITES= http://www.cs.columbia.edu/IRT/software/rtptools/download/
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (rtptools-1.17.tar.gz) = 4af6ef6ba430f659d3d6478719911b65
|
||||
SHA256 (rtptools-1.17.tar.gz) = a4cd3e804fa4cb0cd935a1ef121fad4304ce541e18759d339c014cdfcdd5ac91
|
||||
SIZE (rtptools-1.17.tar.gz) = 96358
|
||||
MD5 (rtptools-1.18.tar.gz) = 9a344c5a4fed2c4be0151cc03f043bb3
|
||||
SHA256 (rtptools-1.18.tar.gz) = 7fa16f71713ca16c5ce9cf5ccbd6796315f3402bdef9c7f7023ffac32c8e2ab0
|
||||
SIZE (rtptools-1.18.tar.gz) = 119272
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
--- rtpsend.c.orig Fri Apr 6 18:18:26 2001
|
||||
+++ rtpsend.c Sat Apr 21 21:59:35 2001
|
||||
@@ -351,9 +351,9 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- rtpsend.c.orig Tue Sep 10 13:24:10 2002
|
||||
+++ rtpsend.c Sat Aug 16 08:58:12 2003
|
||||
@@ -353,9 +353,9 @@
|
||||
if (strcmp(n->type, "ssrc") == 0)
|
||||
rr->ssrc = htonl(n->num);
|
||||
else if (strcmp(n->type, "fraction") == 0)
|
||||
|
@ -13,10 +16,10 @@
|
|||
else if (strcmp(n->type, "last_seq") == 0)
|
||||
rr->last_seq = htonl(n->num);
|
||||
else if (strcmp(n->type, "jit") == 0)
|
||||
@@ -899,6 +899,8 @@
|
||||
|
||||
if (optind < argc) {
|
||||
if (hpt(argv[optind], (struct sockaddr *)&sin, &ttl) < 0) usage(argv[0]);
|
||||
@@ -919,6 +919,8 @@
|
||||
local = (struct in_addr *)host->h_addr_list[0];
|
||||
sin.sin_addr = *local;
|
||||
}
|
||||
+ } else {
|
||||
+ usage(argv[0]);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue