ports/162872: [PATCH] net/udpxy: update to 1.0.20-PATCH1

Alex Deiter alex.deiter at gmail.com
Fri Nov 25 07:50:04 UTC 2011


>Number:         162872
>Category:       ports
>Synopsis:       [PATCH] net/udpxy: update to 1.0.20-PATCH1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 25 07:50:03 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Alex Deiter
>Release:        10.0-CURRENT-r227739
>Organization:
>Environment:
FreeBSD blackbox.deiter.ru 10.0-CURRENT-r227739 FreeBSD 10.0-CURRENT-r227739 #1: Sun Nov 20 03:32:49 MSK 2011     root at blackbox.deiter.ru:/usr/obj/usr/src/sys/BLACKBOX  i386
>Description:
net/udpxy: update to 1.0.20-PATCH1:

Build 20 (18-Jun-2011)
    (*) FIXED: player sends last request's traffic to any client with invalid request;
    (*) FIXED: unsupported HTTP requests (those that the parser does not handle) are denied [ID: 3294265]

    (*) Added UDPXY_SREAD_TMOUT, UDPXY_SWRITE_TMOUT evn parameters to set read/write timeouts on HTTP server's socket;
    (*) Added UDPXY_HTTP200_FTR_LN, UDPXY_HTTP200_FTR_FILE env parameters to allow appending 1 line or contents
        of a text file to HTTP 200 (successful request processing) response;
    (*) Added Content-type entry to HTTP response;
    (*) Added conditional compilation of udpxrec - use NO_UDPXREC=yes make [mode] to *NOT* build udpxrec into the udpxy
        binary
Patch-1 20 (06-Oct-2011)
    (*) FIXED: any error in accept() makes udpxy quit (disregarding exceptions such as EINTR and ECONNABORTED)

>How-To-Repeat:
cd /usr/ports/net/udpxy && make install
>Fix:
cd /usr/ports/net
patch -p0 < net-udpxy.txt

Patch attached with submission follows:

diff -u udpxy.orig/Makefile udpxy/Makefile
--- udpxy.orig/Makefile	2011-01-11 13:49:27.000000000 +0300
+++ udpxy/Makefile	2011-11-25 10:44:19.934167431 +0400
@@ -6,10 +6,11 @@
 #
 
 PORTNAME=	udpxy
-PORTVERSION=	1.0.19
+PORTVERSION=	1.0.20
+PORTREVISION=	PATCH1
 CATEGORIES=	net
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${RELEASE_MASCOT}-${PORTVERSION:R}
-DISTNAME=	${PORTNAME}.${PORTVERSION:R}-${RELEASE_MASCOT}-${PORTVERSION:E}
+DISTNAME=	${PORTNAME}.${PORTVERSION:R}-${RELEASE_MASCOT}-${PORTREVISION}${PORTVERSION:E}
 EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	alex.deiter at gmail.com
diff -u udpxy.orig/distinfo udpxy/distinfo
--- udpxy.orig/distinfo	2011-01-11 13:49:27.000000000 +0300
+++ udpxy/distinfo	2011-11-25 10:44:26.314088261 +0400
@@ -1,2 +1,2 @@
-SHA256 (udpxy.1.0-Chipmunk-19.tgz) = 1598f84c6338b303f181aea189568dda24712a60a65e7d2188c72cb2b26ec54c
-SIZE (udpxy.1.0-Chipmunk-19.tgz) = 80034
+SHA256 (udpxy.1.0-Chipmunk-PATCH120.tgz) = 7fa012a13271444900f365c925a0289d7cd507db02c65e07b6137cfc086eee8a
+SIZE (udpxy.1.0-Chipmunk-PATCH120.tgz) = 79094
Common subdirectories: udpxy.orig/files and udpxy/files


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list