diff options
author | adam <adam@pkgsrc.org> | 2020-04-23 11:07:45 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2020-04-23 11:07:45 +0000 |
commit | be8b6bdaa692b260c3350aeb2f736e7843208cfd (patch) | |
tree | 4fa2b99ee1faa25cb10c348b6c5bca95c67204e5 /net | |
parent | 196dccdf063f23c45ae31fa59446f9e16c8cdac3 (diff) | |
download | pkgsrc-be8b6bdaa692b260c3350aeb2f736e7843208cfd.tar.gz |
qbittorrent: updated to 4.2.4
v4.2.4
- BUGFIX: Fix sub-sorting of Transfer list
- BUGFIX: Fix wrong logic that disables "prevent sleeping" timer
- BUGFIX: Set disk cache size for older libtorrent versions
- BUGFIX: Sort locale language list
- BUGFIX: Remove white outline around mascot.png
- BUGFIX: Various fixes in configuring the chosen network interface and not leaking the IP
- BUGFIX: Save "resume data" when torrent storage is moved
- BUGFIX: Avoid holding encoded resume data in memory
- BUGFIX: Fix date format for "Last seen complete"
- BUGFIX: Remove deprecated strict super seeding mode from advanced settings
- BUGFIX: Change default stop_tracker_timeout settings
- BUGFIX: Convert the Log widget to use custom View/Model
- BUGFIX: Change default upload slot choking limits
- BUGFIX: Don't uncheck Authentication checkbox when changing proxy type
- BUGFIX: Reduce ambiguity for selecting tray icons
- WEBUI: Fix unable to add multiple peers in WebUI
- WEBUI: Fix UPnP lease duration get/set
- SEARCH: Detect python3 executable on Windows
Diffstat (limited to 'net')
-rw-r--r-- | net/qbittorrent/Makefile | 5 | ||||
-rw-r--r-- | net/qbittorrent/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/net/qbittorrent/Makefile b/net/qbittorrent/Makefile index a86f46dff3c..1484d037feb 100644 --- a/net/qbittorrent/Makefile +++ b/net/qbittorrent/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2020/04/12 08:29:06 adam Exp $ +# $NetBSD: Makefile,v 1.10 2020/04/23 11:07:45 adam Exp $ -DISTNAME= qbittorrent-4.2.3 -PKGREVISION= 1 +DISTNAME= qbittorrent-4.2.4 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=qbittorrent/} GITHUB_PROJECT= qBittorrent diff --git a/net/qbittorrent/distinfo b/net/qbittorrent/distinfo index 266679e94c8..5381a5ba3eb 100644 --- a/net/qbittorrent/distinfo +++ b/net/qbittorrent/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.4 2020/04/03 08:27:51 adam Exp $ +$NetBSD: distinfo,v 1.5 2020/04/23 11:07:45 adam Exp $ -SHA1 (qbittorrent-4.2.3.tar.gz) = 002dd9b62ec22977aa39a8e03a4945fa2a983a64 -RMD160 (qbittorrent-4.2.3.tar.gz) = 0114eab16b480137759f1d42ba21e2b289d2c5eb -SHA512 (qbittorrent-4.2.3.tar.gz) = 766cff294b5e2aae99073e9894c683b68af6e7abdd1eae660e444593664f65918132b9fbd7b40843143f2559b4124145e2d08478c2b87b0b6df1ef574e17f763 -Size (qbittorrent-4.2.3.tar.gz) = 7932722 bytes +SHA1 (qbittorrent-4.2.4.tar.gz) = d22d3a6175fd9ec5c31ac281ef8e1d16f6f2f45d +RMD160 (qbittorrent-4.2.4.tar.gz) = 0e2f8066b1507ed12a929ae6ca07766a41157156 +SHA512 (qbittorrent-4.2.4.tar.gz) = 0c6a6226c2503edfc79d077bafd006eab02b0d42cea815cd420044857f3e13157ae068b52c7d67299e5b0a6c0da4bf5ffa702c3bd69fb84b8b734ac17441d0f7 +Size (qbittorrent-4.2.4.tar.gz) = 7965424 bytes SHA1 (patch-dist_CMakeLists.txt) = 5233c8c8bcbe522e07cbed1c969283810b048be4 SHA1 (patch-src_app_CMakeLists.txt) = 2266baa28b9f0397fe5f634e0404f252ced6b4f2 SHA1 (patch-src_base_utils_fs.cpp) = 88355e2698f5298c597f2240e853238831eb7994 |