svn commit: r528800 - head/www/wt
Tobias C. Berner
tcberner at FreeBSD.org
Fri Mar 20 20:34:30 UTC 2020
Author: tcberner
Date: Fri Mar 20 20:34:29 2020
New Revision: 528800
URL: https://svnweb.freebsd.org/changeset/ports/528800
Log:
www/wt: Update to v4.2.2
Release 4.2.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, and also set C code's default visibility to hidden.
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.
Fixed use after free caused by order of destruction in WWebWidget
destructor.
PR: 244876
Submitted by: Mohammad S. Babaei <info at babaei.net> (maintainer)
Modified:
head/www/wt/Makefile
head/www/wt/distinfo
head/www/wt/pkg-plist
Modified: head/www/wt/Makefile
==============================================================================
--- head/www/wt/Makefile Fri Mar 20 20:28:33 2020 (r528799)
+++ head/www/wt/Makefile Fri Mar 20 20:34:29 2020 (r528800)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= wt
-DISTVERSION= 4.2.1
+DISTVERSION= 4.2.2
CATEGORIES= www
MAINTAINER= info at babaei.net
Modified: head/www/wt/distinfo
==============================================================================
--- head/www/wt/distinfo Fri Mar 20 20:28:33 2020 (r528799)
+++ head/www/wt/distinfo Fri Mar 20 20:34:29 2020 (r528800)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1581631612
-SHA256 (emweb-wt-4.2.1_GH0.tar.gz) = c66db8479b69ab2f3e0b679ae9e5f7356eacfff92f512d2af24575fb491854c7
-SIZE (emweb-wt-4.2.1_GH0.tar.gz) = 8751010
+TIMESTAMP = 1584489546
+SHA256 (emweb-wt-4.2.2_GH0.tar.gz) = f42bf692b15e33a182f2781a066c9b0663e77aab1455b992e1fc4fc83dac78a5
+SIZE (emweb-wt-4.2.2_GH0.tar.gz) = 8755527
Modified: head/www/wt/pkg-plist
==============================================================================
--- head/www/wt/pkg-plist Fri Mar 20 20:28:33 2020 (r528799)
+++ head/www/wt/pkg-plist Fri Mar 20 20:34:29 2020 (r528800)
@@ -382,23 +382,23 @@ lib/cmake/wt/wt-config-version.cmake
lib/cmake/wt/wt-target-wt-release.cmake
lib/cmake/wt/wt-target-wt.cmake
lib/libwt.so
-lib/libwt.so.4.2.1
+lib/libwt.so.4.2.2
%%DBO%%lib/libwtdbo.so
-%%DBO%%lib/libwtdbo.so.4.2.1
+%%DBO%%lib/libwtdbo.so.4.2.2
%%FIREBIRD%%lib/libwtdbofirebird.so
-%%FIREBIRD%%lib/libwtdbofirebird.so.4.2.1
+%%FIREBIRD%%lib/libwtdbofirebird.so.4.2.2
%%MYSQL%%lib/libwtdbomysql.so
-%%MYSQL%%lib/libwtdbomysql.so.4.2.1
+%%MYSQL%%lib/libwtdbomysql.so.4.2.2
%%POSTGRES%%lib/libwtdbopostgres.so
-%%POSTGRES%%lib/libwtdbopostgres.so.4.2.1
+%%POSTGRES%%lib/libwtdbopostgres.so.4.2.2
%%SQLITE3%%lib/libwtdbosqlite3.so
-%%SQLITE3%%lib/libwtdbosqlite3.so.4.2.1
+%%SQLITE3%%lib/libwtdbosqlite3.so.4.2.2
%%FCGI%%lib/libwtfcgi.so
-%%FCGI%%lib/libwtfcgi.so.4.2.1
+%%FCGI%%lib/libwtfcgi.so.4.2.2
%%WTHTTP%%lib/libwthttp.so
-%%WTHTTP%%lib/libwthttp.so.4.2.1
+%%WTHTTP%%lib/libwthttp.so.4.2.2
%%LIBWTTEST%%lib/libwttest.so
-%%LIBWTTEST%%lib/libwttest.so.4.2.1
+%%LIBWTTEST%%lib/libwttest.so.4.2.2
%%RESOURCES%%share/Wt/resources/ajax-loading.gif
%%RESOURCES%%share/Wt/resources/collapse-rtl.gif
%%RESOURCES%%share/Wt/resources/collapse.gif
More information about the svn-ports-all
mailing list