svn commit: r528801 - head/www/wt3

Tobias C. Berner tcberner at FreeBSD.org
Fri Mar 20 20:42:04 UTC 2020


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 <info at babaei.net>

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 at 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


More information about the svn-ports-head mailing list