Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Oct 2003 21:21:12 +0400 (MSD)
From:      Timofey Chernousov <tim@relay.nnn.tstu.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/57758: port update (new version of software)
Message-ID:  <200310081721.h98HLCpD081882@relay.nnn.tstu.ru>
Resent-Message-ID: <200310081730.h98HUIlx074123@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         57758
>Category:       ports
>Synopsis:       port update (new version of software)
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 08 10:30:16 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Timofey Chernousov
>Release:        FreeBSD 4.7-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD gwd.nnn.tstu.ru 4.7-PRERELEASE FreeBSD 4.7-PRERELEASE #5: Tue Oct 15 14:57:50 MSD 2002 aleks@gwd.nnn.tstu.ru:/export/src/sys/compile/gwd i386


	
>Description:
	New version of 3proxy released with some bug-fixes and some new
features
	
>How-To-Repeat:
	
>Fix:

	

diff -ru /usr/ports/net/3proxy/Makefile 3proxy/Makefile
--- /usr/ports/net/3proxy/Makefile	Fri Aug 29 02:28:49 2003
+++ 3proxy/Makefile	Wed Oct  8 21:12:31 2003
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	3proxy
-PORTVERSION=	0.4b
-PORTREVISION=	1
+PORTVERSION=	0.4.1b
 CATEGORIES=	net
 MASTER_SITES=	http://www.security.nnov.ru/soft/3proxy/${PORTVERSION}/
 DISTNAME=	${PORTNAME}
diff -ru /usr/ports/net/3proxy/distinfo 3proxy/distinfo
--- /usr/ports/net/3proxy/distinfo	Fri Aug 29 02:28:49 2003
+++ 3proxy/distinfo	Wed Oct  8 21:12:31 2003
@@ -1 +1 @@
-MD5 (3proxy.tgz) = 75796dddcd9eeec31ad785c8c14c71de
+MD5 (3proxy.tgz) = 61c0b9d6fc80c55cb2b2eca8d4b2056c
diff -ru /usr/ports/net/3proxy/files/3proxy.sh 3proxy/files/3proxy.sh
--- /usr/ports/net/3proxy/files/3proxy.sh	Wed Jul 30 11:36:28 2003
+++ 3proxy/files/3proxy.sh	Wed Oct  8 21:12:31 2003
@@ -2,7 +2,9 @@
 
 case "$1" in
 'start')
-	%%PREFIX%%/bin/3proxy %%PREFIX%%/etc/3proxy.cfg & echo -n "  3proxy"
+	%%PREFIX%%/bin/3proxy %%PREFIX%%/etc/3proxy.cfg \
+		&& echo -n "  3proxy" \
+		|| echo "3proxy startup failed"
 	;;
 
 'stop')
diff -ru /usr/ports/net/3proxy/files/patch-ab 3proxy/files/patch-ab
--- /usr/ports/net/3proxy/files/patch-ab	Wed Jul 30 11:36:28 2003
+++ 3proxy/files/patch-ab	Wed Oct  8 21:12:31 2003
@@ -1,5 +1,5 @@
---- 3proxy.cfg.sample.orig	Mon Jul 28 14:50:42 2003
-+++ 3proxy.cfg.sample	Mon Jul 28 14:51:55 2003
+--- 3proxy.cfg.sample.orig	Wed Oct  8 19:35:48 2003
++++ 3proxy.cfg.sample	Wed Oct  8 20:56:52 2003
 @@ -332,12 +332,12 @@
  # this example shows you how to include passwd file. For included files
  # <CR> and <LF> are treated as field separators.
@@ -15,12 +15,12 @@
  # log allows to specify log file location and rotation, D means logfile
  # is created daily
  
-@@ -421,7 +421,7 @@
- # like multimedia streams or online games.
+@@ -455,7 +455,7 @@
+ #setuid 65535
+ # now we needn't any root rights. We can chroot and setgid/setuid.
+ 
+-#daemon
++daemon
+ # now we will not depend on any console (daemonize).
+ 
  
- auth strong
--fflush
-+flush
- allow 3APA3A,test
- socks
- # for socks we will use password authentication and different access control -

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200310081721.h98HLCpD081882>