CVS commit: pkgsrc/net

"Adam Ciarcinski" <[email protected]> Mon, 3 Aug 2026 08:48:43 +0000
Newsgroups gmane.os.netbsd.devel.pkgsrc.cvs
Message-ID <[email protected]>
Module Name:	pkgsrc
Committed By:	adam
Date:		Mon Aug  3 08:48:43 UTC 2026

Modified Files:
	pkgsrc/net/libtorrent: Makefile PLIST distinfo
	pkgsrc/net/rtorrent: Makefile distinfo
Removed Files:
	pkgsrc/net/libtorrent/patches: patch-src_torrent_system_system.cc

Log Message:
libtorrent rtorrent: updated to 0.16.19

0.16.19
This release includes various bugfixes and minor improvements.


To generate a diff of this commit:
cvs rdiff -u -r1.96 -r1.97 pkgsrc/net/libtorrent/Makefile
cvs rdiff -u -r1.28 -r1.29 pkgsrc/net/libtorrent/PLIST
cvs rdiff -u -r1.71 -r1.72 pkgsrc/net/libtorrent/distinfo
cvs rdiff -u -r1.2 -r0 \
    pkgsrc/net/libtorrent/patches/patch-src_torrent_system_system.cc
cvs rdiff -u -r1.132 -r1.133 pkgsrc/net/rtorrent/Makefile
cvs rdiff -u -r1.65 -r1.66 pkgsrc/net/rtorrent/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
(unnamed) (text/x-diff, 4.5 KB)
Modified files:

Index: pkgsrc/net/libtorrent/Makefile
diff -u pkgsrc/net/libtorrent/Makefile:1.96 pkgsrc/net/libtorrent/Makefile:1.97
--- pkgsrc/net/libtorrent/Makefile:1.96	Sat Jul 18 18:28:15 2026
+++ pkgsrc/net/libtorrent/Makefile	Mon Aug  3 08:48:43 2026
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.96 2026/07/18 18:28:15 gdt Exp $
+# $NetBSD: Makefile,v 1.97 2026/08/03 08:48:43 adam Exp $
 
-DISTNAME=	libtorrent-0.16.18
-PKGREVSION=	1
+DISTNAME=	libtorrent-0.16.19
 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.28 pkgsrc/net/libtorrent/PLIST:1.29
--- pkgsrc/net/libtorrent/PLIST:1.28	Fri Jul 17 10:20:46 2026
+++ pkgsrc/net/libtorrent/PLIST	Mon Aug  3 08:48:43 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.28 2026/07/17 10:20:46 adam Exp $
+@comment $NetBSD: PLIST,v 1.29 2026/08/03 08:48:43 adam Exp $
 include/torrent/bitfield.h
 include/torrent/common.h
 include/torrent/data/block.h
@@ -21,7 +21,6 @@ include/torrent/download/group_entry.h
 include/torrent/download/resource_manager.h
 include/torrent/download/types.h
 include/torrent/download_info.h
-include/torrent/event.h
 include/torrent/exceptions.h
 include/torrent/hash_string.h
 include/torrent/net/address_info.h
@@ -54,6 +53,8 @@ include/torrent/runtime/proxy_manager.h
 include/torrent/runtime/runtime.h
 include/torrent/runtime/socket_manager.h
 include/torrent/system/callbacks.h
+include/torrent/system/common.h
+include/torrent/system/event.h
 include/torrent/system/poll.h
 include/torrent/system/thread.h
 include/torrent/system/types.h

Index: pkgsrc/net/libtorrent/distinfo
diff -u pkgsrc/net/libtorrent/distinfo:1.71 pkgsrc/net/libtorrent/distinfo:1.72
--- pkgsrc/net/libtorrent/distinfo:1.71	Sat Jul 18 18:39:57 2026
+++ pkgsrc/net/libtorrent/distinfo	Mon Aug  3 08:48:43 2026
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.71 2026/07/18 18:39:57 gdt Exp $
+$NetBSD: distinfo,v 1.72 2026/08/03 08:48:43 adam Exp $
 
