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: Thu Apr 23 13:51:33 UTC 2026
Modified Files:
pkgsrc/net/libtorrent: Makefile PLIST distinfo
pkgsrc/net/libtorrent/patches: patch-src_data_memory__chunk.cc
pkgsrc/net/rtorrent: Makefile distinfo
Log Message:
libtorrent rtorrent: updated to 0.16.10
0.16.10
Adds support for gzip accepted_encoding in scgi headers and special syntax to
config files to enable logging before libtorrent initialization.
To generate a diff of this commit:
cvs rdiff -u -r1.84 -r1.85 pkgsrc/net/libtorrent/Makefile
cvs rdiff -u -r1.22 -r1.23 pkgsrc/net/libtorrent/PLIST
cvs rdiff -u -r1.60 -r1.61 pkgsrc/net/libtorrent/distinfo
cvs rdiff -u -r1.1 -r1.2 \
pkgsrc/net/libtorrent/patches/patch-src_data_memory__chunk.cc
cvs rdiff -u -r1.121 -r1.122 pkgsrc/net/rtorrent/Makefile
cvs rdiff -u -r1.56 -r1.57 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.84 pkgsrc/net/libtorrent/Makefile:1.85
--- pkgsrc/net/libtorrent/Makefile:1.84 Fri Apr 10 08:20:46 2026
+++ pkgsrc/net/libtorrent/Makefile Thu Apr 23 13:51:33 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.84 2026/04/10 08:20:46 adam Exp $
+# $NetBSD: Makefile,v 1.85 2026/04/23 13:51:33 adam Exp $
-DISTNAME= libtorrent-0.16.9
+DISTNAME= libtorrent-0.16.10
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.22 pkgsrc/net/libtorrent/PLIST:1.23
--- pkgsrc/net/libtorrent/PLIST:1.22 Thu Mar 5 09:00:23 2026
+++ pkgsrc/net/libtorrent/PLIST Thu Apr 23 13:51:33 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.22 2026/03/05 09:00:23 adam Exp $
+@comment $NetBSD: PLIST,v 1.23 2026/04/23 13:51:33 adam Exp $
include/torrent/bitfield.h
include/torrent/chunk_manager.h
include/torrent/common.h
@@ -52,6 +52,7 @@ include/torrent/peer/peer_list.h
include/torrent/rate.h
include/torrent/runtime/network_manager.h
include/torrent/runtime/socket_manager.h
+include/torrent/system/thread.h
include/torrent/throttle.h
include/torrent/torrent.h
include/torrent/tracker/dht_controller.h
@@ -72,7 +73,7 @@ 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/unordered_vector.h
include/torrent/utils/uri_parser.h
lib/libtorrent.la
lib/pkgconfig/libtorrent.pc
Index: pkgsrc/net/libtorrent/distinfo
diff -u pkgsrc/net/libtorrent/distinfo:1.60 pkgsrc/net/libtorrent/distinfo:1.61
--- pkgsrc/net/libtorrent/distinfo:1.60 Fri Apr 10 08:20:46 2026
+++ pkgsrc/net/libtorrent/distinfo Thu Apr 23 13:51:33 2026
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.60 2026/04/10 08:20:46 adam Exp $
+$NetBSD: distinfo,v 1.61 2026/04/23 13:51:33 adam Exp $
-BLAKE2s (libtorrent-0.16.9.tar.gz) = e13f2adffa62d6bec781e033763950d571da23126ba1f0aae82a0341e91901ae
-SHA512 (libtorrent-0.16.9.tar.gz) = 3da1657969f07bb4a67bffcf345ac8020bf76ff09ab74a417020624a8ae6aa43ad498ba5c7ae5a10a276ef9c7a0ed52b43e6cee386e116d0b8a39398e6e1dd51
-Size (libtorrent-0.16.9.tar.gz) = 478451 bytes
+BLAKE2s (libtorrent-0.16.10.tar.gz) = 85c1eb5188a56a11cb8afe58357001b5bd477514064f6a1f35337ac66a362d64
+SHA512 (libtorrent-0.16.10.tar.gz) = 6da6bfb9bde2120212a7d89335ef97e33459965c65b8be72eda8120df958d6b17fa8c5bf3ec5b372bc0fb706e3b3a6719972352968b86822ad9796e9cf39be9b
+Size (libtorrent-0.16.10.tar.gz) = 476913 bytes
SHA1 (patch-src_data_chunk__list.cc) = 581e38ccd2e31b991e1a95dcd4836a7bda11e4e6
-SHA1 (patch-src_data_memory__chunk.cc) = 25c1e529223ab4873f61430e922949eeb29637c4
+SHA1 (patch-src_data_memory__chunk.cc) = 3e6db8ff3e4a29dfc5956c1919611e45a479ce96
Index: pkgsrc/net/libtorrent/patches/patch-src_data_memory__chunk.cc
diff -u pkgsrc/net/libtorrent/patches/patch-src_data_memory__chunk.cc:1.1 pkgsrc/net/libtorrent/patches/patch-src_data_memory__chunk.cc:1.2
--- pkgsrc/net/libtorrent/patches/patch-src_data_memory__chunk.cc:1.1 Mon Nov 6 11:26:45 2023
+++ pkgsrc/net/libtorrent/patches/patch-src_data_memory__chunk.cc Thu Apr 23 13:51:33 2026
@@ -1,13 +1,13 @@
-$NetBSD: patch-src_data_memory__chunk.cc,v 1.1 2023/11/06 11:26:45 nia Exp $
+$NetBSD: patch-src_data_memory__chunk.cc,v 1.2 2026/04/23 13:51:33 adam Exp $
Fix Sun-specific definition of madvise.
---- src/data/memory_chunk.cc.orig 2019-07-19 11:44:08.000000000 +0000
+--- src/data/memory_chunk.cc.orig 2026-04-23 08:31:38.000000000 +0000
+++ src/data/memory_chunk.cc
-@@ -45,7 +45,7 @@
- #include "memory_chunk.h"
+@@ -8,7 +8,7 @@
#ifdef __sun__
+
-extern "C" int madvise(void *, size_t, int);
+extern "C" int madvise(caddr_t, size_t, int);
//#include <sys/mman.h>
Index: pkgsrc/net/rtorrent/Makefile
diff -u pkgsrc/net/rtorrent/Makefile:1.121 pkgsrc/net/rtorrent/Makefile:1.122
--- pkgsrc/net/rtorrent/Makefile:1.121 Fri Apr 10 08:20:47 2026
+++ pkgsrc/net/rtorrent/Makefile Thu Apr 23 13:51:33 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.121 2026/04/10 08:20:47 adam Exp $
+# $NetBSD: Makefile,v 1.122 2026/04/23 13:51:33 adam Exp $
-DISTNAME= rtorrent-0.16.9
+DISTNAME= rtorrent-0.16.10
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.56 pkgsrc/net/rtorrent/distinfo:1.57
--- pkgsrc/net/rtorrent/distinfo:1.56 Fri Apr 10 08:20:47 2026
+++ pkgsrc/net/rtorrent/distinfo Thu Apr 23 13:51:33 2026
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.56 2026/04/10 08:20:47 adam Exp $
+$NetBSD: distinfo,v 1.57 2026/04/23 13:51:33 adam Exp $
-BLAKE2s (rtorrent-0.16.9.tar.gz) = ba2770d0390f574ed6a6415488638d535953b273509eaa71c2902c71ab59a58e
-SHA512 (rtorrent-0.16.9.tar.gz) = d6c023d007f163227c76d3aa5b7c2fc7ee704631e00389e3b5e446a660449716642b3129326765f76e418fd6feac1e6d6cb38e22ebb9a17731d3a246660a73ef
-Size (rtorrent-0.16.9.tar.gz) = 858107 bytes
+BLAKE2s (rtorrent-0.16.10.tar.gz) = 6d02ddfc0ed73577862e8faee7dfd6ba5ca7dbc1ae4e0385790ee576220361a9
+SHA512 (rtorrent-0.16.10.tar.gz) = 5d1601b136e6126139b56c2d2bc55b4b05728549be2a4a7a7c004e9884fdf8e28f37efba1077a395299adef1034f7ce489c5cbf09a0017f31e92768e5eb3d76b
+Size (rtorrent-0.16.10.tar.gz) = 858621 bytes
SHA1 (patch-src_display_canvas.h) = c097e0ac95b2df2c3c54dbf4367f7f9f76adbd10
SHA1 (patch-src_utils_directory.h) = 77280b6ab0ba69c77c5bb88eca7beb11954415ad
Home |
Main Index |
Thread Index |
Old Index