pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/libtorrent-rasterbar



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Jul 18 07:30:43 UTC 2022

Modified Files:
        pkgsrc/net/libtorrent-rasterbar: Makefile PLIST distinfo

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/net/libtorrent-rasterbar/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/libtorrent-rasterbar/PLIST
cvs rdiff -u -r1.17 -r1.18 pkgsrc/net/libtorrent-rasterbar/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/libtorrent-rasterbar/Makefile
diff -u pkgsrc/net/libtorrent-rasterbar/Makefile:1.24 pkgsrc/net/libtorrent-rasterbar/Makefile:1.25
--- pkgsrc/net/libtorrent-rasterbar/Makefile:1.24       Tue Apr 19 16:34:10 2022
+++ pkgsrc/net/libtorrent-rasterbar/Makefile    Mon Jul 18 07:30:43 2022
@@ -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

Index: pkgsrc/net/libtorrent-rasterbar/PLIST
diff -u pkgsrc/net/libtorrent-rasterbar/PLIST:1.6 pkgsrc/net/libtorrent-rasterbar/PLIST:1.7
--- pkgsrc/net/libtorrent-rasterbar/PLIST:1.6   Tue Apr 19 16:34:10 2022
+++ pkgsrc/net/libtorrent-rasterbar/PLIST       Mon Jul 18 07:30:43 2022
@@ -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/traversal_al
 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

Index: pkgsrc/net/libtorrent-rasterbar/distinfo
diff -u pkgsrc/net/libtorrent-rasterbar/distinfo:1.17 pkgsrc/net/libtorrent-rasterbar/distinfo:1.18
--- pkgsrc/net/libtorrent-rasterbar/distinfo:1.17       Tue Apr 19 16:34:10 2022
+++ pkgsrc/net/libtorrent-rasterbar/distinfo    Mon Jul 18 07:30:43 2022
@@ -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