Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-02-12 | Recursive PKGREVISION bump for OpenSSL API version bump. | tron | 1 | -2/+2 | |
2013-02-06 | PKGREVISION bumps for the security/openssl 1.0.1d update. | jperkin | 1 | -2/+2 | |
2012-12-16 | recursive bump from cyrus-sasl libsasl2 shlib major bump. | obache | 1 | -2/+2 | |
2012-10-23 | Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. | asau | 1 | -3/+1 | |
2011-12-02 | Add devel/libuuid buildlink. | sbd | 1 | -2/+3 | |
Bump PKGREVISION | |||||
2011-04-22 | recursive bump from gettext-lib shlib bump. | obache | 1 | -2/+2 | |
2010-01-17 | Recursive PKGREVISION bump for jpeg update to 8. | wiz | 1 | -2/+2 | |
2008-06-20 | Add DESTDIR support. | joerg | 1 | -7/+11 | |
2008-01-18 | Per the process outlined in revbump(1), perform a recursive revbump | tnn | 1 | -2/+2 | |
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 | patch-ac wasn't applying cleanly | tonio | 2 | -5/+6 | |
2007-01-07 | Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of | rillig | 1 | -4/+4 | |
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 | tv@ pointed out that curl-7.16.0 had a shlib major bump -- | wiz | 1 | -2/+2 | |
increase its BUILDLINK_ABI_DEPENDS, and bump PKGREVISIONs of dependencies. Sorry for not finding this earlier. | |||||
2006-03-16 | Needs makedepend as tool. | joerg | 1 | -1/+2 | |
2006-03-01 | This new 1.0.5 release fixes two bugs that were causing frequent core | reinoud | 4 | -15/+14 | |
dumps. It also fixes a logic error that was dropping certain connections randomly. | |||||
2006-02-05 | Recursive revision bump / recommended bump for gettext ABI change. | joerg | 1 | -2/+2 | |
2006-01-10 | Include sys/types.h before openssl/sha.h to get size_t on DragonFly. | joerg | 2 | -1/+13 | |
2005-09-05 | Fix small bug in bittorrent message handling. | reinoud | 3 | -4/+14 | |
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-05 | LibBT is a C reimplementation of the BitTorrent core protocols. Our | reinoud | 6 | -0/+76 | |
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. |