2008-01-18 06:08:56 by Tobias Nygren | Files touched by this commit (214) |
Log message:
Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
|
2008-01-13 22:20:58 by Antoine Reilles | Files touched by this commit (2) |
Log message:
patch-ac wasn't applying cleanly
|
2007-01-07 10:14:16 by Roland Illig | Files touched by this commit (412) |
Log message:
Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with
${PREFIX}/${PKGMANDIR}.
Fixes PR 35265, although I did not use the patch provided therein.
|
2006-11-19 12:50:26 by Thomas Klausner | Files touched by this commit (42) |
Log message:
tv@ pointed out that curl-7.16.0 had a shlib major bump --
increase its BUILDLINK_ABI_DEPENDS, and bump PKGREVISIONs
of dependencies.
Sorry for not finding this earlier.
|
2006-03-16 23:54:06 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Needs makedepend as tool.
|
2006-03-01 13:16:05 by Reinoud Zandijk | Files touched by this commit (4) |
Log message:
This new 1.0.5 release fixes two bugs that were causing frequent core
dumps. It also fixes a logic error that was dropping certain connections
randomly.
|
2006-02-06 00:11:50 by Joerg Sonnenberger | Files touched by this commit (4082) |
Log message:
Recursive revision bump / recommended bump for gettext ABI change.
|
2006-01-10 20:50:46 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message:
Include sys/types.h before openssl/sha.h to get size_t on DragonFly.
|
2005-09-06 01:41:13 by Reinoud Zandijk | Files touched by this commit (3) |
Log message:
Fix small bug in bittorrent message handling.
If i understand the code correctly a message is send with a 4 byte length in
front of a block of data. If the data length was less than 80 a stack reserved
memory block was used to avoid over-malloc'ing for small pieces. This block was
declared 80 bytes long... so it would overflow if messages of aprox. 80 bytes
were sent for the length bytes were not accounted for. Claimed more for
certain.
With this small fix the repeated crashes that i experienced are gone. Author
has been notified of the possible problem.
|
2005-08-06 00:00:49 by Reinoud Zandijk | Files touched by this commit (6) | |
Log message:
LibBT is a C reimplementation of the BitTorrent core protocols. Our
goal for the project is to develop a low overhead library version of
the protocols so that BitTorrent transfers can easily be built in to
any existing application.
A suplied application called `btget' is a full fledged bittorrent
application based on this library.
|