Received: by mail.netbsd.org (Postfix, from userid 605) id 5470A84EB6; Mon, 19 Feb 2024 18:16:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1708366564; bh=k+bbK6NbfTgOXG8VdpUpvYbwElhM6riimby9gNp8Cbo=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=ShlTDtZ4nkZ5bh1XAG+Rt+QdQJZ8E8WMUm2SfFp2VbE7nX/W/lM1eZP/7RBMCK0gr xZpvdYwX2/Cq22Fwx5m+zkWnHDzPDGsh2vOatFmugvvHUbJEuywbtVFRx53KZNi1SN QHdkofundy4mzCAjw7OcvmX7uBTKGxD63Z9MuVwA= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 43E2E84EA2 for ; Mon, 19 Feb 2024 18:16:03 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 68tXoullVajk for ; Mon, 19 Feb 2024 18:16:02 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 8F89884DBF for ; Mon, 19 Feb 2024 18:16:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1708366562; bh=k+bbK6NbfTgOXG8VdpUpvYbwElhM6riimby9gNp8Cbo=; h=Date:From:Subject:To:Reply-To; b=DCFxyvX1XNOt5kotkvEAXXw2bmjT9vo9Gh01dx3EvtkbWbcrZKAJkkxM2HMuLh0VV K8PNP6sQULH4jySsdlUng1og+vg6qTlZQg1qzzlfp6unxwU6FJ+/SsPhGjndSygCRz qWIa31DSpSHFIe4UywS9Zk9gNPay6ppi017Osi8k= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 85C13F9F4; Mon, 19 Feb 2024 18:16:02 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1708366562263760" MIME-Version: 1.0 Date: Mon, 19 Feb 2024 18:16:02 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/net/libtorrent-rasterbar To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20240219181602.85C13F9F4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1708366562263760 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Feb 19 18:16:02 UTC 2024 Modified Files: pkgsrc/net/libtorrent-rasterbar: Makefile distinfo Log Message: libtorrent-rasterbar: updated to 2.0.10 libtorrent-2.0.10 don't run win32 tests when building python wheel fix missing python converter for dht::announce_flags_t Bump boost version to enable Python 3.11 package builds cmake: don't define _FILE_OFFSET_BITS on Windows update SSL certificates for tests Updated numerous repo addresses & revs of pre-commit-hooks Fixes various typos Fix dht_announce_interval not being followed accurately in some cases suppress new GCC warning from 3rd party code (openssl) update FreeBSD dependency on boost_build to boost-build README: Remove LGTM badges Forward port candidate cache hidden dllexport reset_save_path fix unnecessary capture of this in lambda expressions run thread-sanitizer on Ubuntu-22.04 on CI make sure the library builds with C++17 and C++20, in addition to C++14 improve TORRENT_RVO feature detection add python bindings fix use of python ssl module address issue in boost.asio building on iOS improve checking and testing of max piece size fix MingW64 CI build fix assert in uTP resend_packet() bump python version on github actions to 3.12 Color theme revamp allow execution of on_unknown_torrent method in the absence of active torrents migrate awy from aligned_storage minor fixes allow I2P leaseset encryption type 4 Fix the wrong port is being announced to tracker Remove obsolete LGTM config file Update Cirrus CI config Restore file priorities in POSIX storage fix and suppress some new clang warnings util addressed (in master) Reject resume data if it contains mismatching info hashes add test coverage for read_resume_data() fix test_copy_file for tmpfs add missing test file to tarball Updated numerous pre-commit hook revs. forward-port of recreate the SSL test certificates with long expiration time bump version to 2.0.10 To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 pkgsrc/net/libtorrent-rasterbar/Makefile cvs rdiff -u -r1.20 -r1.21 pkgsrc/net/libtorrent-rasterbar/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1708366562263760 Content-Disposition: inline Content-Length: 1830 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/libtorrent-rasterbar/Makefile diff -u pkgsrc/net/libtorrent-rasterbar/Makefile:1.32 pkgsrc/net/libtorrent-rasterbar/Makefile:1.33 --- pkgsrc/net/libtorrent-rasterbar/Makefile:1.32 Fri Dec 29 18:24:56 2023 +++ pkgsrc/net/libtorrent-rasterbar/Makefile Mon Feb 19 18:16:02 2024 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.32 2023/12/29 18:24:56 adam Exp $ +# $NetBSD: Makefile,v 1.33 2024/02/19 18:16:02 adam Exp $ -DISTNAME= libtorrent-rasterbar-2.0.9 -PKGREVISION= 2 +DISTNAME= libtorrent-rasterbar-2.0.10 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=arvidn/} GITHUB_PROJECT= libtorrent Index: pkgsrc/net/libtorrent-rasterbar/distinfo diff -u pkgsrc/net/libtorrent-rasterbar/distinfo:1.20 pkgsrc/net/libtorrent-rasterbar/distinfo:1.21 --- pkgsrc/net/libtorrent-rasterbar/distinfo:1.20 Mon May 22 07:50:32 2023 +++ pkgsrc/net/libtorrent-rasterbar/distinfo Mon Feb 19 18:16:02 2024 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.20 2023/05/22 07:50:32 adam Exp $ +$NetBSD: distinfo,v 1.21 2024/02/19 18:16:02 adam Exp $ -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 +BLAKE2s (libtorrent-rasterbar-2.0.10.tar.gz) = ee3f9bb18d3151a684178da6c96805c6fc79c648d1ca55b7da089708bfb400b0 +SHA512 (libtorrent-rasterbar-2.0.10.tar.gz) = a6406ccdd1d0c8d42543419a3b9edca880ab85e0849bfba29e3b1bd98f9630244aa3e88110cdf95e476792c9ea87a141fcb16a8c3b3e0c44c0076ebf6f9adbee +Size (libtorrent-rasterbar-2.0.10.tar.gz) = 4686014 bytes SHA1 (patch-src_platform__util.cpp) = d1e316ab7a6925fb7050845aaf30ead3f67f0fd9 --_----------=_1708366562263760--