From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Mar 10 09:00:01 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D91F0DBC for ; Mon, 10 Mar 2014 09:00:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C55FC9D3 for ; Mon, 10 Mar 2014 09:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2A9014O003083 for ; Mon, 10 Mar 2014 09:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2A901qc003082; Mon, 10 Mar 2014 09:00:01 GMT (envelope-from gnats) Date: Mon, 10 Mar 2014 09:00:01 GMT Message-Id: <201403100900.s2A901qc003082@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: HASHI Hiroaki (=?iso-2022-jp?B?GyRCNjYbKEIgGyRCOSg+NBsoQg==?=) Subject: Re: ports/187105: [PATCH] net/miniupnpd fix incrrect redirect filter X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: "HASHI Hiroaki \(=?iso-2022-jp?B?GyRCNjYbKEIgGyRCOSg+NBsoQg==?=\)" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2014 09:00:01 -0000 The following reply was made to PR ports/187105; it has been noted by GNATS. From: HASHI Hiroaki (=?iso-2022-jp?B?GyRCNjYbKEIgGyRCOSg+NBsoQg==?=) To: bug-followup@FreeBSD.org Cc: squat@squat.no Subject: Re: ports/187105: [PATCH] net/miniupnpd fix incrrect redirect filter Date: Mon, 10 Mar 2014 17:46:49 +0900 (JST) ----Next_Part(Mon_Mar_10_17_46_49_2014_154)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit I reported this problem to upstream maintainer. Maintainer accept and made a new release. I resend a patch to upgrade new release. ----Next_Part(Mon_Mar_10_17_46_49_2014_154)-- Content-Type: Text/X-Patch; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="miniupnpd-1.8.20140310.patch" diff -ru miniupnpd.orig/Makefile miniupnpd/Makefile --- miniupnpd.orig/Makefile 2014-01-26 23:27:10.000000000 +0900 +++ miniupnpd/Makefile 2014-03-10 15:39:19.000000000 +0900 @@ -3,11 +3,12 @@ PORTNAME= miniupnpd PORTVERSION= 1.8 -PORTREVISION= 1 +PORTREVISION= 20140310 PORTEPOCH= 1 CATEGORIES= net MASTER_SITES= http://miniupnp.tuxfamily.org/files/ \ http://miniupnp.free.fr/files/ +DISTNAME= ${PORTNAME}-${PORTVERSION}.${PORTREVISION} MAINTAINER= squat@squat.no COMMENT= UPnP IGD implementation which uses pf/ipf diff -ru miniupnpd.orig/distinfo miniupnpd/distinfo --- miniupnpd.orig/distinfo 2014-01-23 00:30:13.000000000 +0900 +++ miniupnpd/distinfo 2014-03-10 15:39:20.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (miniupnpd-1.8.tar.gz) = e453a9225a2883e759d09e15c51bb0265b8a019d1132434131e6929fef0076bb -SIZE (miniupnpd-1.8.tar.gz) = 146679 +SHA256 (miniupnpd-1.8.20140310.tar.gz) = 733530eee970bfc29f90b0a793612d2c721eb4f19f9c50f6d7677b6e0d59a726 +SIZE (miniupnpd-1.8.20140310.tar.gz) = 176585 ----Next_Part(Mon_Mar_10_17_46_49_2014_154)----