ports/57758: port update (new version of software)
Timofey Chernousov
tim at relay.nnn.tstu.ru
Wed Oct 8 17:30:20 UTC 2003
>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 at 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:
More information about the freebsd-ports-bugs
mailing list