Bug 223113 - [update] net-p2p/qbittorrent: Update to 3.3.16
Summary: [update] net-p2p/qbittorrent: Update to 3.3.16
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Tobias C. Berner
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-10-19 12:08 UTC by Ralf van der Enden
Modified: 2017-10-21 10:09 UTC (History)
2 users (show)

See Also:
yuri: maintainer-feedback+


Attachments
Update to 3.3.16 (1.22 KB, patch)
2017-10-19 12:08 UTC, Ralf van der Enden
no flags Details | Diff
Update to 3.3.16 (and remove INSTALL_ICONS) (1.04 KB, patch)
2017-10-20 14:33 UTC, Ralf van der Enden
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ralf van der Enden 2017-10-19 12:08:02 UTC
Created attachment 187305 [details]
Update to 3.3.16

Moved INSTALL_ICONS within the .if ${WEB_GUI} block, because that's causing issues with the net-p2p/qbittorrent-nox port.

Changelog:
v3.3.16 changelog:

BUGFIX: Better memory footprint when using libtorrent 1.1.x. The cache is turned off by default(0 (disabled) value in the settings). The value -1 (auto) makes it use 1/8 of your RAM. (sledgehammer999)
BUGFIX: Skip user input events when adding torrent. Closes #7327. (glassez)
BUGFIX: Avoid memory leak in the speed graph. (Chocobo1)
WEBUI: Fix validating wrong header field. X-Forwarded-Host is a foreign proxy setting, it isn't the same as qbt's local setting and thus it makes no sense to verify it. Closes #7311. (Chocobo1)
WINDOWS: Fix connection problems when a specific interface/ip is configured. (sledgehammer999)
WINDOWS: Disable skipping of loopback interfaces. This fixes the absence of VPN tunnel interfaces under Windows and works around the QTBUG-32349. Fixes #7291. (Evengard)
WINDOWS: The installer detects the 64bit running process too. (vlakoff)
Comment 1 Tobias C. Berner freebsd_committer freebsd_triage 2017-10-19 17:15:24 UTC
Not sure if INSTALLS_ICONS is required. This is a Qt applications, not a gnome one.
Comment 2 Yuri Victorovich freebsd_committer freebsd_triage 2017-10-20 01:57:52 UTC
(In reply to Tobias C. Berner from comment #1)

Yes, INSTALL_ICONS needs to be removed.
Could you please remove it before committing?

Thank!
Yuri
Comment 3 Ralf van der Enden 2017-10-20 14:33:36 UTC
Created attachment 187328 [details]
Update to 3.3.16 (and remove INSTALL_ICONS)
Comment 4 Ralf van der Enden 2017-10-20 14:34:38 UTC
I've uploaded a new patch that removes the INSTALL_ICONS line.
Comment 5 commit-hook freebsd_committer freebsd_triage 2017-10-21 10:07:02 UTC
A commit references this bug:

Author: tcberner
Date: Sat Oct 21 10:06:25 UTC 2017
New revision: 452584
URL: https://svnweb.freebsd.org/changeset/ports/452584

Log:
  Update net-p2p/qbittorrent to 3.3.16

  * remove INSTALLS_ICONS as this is not a gnome port.
  * while here, switch to DISTVERSION

  PR:		223113
  Submitted by:	Ralf van der Enden <tremere@cainites.net>
  Approved by:	Yuri Victorovich <yuri@rawbw.com> (maintainer)

Changes:
  head/net-p2p/qbittorrent/Makefile
  head/net-p2p/qbittorrent/distinfo
Comment 6 Tobias C. Berner freebsd_committer freebsd_triage 2017-10-21 10:09:57 UTC
Committed. Thanks you two.