Bug 244875 - www/wt3: Update to v3.5.2
Summary: www/wt3: Update to v3.5.2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Many People
Assignee: Tobias C. Berner
URL: https://webtoolkit.eu/wt/wt3/doc/refe...
Keywords: buildisok, needs-qa, security
Depends on:
Blocks:
 
Reported: 2020-03-18 00:17 UTC by Mohammad S. Babaei
Modified: 2020-03-20 20:42 UTC (History)
2 users (show)

See Also:


Attachments
www/wt3 v3.5.1 to v3.5.2 patch file (2.16 KB, patch)
2020-03-18 00:17 UTC, Mohammad S. Babaei
info: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mohammad S. Babaei 2020-03-18 00:17:11 UTC
Created attachment 212482 [details]
www/wt3 v3.5.1 to v3.5.2 patch file

Release 3.5.2 (March 16, 2020)

This release fixes the following issues:

    Security-related: in Wt::Auth the lost password email would be sent to the email address provided in the form, rather than the user's configured email address. While we treat email addresses as case insensitive, it is possible that the mail server may not, and that could potentially be used to steal an account. It is however quite rare for email services to be case sensitive.
    Issue #7439: ensure that tooltips are always on top, even inside of a dialog.
    Issue #7448: fixed compilation error on recent versions of MinGW, by using the gmtime_s function on Windows.
    Issue #7447: fixed text format being reset when the text of a WAnchor is cleared.
    Fix for WLeafletMap issue that was reported on the forum: signals would get unexposed when options were changed.
    Issue #7457: moved call to WApplication::require() to the constructor, since calling it in the render function may cause issues.
    Fixes for WVirtualImage:
        Do not render zero width or zero height images. This was possible when imageWidth or imageHeight was a multiple of the gridImageSize.
        Fixed scrollTo() when the image is narrower than the viewport: scrollTo(0, 0) would not put (0, 0) at the top left when the image was narrower (or taller) than the viewport.
    Issue #7480: prefix Wt's crypt functions to fix issues when linking with libxcrypt.
    Issue #7468: fixed panning not working properly for a WCartesianChart with plain tooltips.
    Issue #7482: lastId_ in Postgres backend should be long long.
    Issue #6774: misc. WTreeView fixes.
Comment 1 Kubilay Kocak freebsd_committer freebsd_triage 2020-03-18 00:23:49 UTC
^Triage: Bugfix and security release, VuXML entry and MFH
Comment 2 Automation User 2020-03-18 01:24:28 UTC
Build info is available at https://gitlab.com/swills/freebsd-ports/pipelines/127229163
Comment 3 commit-hook freebsd_committer freebsd_triage 2020-03-20 20:42:10 UTC
A commit references this bug:

Author: tcberner
Date: Fri Mar 20 20:42:04 UTC 2020
New revision: 528801
URL: https://svnweb.freebsd.org/changeset/ports/528801

Log:
  www/wt3: Update to v3.5.2

  Release 3.5.2 (March 16, 2020)

  This release fixes the following issues:

      Security-related: in Wt::Auth the lost password email would be sent to the
      email address provided in the form, rather than the user's configured email
      address. While we treat email addresses as case insensitive, it is possible
      that the mail server may not, and that could potentially be used to steal
      an account. It is however quite rare for email services to be case
      sensitive.

      Issue #7439: ensure that tooltips are always on top, even inside of a
      dialog.

      Issue #7448: fixed compilation error on recent versions of MinGW, by using
      the gmtime_s function on Windows.

      Issue #7447: fixed text format being reset when the text of a WAnchor is
      cleared.

      Fix for WLeafletMap issue that was reported on the forum: signals would get
      unexposed when options were changed.

      Issue #7457: moved call to WApplication::require() to the constructor,
      since calling it in the render function may cause issues.

      Fixes for WVirtualImage:
  	Do not render zero width or zero height images. This was possible when
  	imageWidth or imageHeight was a multiple of the gridImageSize.

  	Fixed scrollTo() when the image is narrower than the viewport:
  	scrollTo(0, 0) would not put (0, 0) at the top left when the image was
  	narrower (or taller) than the viewport.

      Issue #7480: prefix Wt's crypt functions to fix issues when linking with
      libxcrypt.

      Issue #7468: fixed panning not working properly for a WCartesianChart with
      plain tooltips.

      Issue #7482: lastId_ in Postgres backend should be long long.

      Issue #6774: misc. WTreeView fixes.

  PR:		244875
  Submitted by:	Mohammad S. Babaei <info@babaei.net>

Changes:
  head/www/wt3/Makefile
  head/www/wt3/distinfo
  head/www/wt3/pkg-plist
Comment 4 Tobias C. Berner freebsd_committer freebsd_triage 2020-03-20 20:42:35 UTC
Committed. Thanks.