From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 12 19:50:05 2010 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 07AA91065673 for ; Mon, 12 Jul 2010 19:50:05 +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 D99C98FC21 for ; Mon, 12 Jul 2010 19:50:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o6CJo4BN050977 for ; Mon, 12 Jul 2010 19:50:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o6CJo4Tt050976; Mon, 12 Jul 2010 19:50:04 GMT (envelope-from gnats) Resent-Date: Mon, 12 Jul 2010 19:50:04 GMT Resent-Message-Id: <201007121950.o6CJo4Tt050976@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, Andrew Fernandes Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 15AC01065674 for ; Mon, 12 Jul 2010 19:46:12 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 055FB8FC18 for ; Mon, 12 Jul 2010 19:46:12 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o6CJkBtP004155 for ; Mon, 12 Jul 2010 19:46:11 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id o6CJkB9u004154; Mon, 12 Jul 2010 19:46:11 GMT (envelope-from nobody) Message-Id: <201007121946.o6CJkB9u004154@www.freebsd.org> Date: Mon, 12 Jul 2010 19:46:11 GMT From: Andrew Fernandes To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/148529: [patch] update miniupnpd 1.4 -> 1.4.20100511 to fix NAT-PMP bug 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: Mon, 12 Jul 2010 19:50:05 -0000 >Number: 148529 >Category: ports >Synopsis: [patch] update miniupnpd 1.4 -> 1.4.20100511 to fix NAT-PMP bug >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: Mon Jul 12 19:50:04 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Andrew Fernandes >Release: FreeBSD 8.1-RC2 i386 >Organization: The University of Western Ontario >Environment: FreeBSD FreeBSDvm.localdomain 8.1-RC2 FreeBSD 8.1-RC2 #0: Tue Jun 29 20:42:40 UTC 2010 root@almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: There have been a few updates to miniupnpd since the version 1.4 (2009/10/30) that is currently in ports. (See http://miniupnp.free.fr/files/changelog.php?file=miniupnpd-1.4.20100511.tar.gz). None of the updates should affect FreeBSD except for two bug-fixes to the NAT-PMP code. Since our lab uses Apple computers exclusively, working NAT-PMP is very important. According to my testing, the update to the current stable version (1.4.20100511) is a trivial version bump (attached). >How-To-Repeat: Run miniupnpd using many NAT-PMP sessions. >Fix: Update from version 1.4 to 1.4.20100511 Patch attached with submission follows: --- Makefile.orig 2010-07-10 21:26:37.000000000 -0400 +++ Makefile 2010-07-10 21:27:02.000000000 -0400 @@ -6,8 +6,7 @@ # PORTNAME= miniupnpd -PORTVERSION= 1.4 -PORTREVISION= 2 +PORTVERSION= 1.4.20100511 CATEGORIES= net MASTER_SITES= http://miniupnp.tuxfamily.org/files/ \ http://miniupnp.free.fr/files/ --- distinfo.orig 2010-07-10 20:32:41.000000000 -0400 +++ distinfo 2010-07-10 21:23:24.000000000 -0400 @@ -1,3 +1,3 @@ -MD5 (miniupnpd-1.4.tar.gz) = ffa33d4ed8732c662bdb7d511e86db76 -SHA256 (miniupnpd-1.4.tar.gz) = 85ba7cd28cb9f5ac2c96484325a30c64e385e011f57ead5997568bfde753051b -SIZE (miniupnpd-1.4.tar.gz) = 90071 +MD5 (miniupnpd-1.4.20100511.tar.gz) = fa3491d4de8dbfdee55dc7ff7f0b2b3c +SHA256 (miniupnpd-1.4.20100511.tar.gz) = 1fce907ecaeb49d8a58524c000536a6b6e79789a952e137c9141d50936ea4f0a +SIZE (miniupnpd-1.4.20100511.tar.gz) = 93281 >Release-Note: >Audit-Trail: >Unformatted: