pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/libtorrent-rasterbar libtorrent-rasterbar: updated...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2a0be4e5fb05
branches:  trunk
changeset: 444385:2a0be4e5fb05
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Jan 06 14:25:53 2021 +0000

description:
libtorrent-rasterbar: updated to 1.2.12

libtorrent-1.2.12
fix loading of DHT node ID from previous session on startup
use getrandom(), when available, and fall back to /dev/urandom
fix python binding for "value" in dht put alerts
fix bug in python binding for dht_put_mutable_item
fix uTP issue acking FIN packets
validate HTTPS certificates by default (trackers and web seeds)
load SSL certificates from windows system certificate store, to authenticate trackers
introduce mitigation for Server Side Request Forgery in tracker and web seed URLs
fix error handling for pool allocation failure

diffstat:

 net/libtorrent-rasterbar/Makefile |   5 ++---
 net/libtorrent-rasterbar/PLIST    |   3 ++-
 net/libtorrent-rasterbar/distinfo |  10 +++++-----
 3 files changed, 9 insertions(+), 9 deletions(-)

diffs (47 lines):

diff -r 44b79867f5a9 -r 2a0be4e5fb05 net/libtorrent-rasterbar/Makefile
--- a/net/libtorrent-rasterbar/Makefile Wed Jan 06 13:05:50 2021 +0000
+++ b/net/libtorrent-rasterbar/Makefile Wed Jan 06 14:25:53 2021 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2021/01/01 08:24:55 ryoon Exp $
+# $NetBSD: Makefile,v 1.15 2021/01/06 14:25:53 adam Exp $
 
-DISTNAME=      libtorrent-rasterbar-1.2.11
-PKGREVISION=   1
+DISTNAME=      libtorrent-rasterbar-1.2.12
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=arvidn/}
 GITHUB_PROJECT=        libtorrent
diff -r 44b79867f5a9 -r 2a0be4e5fb05 net/libtorrent-rasterbar/PLIST
--- a/net/libtorrent-rasterbar/PLIST    Wed Jan 06 13:05:50 2021 +0000
+++ b/net/libtorrent-rasterbar/PLIST    Wed Jan 06 14:25:53 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2020/10/09 07:22:25 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2021/01/06 14:25:53 adam Exp $
 include/libtorrent/add_torrent_params.hpp
 include/libtorrent/address.hpp
 include/libtorrent/alert.hpp
@@ -41,6 +41,7 @@
 include/libtorrent/aux_/numeric_cast.hpp
 include/libtorrent/aux_/openssl.hpp
 include/libtorrent/aux_/path.hpp
+include/libtorrent/aux_/pool.hpp
 include/libtorrent/aux_/portmap.hpp
 include/libtorrent/aux_/proxy_settings.hpp
 include/libtorrent/aux_/range.hpp
diff -r 44b79867f5a9 -r 2a0be4e5fb05 net/libtorrent-rasterbar/distinfo
--- a/net/libtorrent-rasterbar/distinfo Wed Jan 06 13:05:50 2021 +0000
+++ b/net/libtorrent-rasterbar/distinfo Wed Jan 06 14:25:53 2021 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.10 2020/11/21 22:16:08 adam Exp $
+$NetBSD: distinfo,v 1.11 2021/01/06 14:25:53 adam Exp $
 
-SHA1 (libtorrent-rasterbar-1.2.11.tar.gz) = 15b3ee86c077ea6284e2eaf6e8da77cee9f00506
-RMD160 (libtorrent-rasterbar-1.2.11.tar.gz) = 1584ed11785dd6fdcc03f611e49b1a6fd5a38081
-SHA512 (libtorrent-rasterbar-1.2.11.tar.gz) = abcfaa9f22f9adc030f0c4ec8dfd2e5070d1177cc2cf0bcb4e08dfca1b2e806a5c90a82d1860b5dc51efe3e8d2bea3c1d3d966c132a39bfdd5d4791e59bb503a
-Size (libtorrent-rasterbar-1.2.11.tar.gz) = 4138173 bytes
+SHA1 (libtorrent-rasterbar-1.2.12.tar.gz) = 7d7f23b0dd03f4c9f85bd6eccac1cfd79fa6d735
+RMD160 (libtorrent-rasterbar-1.2.12.tar.gz) = 9308ec6739de9566db4a0053a0db310850f6f001
+SHA512 (libtorrent-rasterbar-1.2.12.tar.gz) = 09a79fa182f575368895479bebd936d7a44b3d1a242b83dfffe7be3c6ba5a63d47823634db06a1c2806506aad520cc8b1e75380ed9de65fdf5634c67eeebd65f
+Size (libtorrent-rasterbar-1.2.12.tar.gz) = 4144099 bytes
 SHA1 (patch-include_libtorrent_buffer.hpp) = 365f04a6a4b63f86288119201bfec0b9d9e67bee
 SHA1 (patch-include_libtorrent_config.hpp) = 20d887a755935cdc23bdc80fcfbc8f07a89ec1e1



Home | Main Index | Thread Index | Old Index