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 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.

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



Home | Main Index | Thread Index | Old Index