Date: Wed, 27 Sep 2006 12:56:35 +0800 (CST) From: Yi-Huan Chan <yhchan@csie.nctu.edu.tw> To: FreeBSD-gnats-submit@FreeBSD.org Cc: hopet@ics.muni.cz Subject: ports/103704: [PATCH] devel/jrtplib: Fixed bug in RTPIPv6Destination Message-ID: <20060927045635.1E5DB6D442@hubert.ckefgisc.org> Resent-Message-ID: <200609270500.k8R50X7n037404@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 103704 >Category: ports >Synopsis: [PATCH] devel/jrtplib: Fixed bug in RTPIPv6Destination >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Sep 27 05:00:30 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Yi-Huan Chan >Release: FreeBSD 6.2-PRERELEASE i386 >Organization: >Environment: System: FreeBSD hubert.ckefgisc.org 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #0: Wed Sep 20 01:30:37 CST 2006 >Description: Fixed bug in RTPIPv6Destination. Use USE_LDCONFIG to replace INSTALLS_SHLIB. Added file(s): - files/patch-src-rtpipv6destination.h Port maintainer (hopet@ics.muni.cz) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- jrtplib-3.6.0.patch begins here --- 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 --- jrtplib-3.6.0.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060927045635.1E5DB6D442>