From ta.nakamura@crs.co.jp  Mon Feb 16 11:01:16 2004
Return-Path: <ta.nakamura@crs.co.jp>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 6643016A4CF
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 16 Feb 2004 11:01:16 -0800 (PST)
Received: from ns.crs.co.jp (ns.crs.co.jp [202.214.152.13])
	by mx1.FreeBSD.org (Postfix) with ESMTP id C08F243D1D
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 16 Feb 2004 11:01:15 -0800 (PST)
	(envelope-from ta.nakamura@crs.co.jp)
Received: from inns.ycc.crs.co.jp ([192.168.30.202])
	by ns.crs.co.jp (8.11.3/8.11.3) with ESMTP id i1GJ1Ds23863;
	Tue, 17 Feb 2004 04:01:13 +0900
Received: from [192.168.31.117] (localhost [127.0.0.1])
	by inns.ycc.crs.co.jp (8.11.3/8.11.3) with ESMTP id i1GIxn418908;
	Tue, 17 Feb 2004 03:59:52 +0900
Message-Id: <20040217034332.3323.TA.NAKAMURA@crs.co.jp>
Date: Tue, 17 Feb 2004 03:59:52 +0900
From: NAKAMURA Takeshi <ta.nakamura@crs.co.jp>
Reply-To: NAKAMURA Takeshi <1yen@sh.rim.or.jp>
To: FreeBSD-gnats-submit@freebsd.org
Subject: update port net/delegate
X-Send-Pr-Version: 3.113
X-GNATS-Notify: low

>Number:         62924
>Category:       ports
>Synopsis:       ports update (net/delegate)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 16 11:10:13 PST 2004
>Closed-Date:    Sat Feb 21 07:36:59 PST 2004
>Last-Modified:  Sat Feb 21 07:36:59 PST 2004
>Originator:     NAKAMURA Takeshi
>Release:        FreeBSD 5.1-RELEASE-p13 i386
>Organization:
CRC Systems
>Environment:
System: FreeBSD crcc1712 5.1-RELEASE-p13 FreeBSD 5.1-RELEASE-p13 #1: Wed Feb 11 02:52:05 JST 2004 root@crcc1712:/usr/obj/export/src/FreeBSD/src/sys/GENERIC i386


>Description:
	ports update net/delegate

>How-To-Repeat:
>Fix:

http://www.delegate.org/mail-lists/delegate-en/702
http://www.delegate.org/mail-lists/delegate-en/703
Does other exploits remain?
I ll remove the WARNING.


Yutaka Sato wrote (29 Feb 2000)
http://www.delegate.org/mail-lists/delegate/9117 (In Japanese)
%  "The problem currently written to Bugtraq was corrected in
%  November, last year"

Bugtraq
 http://archives.neohapsis.com/archives/freebsd/2000-02/0099.html

UpdateLog
 http://www.delegate.org/mail-lists/delegate-en/641
%  + security: fixed some of possible buffer overflows
 http://www.delegate.org/mail-lists/delegate-en/638
%  + security: fixed some of dangerous buffer overflows



Index: Makefile
===================================================================
RCS file: /export/cvs/FreeBSD/ncvs/ports/net/delegate/Makefile,v
retrieving revision 1.43
diff -u -r1.43 Makefile
--- Makefile	9 Dec 2003 12:23:01 -0000	1.43
+++ Makefile	12 Feb 2004 03:29:39 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	delegate
-PORTVERSION=	8.7.8
+PORTVERSION=	8.9.1
 CATEGORIES=	net www
 MASTER_SITES=	ftp://www.delegate.org/pub/DeleGate/ \
 		ftp://ftp.delegate.org/pub/DeleGate/
@@ -15,33 +15,8 @@
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	General purpose TCP/IP proxy system
 
-NO_PACKAGE=	"Insecure program."
+USE_BZIP2=      yes
 IS_INTERACTIVE=	YES
-
-pre-everything::
-.if !defined(FORCE_BUILD) || ${FORCE_BUILD}!="YES"
-	@${ECHO_MSG} "*********************************************************************"
-	@${ECHO_MSG} "*   WARNING!     WARNING!     WARNING!     WARNING!     WARNING!    *"
-	@${ECHO_MSG} "* This program has known security problems which may allow a remote *"
-	@${ECHO_MSG} "* attacker to take control of your machine.                         *"
-	@${ECHO_MSG} "* See FreeBSD security advisory 00:04 for more information.         *"
-	@${ECHO_MSG} "*                                                                   *"
-	@${ECHO_MSG} "* It is strongly recommended that you avoid using this program.     *"
-	@${ECHO_MSG} "*                                                                   *"
-	@${ECHO_MSG} "* If you would like to use this program despite the danger, run     *"
-	@${ECHO_MSG} "* make with \`\`FORCE_BUILD=YES''                                     *"
-	@${ECHO_MSG} "*   WARNING!     WARNING!     WARNING!     WARNING!     WARNING!    *"
-	@${ECHO_MSG} "*********************************************************************"
-	@${FALSE}
-.else
-	@${ECHO_MSG} "*********************************************************************"
-	@${ECHO_MSG} "*   WARNING!     WARNING!     WARNING!     WARNING!     WARNING!    *"
-	@${ECHO_MSG} "* You have chosen to build an insecure program.                     *"
-	@${ECHO_MSG} "* This program has known security problems which may allow a remote *"
-	@${ECHO_MSG} "* attacker to take control of your machine.                         *"
-	@${ECHO_MSG} "* See FreeBSD security advisory 00:04 for more information.         *"
-	@${ECHO_MSG} "*********************************************************************"
-.endif
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/src/delegated ${PREFIX}/sbin
Index: distinfo
===================================================================
RCS file: /export/cvs/FreeBSD/ncvs/ports/net/delegate/distinfo,v
retrieving revision 1.32
diff -u -r1.32 distinfo
--- distinfo	9 Dec 2003 12:23:01 -0000	1.32
+++ distinfo	12 Feb 2004 03:30:11 -0000
@@ -1 +1,2 @@
-MD5 (delegate8.7.8.tar.gz) = a151b22ed1b59b3fff197055b90f0d2d
+MD5 (delegate8.9.1.tar.bz2) = 1ea9c8cc6e6ca23affded6968017c48b
+SIZE (delegate8.9.1.tar.bz2) = 961779
Index: pkg-message
===================================================================
RCS file: /export/cvs/FreeBSD/ncvs/ports/net/delegate/pkg-message,v
retrieving revision 1.6
diff -u -r1.6 pkg-message
--- pkg-message	27 Jul 2002 19:48:31 -0000	1.6
+++ pkg-message	12 Feb 2004 03:22:03 -0000
@@ -1,12 +1,3 @@
-*********************************************************************
-*   WARNING!     WARNING!     WARNING!     WARNING!     WARNING!    *
-* You have installed an insecure program.                           *
-* This program has known security problems which may allow a remote  *
-* attacker to take control of your machine.                         *
-* Use with great caution!                                           *
-* See FreeBSD security advisory 00:04 for more information.         *
-*********************************************************************
-
 ----------------------------------------------------------------------
 Now, edit the sample script in /usr/local/share/examples/delegate directory
 and copy it into /usr/local/etc/rc.d.

----+----1----+----2----+----3----+----4----+----5----+----6----+----7----+

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: clement 
State-Changed-When: Sat Feb 21 07:36:34 PST 2004 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=62924 
>Unformatted:
