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.20141209:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/02b60bab7680
branches:  trunk
changeset: 646579:02b60bab7680
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Feb 11 14:36:21 2015 +0000

description:
Changes 1.9.20141209:
fix upnp_add_inboundpinhole() : check inet_pton() return
fix upnp_redirect() : check inet_aton() return
fix potential memory corruption in upnpsoap.c/GetListOfPortMappings()
fix buffer overrun in ParseHttpHeaders() if Content-Length doesn't contain any digit !
check if BuildHeader_upnphttp() failed to allocate memory

diffstat:

 net/miniupnpd/Makefile |  4 ++--
 net/miniupnpd/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (26 lines):

diff -r b456caaac215 -r 02b60bab7680 net/miniupnpd/Makefile
--- a/net/miniupnpd/Makefile    Wed Feb 11 14:05:18 2015 +0000
+++ b/net/miniupnpd/Makefile    Wed Feb 11 14:36:21 2015 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2014/12/03 14:05:55 joerg Exp $
+# $NetBSD: Makefile,v 1.15 2015/02/11 14:36:21 adam Exp $
 
-DISTNAME=      miniupnpd-1.8.20141022
+DISTNAME=      miniupnpd-1.9.20141209
 CATEGORIES=    net
 MASTER_SITES=  http://miniupnp.free.fr/files/download.php?file=
 
diff -r b456caaac215 -r 02b60bab7680 net/miniupnpd/distinfo
--- a/net/miniupnpd/distinfo    Wed Feb 11 14:05:18 2015 +0000
+++ b/net/miniupnpd/distinfo    Wed Feb 11 14:36:21 2015 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.13 2014/10/29 13:05:34 adam Exp $
+$NetBSD: distinfo,v 1.14 2015/02/11 14:36:21 adam Exp $
 
-SHA1 (miniupnpd-1.8.20141022.tar.gz) = e868d8f5c302457109e9574650011e4df0716d7b
-RMD160 (miniupnpd-1.8.20141022.tar.gz) = f4502b680bc90a82829867269047d9035806b7bd
-Size (miniupnpd-1.8.20141022.tar.gz) = 191630 bytes
+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 (patch-genconfig.sh) = 2bd34c785bf4812e191144fd6cb5af89dccce1ee



Home | Main Index | Thread Index | Old Index