libtorrent-rasterbar: updated to 2.0.13
2.0.13
stricter basic auth handling for web seed
fix bug in tracker announcements involving i2p trackers
improve performance of disk job pool
fix race when removing an auto managed torrent
fix bug in post_download_queue() when a torrent complete
in create_torrent, store symbolic links according to BEP 47
strengthen peer encryption (obfuscation)
improve HTTP response parsing
optimize sanitization of symlinks when loading torrents
stricter checking of tracker URLs
fixed piece-picker accounting issue for filtered pieces
add setting for NAT-PMP lease duration
optimize v2 request sizes
fix socks5 issues
fix issue in loading v2 resume data merkle trees
chat/py-xmpppy: Update to 0.7.4
2026-06-09 0.7.4
================
- Fixed ``UnicodeDecodeError`` while logging large stanzas by using ``backslashreplace`` handler.
Thanks, @vthriller and @normanr.
- Improved compatibility with Python 2. Thanks, @vbontchev.
(math/R-dplyr) Updated 1.1.4 to 1.2.1, fix build against R 4.6.0
# dplyr 1.2.1
* dplyr is now fully compliant with the R C API (#7819).
# dplyr 1.2.0
## New features
* New `filter_out()` companion to `filter()`.
* Use `filter()` when specifying rows to _keep_.
* Use `filter_out()` when specifying rows to _drop_.
`filter_out()` simplifies cases where you would have previously used
a `filter()` to drop rows. It is particularly useful when missing
values are involved. For example, to drop rows where the `count` is
[376 lines not shown]
(math/R-reshape2) Updated 1.4.4 to 1.4.5
(pkgsrc)
- Fix build against R 4.6.0 by adding files/Makevar
(upstream)
# reshape2 1.4.5
* No longer uses non-API entry points (@kevinushey, #106).
* Other various fixes for `R CMD check` issues.