pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/qbittorrent



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Jan  6 14:27:45 UTC 2021

Modified Files:
        pkgsrc/net/qbittorrent: Makefile distinfo
        pkgsrc/net/qbittorrent/patches: patch-src_CMakeLists.txt

Log Message:
qbittorrent: updated to 4.3.2

v4.3.2
- FEATURE: Allow to add root folder to torrent content (glassez)
- FEATURE: "HTTPS tracker validation" option is available on all platforms with latest libtorrent (Chocobo1)
- FEATURE: Option for supporting internationalized domain names (IDNs) (Chocobo1)
- BUGFIX: Fix broken sorting on some columns (Chocobo1)
- BUGFIX: Fix availability per file value (Chocobo1)
- BUGFIX: Fix status of torrents without metadata (sledgehammer999)
- BUGFIX: Don't try to remove folders for a torrent without metadata (sledgehammer999)
- BUGFIX: Lift upper limit of "Max concurrent HTTP announces" option (Chocobo1)
- BUGFIX: Add links to libtorrent documentation (Chocobo1)
- BUGFIX: Move "embedded tracker" options to qbt section (Chocobo1)
- BUGFIX: Properly handle "Append extension" option changing (glassez)
- BUGFIX: Correctly save paused torrent state (glassez)
- BUGFIX: Fix bug of "move storage job" can be performed multiple times (glassez)
- WEBUI: Add ability to use 'shift+delete' to delete torrents (Chocobo1)
- WEBUI: Allow to attach tags while adding torrents (Jesse Chan)
- WEBUI: Bump version to 2.6.2 (Jesse Chan)
- WEBUI: Remove unnecessary restriction on input length (Chocobo1)
- WINDOWS: NSIS: Update Russian translation (Andrei Stepanov)
- WINDOWS:  NSIS: Update Italian translation (Alessandro Simonelli)
- OTHER: Drop support for building with libtorrent < 1.2.11 (Vladimir Golovnev)


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/net/qbittorrent/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/net/qbittorrent/distinfo
cvs rdiff -u -r1.1 -r1.2 \
    pkgsrc/net/qbittorrent/patches/patch-src_CMakeLists.txt

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/qbittorrent/Makefile
diff -u pkgsrc/net/qbittorrent/Makefile:1.22 pkgsrc/net/qbittorrent/Makefile:1.23
--- pkgsrc/net/qbittorrent/Makefile:1.22        Fri Jan  1 09:52:38 2021
+++ pkgsrc/net/qbittorrent/Makefile     Wed Jan  6 14:27:45 2021
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2021/01/01 09:52:38 ryoon Exp $
+# $NetBSD: Makefile,v 1.23 2021/01/06 14:27:45 adam Exp $
 
-DISTNAME=      qbittorrent-4.3.1
-PKGREVISION=   2
+DISTNAME=      qbittorrent-4.3.2
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=qbittorrent/}
 GITHUB_PROJECT=        qBittorrent

Index: pkgsrc/net/qbittorrent/distinfo
diff -u pkgsrc/net/qbittorrent/distinfo:1.8 pkgsrc/net/qbittorrent/distinfo:1.9
--- pkgsrc/net/qbittorrent/distinfo:1.8 Thu Nov 26 09:32:16 2020
+++ pkgsrc/net/qbittorrent/distinfo     Wed Jan  6 14:27:45 2021
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.8 2020/11/26 09:32:16 adam Exp $
+$NetBSD: distinfo,v 1.9 2021/01/06 14:27:45 adam Exp $
 
-SHA1 (qbittorrent-4.3.1.tar.gz) = 392f0c1dc6aeb33821866c45767912856991f21b
-RMD160 (qbittorrent-4.3.1.tar.gz) = 7c871de7f1e042a53f313a39393edb23332fe1cc
-SHA512 (qbittorrent-4.3.1.tar.gz) = 078efb45ec65d7e1342624e71d11fc93516925b08084907266cb6154623bc8b817ecae0ce99489c48b294f8c94f5f6c5ea3f24a9a6ad005fe3249e2a67d0b815
-Size (qbittorrent-4.3.1.tar.gz) = 7836727 bytes
+SHA1 (qbittorrent-4.3.2.tar.gz) = 4eb631029c20bf691f3d4c51a55c7b68d35c3c33
+RMD160 (qbittorrent-4.3.2.tar.gz) = 79ad47db478662ca2d682c613bca8b9569f1a198
+SHA512 (qbittorrent-4.3.2.tar.gz) = 568cd961d97b4b3e2b654c121b6f696c4e1f222d61c0c622fef86eda4973ece7907745ff49ce78f65ff9a9e1ac29b3dd24fd2427e840e38315f0d36e312cd56c
+Size (qbittorrent-4.3.2.tar.gz) = 7867572 bytes
 SHA1 (patch-dist_CMakeLists.txt) = 2c426222aa168c24a2e39a665f3152eca848e4a8
-SHA1 (patch-src_CMakeLists.txt) = da19307bbf59edaa3fa41a71fe37bd956c0c4928
+SHA1 (patch-src_CMakeLists.txt) = 534447977b76939816a2549201e0fb9dd606b77d
 SHA1 (patch-src_app_CMakeLists.txt) = 3e9266cb05f635889c50ce75efc31b8365ccb41d
 SHA1 (patch-src_base_utils_fs.cpp) = 88355e2698f5298c597f2240e853238831eb7994

Index: pkgsrc/net/qbittorrent/patches/patch-src_CMakeLists.txt
diff -u pkgsrc/net/qbittorrent/patches/patch-src_CMakeLists.txt:1.1 pkgsrc/net/qbittorrent/patches/patch-src_CMakeLists.txt:1.2
--- pkgsrc/net/qbittorrent/patches/patch-src_CMakeLists.txt:1.1 Sat Nov 21 22:17:56 2020
+++ pkgsrc/net/qbittorrent/patches/patch-src_CMakeLists.txt     Wed Jan  6 14:27:45 2021
@@ -1,12 +1,12 @@
-$NetBSD: patch-src_CMakeLists.txt,v 1.1 2020/11/21 22:17:56 adam Exp $
+$NetBSD: patch-src_CMakeLists.txt,v 1.2 2021/01/06 14:27:45 adam Exp $
 
 Treat Darwin as any other UNIX.
 
---- src/CMakeLists.txt.orig    2020-10-23 09:30:31.000000000 +0000
+--- src/CMakeLists.txt.orig    2020-12-27 11:42:41.000000000 +0000
 +++ src/CMakeLists.txt
 @@ -1,4 +1,4 @@
 -if (UNIX AND (NOT APPLE) AND (NOT CYGWIN))
 +if (UNIX AND (NOT CYGWIN))
-     find_package(LibtorrentRasterbar QUIET ${requiredLibtorrentVersion} COMPONENTS torrent-rasterbar)
+     find_package(LibtorrentRasterbar QUIET ${minLibtorrentVersion} COMPONENTS torrent-rasterbar)
      if (NOT LibtorrentRasterbar_FOUND)
          include(FindPkgConfig)



Home | Main Index | Thread Index | Old Index