From andrew@ugh.net.au  Wed Jan 16 18:27:25 2002
Return-Path: <andrew@ugh.net.au>
Received: from starbug.ugh.net.au (starbug.ugh.net.au [203.31.238.37])
	by hub.freebsd.org (Postfix) with ESMTP
	id 2AA4537B41A; Wed, 16 Jan 2002 18:27:24 -0800 (PST)
Received: by starbug.ugh.net.au (Postfix, from userid 1000)
	id A800AA842; Thu, 17 Jan 2002 13:27:22 +1100 (EST)
Message-Id: <20020117022722.A800AA842@starbug.ugh.net.au>
Date: Thu, 17 Jan 2002 13:27:22 +1100 (EST)
From: Andrew <andrew@ugh.net.au>
Reply-To: Andrew <andrew@ugh.net.au>
To: FreeBSD-gnats-submit@freebsd.org
Cc: mharo@FreeBSD.org
Subject: sudo port broken
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         33973
>Category:       ports
>Synopsis:       sudo port broken
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    mharo
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 16 18:30:02 PST 2002
>Closed-Date:    Wed Jan 16 20:57:01 PST 2002
>Last-Modified:  Wed Jan 16 20:57:29 PST 2002
>Originator:     Andrew
>Release:        FreeBSD 4.4-STABLE i386
>Organization:
UgH!
>Environment:
System: FreeBSD starbug.ugh.net.au 4.4-STABLE FreeBSD 4.4-STABLE #3: Sun Oct 7 21:30:09 EST 2001 andrew@starbug.ugh.net.au:/usr/obj/usr/src/sys/STARBUG i386


	
>Description:

The security/sudo port fails to compile as a new version has been released and
the old tar ball is no longer available at the given URL. This is fairly
serious given the security notice just sent out - people are unable to upgrade
their sudos via ports although they can still disable them.

This patch updates the port to 1.6.5 as well as add in the official FTP site
as a MASTER_SITE. The official web site was already listed so chances are this
is just another access method to the same file system.

>How-To-Repeat:
	
>Fix:


diff -ruN sudo/Makefile sudo_new/Makefile
--- sudo/Makefile	Thu Jan 17 12:43:15 2002
+++ sudo_new/Makefile	Thu Jan 17 13:06:30 2002
@@ -6,14 +6,15 @@
 #
 
 PORTNAME=	sudo
-PORTVERSION=	1.6.4.2
+PORTVERSION=	1.6.5
 PORTREVISION=	0
 CATEGORIES=	security
 MASTER_SITES=	http://www.sudo.ws/sudo/dist/ \
+		ftp://ftp.sudo.ws/pub/sudo/ \
 		ftp://ftp.cs.colorado.edu/pub/sysadmin/sudo/ \
 		ftp://ftp.stikman.com/pub/sudo/ \
 		ftp://ftp.uu.net/pub/security/sudo/
-DISTNAME=	${PORTNAME}-1.6.4p2
+DISTNAME=	${PORTNAME}-1.6.5
 
 MAINTAINER=	mharo@FreeBSD.org
 
diff -ruN sudo/distinfo sudo_new/distinfo
--- sudo/distinfo	Thu Jan 17 12:43:15 2002
+++ sudo_new/distinfo	Thu Jan 17 13:08:08 2002
@@ -1 +1 @@
-MD5 (sudo-1.6.4p2.tar.gz) = 4b2b4a567958e3bb6d69960114fd9c5b
+MD5 (sudo-1.6.5.tar.gz) = 312d45190a4480829e30e45f80bcf287
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports->mharo 
Responsible-Changed-By: pat 
Responsible-Changed-When: Wed Jan 16 19:57:35 PST 2002 
Responsible-Changed-Why:  
Over to maintainer 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=33973 
State-Changed-From-To: open->closed 
State-Changed-By: mharo 
State-Changed-When: Wed Jan 16 20:57:01 PST 2002 
State-Changed-Why:  
The port has already been updated to reflect the new version. 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=33973 
>Unformatted:
