NOTICE: This package has been removed from pkgsrc

./wip/libupnp, Portable Universal Plug and Play (UPnP) SDK

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.6.17, Package name: libupnp-1.6.17, Maintainer: obache

The portable SDK for UPnP* Devices (libupnp) provides developers with an
API and open source code for building control points, devices, and bridges
that are compliant with Version 1.0 of the Universal Plug and Play Device
Architecture Specification and support several operating systems like
Linux, *BSD, Solaris and others.

UPnP is an architecture that enables discovery, event notification, and
control of devices on a network, independent of operating system,
programming language, or physical network connection. UPnP is based on
common Internet standards and specifications such as TCP/IP, HTTP, and XML.


Required to build:
[devel/libtool-base] [devel/pkg-config]

Package options: inet6

Master sites:

SHA1: 179e0c1337915d45ea8c04c1fa86257c9dfc5924
RMD160: 179599a8253f7df2e1085493e2d5925458195a19
Filesize: 1159.667 KB

Version history: (Expand)


CVS history: (Expand)


   2012-04-14 01:59:11 by OBATA Akio | Files touched by this commit (7) | Package removed
Log message:
net/libupnp had been updated.
   2012-04-04 08:00:44 by OBATA Akio | Files touched by this commit (2)
Log message:
Update libupnp to 1.6.17.

   2012-04-01 03:24:10 by OBATA Akio | Files touched by this commit (2)
Log message:
Update libupnp to 1.6.16.
   2012-02-29 12:00:59 by OBATA Akio | Files touched by this commit (3)
Log message:
Update libupnp to 1.6.15.

   2011-12-08 13:18:54 by OBATA Akio | Files touched by this commit (2)
Log message:
Update libupnp to 1.6.14.
   2011-03-18 05:39:47 by OBATA Akio | Files touched by this commit (2)
Log message:
Update libupnp to 1.6.13.

*******************************************************************************
Version 1.6.13
*******************************************************************************

2011-03-15 Fabrice Fontaine <fabrice.fontaine(at)orange-ftgroup.com>

	Putting ssdpReqSocks under compilation flag.

	Putting all access to ssdpReqSock4 and ssdpReqSock6 under
	INCLUDE_CLIENT_APIS compilation flag to be able to compile when
	client part of library is disable.

2011-03-15 Fabrice Fontaine <fabrice.fontaine(at)orange-ftgroup.com>

	New UpnpRegisterRootDevice4 for legacy CPs.

	Add a new UpnpRegisterRootDevice4 which allow user to specify a
	description URL to be returned for legacy CPs (for example, CPs
	searching for a v1 when the device is v2). Most of those CPs does not
	work if they found a v2 in the XML description, so this new function is
	only used to solve interoperability issues.

2011-03-08 Iain Denniston <iain.denniston(at)gmail.com>
	Fix for memory leak.

2011-03-08 Iain Denniston <iain.denniston(at)gmail.com>
	Fix and Update of MSVC9 solution and project files - now compile in all
	modes. Added x64 and static library targets.

2011-03-08 Iain Denniston <iain.denniston(at)gmail.com>
	Partial fix for UpnpGetIfInfo with MSVC - convert wchar string to
	char string (full fix requires a lot of work - potentially impacting
	all supported platforms)

2011-03-11 Marcelo Roberto Jimenez <mroberto(at)users.sourceforge.net>

	Created the macros PRIzd and PRIzx to deal with MSVC lack of C99.
	Thanks to Iain Denniston for pointing it out.

2011-03-08 Iain Denniston <iain.denniston(at)gmail.com>

	Fixes for headers when compiled under C++

2011-03-08 Iain Denniston <iain.denniston(at)gmail.com>

	Fix for uuid_unpack incorrect shift precedence.
   2011-01-20 09:20:23 by OBATA Akio | Files touched by this commit (7)
Log message:
re-import libupnp-1.6.10 here, due to ABI/API incompatible.