Updating net/qbittorrent from 4.3.5 to 4.3.6

Changelog:
https://github.com/qbittorrent/qBittorrent/blob/release-4.3.6/Changelog
Mostly bugfixes.

Removing patch related to zlib 1.2.3... We have 1.2.11 now !!
This commit is contained in:
mariani 2021-07-07 11:53:39 +00:00
parent 1d21d720ed
commit 0b29920275
7 changed files with 12 additions and 26 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile.inc,v 1.15 2021/05/25 18:20:43 mariani Exp $
# $OpenBSD: Makefile.inc,v 1.16 2021/07/07 11:53:39 mariani Exp $
# qmake picks up gcrypt.h even though it's unused
DPB_PROPERTIES = nojunk
VER = 4.3.5
VER = 4.3.6
DISTNAME = qbittorrent-${VER}
DIST_SUBDIR = qbittorrent

View File

@ -1,8 +1,7 @@
# $OpenBSD: Makefile,v 1.7 2021/06/09 19:50:09 sthen Exp $
# $OpenBSD: Makefile,v 1.8 2021/07/07 11:53:39 mariani Exp $
COMMENT = BitTorrent client with web interface
PKGNAME = qbittorrent-nox-${VER}
REVISION = 0
WANTLIB += ${COMPILER_LIBCXX} Qt5Core Qt5Network Qt5Xml boost_system
WANTLIB += boost_system-mt c crypto execinfo m ssl torrent-rasterbar z

View File

@ -1,2 +1,2 @@
SHA256 (qbittorrent/qbittorrent-4.3.5.tar.gz) = 3CrtmhW9lwicWMu00PB6LEw0lghS++SGjXmXbi2wOrY=
SIZE (qbittorrent/qbittorrent-4.3.5.tar.gz) = 8016819
SHA256 (qbittorrent/qbittorrent-4.3.6.tar.gz) = v/J4ftZbSULqu2nFYkyWyEgX36nYj6w9ff4n7frvaao=
SIZE (qbittorrent/qbittorrent-4.3.6.tar.gz) = 8365731

View File

@ -1,4 +1,4 @@
$OpenBSD: patch-configure_ac,v 1.2 2021/06/09 19:50:09 sthen Exp $
$OpenBSD: patch-configure_ac,v 1.3 2021/07/07 11:53:39 mariani Exp $
Index: configure.ac
--- configure.ac.orig
@ -16,7 +16,7 @@ Index: configure.ac
AC_MSG_CHECKING([whether OS is FreeBSD])
AS_IF([expr "$host_os" : ".*freebsd.*" > /dev/null],
[AC_MSG_RESULT([yes])
@@ -185,12 +191,12 @@ PKG_CHECK_MODULES(libtorrent,
@@ -185,7 +191,7 @@ PKG_CHECK_MODULES(libtorrent,
LIBS="$libtorrent_LIBS $LIBS"])
PKG_CHECK_MODULES(openssl,
@ -25,9 +25,3 @@ Index: configure.ac
[CXXFLAGS="$openssl_CFLAGS $CXXFLAGS"
LIBS="$openssl_LIBS $LIBS"])
PKG_CHECK_MODULES(zlib,
- [zlib >= 1.2.11],
+ [zlib >= 1.2.3],
[CXXFLAGS="$zlib_CFLAGS $CXXFLAGS"
LIBS="$zlib_LIBS $LIBS"])

View File

@ -1,7 +1,6 @@
# $OpenBSD: Makefile,v 1.13 2021/06/09 19:50:09 sthen Exp $
# $OpenBSD: Makefile,v 1.14 2021/07/07 11:53:39 mariani Exp $
COMMENT = BitTorrent client with Qt interface
REVISION = 0
WANTLIB += ${COMPILER_LIBCXX} Qt5Core Qt5Network Qt5Xml boost_system
WANTLIB += boost_system-mt c crypto execinfo m ssl torrent-rasterbar z

View File

@ -1,2 +1,2 @@
SHA256 (qbittorrent/qbittorrent-4.3.5.tar.gz) = 3CrtmhW9lwicWMu00PB6LEw0lghS++SGjXmXbi2wOrY=
SIZE (qbittorrent/qbittorrent-4.3.5.tar.gz) = 8016819
SHA256 (qbittorrent/qbittorrent-4.3.6.tar.gz) = v/J4ftZbSULqu2nFYkyWyEgX36nYj6w9ff4n7frvaao=
SIZE (qbittorrent/qbittorrent-4.3.6.tar.gz) = 8365731

View File

@ -1,4 +1,4 @@
$OpenBSD: patch-configure_ac,v 1.2 2021/06/09 19:50:09 sthen Exp $
$OpenBSD: patch-configure_ac,v 1.3 2021/07/07 11:53:39 mariani Exp $
Index: configure.ac
--- configure.ac.orig
@ -16,7 +16,7 @@ Index: configure.ac
AC_MSG_CHECKING([whether OS is FreeBSD])
AS_IF([expr "$host_os" : ".*freebsd.*" > /dev/null],
[AC_MSG_RESULT([yes])
@@ -185,12 +191,12 @@ PKG_CHECK_MODULES(libtorrent,
@@ -185,7 +191,7 @@ PKG_CHECK_MODULES(libtorrent,
LIBS="$libtorrent_LIBS $LIBS"])
PKG_CHECK_MODULES(openssl,
@ -25,9 +25,3 @@ Index: configure.ac
[CXXFLAGS="$openssl_CFLAGS $CXXFLAGS"
LIBS="$openssl_LIBS $LIBS"])
PKG_CHECK_MODULES(zlib,
- [zlib >= 1.2.11],
+ [zlib >= 1.2.3],
[CXXFLAGS="$zlib_CFLAGS $CXXFLAGS"
LIBS="$zlib_LIBS $LIBS"])