pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/libtorrent-rasterbar libtorrent-rasterbar: updated...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fbbb679f1ce4
branches:  trunk
changeset: 382010:fbbb679f1ce4
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Jul 18 07:30:43 2022 +0000

description:
libtorrent-rasterbar: updated to 2.0.7

libtorrent-2.0.7

fix issue in use of copy_file_range() on linux
avoid open-file race in the file_view_pool
fix issue where stop-when-ready would not close files
fix issue with duplicate hybrid torrent via separate v1 and v2 magnet links
added new function to load torrent files, load_torrent_*()
support sync_file_range() on linux
fix issue in write_torrent_file() when file size is exactly piece size
fix file_num_blocks() and file_num_pieces() for empty files
add new overload to make_magnet_uri()
add missing protocol version to tracker_reply_alert and tracker_error_alert
fix privilege issue with SetFileValidData()
add asynchronous overload of torrent_handle::add_piece()
default to a single hashing thread, for full checks
Fix bug when checking files and the first piece is invalid
As well as changes merged in from the 1.2.x branch:

fixed tracker connections spinning when hostname lookups stall
fixed error in pkg-config file generation in Jamfile
improve backwards compatibility with loading magnet link resume files
fix bind-to-device for tracker announces and UPnP
rename peer_tos setting to peer_dscp
fix bdecode support for large strings (>= 100 MB)

diffstat:

 net/libtorrent-rasterbar/Makefile |  4 ++--
 net/libtorrent-rasterbar/PLIST    |  3 ++-
 net/libtorrent-rasterbar/distinfo |  8 ++++----
 3 files changed, 8 insertions(+), 7 deletions(-)

diffs (43 lines):

diff -r 575ba49d02f7 -r fbbb679f1ce4 net/libtorrent-rasterbar/Makefile
--- a/net/libtorrent-rasterbar/Makefile Mon Jul 18 07:30:01 2022 +0000
+++ b/net/libtorrent-rasterbar/Makefile Mon Jul 18 07:30:43 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2022/04/19 16:34:10 adam Exp $
+# $NetBSD: Makefile,v 1.25 2022/07/18 07:30:43 adam Exp $
 
-DISTNAME=      libtorrent-rasterbar-2.0.6
+DISTNAME=      libtorrent-rasterbar-2.0.7
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=arvidn/}
 GITHUB_PROJECT=        libtorrent
diff -r 575ba49d02f7 -r fbbb679f1ce4 net/libtorrent-rasterbar/PLIST
--- a/net/libtorrent-rasterbar/PLIST    Mon Jul 18 07:30:01 2022 +0000
+++ b/net/libtorrent-rasterbar/PLIST    Mon Jul 18 07:30:43 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2022/04/19 16:34:10 adam Exp $
+@comment $NetBSD: PLIST,v 1.7 2022/07/18 07:30:43 adam Exp $
 include/libtorrent/add_torrent_params.hpp
 include/libtorrent/address.hpp
 include/libtorrent/alert.hpp
@@ -182,6 +182,7 @@
 include/libtorrent/kademlia/types.hpp
 include/libtorrent/libtorrent.hpp
 include/libtorrent/link.hpp
+include/libtorrent/load_torrent.hpp
 include/libtorrent/lsd.hpp
 include/libtorrent/magnet_uri.hpp
 include/libtorrent/mmap_disk_io.hpp
diff -r 575ba49d02f7 -r fbbb679f1ce4 net/libtorrent-rasterbar/distinfo
--- a/net/libtorrent-rasterbar/distinfo Mon Jul 18 07:30:01 2022 +0000
+++ b/net/libtorrent-rasterbar/distinfo Mon Jul 18 07:30:43 2022 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.17 2022/04/19 16:34:10 adam Exp $
+$NetBSD: distinfo,v 1.18 2022/07/18 07:30:43 adam Exp $
 
-BLAKE2s (libtorrent-rasterbar-2.0.6.tar.gz) = fb8ba3e444cc19f28b04ea01809394126839ee7469762e066bc655ac0061d1eb
-SHA512 (libtorrent-rasterbar-2.0.6.tar.gz) = 4a5d710706040ef6193967dbb13998cb0ddebe7e95c3bf8aec0812876027c68c32b001fd3f07cd4ff1b819660a8d46ae8c7077e72caf92572288a51cdec7daea
-Size (libtorrent-rasterbar-2.0.6.tar.gz) = 4431174 bytes
+BLAKE2s (libtorrent-rasterbar-2.0.7.tar.gz) = 9fb9513a2a7d19d947a0350653196f6629bd772ad50fe18c4ecd0039ff48f375
+SHA512 (libtorrent-rasterbar-2.0.7.tar.gz) = 30e558245a261ccf3f23815a037477ae6da1a02da0b7b3aa40383058c5782a341a11ae684f959efc1c9b39e31475ec31451b9ff4b2db3c0bfccc4d42bd6d69c1
+Size (libtorrent-rasterbar-2.0.7.tar.gz) = 4453469 bytes
 SHA1 (patch-src_platform__util.cpp) = d1e316ab7a6925fb7050845aaf30ead3f67f0fd9



Home | Main Index | Thread Index | Old Index