pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net
Module Name: pkgsrc
Committed By: adam
Date: Tue Oct 21 07:22:28 UTC 2025
Modified Files:
pkgsrc/net/libtorrent: Makefile PLIST distinfo
pkgsrc/net/rtorrent: Makefile distinfo
Log Message:
libtorrent rtorrent: updated to 0.16.1
0.16.1
Features and improvements
Added NetworkConfig.
Improved listen/dht port handling and added 'dht.override_port.set' command.
Remove deprecated rak::socket_address.
Remove deprecated no-target flags for commands.
Added 'network.block.outgoing.set'.
Added 'network.{bind,local}_address.ipv{4,6}.set' commands.
Reuse HTTP connections and added totale/cached connection limits.
Added local address commands for inet/inet6.
Bugfixes
Check if target is null in xmlrpc_to_object().
Fix VLA warnings
Mention OpenBSD in mincore error msg
Include netinet/in.h before ip.h for portability
Fix unit test if compiled without instrumentation
Fixed UDP tracker making unnecessary DNS lookups on blocked protocols.
To generate a diff of this commit:
cvs rdiff -u -r1.74 -r1.75 pkgsrc/net/libtorrent/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/net/libtorrent/PLIST
cvs rdiff -u -r1.52 -r1.53 pkgsrc/net/libtorrent/distinfo
cvs rdiff -u -r1.111 -r1.112 pkgsrc/net/rtorrent/Makefile
cvs rdiff -u -r1.48 -r1.49 pkgsrc/net/rtorrent/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/Makefile
diff -u pkgsrc/net/libtorrent/Makefile:1.74 pkgsrc/net/libtorrent/Makefile:1.75
--- pkgsrc/net/libtorrent/Makefile:1.74 Sun Oct 5 19:26:11 2025
+++ pkgsrc/net/libtorrent/Makefile Tue Oct 21 07:22:28 2025
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.74 2025/10/05 19:26:11 js Exp $
+# $NetBSD: Makefile,v 1.75 2025/10/21 07:22:28 adam Exp $
-DISTNAME= libtorrent-0.16.0
-PKGREVISION= 1
+DISTNAME= libtorrent-0.16.1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GITHUB:=rakshasa/}
GITHUB_TAG= v${PKGVERSION_NOREV}
Index: pkgsrc/net/libtorrent/PLIST
diff -u pkgsrc/net/libtorrent/PLIST:1.18 pkgsrc/net/libtorrent/PLIST:1.19
--- pkgsrc/net/libtorrent/PLIST:1.18 Sun Sep 7 07:49:15 2025
+++ pkgsrc/net/libtorrent/PLIST Tue Oct 21 07:22:28 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.18 2025/09/07 07:49:15 adam Exp $
+@comment $NetBSD: PLIST,v 1.19 2025/10/21 07:22:28 adam Exp $
include/torrent/bitfield.h
include/torrent/chunk_manager.h
include/torrent/common.h
@@ -27,15 +27,16 @@ include/torrent/event.h
include/torrent/exceptions.h
include/torrent/hash_string.h
include/torrent/net/address_info.h
+include/torrent/net/connection_state.h
include/torrent/net/fd.h
include/torrent/net/http_get.h
include/torrent/net/http_stack.h
+include/torrent/net/network_config.h
include/torrent/net/resolver.h
include/torrent/net/socket_address.h
include/torrent/net/socket_address_key.h
include/torrent/net/socket_event.h
include/torrent/net/types.h
-include/torrent/net/utils.h
include/torrent/object.h
include/torrent/object_raw_bencode.h
include/torrent/object_static_map.h
@@ -68,6 +69,7 @@ include/torrent/utils/ranges.h
include/torrent/utils/resume.h
include/torrent/utils/scheduler.h
include/torrent/utils/signal_bitfield.h
+include/torrent/utils/string_manip.h
include/torrent/utils/thread.h
include/torrent/utils/uri_parser.h
lib/libtorrent.la
Index: pkgsrc/net/libtorrent/distinfo
diff -u pkgsrc/net/libtorrent/distinfo:1.52 pkgsrc/net/libtorrent/distinfo:1.53
--- pkgsrc/net/libtorrent/distinfo:1.52 Sun Sep 7 07:49:15 2025
+++ pkgsrc/net/libtorrent/distinfo Tue Oct 21 07:22:28 2025
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.52 2025/09/07 07:49:15 adam Exp $
+$NetBSD: distinfo,v 1.53 2025/10/21 07:22:28 adam Exp $
-BLAKE2s (libtorrent-0.16.0.tar.gz) = 8a10ed342d0221439d5e4850be3f542a20d32e668e781ac8772fcd785abf6357
-SHA512 (libtorrent-0.16.0.tar.gz) = 64d4f0d583358dabf4b8f71ebb998908fd9b2d19f9c95cfdcf32e41391353cd26dfbcb537f6a3ff025e1c3cba6a0d26373d1c2bd6302996b5939a762db5eaedd
-Size (libtorrent-0.16.0.tar.gz) = 458920 bytes
+BLAKE2s (libtorrent-0.16.1.tar.gz) = 13b9c8c3741cff29999c8015de4b229e31189cb0ed8f7ffe1c1f57dc77a3dd8d
+SHA512 (libtorrent-0.16.1.tar.gz) = 328452705a74243305e202cef11583271b7df5f570ecfb8a0b4849942e0e90d5a968c5ca4586f243db13477196400867bf77bf548c93b08a4e6d1c95327724c9
+Size (libtorrent-0.16.1.tar.gz) = 462123 bytes
SHA1 (patch-src_data_chunk__list.cc) = 581e38ccd2e31b991e1a95dcd4836a7bda11e4e6
SHA1 (patch-src_data_memory__chunk.cc) = 25c1e529223ab4873f61430e922949eeb29637c4
Index: pkgsrc/net/rtorrent/Makefile
diff -u pkgsrc/net/rtorrent/Makefile:1.111 pkgsrc/net/rtorrent/Makefile:1.112
--- pkgsrc/net/rtorrent/Makefile:1.111 Sun Oct 5 19:26:12 2025
+++ pkgsrc/net/rtorrent/Makefile Tue Oct 21 07:22:28 2025
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.111 2025/10/05 19:26:12 js Exp $
+# $NetBSD: Makefile,v 1.112 2025/10/21 07:22:28 adam Exp $
-DISTNAME= rtorrent-0.16.0
-PKGREVISION= 1
+DISTNAME= rtorrent-0.16.1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GITHUB:=rakshasa/}
GITHUB_RELEASE= v${PKGVERSION_NOREV}
Index: pkgsrc/net/rtorrent/distinfo
diff -u pkgsrc/net/rtorrent/distinfo:1.48 pkgsrc/net/rtorrent/distinfo:1.49
--- pkgsrc/net/rtorrent/distinfo:1.48 Sun Sep 7 07:49:16 2025
+++ pkgsrc/net/rtorrent/distinfo Tue Oct 21 07:22:28 2025
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.48 2025/09/07 07:49:16 adam Exp $
+$NetBSD: distinfo,v 1.49 2025/10/21 07:22:28 adam Exp $
-BLAKE2s (rtorrent-0.16.0.tar.gz) = 699cbf7b8fc2ecf99842f892f0852ce49820df53cdbff7923b5bb34a75e37e63
-SHA512 (rtorrent-0.16.0.tar.gz) = 98f07d45b423e06f2d21b390bcf4f69f32ee180a6ab41f31665bf2ec1072691a3a1fde42d27b4c5f96dede755d61589b33486a35a7a7c60ca6ada71b16c2b339
-Size (rtorrent-0.16.0.tar.gz) = 854573 bytes
+BLAKE2s (rtorrent-0.16.1.tar.gz) = 9c4119a2728f315e87c0729a2b84c5f48a21c91b69d40d11ffbc76933078d388
+SHA512 (rtorrent-0.16.1.tar.gz) = d3a34d71d7c55bee7dea1b3702257879ac0e9110d2dd2fcde771230b66b4e8f1234596d6300b4a38f252a6314e5dcf074cd85a89315e9e52abb40f0087b6a687
+Size (rtorrent-0.16.1.tar.gz) = 851083 bytes
SHA1 (patch-src_display_canvas.h) = c097e0ac95b2df2c3c54dbf4367f7f9f76adbd10
SHA1 (patch-src_utils_directory.cc) = b3b38e1d9d0887711ac54433e948bfc28112b985
SHA1 (patch-src_utils_directory.h) = 77280b6ab0ba69c77c5bb88eca7beb11954415ad
Home |
Main Index |
Thread Index |
Old Index