pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/libtorrent-rasterbar



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Aug 24 08:37:16 UTC 2026

Modified Files:
        pkgsrc/net/libtorrent-rasterbar: Makefile buildlink3.mk distinfo

Log Message:
libtorrent-rasterbar: updated to 2.0.14

2.0.14

fix issue in merkle tree
fix use of a stack buffer past its lifetime when sending i2p SAM commands
fix issues with active_time, seeding_time and finished_time
fix torrent updates for idle torrents
improve dont-count-slow-torrents
fix external_ip_alert not being posted under some conditions when UPnP/NAT-PMP is enabled
fix issue with stuck trackers on session pause
fix windows disk read, possibly causing short-read errors
fix blocking UDP socket in LSD and NAT-PMP
fix web seed requests for single-file torrents in multi-file mode
fix duplicate filenames in magnet links
fix blocking UDP socket in UPnP
fix corruption bug in mmap_storage
fix bug where torrent_status::total was not set for seeds


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/net/libtorrent-rasterbar/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/net/libtorrent-rasterbar/buildlink3.mk
cvs rdiff -u -r1.24 -r1.25 pkgsrc/net/libtorrent-rasterbar/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-rasterbar/Makefile
diff -u pkgsrc/net/libtorrent-rasterbar/Makefile:1.41 pkgsrc/net/libtorrent-rasterbar/Makefile:1.42
--- pkgsrc/net/libtorrent-rasterbar/Makefile:1.41       Wed Jun 10 04:21:18 2026
+++ pkgsrc/net/libtorrent-rasterbar/Makefile    Mon Aug 24 08:37:16 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.41 2026/06/10 04:21:18 adam Exp $
+# $NetBSD: Makefile,v 1.42 2026/08/24 08:37:16 adam Exp $
 
-DISTNAME=      libtorrent-rasterbar-2.0.13
+DISTNAME=      libtorrent-rasterbar-2.0.14
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=arvidn/}
 GITHUB_PROJECT=        libtorrent

Index: pkgsrc/net/libtorrent-rasterbar/buildlink3.mk
diff -u pkgsrc/net/libtorrent-rasterbar/buildlink3.mk:1.18 pkgsrc/net/libtorrent-rasterbar/buildlink3.mk:1.19
--- pkgsrc/net/libtorrent-rasterbar/buildlink3.mk:1.18  Fri May 15 09:58:59 2026
+++ pkgsrc/net/libtorrent-rasterbar/buildlink3.mk       Mon Aug 24 08:37:16 2026
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.18 2026/05/15 09:58:59 adam Exp $
+# $NetBSD: buildlink3.mk,v 1.19 2026/08/24 08:37:16 adam Exp $
 
 BUILDLINK_TREE+=       libtorrent-rasterbar
 
@@ -6,7 +6,7 @@ BUILDLINK_TREE+=        libtorrent-rasterbar
 LIBTORRENT_RASTERBAR_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.libtorrent-rasterbar+=   libtorrent-rasterbar>=2.0.6
-BUILDLINK_ABI_DEPENDS.libtorrent-rasterbar+=   libtorrent-rasterbar>=2.0.12nb1
+BUILDLINK_ABI_DEPENDS.libtorrent-rasterbar+=   libtorrent-rasterbar>=2.0.14
 BUILDLINK_PKGSRCDIR.libtorrent-rasterbar?=     ../../net/libtorrent-rasterbar
 
 .include "../../devel/boost-libs/buildlink3.mk"

Index: pkgsrc/net/libtorrent-rasterbar/distinfo
diff -u pkgsrc/net/libtorrent-rasterbar/distinfo:1.24 pkgsrc/net/libtorrent-rasterbar/distinfo:1.25
--- pkgsrc/net/libtorrent-rasterbar/distinfo:1.24       Wed Jun 10 04:21:18 2026
+++ pkgsrc/net/libtorrent-rasterbar/distinfo    Mon Aug 24 08:37:16 2026
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.24 2026/06/10 04:21:18 adam Exp $
+$NetBSD: distinfo,v 1.25 2026/08/24 08:37:16 adam Exp $
 
-BLAKE2s (libtorrent-rasterbar-2.0.13.tar.gz) = 00e6a116828bb5b24e267e621ae40377f1cb2eec01116dcf285b670ba7a524bf
-SHA512 (libtorrent-rasterbar-2.0.13.tar.gz) = 4cbae495385bc3739df47faffb41791ff99c4b09a6e31a88eb6176d22519684de90fadd4dfd3f12608e97ea49c7a8a44a247351e3c49720c7435d8a5c9a411ab
-Size (libtorrent-rasterbar-2.0.13.tar.gz) = 4722333 bytes
+BLAKE2s (libtorrent-rasterbar-2.0.14.tar.gz) = 284e92be1a92cd5df83abf77761e92c07590db84aabaaddae80f86ff92f2e070
+SHA512 (libtorrent-rasterbar-2.0.14.tar.gz) = 13499a15ff0fa4241a8f161d06e8317c65838c6cecd71aa2ce9c4ef94143080a8a7ba6468e7e57c1a03cceebf2b18b5990c50f29f272e6c747c10078d42fda56
+Size (libtorrent-rasterbar-2.0.14.tar.gz) = 4765282 bytes
 SHA1 (patch-src_platform__util.cpp) = d1e316ab7a6925fb7050845aaf30ead3f67f0fd9



Home | Main Index | Thread Index | Old Index