FreeBSD Bugzilla – Attachment 71158 Details for
Bug 103704
[PATCH] devel/jrtplib: Fixed bug in RTPIPv6Destination
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
jrtplib-3.6.0.patch
jrtplib-3.6.0.patch (text/plain), 1.36 KB, created by
Yi-Huan Chan
on 2006-09-27 06:00:30 UTC
(
hide
)
Description:
jrtplib-3.6.0.patch
Filename:
MIME Type:
Creator:
Yi-Huan Chan
Created:
2006-09-27 06:00:30 UTC
Size:
1.36 KB
patch
obsolete
>diff -ruN --exclude=CVS /usr/ports/devel/jrtplib.orig/Makefile /usr/ports/devel/jrtplib/Makefile >--- /usr/ports/devel/jrtplib.orig/Makefile Wed Sep 27 12:33:11 2006 >+++ /usr/ports/devel/jrtplib/Makefile Wed Sep 27 12:39:23 2006 >@@ -15,7 +15,7 @@ > > GNU_CONFIGURE= yes > USE_GMAKE= yes >-INSTALLS_SHLIB= yes >+USE_LDCONFIG= yes > NO_FILTER_SHLIBS= yes > CONFIGURE_TARGET= --target=${MACHINE_ARCH}-portbld-freebsd${OSREL} > CONFIGURE_ARGS= --disable-jthread >diff -ruN --exclude=CVS /usr/ports/devel/jrtplib.orig/files/patch-src-rtpipv6destination.h /usr/ports/devel/jrtplib/files/patch-src-rtpipv6destination.h >--- /usr/ports/devel/jrtplib.orig/files/patch-src-rtpipv6destination.h Thu Jan 1 08:00:00 1970 >+++ /usr/ports/devel/jrtplib/files/patch-src-rtpipv6destination.h Wed Sep 27 12:33:53 2006 >@@ -0,0 +1,15 @@ >+--- src/rtpipv6destination.h.orig Tue Sep 26 22:12:59 2006 >++++ src/rtpipv6destination.h Tue Sep 26 22:13:16 2006 >+@@ -65,9 +65,9 @@ >+ rtpaddr.sin6_family = AF_INET6; >+ rtpaddr.sin6_port = htons(portbase); >+ rtpaddr.sin6_addr = ip; >+- rtpaddr.sin6_family = AF_INET6; >+- rtpaddr.sin6_port = htons(portbase+1); >+- rtpaddr.sin6_addr = ip; >++ rtcpaddr.sin6_family = AF_INET6; >++ rtcpaddr.sin6_port = htons(portbase+1); >++ rtcpaddr.sin6_addr = ip; >+ } >+ in6_addr GetIP() const { return rtpaddr.sin6_addr; } >+ bool operator==(const RTPIPv6Destination &src) const
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 103704
: 71158