Changlelog: https://github.com/qbittorrent/qBittorrent/blob/release-4.3.5/Changelog
New minimum versions are requested to build (zlib>=1.2.11 and openssl>=1.1.1). The 'configure' file has been modified accordingly. Thanks to namn@ for the work on updating net/libtorrent-rasterbar that was needed to send this update. Tested on amd64 Cheers. Elias mariani@ Index: Makefile.inc =================================================================== RCS file: /cvs/ports/net/qbittorrent/Makefile.inc,v retrieving revision 1.14 diff -u -p -r1.14 Makefile.inc --- Makefile.inc 2 Dec 2020 22:33:17 -0000 1.14 +++ Makefile.inc 24 May 2021 07:00:39 -0000 @@ -3,7 +3,7 @@ # qmake picks up gcrypt.h even though it's unused DPB_PROPERTIES = nojunk -VER = 4.3.1 +VER = 4.3.5 DISTNAME = qbittorrent-${VER} DIST_SUBDIR = qbittorrent Index: qbittorrent/distinfo =================================================================== RCS file: /cvs/ports/net/qbittorrent/qbittorrent/distinfo,v retrieving revision 1.11 diff -u -p -r1.11 distinfo --- qbittorrent/distinfo 2 Dec 2020 22:33:17 -0000 1.11 +++ qbittorrent/distinfo 24 May 2021 07:00:39 -0000 @@ -1,2 +1,2 @@ -SHA256 (qbittorrent/qbittorrent-4.3.1.tar.gz) = VQpJb1xzzVep1/Ct2uMGFgu7Qf1R8dBXYxVFViDmsPE= -SIZE (qbittorrent/qbittorrent-4.3.1.tar.gz) = 7864145 +SHA256 (qbittorrent/qbittorrent-4.3.5.tar.gz) = 3CrtmhW9lwicWMu00PB6LEw0lghS++SGjXmXbi2wOrY= +SIZE (qbittorrent/qbittorrent-4.3.5.tar.gz) = 8016819 Index: qbittorrent/patches/patch-configure =================================================================== RCS file: /cvs/ports/net/qbittorrent/qbittorrent/patches/patch-configure,v retrieving revision 1.3 diff -u -p -r1.3 patch-configure --- qbittorrent/patches/patch-configure 6 Feb 2020 20:00:18 -0000 1.3 +++ qbittorrent/patches/patch-configure 24 May 2021 07:00:39 -0000 @@ -3,52 +3,102 @@ $OpenBSD: patch-configure,v 1.3 2020/02/ Index: configure --- configure.orig +++ configure -@@ -5478,12 +5478,12 @@ if test -n "$zlib_CFLAGS"; then +@@ -6447,12 +6447,12 @@ if test -n "$openssl_CFLAGS"; then + pkg_cv_openssl_CFLAGS="$openssl_CFLAGS" + elif test -n "$PKG_CONFIG"; then + if test -n "$PKG_CONFIG" && \ +- { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"openssl >= 1.1.1\""; } >&5 +- ($PKG_CONFIG --exists --print-errors "openssl >= 1.1.1") 2>&5 ++ { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"openssl >= 1.0.0\""; } >&5 ++ ($PKG_CONFIG --exists --print-errors "openssl >= 1.0.0") 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then +- pkg_cv_openssl_CFLAGS=`$PKG_CONFIG --cflags "openssl >= 1.1.1" 2>/dev/null` ++ pkg_cv_openssl_CFLAGS=`$PKG_CONFIG --cflags "openssl >= 1.0.0" 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes + else + pkg_failed=yes +@@ -6464,12 +6464,12 @@ if test -n "$openssl_LIBS"; then + pkg_cv_openssl_LIBS="$openssl_LIBS" + elif test -n "$PKG_CONFIG"; then + if test -n "$PKG_CONFIG" && \ +- { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"openssl >= 1.1.1\""; } >&5 +- ($PKG_CONFIG --exists --print-errors "openssl >= 1.1.1") 2>&5 ++ { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"openssl >= 1.0.0\""; } >&5 ++ ($PKG_CONFIG --exists --print-errors "openssl >= 1.0.0") 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then +- pkg_cv_openssl_LIBS=`$PKG_CONFIG --libs "openssl >= 1.1.1" 2>/dev/null` ++ pkg_cv_openssl_LIBS=`$PKG_CONFIG --libs "openssl >= 1.0.0" 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes + else + pkg_failed=yes +@@ -6490,14 +6490,14 @@ else + _pkg_short_errors_supported=no + fi + if test $_pkg_short_errors_supported = yes; then +- openssl_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "openssl >= 1.1.1" 2>&1` ++ openssl_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "openssl >= 1.0.0" 2>&1` + else +- openssl_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "openssl >= 1.1.1" 2>&1` ++ openssl_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "openssl >= 1.0.0" 2>&1` + fi + # Put the nasty error message in config.log where it belongs + echo "$openssl_PKG_ERRORS" >&5 + +- as_fn_error $? "Package requirements (openssl >= 1.1.1) were not met: ++ as_fn_error $? "Package requirements (openssl >= 1.0.0) were not met: + + $openssl_PKG_ERRORS + +@@ -6540,12 +6540,12 @@ if test -n "$zlib_CFLAGS"; then pkg_cv_zlib_CFLAGS="$zlib_CFLAGS" elif test -n "$PKG_CONFIG"; then if test -n "$PKG_CONFIG" && \ -- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"zlib >= 1.2.5.2\""; } >&5 -- ($PKG_CONFIG --exists --print-errors "zlib >= 1.2.5.2") 2>&5 -+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"zlib >= 1.2.3\""; } >&5 +- { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"zlib >= 1.2.11\""; } >&5 +- ($PKG_CONFIG --exists --print-errors "zlib >= 1.2.11") 2>&5 ++ { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"zlib >= 1.2.3\""; } >&5 + ($PKG_CONFIG --exists --print-errors "zlib >= 1.2.3") 2>&5 ac_status=$? - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then -- pkg_cv_zlib_CFLAGS=`$PKG_CONFIG --cflags "zlib >= 1.2.5.2" 2>/dev/null` +- pkg_cv_zlib_CFLAGS=`$PKG_CONFIG --cflags "zlib >= 1.2.11" 2>/dev/null` + pkg_cv_zlib_CFLAGS=`$PKG_CONFIG --cflags "zlib >= 1.2.3" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes else pkg_failed=yes -@@ -5495,12 +5495,12 @@ if test -n "$zlib_LIBS"; then +@@ -6557,12 +6557,12 @@ if test -n "$zlib_LIBS"; then pkg_cv_zlib_LIBS="$zlib_LIBS" elif test -n "$PKG_CONFIG"; then if test -n "$PKG_CONFIG" && \ -- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"zlib >= 1.2.5.2\""; } >&5 -- ($PKG_CONFIG --exists --print-errors "zlib >= 1.2.5.2") 2>&5 -+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"zlib >= 1.2.3\""; } >&5 +- { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"zlib >= 1.2.11\""; } >&5 +- ($PKG_CONFIG --exists --print-errors "zlib >= 1.2.11") 2>&5 ++ { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"zlib >= 1.2.3\""; } >&5 + ($PKG_CONFIG --exists --print-errors "zlib >= 1.2.3") 2>&5 ac_status=$? - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then -- pkg_cv_zlib_LIBS=`$PKG_CONFIG --libs "zlib >= 1.2.5.2" 2>/dev/null` +- pkg_cv_zlib_LIBS=`$PKG_CONFIG --libs "zlib >= 1.2.11" 2>/dev/null` + pkg_cv_zlib_LIBS=`$PKG_CONFIG --libs "zlib >= 1.2.3" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes else pkg_failed=yes -@@ -5521,14 +5521,14 @@ else +@@ -6583,14 +6583,14 @@ else _pkg_short_errors_supported=no fi if test $_pkg_short_errors_supported = yes; then -- zlib_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "zlib >= 1.2.5.2" 2>&1` +- zlib_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "zlib >= 1.2.11" 2>&1` + zlib_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "zlib >= 1.2.3" 2>&1` else -- zlib_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "zlib >= 1.2.5.2" 2>&1` +- zlib_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "zlib >= 1.2.11" 2>&1` + zlib_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "zlib >= 1.2.3" 2>&1` fi # Put the nasty error message in config.log where it belongs echo "$zlib_PKG_ERRORS" >&5 -- as_fn_error $? "Package requirements (zlib >= 1.2.5.2) were not met: +- as_fn_error $? "Package requirements (zlib >= 1.2.11) were not met: + as_fn_error $? "Package requirements (zlib >= 1.2.3) were not met: $zlib_PKG_ERRORS Index: qbittorrent-nox/distinfo =================================================================== RCS file: /cvs/ports/net/qbittorrent/qbittorrent-nox/distinfo,v retrieving revision 1.11 diff -u -p -r1.11 distinfo --- qbittorrent-nox/distinfo 2 Dec 2020 22:33:17 -0000 1.11 +++ qbittorrent-nox/distinfo 24 May 2021 07:00:39 -0000 @@ -1,2 +1,2 @@ -SHA256 (qbittorrent/qbittorrent-4.3.1.tar.gz) = VQpJb1xzzVep1/Ct2uMGFgu7Qf1R8dBXYxVFViDmsPE= -SIZE (qbittorrent/qbittorrent-4.3.1.tar.gz) = 7864145 +SHA256 (qbittorrent/qbittorrent-4.3.5.tar.gz) = 3CrtmhW9lwicWMu00PB6LEw0lghS++SGjXmXbi2wOrY= +SIZE (qbittorrent/qbittorrent-4.3.5.tar.gz) = 8016819 Index: qbittorrent-nox/patches/patch-configure =================================================================== RCS file: /cvs/ports/net/qbittorrent/qbittorrent-nox/patches/patch-configure,v retrieving revision 1.3 diff -u -p -r1.3 patch-configure --- qbittorrent-nox/patches/patch-configure 6 Feb 2020 20:00:18 -0000 1.3 +++ qbittorrent-nox/patches/patch-configure 24 May 2021 07:00:39 -0000 @@ -3,52 +3,102 @@ $OpenBSD: patch-configure,v 1.3 2020/02/ Index: configure --- configure.orig +++ configure -@@ -5478,12 +5478,12 @@ if test -n "$zlib_CFLAGS"; then +@@ -6447,12 +6447,12 @@ if test -n "$openssl_CFLAGS"; then + pkg_cv_openssl_CFLAGS="$openssl_CFLAGS" + elif test -n "$PKG_CONFIG"; then + if test -n "$PKG_CONFIG" && \ +- { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"openssl >= 1.1.1\""; } >&5 +- ($PKG_CONFIG --exists --print-errors "openssl >= 1.1.1") 2>&5 ++ { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"openssl >= 1.0.0\""; } >&5 ++ ($PKG_CONFIG --exists --print-errors "openssl >= 1.0.0") 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then +- pkg_cv_openssl_CFLAGS=`$PKG_CONFIG --cflags "openssl >= 1.1.1" 2>/dev/null` ++ pkg_cv_openssl_CFLAGS=`$PKG_CONFIG --cflags "openssl >= 1.0.0" 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes + else + pkg_failed=yes +@@ -6464,12 +6464,12 @@ if test -n "$openssl_LIBS"; then + pkg_cv_openssl_LIBS="$openssl_LIBS" + elif test -n "$PKG_CONFIG"; then + if test -n "$PKG_CONFIG" && \ +- { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"openssl >= 1.1.1\""; } >&5 +- ($PKG_CONFIG --exists --print-errors "openssl >= 1.1.1") 2>&5 ++ { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"openssl >= 1.0.0\""; } >&5 ++ ($PKG_CONFIG --exists --print-errors "openssl >= 1.0.0") 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then +- pkg_cv_openssl_LIBS=`$PKG_CONFIG --libs "openssl >= 1.1.1" 2>/dev/null` ++ pkg_cv_openssl_LIBS=`$PKG_CONFIG --libs "openssl >= 1.0.0" 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes + else + pkg_failed=yes +@@ -6490,14 +6490,14 @@ else + _pkg_short_errors_supported=no + fi + if test $_pkg_short_errors_supported = yes; then +- openssl_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "openssl >= 1.1.1" 2>&1` ++ openssl_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "openssl >= 1.0.0" 2>&1` + else +- openssl_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "openssl >= 1.1.1" 2>&1` ++ openssl_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "openssl >= 1.0.0" 2>&1` + fi + # Put the nasty error message in config.log where it belongs + echo "$openssl_PKG_ERRORS" >&5 + +- as_fn_error $? "Package requirements (openssl >= 1.1.1) were not met: ++ as_fn_error $? "Package requirements (openssl >= 1.0.0) were not met: + + $openssl_PKG_ERRORS + +@@ -6540,12 +6540,12 @@ if test -n "$zlib_CFLAGS"; then pkg_cv_zlib_CFLAGS="$zlib_CFLAGS" elif test -n "$PKG_CONFIG"; then if test -n "$PKG_CONFIG" && \ -- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"zlib >= 1.2.5.2\""; } >&5 -- ($PKG_CONFIG --exists --print-errors "zlib >= 1.2.5.2") 2>&5 -+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"zlib >= 1.2.3\""; } >&5 +- { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"zlib >= 1.2.11\""; } >&5 +- ($PKG_CONFIG --exists --print-errors "zlib >= 1.2.11") 2>&5 ++ { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"zlib >= 1.2.3\""; } >&5 + ($PKG_CONFIG --exists --print-errors "zlib >= 1.2.3") 2>&5 ac_status=$? - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then -- pkg_cv_zlib_CFLAGS=`$PKG_CONFIG --cflags "zlib >= 1.2.5.2" 2>/dev/null` +- pkg_cv_zlib_CFLAGS=`$PKG_CONFIG --cflags "zlib >= 1.2.11" 2>/dev/null` + pkg_cv_zlib_CFLAGS=`$PKG_CONFIG --cflags "zlib >= 1.2.3" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes else pkg_failed=yes -@@ -5495,12 +5495,12 @@ if test -n "$zlib_LIBS"; then +@@ -6557,12 +6557,12 @@ if test -n "$zlib_LIBS"; then pkg_cv_zlib_LIBS="$zlib_LIBS" elif test -n "$PKG_CONFIG"; then if test -n "$PKG_CONFIG" && \ -- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"zlib >= 1.2.5.2\""; } >&5 -- ($PKG_CONFIG --exists --print-errors "zlib >= 1.2.5.2") 2>&5 -+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"zlib >= 1.2.3\""; } >&5 +- { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"zlib >= 1.2.11\""; } >&5 +- ($PKG_CONFIG --exists --print-errors "zlib >= 1.2.11") 2>&5 ++ { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"zlib >= 1.2.3\""; } >&5 + ($PKG_CONFIG --exists --print-errors "zlib >= 1.2.3") 2>&5 ac_status=$? - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then -- pkg_cv_zlib_LIBS=`$PKG_CONFIG --libs "zlib >= 1.2.5.2" 2>/dev/null` +- pkg_cv_zlib_LIBS=`$PKG_CONFIG --libs "zlib >= 1.2.11" 2>/dev/null` + pkg_cv_zlib_LIBS=`$PKG_CONFIG --libs "zlib >= 1.2.3" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes else pkg_failed=yes -@@ -5521,14 +5521,14 @@ else +@@ -6583,14 +6583,14 @@ else _pkg_short_errors_supported=no fi if test $_pkg_short_errors_supported = yes; then -- zlib_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "zlib >= 1.2.5.2" 2>&1` +- zlib_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "zlib >= 1.2.11" 2>&1` + zlib_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "zlib >= 1.2.3" 2>&1` else -- zlib_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "zlib >= 1.2.5.2" 2>&1` +- zlib_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "zlib >= 1.2.11" 2>&1` + zlib_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "zlib >= 1.2.3" 2>&1` fi # Put the nasty error message in config.log where it belongs echo "$zlib_PKG_ERRORS" >&5 -- as_fn_error $? "Package requirements (zlib >= 1.2.5.2) were not met: +- as_fn_error $? "Package requirements (zlib >= 1.2.11) were not met: + as_fn_error $? "Package requirements (zlib >= 1.2.3) were not met: $zlib_PKG_ERRORS