-BLAKE2s (libtorrent-0.16.18.tar.gz) = fe2332df5d453061702e31778d2979d0abd8d0df834e2167f22ab7b286aaab04
-SHA512 (libtorrent-0.16.18.tar.gz) = b783dc72f5aff32d403a02e31278baa3813bee3ecae9bd493c181e14db3e707d9d4df90395ab7e29f1b7b501a0874c12cc1beef51a84772b02c1e4f13aa62ad0
-Size (libtorrent-0.16.18.tar.gz) = 496655 bytes
+BLAKE2s (libtorrent-0.16.19.tar.gz) = 7097393f50121393cd75f6a38499ecb07898fb9af6a749563555dfa1d7b499b5
+SHA512 (libtorrent-0.16.19.tar.gz) = a662c5d283a5b8b3845fe256bd90b594cabc0f61926ba065dc2ffb00fa4e326764a12d2701e08d1e4bd7479a62fe9bc6186da7b9e6b777c07554841c5625f193
+Size (libtorrent-0.16.19.tar.gz) = 502068 bytes
 SHA1 (patch-src_data_chunk__list.cc) = 581e38ccd2e31b991e1a95dcd4836a7bda11e4e6
 SHA1 (patch-src_data_memory__chunk.cc) = 3e6db8ff3e4a29dfc5956c1919611e45a479ce96
-SHA1 (patch-src_torrent_system_system.cc) = 6b80391463d160230b5e6f265ba7146eb573acbc

Index: pkgsrc/net/rtorrent/Makefile
diff -u pkgsrc/net/rtorrent/Makefile:1.132 pkgsrc/net/rtorrent/Makefile:1.133
--- pkgsrc/net/rtorrent/Makefile:1.132	Fri Jul 17 10:20:46 2026
+++ pkgsrc/net/rtorrent/Makefile	Mon Aug  3 08:48:43 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.132 2026/07/17 10:20:46 adam Exp $
+# $NetBSD: Makefile,v 1.133 2026/08/03 08:48:43 adam Exp $
 
-DISTNAME=	rtorrent-0.16.18
+DISTNAME=	rtorrent-0.16.19
 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.65 pkgsrc/net/rtorrent/distinfo:1.66
--- pkgsrc/net/rtorrent/distinfo:1.65	Fri Jul 17 10:20:46 2026
+++ pkgsrc/net/rtorrent/distinfo	Mon Aug  3 08:48:43 2026
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.65 2026/07/17 10:20:46 adam Exp $
+$NetBSD: distinfo,v 1.66 2026/08/03 08:48:43 adam Exp $
 
-BLAKE2s (rtorrent-0.16.18.tar.gz) = 7ec858bc595fdd1ec04958d284afede1e1ab3cc05d4a1035ed328d1bae2a8726
-SHA512 (rtorrent-0.16.18.tar.gz) = 21eac9668c18921369161ef65f4e3dbc6bda87ab2633333b25ef83005c93aab5feea8c82dcabb1955a6e5e48eab5ae9d5b765ac5de6842819e456334fc4b9ded
-Size (rtorrent-0.16.18.tar.gz) = 868689 bytes
+BLAKE2s (rtorrent-0.16.19.tar.gz) = 9f2e4399564f423c68a7ba6efa7eddb75a9da202c605c4ecdec6623d94d36660
+SHA512 (rtorrent-0.16.19.tar.gz) = e410ac39871346c319ac9e99f7d80692b6ec73ef2d337b92b6112f63b2543db2ffb42bf3a8434ef1cb5bfc7e47b7d35182d7a9663b0b3ccc6234d3022fd90270
+Size (rtorrent-0.16.19.tar.gz) = 869579 bytes
 SHA1 (patch-src_display_canvas.h) = c097e0ac95b2df2c3c54dbf4367f7f9f76adbd10
 SHA1 (patch-src_utils_directory.h) = 77280b6ab0ba69c77c5bb88eca7beb11954415ad