From owner-freebsd-ports-bugs@FreeBSD.ORG  Sun May 27 15:00:09 2007
Return-Path: <owner-freebsd-ports-bugs@FreeBSD.ORG>
X-Original-To: freebsd-ports-bugs@hub.freebsd.org
Delivered-To: freebsd-ports-bugs@hub.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id A7B3D16A46B
	for <freebsd-ports-bugs@hub.freebsd.org>;
	Sun, 27 May 2007 15:00:09 +0000 (UTC)
	(envelope-from gnats@FreeBSD.org)
Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40])
	by mx1.freebsd.org (Postfix) with ESMTP id 65E6C13C44B
	for <freebsd-ports-bugs@hub.freebsd.org>;
	Sun, 27 May 2007 15:00:09 +0000 (UTC)
	(envelope-from gnats@FreeBSD.org)
Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1])
	by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l4RF09Vc017579
	for <freebsd-ports-bugs@freefall.freebsd.org>;
	Sun, 27 May 2007 15:00:09 GMT
	(envelope-from gnats@freefall.freebsd.org)
Received: (from gnats@localhost)
	by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l4RF09WM017578;
	Sun, 27 May 2007 15:00:09 GMT (envelope-from gnats)
Resent-Date: Sun, 27 May 2007 15:00:09 GMT
Resent-Message-Id: <200705271500.l4RF09WM017578@freefall.freebsd.org>
Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer)
Resent-To: freebsd-ports-bugs@FreeBSD.org
Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org,
	Christian Ullrich<chris@chrullrich.de>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 012EC16A400
	for <freebsd-gnats-submit@FreeBSD.org>;
	Sun, 27 May 2007 14:55:32 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [69.147.83.33])
	by mx1.freebsd.org (Postfix) with ESMTP id E70D313C4BB
	for <freebsd-gnats-submit@FreeBSD.org>;
	Sun, 27 May 2007 14:55:31 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l4REtVEL087068
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 27 May 2007 14:55:31 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id l4REtVAl087067;
	Sun, 27 May 2007 14:55:31 GMT (envelope-from nobody)
Message-Id: <200705271455.l4REtVAl087067@www.freebsd.org>
Date: Sun, 27 May 2007 14:55:31 GMT
From: Christian Ullrich<chris@chrullrich.de>
To: freebsd-gnats-submit@FreeBSD.org
X-Send-Pr-Version: www-3.0
Cc: 
Subject: ports/113059: Security update for www/mod_auth_kerb 5.1 -> 5.3
X-BeenThere: freebsd-ports-bugs@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: Ports bug reports <freebsd-ports-bugs.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-ports-bugs>, 
	<mailto:freebsd-ports-bugs-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-ports-bugs>
List-Post: <mailto:freebsd-ports-bugs@freebsd.org>
List-Help: <mailto:freebsd-ports-bugs-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-ports-bugs>, 
	<mailto:freebsd-ports-bugs-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 27 May 2007 15:00:09 -0000


>Number:         113059
>Category:       ports
>Synopsis:       Security update for www/mod_auth_kerb 5.1 -> 5.3
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 27 15:00:08 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Christian Ullrich
>Release:        
>Organization:
>Environment:
>Description:
This patch updates www/mod_auth_kerb from version 5.1 to 5.3. Releases up to 5.2 have a remotely exploitable vulnerability (CVE-2006-5989).
>How-To-Repeat:

>Fix:
diff -urN mod_auth_kerb.orig/Makefile mod_auth_kerb/Makefile
--- mod_auth_kerb.orig/Makefile Thu May 24 13:41:38 2007
+++ mod_auth_kerb/Makefile      Thu May 24 13:41:58 2007
@@ -8,7 +8,7 @@
 # Shamelessly stolen from will's mod_auth_any port.

 PORTNAME=      mod_auth_kerb
-PORTVERSION=   5.1
+PORTVERSION=   5.3
 CATEGORIES=    www
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=modauthkerb
diff -urN mod_auth_kerb.orig/distinfo mod_auth_kerb/distinfo
--- mod_auth_kerb.orig/distinfo Thu May 24 13:41:38 2007
+++ mod_auth_kerb/distinfo      Thu May 24 13:42:23 2007
@@ -1,3 +1,3 @@
-MD5 (mod_auth_kerb-5.1.tar.gz) = b6a0c44b572c6e67ea7191999844aff6
-SHA256 (mod_auth_kerb-5.1.tar.gz) = 0415ea2bf506dfe7ac35b77fe49f6c5ca76f432e55e32904432c4150cc63faf5
-SIZE (mod_auth_kerb-5.1.tar.gz) = 73731
+MD5 (mod_auth_kerb-5.3.tar.gz) = a363588578050b3d320a2ceccf3ed666
+SHA256 (mod_auth_kerb-5.3.tar.gz) = 89cd779a94405521770cbcb169af5af61e7f2aad91c4f4b82efaae35df7595ec
+SIZE (mod_auth_kerb-5.3.tar.gz) = 73530


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