pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/miniupnpd Changes 1.9.20150307:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5643a3f56a0e
branches:  trunk
changeset: 649712:5643a3f56a0e
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Apr 08 10:36:16 2015 +0000

description:
Changes 1.9.20150307:
* don't die when IPv6 is enabled and interface has no IPv4 address
* IP wildcard for AddPinhole() is empty string

diffstat:

 net/miniupnpd/Makefile               |   4 ++--
 net/miniupnpd/distinfo               |   9 +++++----
 net/miniupnpd/patches/patch-Makefile |  14 ++++++++++++++
 3 files changed, 21 insertions(+), 6 deletions(-)

diffs (45 lines):

diff -r 933b681358f3 -r 5643a3f56a0e net/miniupnpd/Makefile
--- a/net/miniupnpd/Makefile    Wed Apr 08 10:31:28 2015 +0000
+++ b/net/miniupnpd/Makefile    Wed Apr 08 10:36:16 2015 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2015/02/11 14:36:21 adam Exp $
+# $NetBSD: Makefile,v 1.16 2015/04/08 10:36:16 adam Exp $
 
-DISTNAME=      miniupnpd-1.9.20141209
+DISTNAME=      miniupnpd-1.9.20150307
 CATEGORIES=    net
 MASTER_SITES=  http://miniupnp.free.fr/files/download.php?file=
 
diff -r 933b681358f3 -r 5643a3f56a0e net/miniupnpd/distinfo
--- a/net/miniupnpd/distinfo    Wed Apr 08 10:31:28 2015 +0000
+++ b/net/miniupnpd/distinfo    Wed Apr 08 10:36:16 2015 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.14 2015/02/11 14:36:21 adam Exp $
+$NetBSD: distinfo,v 1.15 2015/04/08 10:36:16 adam Exp $
 
-SHA1 (miniupnpd-1.9.20141209.tar.gz) = 9efaee7181e868dc14669c0a8f3ee35d0cae717d
-RMD160 (miniupnpd-1.9.20141209.tar.gz) = cb2c5586393dbf81b277b51e49c45ec8fc52e7da
-Size (miniupnpd-1.9.20141209.tar.gz) = 193183 bytes
+SHA1 (miniupnpd-1.9.20150307.tar.gz) = c13d38b42d72656d950388837c3eb6b5d009453c
+RMD160 (miniupnpd-1.9.20150307.tar.gz) = a06fbf8b30e6e7cc11b866e70bd66b5430f738c4
+Size (miniupnpd-1.9.20150307.tar.gz) = 190913 bytes
+SHA1 (patch-Makefile) = 5b62b8c73072f95340a0d9a44349a1191315a4fd
 SHA1 (patch-genconfig.sh) = 2bd34c785bf4812e191144fd6cb5af89dccce1ee
diff -r 933b681358f3 -r 5643a3f56a0e net/miniupnpd/patches/patch-Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/miniupnpd/patches/patch-Makefile      Wed Apr 08 10:36:16 2015 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-Makefile,v 1.7 2015/04/08 10:36:17 adam Exp $
+
+Use CFLAGS provided by pkgsrc.
+
+--- Makefile.orig      2015-04-08 10:08:17.000000000 +0000
++++ Makefile
+@@ -16,7 +16,6 @@
+ #
+ 
+ #CFLAGS ?= -pipe -Os
+-CFLAGS = -pipe -O -g -DDEBUG
+ #CFLAGS += -ansi
+ CFLAGS += -Wall
+ CFLAGS += -W



Home | Main Index | Thread Index | Old Index