Date: Mon, 16 Feb 2009 07:50:07 +0800 (CST) From: Hung-Yi Chen <gaod@hychen.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/131728: [PATCH] net/miniupnpd: update to 1.2 Message-ID: <200902152350.n1FNo7hA021718@gaod.tfcis.org> Resent-Message-ID: <200902160000.n1G009AS048177@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 131728 >Category: ports >Synopsis: [PATCH] net/miniupnpd: update to 1.2 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Feb 16 00:00:08 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Hung-Yi Chen >Release: FreeBSD 7.1-RELEASE-p2 i386 >Organization: >Environment: System: FreeBSD gaod.tfcis.org 7.1-RELEASE-p2 FreeBSD 7.1-RELEASE-p2 #1: Sat Jan 31 15:02:27 CST 2009 gaod@gaod.tfcis.org:/usr/src/sys/i386/compile/gaod i386 >Description: Update to 1.2. >How-To-Repeat: >Fix: --- miniupnpd begins here --- ===> Generating patch ===> Viewing diff with more diff -ruN --exclude=CVS /usr/ports/net/miniupnpd.orig/Makefile /usr/ports/net/miniupnpd/Makefile --- /usr/ports/net/miniupnpd.orig/Makefile 2008-05-05 21:39:09.000000000 +0800 +++ /usr/ports/net/miniupnpd/Makefile 2009-02-16 07:46:16.000000000 +0800 @@ -6,8 +6,7 @@ # PORTNAME= miniupnpd -PORTVERSION= 1.1 -PORTEPOCH= 1 +PORTVERSION= 1.2 CATEGORIES= net MASTER_SITES= http://miniupnp.tuxfamily.org/files/ \ http://miniupnp.free.fr/files/ diff -ruN --exclude=CVS /usr/ports/net/miniupnpd.orig/distinfo /usr/ports/net/miniupnpd/distinfo --- /usr/ports/net/miniupnpd.orig/distinfo 2008-05-05 21:39:09.000000000 +0800 +++ /usr/ports/net/miniupnpd/distinfo 2009-02-16 07:33:32.000000000 +0800 @@ -1,3 +1,3 @@ -MD5 (miniupnpd-1.1.tar.gz) = a0f6651476721db9b554668c8c83b151 -SHA256 (miniupnpd-1.1.tar.gz) = 71dae8514ebaaf5656bbc8bc049b10a9fd1f323838e023313f009884d4a023dd -SIZE (miniupnpd-1.1.tar.gz) = 78594 +MD5 (miniupnpd-1.2.tar.gz) = 48f1fa81e5c2cb1c561c29cdcf261602 +SHA256 (miniupnpd-1.2.tar.gz) = a6dd2b63c5a65a57c24f11a1cb5a02cf40a35e0e49e941e76c8b3c8854c4eb53 +SIZE (miniupnpd-1.2.tar.gz) = 81025 diff -ruN --exclude=CVS /usr/ports/net/miniupnpd.orig/files/miniupnpd.conf.sample.in /usr/ports/net/miniupnpd/files/miniupnpd.conf.sample.in --- /usr/ports/net/miniupnpd.orig/files/miniupnpd.conf.sample.in 2007-04-03 04:55:58.000000000 +0800 +++ /usr/ports/net/miniupnpd/files/miniupnpd.conf.sample.in 2009-02-16 07:40:26.000000000 +0800 @@ -8,24 +8,55 @@ # the 1st IP is also used for UPnP Soap traffic. #listening_ip= 192.168.0.61 listening_ip=10.0.2.1 + +# port for HTTP (descriptions and SOAP) traffic. set 0 for autoselect. port=5555 +# path to the unix socket used to communicate with MiniSSDPd +# If running, MiniSSDPd will manage M-SEARCH answering. +# default is /var/run/minissdpd.sock +#minissdpdsocket=/var/run/minissdpd.sock + +# enable NAT-PMP support (default is no) +enable_natpmp=yes + +# lease file location +#lease_file=/var/log/upnp.leases + # bitrates reported by daemon in bits per second bitrate_up=131072 bitrate_down=524288 +# "secure" mode : when enabled, UPnP client are allowed to add mappings only +# to their IP. +#secure_mode=yes +secure_mode=no + # default presentation url is http address on port 80 #presentation_url= # report system uptime instead of daemon uptime system_uptime=yes +# unused rules cleaning. +# never remove any rule before this threshold for the number +# of redirections is exceeded. default to 20 +#clean_ruleset_threshold=10 +# clean process work interval in seconds. default to 0 (disabled). +# a 600 seconds (10 minutes) interval makes sense +clean_ruleset_interval=600 + # notify interval in seconds default is 30 seconds. #notify_interval=240 # log packets in pf #packet_log=no +# ALTQ queue in pf +# filter rules must be used for this to be used. +# compile with PF_ENABLE_FILTER_RULES (see config.h file) +#queue=queue_name1 + # uuid : generated by the install a new one can be created with # uuidgen uuid=%%UUID%% ===> Done --- miniupnpd ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902152350.n1FNo7hA021718>