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 May 22 07:50:32 UTC 2023

Modified Files:
        pkgsrc/net/libtorrent-rasterbar: Makefile distinfo

Log Message:
libtorrent-rasterbar: updated to 2.0.9

libtorrent-2.0.9

fix issue with web seed connections when they close and re-open
fallocate() not supported is not a fatal error
fix proxying of IPv6 connections via IPv4 proxy
treat CGNAT address range as local IPs
add stricter checking of piece layers when loading torrents
add stricter checking of v1 and v2 hashes being consistent
cache failed DNS lookups as well as successful ones
add an i2p torrent state to control interactions with clear swarms
fix i2p SAM protocol parsing of quoted messages
expose i2p peer destination in peer_info
fix i2p tracker announces
fix issue with read_piece() stopping torrent on pieces not yet downloaded
improve handling of allow_i2p_mixed setting to work for magnet links
fix web seed request for renamed single-file torrents
fix issue where web seeds could disappear from resume data
extend save_resume with additional conditional flags
fix issue with retrying trackers in tiers > 0
fix last_upload and last_download resume data fields to use posix time
improve error messages for no_connect_privileged_ports, by untangle it from the port filter
fix I2P issue introduced in 2.0.0
add async tracker status query, post_trackers()
add async torrent status query, post_status()
support loading version 2 of resume data format
fix issue with odd piece sizes
add async piece availability query, post_piece_availability()
add async download queue query, post_download_queue()
add async file_progress query, post_file_progress()
add async peer_info query, post_peer_info()


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/net/libtorrent-rasterbar/Makefile
cvs rdiff -u -r1.19 -r1.20 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.29 pkgsrc/net/libtorrent-rasterbar/Makefile:1.30
--- pkgsrc/net/libtorrent-rasterbar/Makefile:1.29       Sun Apr 23 14:26:09 2023
+++ pkgsrc/net/libtorrent-rasterbar/Makefile    Mon May 22 07:50:32 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.29 2023/04/23 14:26:09 adam Exp $
+# $NetBSD: Makefile,v 1.30 2023/05/22 07:50:32 adam Exp $
 
-DISTNAME=      libtorrent-rasterbar-2.0.8
-PKGREVISION=   2
+DISTNAME=      libtorrent-rasterbar-2.0.9
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=arvidn/}
 GITHUB_PROJECT=        libtorrent
@@ -12,7 +11,6 @@ HOMEPAGE=     https://www.libtorrent.org/
 COMMENT=       Feature complete C++ bittorrent implementation
 LICENSE=       modified-bsd
 
-USE_CMAKE=     yes
 # Use GNU language variant to get builtin alloca definition.
 USE_LANGUAGES= c gnu++14
 USE_TOOLS+=    pkg-config
@@ -26,6 +24,7 @@ post-install:
 
 .include "../../converters/libiconv/buildlink3.mk"
 .include "../../devel/boost-libs/buildlink3.mk"
+.include "../../devel/cmake/build.mk"
 .include "../../security/openssl/buildlink3.mk"
 .include "../../mk/atomic64.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/net/libtorrent-rasterbar/distinfo
diff -u pkgsrc/net/libtorrent-rasterbar/distinfo:1.19 pkgsrc/net/libtorrent-rasterbar/distinfo:1.20
--- pkgsrc/net/libtorrent-rasterbar/distinfo:1.19       Mon Oct 24 17:58:14 2022
+++ pkgsrc/net/libtorrent-rasterbar/distinfo    Mon May 22 07:50:32 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.19 2022/10/24 17:58:14 adam Exp $
+$NetBSD: distinfo,v 1.20 2023/05/22 07:50:32 adam Exp $
 
-BLAKE2s (libtorrent-rasterbar-2.0.8.tar.gz) = b5a0c83add1e8f16b6c261d4dfde90234168db706c5adac59a123d867abc43b8
-SHA512 (libtorrent-rasterbar-2.0.8.tar.gz) = 697988feae149876745097bedfbfb4cceae00ffe1cd4ba2063dcb93a8eee9e99344f772b8364e3df1986a50105e386e56b75fe362707d58ba3272139d9beb98f
-Size (libtorrent-rasterbar-2.0.8.tar.gz) = 4562750 bytes
+BLAKE2s (libtorrent-rasterbar-2.0.9.tar.gz) = 3d514ad18211fab2f02837e6e01264abaf9f6f76eaf85c7bf0648a18a43599b2
+SHA512 (libtorrent-rasterbar-2.0.9.tar.gz) = c252dbe1e2a246769017b8a622bb3418527e2bc2615115ac2bff9662afb53759bc7b2cbf6657438c515ba6de0140fc1c388b340c48b3dd9f7e6202ec0df1aec7
+Size (libtorrent-rasterbar-2.0.9.tar.gz) = 4720611 bytes
 SHA1 (patch-src_platform__util.cpp) = d1e316ab7a6925fb7050845aaf30ead3f67f0fd9



Home | Main Index | Thread Index | Old Index