Path to this page:
./
net/libtorrent-rasterbar,
Feature complete C++ bittorrent implementation
Branch: pkgsrc-2019Q4,
Version: 1.2.3nb1,
Package name: libtorrent-rasterbar-1.2.3nb1,
Maintainer: pkgsrc-userslibtorrent-rasterbar is a feature complete C++ bittorrent implementation
focusing on efficiency and scalability.
Required to run:[
devel/boost-libs]
Required to build:[
pkgtools/cwrappers] [
devel/boost-headers]
Master sites:
SHA1: ca0f0e018115388db7a40aab1a9a472b43047608
RMD160: 2af0385b24338e007b68a1ad510a485a04467ef5
Filesize: 4048.69 KB
Version history: (Expand)
- (2020-01-10) Updated to version: libtorrent-rasterbar-1.2.3nb1
- (2020-01-02) Package added to pkgsrc.se, version libtorrent-rasterbar-1.2.2 (created)
CVS history: (Expand)
2020-01-10 16:25:38 by Benny Siegert | Files touched by this commit (4) |
Log message:
Pullup ticket #6115 - requested by nia
net/libtorrent-rasterbar: NetBSD 8 build fix
Revisions pulled up:
- net/libtorrent-rasterbar/Makefile 1.2-1.3
- net/libtorrent-rasterbar/PLIST 1.2
- net/libtorrent-rasterbar/distinfo 1.2-1.3
- net/libtorrent-rasterbar/patches/patch-include_libtorrent_buffer.hpp 1.2
---
Module Name: pkgsrc
Committed By: nia
Date: Sat Jan 4 16:49:12 UTC 2020
Modified Files:
pkgsrc/net/libtorrent-rasterbar: Makefile PLIST distinfo
Log message:
libtorrent-rasterbar: Update to 1.2.3
Changes:
fix erroneous event=completed tracker announce when checking files
promote errors in parsing listen_interfaces to post listen_failed_alert
fix bug in protocol encryption/obfuscation
fix buffer overflow in SOCKS5 UDP logic
fix issue of rapid calls to file_priority() clobbering each other
clear tracker errors on success
optimize setting with unlimited unchoke slots
fixed restoring of trackers, comment, creation date and created-by in \
resume data
fix handling of torrents with too large pieces
fixed division by zero in anti-leech choker
fixed bug in torrent_info::swap
---
Module Name: pkgsrc
Committed By: nia
Date: Fri Jan 10 11:52:05 UTC 2020
Modified Files:
pkgsrc/net/libtorrent-rasterbar: Makefile distinfo
pkgsrc/net/libtorrent-rasterbar/patches:
patch-include_libtorrent_buffer.hpp
Log message:
libtorrent-rasterbar: Let's not peek into internal malloc properties.
|