Created attachment 220757 [details] www/wt v3.7.0 to v3.7.1 patch file Release 3.7.1 (December 15, 2020) Bug fixes Issue #6367: fixed issue where wthttp would no longer accept new connections when an error occurred while accepting a connection, e.g. if the open file limit was reached. Fixed visibility of OAuthProcess and OAuthAccessToken. Fixed issues #6548 and #7749: URL parameters were being parsed more than once for file uploads, causing a rapid accumulation of duplicate values during uploads, and potentially causing segmentation faults. The wtwithqt example was also updated so that it properly waits for condition variables in a loop, to deal with spurious wakeups. Also fixed a potential use-after-free when updating resource progress. Fixed an issue where the HTTP Client would wait indefinitely for data when Content-Length is zero. WebSockets: If a bad value for server_max_window_bits or client_max_window_bits was encountered, this would cause an uncaught exception and a crash. This is now handled properly. Fixed issue #7677: when a font could not be loaded in WPdfImage, this would throw an uncaught exception. This was changed to logging an error. Fixed issue #7719: Wt::asString did not properly handle unsigned long. PR #166: fixed mandelbrot example: missing call to done(). Fixed an issue where WMediaPlayer would not get properly loaded when reload-is-new-session is false, and the page is refreshed.
^Triage: If there is a changelog or release notes URL available for this version, please add it to the URL field. ^Triage: maintainer-update is not needed. ^Triage: Please set the maintainer-approval attachment flag (to +) on patches for ports you maintain to signify approval. -- Attachment -> Details -> maintainer-approval [+] Thanks!
Sorry about the maintainer approval forgot to do that. I am afraid I don't know what do you mean by the 'URL field'? Do you mean in the bugzilla's issue?
Committed, Thanks!
A commit references this bug: Author: fernape Date: Wed Dec 23 06:33:49 UTC 2020 New revision: 558965 URL: https://svnweb.freebsd.org/changeset/ports/558965 Log: www/wt3: update to 3.7.1 ChangeLog: https://www.webtoolkit.eu/wt/wt3/doc/reference/html/Releasenotes.html PR: 251999 Submitted by: info@babaei.net (maintainer) Changes: head/www/wt3/Makefile head/www/wt3/distinfo head/www/wt3/pkg-plist