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:           Sun Jul  5 07:59:12 UTC 2026

Modified Files:
        pkgsrc/net/libtorrent: Makefile PLIST distinfo
        pkgsrc/net/rtorrent: Makefile distinfo

Log Message:
libtorrent rtorrent: updated to 0.16.16

0.16.16

Includes new proxy support, using network.proxy.global.set and
network.proxy.http.set, with http://, socks5:// and socks5h:// support. Other
libcurl-supported protocols work http.


To generate a diff of this commit:
cvs rdiff -u -r1.92 -r1.93 pkgsrc/net/libtorrent/Makefile
cvs rdiff -u -r1.26 -r1.27 pkgsrc/net/libtorrent/PLIST
cvs rdiff -u -r1.66 -r1.67 pkgsrc/net/libtorrent/distinfo
cvs rdiff -u -r1.129 -r1.130 pkgsrc/net/rtorrent/Makefile
cvs rdiff -u -r1.62 -r1.63 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.92 pkgsrc/net/libtorrent/Makefile:1.93
--- pkgsrc/net/libtorrent/Makefile:1.92 Wed Jun 24 16:04:49 2026
+++ pkgsrc/net/libtorrent/Makefile      Sun Jul  5 07:59:11 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.92 2026/06/24 16:04:49 adam Exp $
+# $NetBSD: Makefile,v 1.93 2026/07/05 07:59:11 adam Exp $
 
-DISTNAME=      libtorrent-0.16.15
+DISTNAME=      libtorrent-0.16.16
 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.26 pkgsrc/net/libtorrent/PLIST:1.27
--- pkgsrc/net/libtorrent/PLIST:1.26    Mon Jun 22 05:30:21 2026
+++ pkgsrc/net/libtorrent/PLIST Sun Jul  5 07:59:11 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.26 2026/06/22 05:30:21 adam Exp $
+@comment $NetBSD: PLIST,v 1.27 2026/07/05 07:59:11 adam Exp $
 include/torrent/bitfield.h
 include/torrent/chunk_manager.h
 include/torrent/common.h
@@ -49,6 +49,7 @@ include/torrent/peer/peer_list.h
 include/torrent/rate.h
 include/torrent/runtime/network_config.h
 include/torrent/runtime/network_manager.h
+include/torrent/runtime/proxy_manager.h
 include/torrent/runtime/runtime.h
 include/torrent/runtime/socket_manager.h
 include/torrent/system/callbacks.h

Index: pkgsrc/net/libtorrent/distinfo
diff -u pkgsrc/net/libtorrent/distinfo:1.66 pkgsrc/net/libtorrent/distinfo:1.67
--- pkgsrc/net/libtorrent/distinfo:1.66 Wed Jun 24 16:04:49 2026
+++ pkgsrc/net/libtorrent/distinfo      Sun Jul  5 07:59:12 2026
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.66 2026/06/24 16:04:49 adam Exp $
+$NetBSD: distinfo,v 1.67 2026/07/05 07:59:12 adam Exp $
 
-BLAKE2s (libtorrent-0.16.15.tar.gz) = 3ae8c5237365ca1e51e8ecb888e2129333afce5b27cc4d851b6b2c74b036d808
-SHA512 (libtorrent-0.16.15.tar.gz) = 52bf193ffc7b7531131b2a85908edf451734efb83c46f7c3b3262b2e6f1236224803eb68b042a43f62ebcccd4c8a969aa00443aa3c6abe1b05d0027fff5b4f3f
-Size (libtorrent-0.16.15.tar.gz) = 488711 bytes
+BLAKE2s (libtorrent-0.16.16.tar.gz) = 9b0a5364d57232ae558a89f5b9da9be5131e207fa3f9be5089f3faac86e09ded
+SHA512 (libtorrent-0.16.16.tar.gz) = d6a6ab2cc5c68ca2be628e5c747519055f69a16c0dbd45cbc9524d16668511f81e426d522d4e4409f77145ee8518789b0352a6ac771ec50ed9d3d8f3d67eccfd
+Size (libtorrent-0.16.16.tar.gz) = 494207 bytes
 SHA1 (patch-src_data_chunk__list.cc) = 581e38ccd2e31b991e1a95dcd4836a7bda11e4e6
 SHA1 (patch-src_data_memory__chunk.cc) = 3e6db8ff3e4a29dfc5956c1919611e45a479ce96

Index: pkgsrc/net/rtorrent/Makefile
diff -u pkgsrc/net/rtorrent/Makefile:1.129 pkgsrc/net/rtorrent/Makefile:1.130
--- pkgsrc/net/rtorrent/Makefile:1.129  Wed Jun 24 16:04:49 2026
+++ pkgsrc/net/rtorrent/Makefile        Sun Jul  5 07:59:12 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.129 2026/06/24 16:04:49 adam Exp $
+# $NetBSD: Makefile,v 1.130 2026/07/05 07:59:12 adam Exp $
 
-DISTNAME=      rtorrent-0.16.15
+DISTNAME=      rtorrent-0.16.16
 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.62 pkgsrc/net/rtorrent/distinfo:1.63
--- pkgsrc/net/rtorrent/distinfo:1.62   Wed Jun 24 16:04:49 2026
+++ pkgsrc/net/rtorrent/distinfo        Sun Jul  5 07:59:12 2026
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.62 2026/06/24 16:04:49 adam Exp $
+$NetBSD: distinfo,v 1.63 2026/07/05 07:59:12 adam Exp $
 
-BLAKE2s (rtorrent-0.16.15.tar.gz) = 351763a75bedaafb1506064ddaf9dcf66cabc73f46bdfba50985519f3a3fdafe
-SHA512 (rtorrent-0.16.15.tar.gz) = 605d53f87ecf8abfc784254ecf7abab93661bc8d5e77395ee2d9322cd7feaeaa7248dca7fd871fe8dd7da3e532210cd54f350ee59edb87369dc8aba045df81a0
-Size (rtorrent-0.16.15.tar.gz) = 868541 bytes
+BLAKE2s (rtorrent-0.16.16.tar.gz) = 963e235e83d0f2e356d44147d855d01168494adf70f6dbd068763f40095aeb7e
+SHA512 (rtorrent-0.16.16.tar.gz) = 1cd436441a21dde5099ab4edc9084b6ed036d83dd05b463ee683a4eab3267f6039bfffed34acb05fcaa3d1b2ccd2b35ec4c0c2d3bc747dde010a1d611b701174
+Size (rtorrent-0.16.16.tar.gz) = 868095 bytes
 SHA1 (patch-src_display_canvas.h) = c097e0ac95b2df2c3c54dbf4367f7f9f76adbd10
 SHA1 (patch-src_utils_directory.h) = 77280b6ab0ba69c77c5bb88eca7beb11954415ad



Home | Main Index | Thread Index | Old Index