diff options
author | adam <adam@pkgsrc.org> | 2015-04-08 10:36:16 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2015-04-08 10:36:16 +0000 |
commit | a489df22fed99429d4f4a0d96a38fac0bb40eee1 (patch) | |
tree | e39d1ec08c6cf5c618d5ebd2b4de02377a23dbdc /net | |
parent | 76902d292f7710810c9198fb091ac5d022e90e24 (diff) | |
download | pkgsrc-a489df22fed99429d4f4a0d96a38fac0bb40eee1.tar.gz |
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 (limited to 'net')
-rw-r--r-- | net/miniupnpd/Makefile | 4 | ||||
-rw-r--r-- | net/miniupnpd/distinfo | 9 | ||||
-rw-r--r-- | net/miniupnpd/patches/patch-Makefile | 14 |
3 files changed, 21 insertions, 6 deletions
diff --git a/net/miniupnpd/Makefile b/net/miniupnpd/Makefile index c5350143e86..daf9fbc8cdc 100644 --- a/net/miniupnpd/Makefile +++ b/net/miniupnpd/Makefile @@ -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 --git a/net/miniupnpd/distinfo b/net/miniupnpd/distinfo index 2b8232bdc62..53ebd986338 100644 --- a/net/miniupnpd/distinfo +++ b/net/miniupnpd/distinfo @@ -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 --git a/net/miniupnpd/patches/patch-Makefile b/net/miniupnpd/patches/patch-Makefile new file mode 100644 index 00000000000..60975f3db73 --- /dev/null +++ b/net/miniupnpd/patches/patch-Makefile @@ -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 |