2023-11-09 20:09:19 by Nia Alarie | Files touched by this commit (2) |
Log message:
libtorrent: SunOS/POSIX compliance fix
|
2023-11-06 12:26:45 by Nia Alarie | Files touched by this commit (2) |
Log message:
libtorrent: When going out of our way to define a Sun-specific madvise(),
at least match the definition used in the illumos and Solaris manuals.
Should help the build.
|
2023-10-25 00:11:51 by Thomas Klausner | Files touched by this commit (2298) |
Log message:
*: bump for openssl 3
|
2023-07-18 20:36:31 by Nia Alarie | Files touched by this commit (11) |
Log message:
net: Adapt packages to USE_(CC|CXX)_FEATURES where possible
|
2021-10-26 13:07:15 by Nia Alarie | Files touched by this commit (958) |
Log message:
net: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Not committed (merge conflicts...):
net/radsecproxy/distinfo
The following distfiles could not be fetched (fetched conditionally?):
./net/citrix_ica/distinfo citrix_ica-10.6.115659/en.linuxx86.tar.gz
./net/djbdns/distinfo dnscache-1.05-multiple-ip.patch
./net/djbdns/distinfo djbdns-1.05-test28.diff.xz
./net/djbdns/distinfo djbdns-1.05-ignoreip2.patch
./net/djbdns/distinfo djbdns-1.05-multiip.diff
./net/djbdns/distinfo djbdns-cachestats.patch
|
2021-10-07 16:43:07 by Nia Alarie | Files touched by this commit (962) |
Log message:
net: Remove SHA1 hashes for distfiles
|
2020-01-18 22:51:16 by Jonathan Perkin | Files touched by this commit (1836) |
Log message:
*: Recursive revision bump for openssl 1.1.1.
|
2019-12-22 23:28:15 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message:
Fix kqueue use on newer NetBSD.
|
2019-07-30 11:20:00 by Nia Alarie | Files touched by this commit (7) |
Log message:
rtorrent: Update to 0.9.8. Update libtorrent to 0.13.8.
Changes:
The feature-bind branch is still not ready, so here's more bug-fixes and
pull requests merged.
Please consider donating (https://rakshasa.github.io/rtorrent/donate.html)
to help fund the development of this client.
* Close log files when reusing a name. (pyroscope)
* Increased max timeout for tracker requests.
* Set max piece size 512mb.
* Switch to C++11 MRT RNG for random bytes. (lps-rocks)
* Added support for openssl 1.1.
* Fix honoring throttle.min_peers* settings in rtorrent. (chros)
* Improved failed tracker bencode parsing. (chros)
* Added example rtorrent.rc. (g0tmi1k)
* Added a temporary name filter. (Toff)
* Added 'log.close' command.
* Added 'd.tracker_announce.force' command.
* Added 'event.system.startup_done/shutdown' commands/events. (chros)
* Added 'd.custom.if_z' command. (pyroscope)
* Added 'd.multicall.filtered' command. (pyroscope)
* Added 'event.view.hide/show' commands. (pyroscope)
|
2019-06-15 14:30:47 by Nia Alarie | Files touched by this commit (1) |
Log message:
libtorrent: Pass -Wl,-R to the linker instead of -W,-lR.
The latter smells like a typo and makes OpenSSL 1.1 detection fail.
|