FreeBSD Bugzilla – Attachment 127132 Details for
Bug 170917
net/udpxy on freebsd 9.0 allow only one client for each multicast stream
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
udpxy-23.txt
udpxy-23.txt (text/plain; charset=US-ASCII), 2.10 KB, created by
alex.deiter
on 2012-08-23 23:32:20 UTC
(
hide
)
Description:
udpxy-23.txt
Filename:
MIME Type:
Creator:
alex.deiter
Created:
2012-08-23 23:32:20 UTC
Size:
2.10 KB
patch
obsolete
>--- udpxy/Makefile.orig 2012-08-07 18:40:22.098674228 +0400 >+++ udpxy/Makefile 2012-08-07 18:47:38.135690542 +0400 >@@ -6,16 +6,16 @@ > # > > PORTNAME= udpxy >-PORTVERSION= 1.0.21 >+PORTVERSION= 1.0.23 > CATEGORIES= net > MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${RELEASE_MASCOT}-${PORTVERSION:R} >-DISTNAME= ${PORTNAME}.${PORTVERSION}-2-prod >-EXTRACT_SUFX= .tgz >+DISTNAME= ${PORTNAME}.${PORTVERSION}-0-prod >+# EXTRACT_SUFX= .tgz > > MAINTAINER= alex.deiter@gmail.com > COMMENT= UDP-to-HTTP multicast traffic relay daemon > >-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-2 >+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-0 > USE_RC_SUBR= udpxy > USE_GMAKE= yes > MAKE_JOBS_SAFE= yes >--- udpxy/distinfo.orig 2012-08-07 18:40:27.773672307 +0400 >+++ udpxy/distinfo 2012-08-07 18:44:00.115638875 +0400 >@@ -1,2 +1,2 @@ >-SHA256 (udpxy.1.0.21-2-prod.tgz) = 630ab98c9e1c8248be1b3a3b16efef48e6da439995dbc795700de028138f76eb >-SIZE (udpxy.1.0.21-2-prod.tgz) = 82947 >+SHA256 (udpxy.1.0.23-0-prod.tar.gz) = b5b3523f20c82b0249acced317daa65ec1791ceed4e5f8f582ecf79067f41a18 >+SIZE (udpxy.1.0.23-0-prod.tar.gz) = 79133 >--- udpxy/files/patch-netop.c.orig 2012-08-24 02:25:53.616550868 +0400 >+++ udpxy/files/patch-netop.c 2012-08-24 02:20:56.595550657 +0400 >@@ -0,0 +1,15 @@ >+--- netop.c.orig 2012-08-24 02:16:43.510561560 +0400 >++++ netop.c 2012-08-24 02:19:08.241560562 +0400 >+@@ -214,10 +214,10 @@ >+ "for mcast socket [%d]\n", sockfd ) ); >+ } >+ >+- rc = setsockopt( sockfd, SOL_SOCKET, SO_REUSEADDR, >++ rc = setsockopt( sockfd, SOL_SOCKET, SO_REUSEPORT, >+ &ON, sizeof(ON) ); >+ if( 0 != rc ) { >+- mperror(g_flog, errno, "%s: setsockopt SO_REUSEADDR", >++ mperror(g_flog, errno, "%s: setsockopt SO_REUSEPORT", >+ __func__); >+ break; >+ } >--- udpxy/files/udpxy.in.orig 2012-08-07 18:49:28.495700475 +0400 >+++ udpxy/files/udpxy.in 2012-08-07 18:49:46.346694127 +0400 >@@ -4,7 +4,7 @@ > # > > # PROVIDE: udpxy >-# REQUIRE: NETWORKING >+# REQUIRE: DAEMON > > # Define these udpxy_* variables in one of these files: > # /etc/rc.conf
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 Raw
Actions:
View
Attachments on
bug 170917
:
127131
| 127132 |
127133
|
127134