Update net/qbittorrent 4.3.0.1 to 4.3.1
Changelog:
https://github.com/qbittorrent/qBittorrent/blob/release-4.3.1/Changelog
Tested OK on amd64.
Comments ?
OKs ?
Cheers
Elias mariani@
Index: Makefile.inc
===================================================================
RCS file: /cvs/ports/net/qbittorrent/Makefile.inc,v
retrieving revision 1.13
diff -u -p -r1.13 Makefile.inc
--- Makefile.inc 25 Oct 2020 22:36:41 -0000 1.13
+++ Makefile.inc 28 Nov 2020 03:43:45 -0000
@@ -3,7 +3,7 @@
# qmake picks up gcrypt.h even though it's unused
DPB_PROPERTIES = nojunk
-VER = 4.3.0.1
+VER = 4.3.1
DISTNAME = qbittorrent-${VER}
DIST_SUBDIR = qbittorrent
Index: qbittorrent/distinfo
===================================================================
RCS file: /cvs/ports/net/qbittorrent/qbittorrent/distinfo,v
retrieving revision 1.10
diff -u -p -r1.10 distinfo
--- qbittorrent/distinfo 25 Oct 2020 22:36:41 -0000 1.10
+++ qbittorrent/distinfo 28 Nov 2020 03:43:45 -0000
@@ -1,2 +1,2 @@
-SHA256 (qbittorrent/qbittorrent-4.3.0.1.tar.gz) = /ZovuqFJEUmpXNeTZuZyj7P6uvt2jlHRdIcw8gI8r+Q=
-SIZE (qbittorrent/qbittorrent-4.3.0.1.tar.gz) = 7781412
+SHA256 (qbittorrent/qbittorrent-4.3.1.tar.gz) = VQpJb1xzzVep1/Ct2uMGFgu7Qf1R8dBXYxVFViDmsPE=
+SIZE (qbittorrent/qbittorrent-4.3.1.tar.gz) = 7864145
Index: qbittorrent/patches/patch-src_base_utils_gzip_cpp
===================================================================
RCS file: /cvs/ports/net/qbittorrent/qbittorrent/patches/patch-src_base_utils_gzip_cpp,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 patch-src_base_utils_gzip_cpp
--- qbittorrent/patches/patch-src_base_utils_gzip_cpp 17 Sep 2018 09:56:29 -0000 1.1.1.1
+++ qbittorrent/patches/patch-src_base_utils_gzip_cpp 28 Nov 2020 03:43:45 -0000
@@ -12,7 +12,7 @@ Index: src/base/utils/gzip.cpp
strm.avail_in = uInt(data.size());
strm.next_out = reinterpret_cast<Bytef *>(tmpBuf.data());
strm.avail_out = BUFSIZE;
-@@ -110,7 +110,7 @@ QByteArray Utils::Gzip::decompress(const QByteArray &d
+@@ -113,7 +113,7 @@ QByteArray Utils::Gzip::decompress(const QByteArray &d
strm.zalloc = Z_NULL;
strm.zfree = Z_NULL;
strm.opaque = Z_NULL;
Index: qbittorrent-nox/distinfo
===================================================================
RCS file: /cvs/ports/net/qbittorrent/qbittorrent-nox/distinfo,v
retrieving revision 1.10
diff -u -p -r1.10 distinfo
--- qbittorrent-nox/distinfo 25 Oct 2020 22:36:41 -0000 1.10
+++ qbittorrent-nox/distinfo 28 Nov 2020 03:43:45 -0000
@@ -1,2 +1,2 @@
-SHA256 (qbittorrent/qbittorrent-4.3.0.1.tar.gz) = /ZovuqFJEUmpXNeTZuZyj7P6uvt2jlHRdIcw8gI8r+Q=
-SIZE (qbittorrent/qbittorrent-4.3.0.1.tar.gz) = 7781412
+SHA256 (qbittorrent/qbittorrent-4.3.1.tar.gz) = VQpJb1xzzVep1/Ct2uMGFgu7Qf1R8dBXYxVFViDmsPE=
+SIZE (qbittorrent/qbittorrent-4.3.1.tar.gz) = 7864145
Index: qbittorrent-nox/patches/patch-src_base_utils_gzip_cpp
===================================================================
RCS file: /cvs/ports/net/qbittorrent/qbittorrent-nox/patches/patch-src_base_utils_gzip_cpp,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 patch-src_base_utils_gzip_cpp
--- qbittorrent-nox/patches/patch-src_base_utils_gzip_cpp 17 Sep 2018 09:56:29 -0000 1.1.1.1
+++ qbittorrent-nox/patches/patch-src_base_utils_gzip_cpp 28 Nov 2020 03:43:45 -0000
@@ -12,7 +12,7 @@ Index: src/base/utils/gzip.cpp
strm.avail_in = uInt(data.size());
strm.next_out = reinterpret_cast<Bytef *>(tmpBuf.data());
strm.avail_out = BUFSIZE;
-@@ -110,7 +110,7 @@ QByteArray Utils::Gzip::decompress(const QByteArray &d
+@@ -113,7 +113,7 @@ QByteArray Utils::Gzip::decompress(const QByteArray &d
strm.zalloc = Z_NULL;
strm.zfree = Z_NULL;
strm.opaque = Z_NULL;
No comments:
Post a Comment