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:           Wed Jan 29 12:23:16 UTC 2025

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

Log Message:
libtorrent-rasterbar: updated to 2.0.11

2.0.11

* validate add_torrent_params::save_path at run-time
* use stricter rules for what filenames are valid on Android
* fix applying IP filter to DHT traffic (HanabishiRecca)
* fix race condition when cancelling requests after becoming a seed
* fix performance bug in the file pool, evicting MRU instead of LRU (HanabishiRecca)
* fix bug where file_progress could sometimes be reported as >100%
* don't hint FADV_RANDOM on posix systems. May improve seeding performance
* allow boost connect while checking resume data if no_verify_files flag is set
* fix BEP-40 peer priority for IPv6
* limit piece size in torrent creator
* fix file pre-allocation when changing file priority (HanabishiRecca)
* fix uTP issue where closing the connection could corrupt the payload
* apply DSCP/TOS to sockets before initiating the TCP connection
* assume copy_file_range() exists on linux (unless old glibc)
* fix issue where set_piece_deadline() did not correctly post read_piece_alert
* fix integer overflow in piece picker
* torrent_status::num_pieces counts pieces passed hash check, as documented
* check settings_pack::max_out_request_queue before performance alert
* add announce_port setting to override the port announced to trackers


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/net/libtorrent-rasterbar/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/net/libtorrent-rasterbar/PLIST
cvs rdiff -u -r1.21 -r1.22 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.36 pkgsrc/net/libtorrent-rasterbar/Makefile:1.37
--- pkgsrc/net/libtorrent-rasterbar/Makefile:1.36       Sun Dec 29 15:09:57 2024
+++ pkgsrc/net/libtorrent-rasterbar/Makefile    Wed Jan 29 12:23:16 2025
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.36 2024/12/29 15:09:57 adam Exp $
+# $NetBSD: Makefile,v 1.37 2025/01/29 12:23:16 adam Exp $
 
-DISTNAME=      libtorrent-rasterbar-2.0.10
-PKGREVISION=   2
+DISTNAME=      libtorrent-rasterbar-2.0.11
 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.8 pkgsrc/net/libtorrent-rasterbar/PLIST:1.9
--- pkgsrc/net/libtorrent-rasterbar/PLIST:1.8   Mon Oct 24 17:58:14 2022
+++ pkgsrc/net/libtorrent-rasterbar/PLIST       Wed Jan 29 12:23:16 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2022/10/24 17:58:14 adam Exp $
+@comment $NetBSD: PLIST,v 1.9 2025/01/29 12:23:16 adam Exp $
 include/libtorrent/add_torrent_params.hpp
 include/libtorrent/address.hpp
 include/libtorrent/alert.hpp
@@ -6,7 +6,6 @@ include/libtorrent/alert_types.hpp
 include/libtorrent/announce_entry.hpp
 include/libtorrent/assert.hpp
 include/libtorrent/aux_/alert_manager.hpp
-include/libtorrent/aux_/aligned_storage.hpp
 include/libtorrent/aux_/aligned_union.hpp
 include/libtorrent/aux_/alloca.hpp
 include/libtorrent/aux_/allocating_handler.hpp

Index: pkgsrc/net/libtorrent-rasterbar/distinfo
diff -u pkgsrc/net/libtorrent-rasterbar/distinfo:1.21 pkgsrc/net/libtorrent-rasterbar/distinfo:1.22
--- pkgsrc/net/libtorrent-rasterbar/distinfo:1.21       Mon Feb 19 18:16:02 2024
+++ pkgsrc/net/libtorrent-rasterbar/distinfo    Wed Jan 29 12:23:16 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.21 2024/02/19 18:16:02 adam Exp $
+$NetBSD: distinfo,v 1.22 2025/01/29 12:23:16 adam Exp $
 
-BLAKE2s (libtorrent-rasterbar-2.0.10.tar.gz) = ee3f9bb18d3151a684178da6c96805c6fc79c648d1ca55b7da089708bfb400b0
-SHA512 (libtorrent-rasterbar-2.0.10.tar.gz) = a6406ccdd1d0c8d42543419a3b9edca880ab85e0849bfba29e3b1bd98f9630244aa3e88110cdf95e476792c9ea87a141fcb16a8c3b3e0c44c0076ebf6f9adbee
-Size (libtorrent-rasterbar-2.0.10.tar.gz) = 4686014 bytes
+BLAKE2s (libtorrent-rasterbar-2.0.11.tar.gz) = 6ce2688634bae420cb2001dc437d401668d7bed3236a4870398f5ea88075269d
+SHA512 (libtorrent-rasterbar-2.0.11.tar.gz) = 756fb24c44b5dcf22d0bbc06a812abc28be7388a409e577c71fb02b1ca3005040947244c0ae83bd3388264dd518119736b869397fedd7bdbcd60699b04a19969
+Size (libtorrent-rasterbar-2.0.11.tar.gz) = 4635957 bytes
 SHA1 (patch-src_platform__util.cpp) = d1e316ab7a6925fb7050845aaf30ead3f67f0fd9



Home | Main Index | Thread Index | Old Index