pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/libtorrent



Module Name:    pkgsrc
Committed By:   gdt
Date:           Sat Jul 18 18:39:57 UTC 2026

Modified Files:
        pkgsrc/net/libtorrent: distinfo
        pkgsrc/net/libtorrent/patches: patch-src_torrent_system_system.cc

Log Message:
net/libtorrent: Add upstream URL for sys/socket.h bug


To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.71 pkgsrc/net/libtorrent/distinfo
cvs rdiff -u -r1.1 -r1.2 \
    pkgsrc/net/libtorrent/patches/patch-src_torrent_system_system.cc

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/distinfo
diff -u pkgsrc/net/libtorrent/distinfo:1.70 pkgsrc/net/libtorrent/distinfo:1.71
--- pkgsrc/net/libtorrent/distinfo:1.70 Sat Jul 18 18:28:15 2026
+++ pkgsrc/net/libtorrent/distinfo      Sat Jul 18 18:39:57 2026
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.70 2026/07/18 18:28:15 gdt Exp $
+$NetBSD: distinfo,v 1.71 2026/07/18 18:39:57 gdt 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
 SHA1 (patch-src_data_chunk__list.cc) = 581e38ccd2e31b991e1a95dcd4836a7bda11e4e6
 SHA1 (patch-src_data_memory__chunk.cc) = 3e6db8ff3e4a29dfc5956c1919611e45a479ce96
-SHA1 (patch-src_torrent_system_system.cc) = 5a2b5ff6b8b7e5cae278f66a085e3c15b4c6bb38
+SHA1 (patch-src_torrent_system_system.cc) = 6b80391463d160230b5e6f265ba7146eb573acbc

Index: pkgsrc/net/libtorrent/patches/patch-src_torrent_system_system.cc
diff -u pkgsrc/net/libtorrent/patches/patch-src_torrent_system_system.cc:1.1 pkgsrc/net/libtorrent/patches/patch-src_torrent_system_system.cc:1.2
--- pkgsrc/net/libtorrent/patches/patch-src_torrent_system_system.cc:1.1        Sat Jul 18 18:28:15 2026
+++ pkgsrc/net/libtorrent/patches/patch-src_torrent_system_system.cc    Sat Jul 18 18:39:57 2026
@@ -1,10 +1,10 @@
-$NetBSD: patch-src_torrent_system_system.cc,v 1.1 2026/07/18 18:28:15 gdt Exp $
+$NetBSD: patch-src_torrent_system_system.cc,v 1.2 2026/07/18 18:39:57 gdt Exp $
 
 system.cc uses AF_INET.  POSIX says that constants are defined in sys/socket:
 
   https://pubs.opengroup.org/onlinepubs/9799919799/functions/socket.html
 
-Not yet reported upstream.
+https://github.com/rakshasa/rtorrent/issues/1892
 
 --- src/torrent/system/system.cc.orig  2026-07-18 18:18:35.886055891 +0000
 +++ src/torrent/system/system.cc



Home | Main Index | Thread Index | Old Index