Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Jan 2002 13:27:22 +1100 (EST)
From:      Andrew <andrew@ugh.net.au>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        mharo@freebsd.org
Subject:   ports/33973: sudo port broken
Message-ID:  <20020117022722.A800AA842@starbug.ugh.net.au>

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

>Number:         33973
>Category:       ports
>Synopsis:       sudo port broken
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 16 18:30:02 PST 2002
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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