Date: Mon, 10 Mar 2014 09:00:01 GMT From: HASHI Hiroaki (=?iso-2022-jp?B?GyRCNjYbKEIgGyRCOSg+NBsoQg==?=) <hashiz@meridiani.jp> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/187105: [PATCH] net/miniupnpd fix incrrect redirect filter Message-ID: <201403100900.s2A901qc003082@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/187105; it has been noted by GNATS. From: HASHI Hiroaki (=?iso-2022-jp?B?GyRCNjYbKEIgGyRCOSg+NBsoQg==?=) <hashiz@meridiani.jp> 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)----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403100900.s2A901qc003082>