pkgsrc-WIP-cvs archive

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

CVS commit: wip/libupnp



Module name:    wip
Committed by:   obache
Date:           Sun Mar 11 06:23:25 UTC 2007

Modified Files:
        wip/libupnp: Makefile PLIST distinfo
        wip/libupnp/patches: patch-aa patch-ab patch-ac patch-ag

Log Message:
Update libupnp to 1.4.3.

*************************************************************************
Version 1.4.3
*************************************************************************

2007-03-05 Oxy <oxygenic(at)users.sourceforge.net>
        * Code adapted and typedefs added to compile cleanly under Windows
        with Borland C++ Builder and MS Visual C++

2007-03-03 Marcelo Jimenez <mroberto(at)users.sourceforge.net>

        * Fixed nasty segmentation fault bug on membuffer.c.

*************************************************************************
Version 1.4.2
*************************************************************************

2007-02-09 Marcelo Jimenez <mroberto(at)users.sourceforge.net>

        * 32/64 bits portability issues on *printf.
        Use %zd for size_t, and cast to (long long) for off_t.

2007-02-02 Marcelo Jimenez <mroberto(at)users.sourceforge.net>

        * Bumped the program version to 1.4.2 in config.ac.

        * Now requires autoconf 2.60.

        * Fixed docdir use.

        * Does not install the documentation by default.

        * Use dist-bzip2 to create a .bz2 distribution file.

2007-01-23 Marcelo Jimenez <mroberto(at)users.sourceforge.net>

        * SF Tracker [ 1634922 ] Support for large files (>= 2 GiB), part 2
        Submitted By: Jonathan - no_dice
        Summary: This patch hopefully fixes the remaining types and related
        code to enable files >= 2 GiB to be streamed. Jonathan claims to have
        tested this with a patched version of ushare-0.9.8 and a D-Link DSM-520.

2007-01-09 Marcelo Jimenez <mroberto(at)users.sourceforge.net>

        * SF Tracker [ 1628629 ] Multicast interface patch
        Submitted By: Fredrik Svensson - svefredrik
        This patch fixes two problems:
        1) Specify the IP address for the interface when we do
        setsockopt IP_ADD_MEMBERSHIP. This makes it possible to run
        when no default router has been configured.
        2) Explicitly set the multicast interface through setsockopt
        IP_MULTICAST_IF. Avoids socket error -207 in some cases.

        * SF Tracker [ 1628590 ] XML parsing segfault patch
        Submitted By: Fredrik Svensson - svefredrik
        This patch fixes a segmentation fault problem that occurrs
        when parsing XML code than some routers produce.

2007-01-06 Marcelo Jimenez <mroberto(at)users.sourceforge.net>

        * SF Tracker [ 1628552 ] XML white space patch
        Submitted By: Fredrik Svensson - svefredrik

        * SF Tracker [ 1628562 ] Maximum total jobs patch
        Submitted By: Fredrik Svensson - svefredrik
        Also, I incremented the libray versions and included some
        comments in the file configure.ac so that we do not bump
        the library version excessively, only the necessary numbers
        on the next release.

        * SF Tracker [ 1628575 ] Linksys WRT54G patch
        Submitted By: Fredrik Svensson - svefredrik

        * SF Tracker [ 1628636 ] SSDP packet copy patch
        Submitted By: Fredrik Svensson - svefredrik
        Changed NUM_COPY to 1 since, according to section 9.2 of the
        HTTPU/MU spec, we should never send more than one copy of a
        reply to an SSDP request. Ref. section 9.2 of
        http://www.upnp.org/download/draft-goland-http-udp-04.txt

2006-12-23 Marcelo Jimenez <mroberto(at)users.sourceforge.net>

        * Thorough revision of every call of http_MakeMessage() due to a
        bug introduced in rev.79 "largefile patch added".
        http_MakeMessage() has a worst than brain damaged "printf" like
        interface. In rev.79, the "N" format parameter must be an off_t.
        Every call of this function with an "N" format parameter and an
        int passed on the stack would fail terribly.

        * SF Bug tracker [ 1590469 ]
        Typo in ixmlparser.c
        Submitted By: Erik Johansson - erijo

        * SF Bug Tracker [ 1590466 ] Invalid xml output
        Submitted By: Erik Johansson - erijo

        * SF Patch tracker [ 1581161 ] VStudio2005 patch
        Submitted By: David Maass - darkservant

        * SF Patch tracker [ 1587272 ] const-ified ixml
        Submitted By: Erik Johansson

        * Finished const-ifications as suggested by Erik Johansson in
        SF Patch tracker [ 1587272 ].

2006-07-05 Nektarios K. Papadopoulos <npapadop(at)inaccessnetworks.com>
        * [bug-id] 1580440
        [submitted-by] Erik Johansson - erijo
        [patched-by] Erik Johansson - erijo
        The SOAP HTTP message that's generated on upnp errors
        is missing a \r\n\ between header and body.

2006-07-07 Oxy <virtual_worlds(at)gmx.de>

        * support for large files (>2 GBytes) added


To generate a diff of this commit:
cvs -z3 rdiff -u -r1.3 -r1.4 wip/libupnp/PLIST wip/libupnp/patches/patch-ab \
    wip/libupnp/patches/patch-ac wip/libupnp/patches/patch-ag
cvs -z3 rdiff -u -r1.4 -r1.5 wip/libupnp/patches/patch-aa
cvs -z3 rdiff -u -r1.7 -r1.8 wip/libupnp/distinfo
cvs -z3 rdiff -u -r1.9 -r1.10 wip/libupnp/Makefile

To view a diff of this commit:
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/libupnp/PLIST?r1=1.3&r2=1.4
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/libupnp/patches/patch-ab?r1=1.3&r2=1.4
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/libupnp/patches/patch-ac?r1=1.3&r2=1.4
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/libupnp/patches/patch-ag?r1=1.3&r2=1.4
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/libupnp/patches/patch-aa?r1=1.4&r2=1.5
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/libupnp/distinfo?r1=1.7&r2=1.8
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/libupnp/Makefile?r1=1.9&r2=1.10

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs



Home | Main Index | Thread Index | Old Index