pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/aria2



Module Name:    pkgsrc
Committed By:   bjs
Date:           Mon Feb 18 00:00:18 UTC 2008

Modified Files:
        pkgsrc/net/aria2: Makefile PLIST distinfo
Removed Files:
        pkgsrc/net/aria2/patches: patch-aa patch-ab patch-ac patch-ad patch-ae
            patch-af

Log Message:
Update to version 0.12.1+1.  Removed patches, as I believe autoconf
should automagically handle the features stuff (or at least other packages
that I look at don't seem to need this if they use autoconf, haven't looked
extensively, though).  This release brings lots of bug fixes.  Among
them are:

2008-01-10  Tatsuhiro Tsujikawa  <tujikawa at rednoah dot com>

        Fixed the bug that EX_TOO_LONG_PAYLOAD exception is thrown if just
        payload length(4bytes) are received. This happens because
        lenbufLength
        is not updated in this particular case and successive call of
        receiveMessage() overwrites payload length with bytes recieved which
        are payload body.

2007-12-22  Tatsuhiro Tsujikawa  <tujikawa at rednoah dot com>

        Fixed the bug that causes aria2 not to finish download. BUG#1855875.
        I could reproduce this bug in following procedure:
        1. Stop the download at the very beginning(1% or 100KB downloaded).
        2. Restart aria2.
        3. You see the download stopped around 99%.
        If timeout is reached, then _nextCommand is unused and it may
        contains
        segments and they won't be canceled. Actually, timeout is not needed
        here because if the server dropped connection, then retry is made.

2007-12-22  Tatsuhiro Tsujikawa  <tujikawa at rednoah dot com>

        Fixed the bug that returns incomplete data when it contains null
        character. A convenient constructor was also added.

2007-12-15  Tatsuhiro Tsujikawa  <tujikawa at rednoah dot com>

        Fixed the bug that prevents aria2 from loading cookie file when
        expire
        value is greater than 2^31-1. BUG#1851066

2007-12-14  Tatsuhiro Tsujikawa  <tujikawa at rednoah dot com>

        Fixed possible memory leak when an exception is thrown.

2007-12-10  Tatsuhiro Tsujikawa  <tujikawa at rednoah dot com>

        Fixed the bug: only first announce URL is tried in AnnounceTier,
        in stopped and completed event.

2007-12-09  Tatsuhiro Tsujikawa  <tujikawa at rednoah dot com>

        Removed unnecessary string copy. Updated doc and corrected
        indentation.


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 pkgsrc/net/aria2/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/net/aria2/PLIST
cvs rdiff -r1.6 -r1.7 pkgsrc/net/aria2/distinfo
cvs rdiff -r1.4 -r0 pkgsrc/net/aria2/patches/patch-aa \
    pkgsrc/net/aria2/patches/patch-ab pkgsrc/net/aria2/patches/patch-ac \
    pkgsrc/net/aria2/patches/patch-ad pkgsrc/net/aria2/patches/patch-ae \
    pkgsrc/net/aria2/patches/patch-af

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



Home | Main Index | Thread Index | Old Index