pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/libupnp Update libupnp to 1.6.2.
details: https://anonhg.NetBSD.org/pkgsrc/rev/4c60a942db40
branches: trunk
changeset: 536326:4c60a942db40
user: obache <obache%pkgsrc.org@localhost>
date: Tue Dec 11 00:21:20 2007 +0000
description:
Update libupnp to 1.6.2.
Pkgsrc changes:
Added test target.
Changes:
*******************************************************************************
Version 1.6.2
*******************************************************************************
2007-12-10 Marcelo Jimenez <mroberto(at)users.sourceforge.net>
* Fixed a compilation error due to a missing #ifdef in
upnp/src/genlib/miniserver/miniserver.c. Thanks to Eugene Christensen.
2007-11-12 Marcelo Jimenez <mroberto(at)users.sourceforge.net>
* "make check" was failing because ixml/test/test_document.sh did not
have the executable flag set. Thanks to Steve Bresson.
2007-11-12 Marcelo Jimenez <mroberto(at)users.sourceforge.net>
* Fixed a memory leak in upnpapi.c to delete gMiniServerThreadPool in
the call to UpnpFinish(). Thanks to Fabrice Fontaine.
2007-11-09 Marcelo Jimenez <mroberto(at)users.sourceforge.net>
* Added a isleep() call to the error handler of select() in
RunMiniServer(), so that it does not take 100% cpu in case select()
fails repeatedly.
diffstat:
net/libupnp/Makefile | 6 ++++--
net/libupnp/distinfo | 8 ++++----
2 files changed, 8 insertions(+), 6 deletions(-)
diffs (37 lines):
diff -r d14a2798560a -r 4c60a942db40 net/libupnp/Makefile
--- a/net/libupnp/Makefile Mon Dec 10 23:13:25 2007 +0000
+++ b/net/libupnp/Makefile Tue Dec 11 00:21:20 2007 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2007/11/08 03:56:58 obache Exp $
+# $NetBSD: Makefile,v 1.8 2007/12/11 00:21:20 obache Exp $
#
-DISTNAME= libupnp-1.6.1
+DISTNAME= libupnp-1.6.2
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pupnp/}
EXTRACT_SUFX= .tar.bz2
@@ -21,5 +21,7 @@
PKG_DESTDIR_SUPPORT= user-destdir
+TEST_TARGET= check
+
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff -r d14a2798560a -r 4c60a942db40 net/libupnp/distinfo
--- a/net/libupnp/distinfo Mon Dec 10 23:13:25 2007 +0000
+++ b/net/libupnp/distinfo Tue Dec 11 00:21:20 2007 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.7 2007/11/08 03:56:58 obache Exp $
+$NetBSD: distinfo,v 1.8 2007/12/11 00:21:20 obache Exp $
-SHA1 (libupnp-1.6.1.tar.bz2) = 80370602a871497091c37ac11a331c36928019cb
-RMD160 (libupnp-1.6.1.tar.bz2) = 10fd2419be4449fe4b62368f84d469af848e445f
-Size (libupnp-1.6.1.tar.bz2) = 1136757 bytes
+SHA1 (libupnp-1.6.2.tar.bz2) = 188dbce61c1757ea2a4dc7ba3120c461f803c9a0
+RMD160 (libupnp-1.6.2.tar.bz2) = ecaddab6e56e5c6f3f3ea78d088e52f4f38dc6f1
+Size (libupnp-1.6.2.tar.bz2) = 1137398 bytes
SHA1 (patch-aa) = 92ff665d62732956d1e429db0d6d754f65181b41
SHA1 (patch-ac) = 05ba4584d2ebdb2de041e67f4c8d1c05e4fc1970
SHA1 (patch-ae) = 7331c61d5b3a47ca3865788cf88a973d5e9352a1
Home |
Main Index |
Thread Index |
Old Index