From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 20 08:50:01 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 68D4B106566B for ; Sun, 20 Sep 2009 08:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4212F8FC15 for ; Sun, 20 Sep 2009 08:50:01 +0000 (UTC) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n8K8o13E008709 for ; Sun, 20 Sep 2009 08:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n8K8o1YS008708; Sun, 20 Sep 2009 08:50:01 GMT (envelope-from gnats) Resent-Date: Sun, 20 Sep 2009 08:50:01 GMT Resent-Message-Id: <200909200850.n8K8o1YS008708@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, Sunpoet Po-Chuan Hsieh Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E4135106566B for ; Sun, 20 Sep 2009 08:49:10 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from mail-yw0-f199.google.com (mail-yw0-f199.google.com [209.85.211.199]) by mx1.freebsd.org (Postfix) with ESMTP id 944E88FC14 for ; Sun, 20 Sep 2009 08:49:10 +0000 (UTC) Received: by ywh37 with SMTP id 37so2470161ywh.28 for ; Sun, 20 Sep 2009 01:49:10 -0700 (PDT) Received: by 10.101.34.10 with SMTP id m10mr3281212anj.32.1253436548241; Sun, 20 Sep 2009 01:49:08 -0700 (PDT) Received: from sunpoet.net ([123.204.184.216]) by mx.google.com with ESMTPS id d35sm1275824and.13.2009.09.20.01.49.06 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 20 Sep 2009 01:49:07 -0700 (PDT) Received: by sunpoet.net (Postfix, from userid 1000) id 681422AEC564; Sun, 20 Sep 2009 16:48:14 +0800 (CST) Message-Id: <20090920084814.681422AEC564@sunpoet.net> Date: Sun, 20 Sep 2009 16:48:14 +0800 (CST) From: Sunpoet Po-Chuan Hsieh To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: tmclaugh@FreeBSD.org Subject: ports/138982: [PATCH] security/sudo: update to 1.7.2.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2009 08:50:01 -0000 >Number: 138982 >Category: ports >Synopsis: [PATCH] security/sudo: update to 1.7.2.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Sep 20 08:50:00 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Sunpoet Po-Chuan Hsieh >Release: FreeBSD 7.2-STABLE amd64 >Organization: SUNPOET.net >Environment: System: FreeBSD bonjour.sunpoet.net 7.2-STABLE FreeBSD 7.2-STABLE #0: Fri Jul 31 10:03:28 CST 2009 >Description: - Update to 1.7.2.1 I removed MASTER_SITES_LOCAL in this patch. If tmclaugh@ puts the tarball in his own directory, please add it back. Port maintainer (tmclaugh@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- sudo-1.7.2.1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/security/sudo/Makefile /usr/ports/sunpoet/sudo/Makefile --- /usr/ports/security/sudo/Makefile 2009-06-24 09:53:05.000000000 +0800 +++ /usr/ports/sunpoet/sudo/Makefile 2009-08-31 09:38:48.000000000 +0800 @@ -6,17 +6,15 @@ # PORTNAME= sudo -PORTVERSION= 1.6.9.20 +PORTVERSION= 1.7.2.1 CATEGORIES= security MASTER_SITES= http://www.sudo.ws/sudo/dist/ \ ftp://obsd.isc.org/pub/sudo/ \ ftp://ftp.uwsg.indiana.edu/pub/security/sudo/ \ ftp://boulder.tele.dk/pub/sudo/ \ ftp://core.ring.gr.jp/pub/misc/sudo/ \ - ftp://ftp.wiretapped.net/pub/security/host-security/sudo/ \ - ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= tmclaugh/sudo -DISTNAME= ${PORTNAME}-1.6.9p20 + ftp://ftp.wiretapped.net/pub/security/host-security/sudo/ +DISTNAME= ${PORTNAME}-1.7.2p1 MAINTAINER= tmclaugh@FreeBSD.org COMMENT= Allow others to run commands as root diff -ruN --exclude=CVS /usr/ports/security/sudo/distinfo /usr/ports/sunpoet/sudo/distinfo --- /usr/ports/security/sudo/distinfo 2009-02-12 20:57:01.000000000 +0800 +++ /usr/ports/sunpoet/sudo/distinfo 2009-08-31 09:40:06.000000000 +0800 @@ -1,3 +1,3 @@ -MD5 (sudo-1.6.9p20.tar.gz) = cd1caee0227641968d63d06845dea70a -SHA256 (sudo-1.6.9p20.tar.gz) = 1197bd5f2087c13a3837e1c4da250f7db2a86f843bf00f2b3568f6410239ac7b -SIZE (sudo-1.6.9p20.tar.gz) = 596009 +MD5 (sudo-1.7.2p1.tar.gz) = 4449d466a774f5ce401c9c0e3866c026 +SHA256 (sudo-1.7.2p1.tar.gz) = 34d11a1dd8bace0885f55b4c8bddda1da29993ff8d7174099e25bd80db1eaf7f +SIZE (sudo-1.7.2p1.tar.gz) = 771059 --- sudo-1.7.2.1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: