From owner-svn-ports-head@freebsd.org Fri Mar 20 20:42:04 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9741C2728DD; Fri, 20 Mar 2020 20:42:04 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48kbL43WSyz41xs; Fri, 20 Mar 2020 20:42:04 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 731C2150F; Fri, 20 Mar 2020 20:42:04 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 02KKg4r3029541; Fri, 20 Mar 2020 20:42:04 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 02KKg309029539; Fri, 20 Mar 2020 20:42:03 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <202003202042.02KKg309029539@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Fri, 20 Mar 2020 20:42:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r528801 - head/www/wt3 X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: head/www/wt3 X-SVN-Commit-Revision: 528801 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Mar 2020 20:42:04 -0000 Author: tcberner Date: Fri Mar 20 20:42:03 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 Modified: head/www/wt3/Makefile head/www/wt3/distinfo head/www/wt3/pkg-plist Modified: head/www/wt3/Makefile ============================================================================== --- head/www/wt3/Makefile Fri Mar 20 20:34:29 2020 (r528800) +++ head/www/wt3/Makefile Fri Mar 20 20:42:03 2020 (r528801) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wt3 -PORTVERSION= 3.5.1 +PORTVERSION= 3.5.2 CATEGORIES= www MAINTAINER= info@babaei.net Modified: head/www/wt3/distinfo ============================================================================== --- head/www/wt3/distinfo Fri Mar 20 20:34:29 2020 (r528800) +++ head/www/wt3/distinfo Fri Mar 20 20:42:03 2020 (r528801) @@ -1,3 +1,3 @@ -TIMESTAMP = 1581629855 -SHA256 (emweb-wt-3.5.1_GH0.tar.gz) = 3521d3d019da65c782ccb1f90489c473c05596d32aeecf09b4ea81400e25ad66 -SIZE (emweb-wt-3.5.1_GH0.tar.gz) = 8663362 +TIMESTAMP = 1584488405 +SHA256 (emweb-wt-3.5.2_GH0.tar.gz) = 6a6aa7131759763bb18f8325b08638ab63ccaff5476ebfc7416bbda3a974f79f +SIZE (emweb-wt-3.5.2_GH0.tar.gz) = 8662374 Modified: head/www/wt3/pkg-plist ============================================================================== --- head/www/wt3/pkg-plist Fri Mar 20 20:34:29 2020 (r528800) +++ head/www/wt3/pkg-plist Fri Mar 20 20:42:03 2020 (r528801) @@ -371,25 +371,25 @@ include/Wt/WWebWidget include/Wt/WWidget include/Wt/WWidgetItem lib/libwt.so -lib/libwt.so.3.5.1 +lib/libwt.so.3.5.2 %%DBO%%lib/libwtdbo.so -%%DBO%%lib/libwtdbo.so.3.5.1 +%%DBO%%lib/libwtdbo.so.3.5.2 %%FIREBIRD%%lib/libwtdbofirebird.so -%%FIREBIRD%%lib/libwtdbofirebird.so.3.5.1 +%%FIREBIRD%%lib/libwtdbofirebird.so.3.5.2 %%MYSQL%%lib/libwtdbomysql.so -%%MYSQL%%lib/libwtdbomysql.so.3.5.1 +%%MYSQL%%lib/libwtdbomysql.so.3.5.2 %%POSTGRES%%lib/libwtdbopostgres.so -%%POSTGRES%%lib/libwtdbopostgres.so.3.5.1 +%%POSTGRES%%lib/libwtdbopostgres.so.3.5.2 %%SQLITE3%%lib/libwtdbosqlite3.so -%%SQLITE3%%lib/libwtdbosqlite3.so.3.5.1 +%%SQLITE3%%lib/libwtdbosqlite3.so.3.5.2 %%EXT%%lib/libwtext.so -%%EXT%%lib/libwtext.so.3.5.1 +%%EXT%%lib/libwtext.so.3.5.2 %%FCGI%%lib/libwtfcgi.so -%%FCGI%%lib/libwtfcgi.so.3.5.1 +%%FCGI%%lib/libwtfcgi.so.3.5.2 %%WTHTTP%%lib/libwthttp.so -%%WTHTTP%%lib/libwthttp.so.3.5.1 +%%WTHTTP%%lib/libwthttp.so.3.5.2 %%LIBWTTEST%%lib/libwttest.so -%%LIBWTTEST%%lib/libwttest.so.3.5.1 +%%LIBWTTEST%%lib/libwttest.so.3.5.2 %%RESOURCES%%share/Wt/resources/ajax-loading.gif %%RESOURCES%%share/Wt/resources/calendar_edit.png %%RESOURCES%%share/Wt/resources/collapse-rtl.gif