Up to [cvs.NetBSD.org] / pkgsrc / net / btpd
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
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
net: Remove SHA1 hashes for distfiles
Add SHA512 digests for distfiles for net category Problems found with existing digests: Package haproxy distfile haproxy-1.5.14.tar.gz 159f5beb8fdc6b8059ae51b53dc935d91c0fb51f [recorded] da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated] Problems found locating distfiles: Package bsddip: missing distfile bsddip-1.02.tar.Z Package citrix_ica: missing distfile citrix_ica-10.6.115659/en.linuxx86.tar.gz Package djbdns: missing distfile djbdns-1.05-test25.diff.bz2 Package djbdns: missing distfile djbdns-cachestats.patch Package djbdns: missing distfile 0002-dnscache-cache-soa-records.patch Package gated: missing distfile gated-3-5-11.tar.gz Package owncloudclient: missing distfile owncloudclient-2.0.2.tar.xz Package poink: missing distfile poink-1.6.tar.gz Package ra-rtsp-proxy: missing distfile rtspd-src-1.0.0.0.tar.gz Package ucspi-ssl: missing distfile ucspi-ssl-0.70-ucspitls-0.1.patch Package waste: missing distfile waste-source.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
Update to btpd 0.16 Lose the only patch, since upstream fixed the "test ==" bashisms. Use curl to fetch distfile from https site From the CHANGES file: btpd 0.16: ---------- Misc: - Added "start all" (start -a) command. - Allow adding multiple torrents at once. - Custom list formatting options. - Man pages for btpd, btcli, and btinfo. Bug fixes: - Handle .torrent files larger than 2MB. - http parsing and addrinfo freeing fixes.
Update to 0.15. Closes PR 38144. Changes: btpd 0.15: ---------- Bug fixes: - The event loop could busy loop for up to a millisecond sometimes. - On some platforms btpd couldn't initiate connections to other peers. - The timer code was broken on MacOS X. btpd 0.14: ---------- Misc: - IPv6 support. - Bans peers with bad data. - Better tracker compatability and more reliable tracker communication. - Show tracker counts in btcli stat. - Compiles on Solaris 10. - Btpd will now signal startup failures via the process exit value and print the failure reason to stdout. - Better shutdown and torrent stop behaviour. - Needs pthreads again. - Removed libevent in favour of own event loop code. Bug fixes: - An integer array was misaligned, which could cause crashes on systems with alignment requirements. E.g., on XScale arm. - An error in the torrent parsing code could cause crashes. - The '--topdir' option to btcli add didn't work properly for single file torrents. - The system name lookup scheme is now used. In btpd 0.13 only dns lookups were performed. btpd 0.13: ---------- Misc: - cURL is no longer required. btpd now uses its own http client. - btpd doesn't use threads anymore, so pthreads are not required. - Needed parts of libevent are now included in btpd. - I/O errors for torrents no longer make btpd shut down. Instead the problematic torrent is stopped. - Added the option '--ip' to specify the ip address btpd will report to trackers. - Resume file format changed. Already added torrents will be retested once. - The torrent info (ratio etc.) are now saved regularly. - Reduced the amount of outgoing data kept in memory.
Update to version 0.12. While here, add full DESTDIR support. I've also included pthread.buildlink3.mk to define PTHREAD_CFLAGS et. al. for configure and USE_FEATURES.openssl=threads. Changes: btpd 0.12: ---------- Misc: - btpd now starts with the same set of active torrents as it had when it was last shut down. The new '--empty-start' option disables this feature. - btpd now supports the key tracker extension. - btpd now supports the multi tracker extension. - btcli list and stat print headers for the presented data. Both commands displays more data than before. - Torrent management has changed, with changes to the add and del commands and two new commands, start and stop, as a result. Operation on torrents can now be done by number as well as torrent file. - A small delay has been added for contacting the same announce URL. - btpd sends keepalive messages. - The number of have messages sent has been reduced by not sending them to peers that already have the piece. - The structure of the torrents directory in the btpd directory has changed. It is best to remove it before running btpd 0.12. Bug fixes: - Zero sized files in a torrent were not always created.
Update btpd to 0.11, patch provided via PR 34068. btpd 0.11: ---------- Bug fixes: - A file descriptor was closed too early, which could cause btpd to exit with an error message on systems using epoll. btpd 0.10: ---------- Misc: - The protection mode of the ipc socket can now be specified via the new "--ipcprot" option for btpd. Bug fixes: - The pid file is now written correctly. - btpd's "-d" option now works for relative paths too. - Add a time out for handshake completion. Prevously btpd could slowly fill with unused incoming connections. btpd 0.9: --------- Misc: - Small changes to 'btcli stat' output. Bug fixes: - Use correct value for '--prealloc' default. - Stopped torrents now show correct rates (0kB/s). - The test of content that has been modified between runs was broken.
Imported btpd from PR 21821. btpd is a bittorrent client consisting of a daemon and client commands, which can be used to read and/or manipulate the daemon state. The daemon is capable of running several torrents simultaneously and only uses one tcp port. It's fairly low on resource usage and should be perfect for a torrent distribution site. Efficient downloads and ease of use makes this client a good choice for the casual user as well. Packaged by Richard Nyberg.
Initial revision