From trish@trish.dyn.magenet.com  Sat Apr 27 06:45:50 2002
Return-Path: <trish@trish.dyn.magenet.com>
Received: from femme.sapphite.org (bgp01560565bgs.gambrl01.md.comcast.net [68.50.32.109])
	by hub.freebsd.org (Postfix) with ESMTP id C991237B416
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 27 Apr 2002 06:45:48 -0700 (PDT)
Received: from femme.sapphite.org (trish@localhost [127.0.0.1])
	by femme.sapphite.org (8.12.3/8.12.1) with ESMTP id g3RDjkGi065971
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 27 Apr 2002 09:45:47 -0400 (EDT)
Received: (from trish@localhost)
	by femme.sapphite.org (8.12.3/8.12.1/Submit) id g3RDjktD065970;
	Sat, 27 Apr 2002 09:45:46 -0400 (EDT)
Message-Id: <200204271345.g3RDjktD065970@femme.sapphite.org>
Date: Sat, 27 Apr 2002 09:45:46 -0400 (EDT)
From: Trish Lynch <trish@bsdunix.net>
Reply-To: Trish Lynch <trish@bsdunix.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Ecartis Port Security Upgrade (urgent)
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         37506
>Category:       ports
>Synopsis:       Ecartis Port Security Upgrade (urgent)
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    greid
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr 27 06:50:01 PDT 2002
>Closed-Date:    Fri May 10 19:51:40 PDT 2002
>Last-Modified:  Fri May 10 19:51:40 PDT 2002
>Originator:     Trish Lynch
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
Ecartis Core Team
>Environment:
System: FreeBSD femme.sapphite.org 5.0-CURRENT FreeBSD 5.0-CURRENT #1: Sun Apr 21 09:42:05 EDT 2002 trish@femme.sapphite.org:/admins/obj/admins/src/sys/FEMME i386


	
>Description:
Multiple strcpy and strcat security issues, as well as sprintf's fixed.	
Fix for "ecartisx.c" vulnerability
>How-To-Repeat:
	
>Fix:

diff -ruN ecartis.old/Makefile ecartis/Makefile
--- ecartis.old/Makefile        Sat Apr 27 09:38:10 2002
+++ ecartis/Makefile    Sat Apr 27 03:46:09 2002
@@ -9,7 +9,7 @@
 PORTVERSION=   1.0.0b
 CATEGORIES=    mail
 MASTER_SITES=  ftp://ftp.ecartis.org/pub/ecartis/snapshots/tar/
-DISTNAME=      ecartis-1.0.0-snap20020118
+DISTNAME=      ecartis-1.0.0-snap20020427
 
 MAINTAINER=    trish@bsdunix.net
 
diff -ruN ecartis.old/distinfo ecartis/distinfo
--- ecartis.old/distinfo        Sat Apr 27 09:38:10 2002
+++ ecartis/distinfo    Sat Apr 27 03:45:20 2002
@@ -1 +1 @@
-MD5 (ecartis-1.0.0-snap20020118.tar.gz) = 9f3c60e2786212f73feb2f9366f491f3
+MD5 (ecartis-1.0.0-snap20020427.tar.gz) = 3ae4896c772719bf0bc9168bac15b22d
diff -ruN ecartis.old/files/patch-aa ecartis/files/patch-aa
--- ecartis.old/files/patch-aa  Sat Apr 27 09:38:10 2002
+++ ecartis/files/patch-aa      Sat Apr 27 09:36:13 2002
@@ -1,5 +1,5 @@
---- Makefile.orig      Sun Jun 17 22:13:03 2001
-+++ Makefile   Sun Jun 17 22:14:19 2001
+--- Makefile.dist      Sat Apr 27 02:26:56 2002
++++ Makefile   Sat Apr 27 09:35:52 2002
 @@ -6,8 +6,8 @@
  # they should be set.  All of them are conditional on options set in this
  # file, so it should be relatively easy to determine which branch is correct
@@ -37,16 +37,18 @@
  endif
  
  # Warning-level flags.  Under SunOS (4 and 5), this NEEDS TO BE BLANK.
-@@ -134,7 +133,7 @@
+@@ -134,9 +133,7 @@
  #
  # It appears that IRIX is also rather stupid, and may require this
  # to be removed.
 -WFLAGS=-Wall -Werror
+-# Uncomment this to build with gdb symbols (comment above line)
+-#WFLAGS=-ggdb -Wall -Werror
 +WFLAGS:=${CFLAGS}
  
  # Now set up the initial command line.  SUNOS_5 makes this a bit wierd.
  ifndef SUNOS_5
-@@ -321,6 +320,7 @@
+@@ -327,6 +324,7 @@
  install: targets
        cp build/ecartis ${BINDIR}
        chmod ug+s ${BINDIR}/ecartis
diff -ruN ecartis.old/pkg-plist ecartis/pkg-plist
--- ecartis.old/pkg-plist       Sat Apr 27 09:38:10 2002
+++ ecartis/pkg-plist   Sat Apr 27 03:58:50 2002
@@ -49,6 +49,7 @@
 ecartis/README.LISTS
 ecartis/README.DIGEST
 ecartis/README.ANTISPAM
+ecartis/README.CVS
 ecartis/README
 ecartis/NOTE
 ecartis/LICENSE
@@ -66,4 +67,5 @@
 @dirrm ecartis/scripts
 @dirrm ecartis/queue
 @dirrm ecartis/modules
+@dirrm ecartis/documentation
 @dirrm ecartis
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports->greid 
Responsible-Changed-By: anders 
Responsible-Changed-When: Sun May 5 08:40:20 PDT 2002 
Responsible-Changed-Why:  
George, are you done with this PR? 

http://www.freebsd.org/cgi/query-pr.cgi?pr=37506 

From: Patrik Backlund <pbacklun@cc.hut.fi>
To: freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/37506: Ecartis Port Security Upgrade (urgent)
Date: 07 May 2002 19:56:12 +0300

 The port version should be bumped too (perhaps by adding a
 PORTREVISION).
 
 
 
State-Changed-From-To: open->closed 
State-Changed-By: ijliao 
State-Changed-When: Fri May 10 19:51:15 PDT 2002 
State-Changed-Why:  
superceded by pr/37893 

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