Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Dec 2004 01:06:00 GMT
From:      Samy Al Bahra <samy@kerneled.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/75591: Fix for security/altivore fetch issue
Message-ID:  <200412290106.iBT160O0068953@www.freebsd.org>
Resent-Message-ID: <200412290110.iBT1AQQh037485@freefall.freebsd.org>

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

>Number:         75591
>Category:       ports
>Synopsis:       Fix for security/altivore fetch issue
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 29 01:10:26 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Samy Al Bahra
>Release:        
>Organization:
Kerneled.org
>Environment:
>Description:
Due to NetworkICE's purchase by ISS, the altivore.c source code has been put into retirement. After a bit of googling, I found the original file that was published (and distributed with this port). The file has been mirrored on the Kerneled.org webserver.

>How-To-Repeat:
      
>Fix:
diff -ruN altivore/Makefile altivore.patch/Makefile
--- altivore/Makefile	Tue Dec 28 15:17:48 2004
+++ altivore.patch/Makefile	Wed Dec 29 04:02:22 2004
@@ -8,7 +8,7 @@
 PORTNAME=	altivore
 PORTVERSION=	0.9.3
 CATEGORIES=	security
-MASTER_SITES=	http://www.robertgraham.com/altivore/
+MASTER_SITES=	http://samy.kerneled.org/stuff/
 DISTNAME=	altivore
 EXTRACT_SUFX=	.c
 
@@ -17,10 +17,6 @@
 
 RESTRICTED=	License does not allow redistribution in any form\
 		(source, code or otherwise)
-
-BROKEN=		Unfetchable
-EXPIRATION_DATE=2005-02-18
-DEPRECATED=	${BROKEN}
 
 NO_WRKSUBDIR=	yes
 NO_BUILD=	yes

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



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