Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Nov 2007 18:52:26 +0900 (JST)
From:      KIMURA Yasuhiro <yasu@utahime.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/117971: [PATCH, SECURITY FIX] security/sudo: Update to 1.6.9p8
Message-ID:  <20071111095226.BC0A832@eastasia.home.utahime.org>
Resent-Message-ID: <200711111000.lABA03K2009355@freefall.freebsd.org>

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

>Number:         117971
>Category:       ports
>Synopsis:       [PATCH,SECURITY FIX] security/sudo: Update to 1.6.9p8
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 11 10:00:02 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator:     KIMURA Yasuhiro
>Release:        FreeBSD 6.2-RELEASE-p8 i386
>Organization:
>Environment:
System: FreeBSD eastasia.home.utahime.org 6.2-RELEASE-p8 FreeBSD 6.2-RELEASE-p8 #0: Thu Oct 4 12:23:50 JST 2007 root@eastasia.home.utahime.org:/usr/obj/usr1/freebsd/src/releng_6_2/src/sys/EASTASIA i386


	
>Description:
	Update to 1.6.9p8, fixing following security issue:

	http://cve.mitre.org/cgi-bin/cvename.cgi?name=2005-1993

	
>How-To-Repeat:
	
>Fix:

	

--- patch-sudo begins here ---
Index: Makefile
===================================================================
RCS file: /usr1/freebsd/cvsroot/ports/security/sudo/Makefile,v
retrieving revision 1.93
diff -u -r1.93 Makefile
--- Makefile	23 Oct 2007 00:46:44 -0000	1.93
+++ Makefile	11 Nov 2007 09:40:25 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	sudo
-PORTVERSION=	1.6.9.6
+PORTVERSION=	1.6.9.8
 CATEGORIES=	security
 MASTER_SITES=	http://www.sudo.ws/sudo/dist/ \
 		http://probsd.org/sudoftp/ \
@@ -18,7 +18,7 @@
 		http://pluto.cdpa.nsysu.edu.tw/sudo/ \
 		ftp://ftp.cs.colorado.edu/pub/sysadmin/sudo/ \
 		ftp://ftp.stikman.com/pub/sudo/
-DISTNAME=	${PORTNAME}-1.6.9p6
+DISTNAME=	${PORTNAME}-1.6.9p8
 
 MAINTAINER=	tmclaugh@FreeBSD.org
 COMMENT=	Allow others to run commands as root
Index: distinfo
===================================================================
RCS file: /usr1/freebsd/cvsroot/ports/security/sudo/distinfo,v
retrieving revision 1.56
diff -u -r1.56 distinfo
--- distinfo	23 Oct 2007 00:46:44 -0000	1.56
+++ distinfo	11 Nov 2007 09:42:07 -0000
@@ -1,3 +1,3 @@
-MD5 (sudo-1.6.9p6.tar.gz) = 1f262526f321af388b37e05ee57bb2c7
-SHA256 (sudo-1.6.9p6.tar.gz) = 9e3b67b0813f1c64922e2ba870326d90b76be3e1cc0da396358867976717607e
-SIZE (sudo-1.6.9p6.tar.gz) = 574983
+MD5 (sudo-1.6.9p8.tar.gz) = 67a7f95664e9f3926dc3e36d8684f921
+SHA256 (sudo-1.6.9p8.tar.gz) = 3a6014e42a73db2715f3ea28bc40be1ea47632d0ce1c77e39b1817d67ae3cc52
+SIZE (sudo-1.6.9p8.tar.gz) = 575439
--- patch-sudo ends here ---


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



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