head 1.2; access; symbols pkgsrc-2026Q1:1.1.0.10 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.8 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.6 pkgsrc-2025Q3-base:1.1 pkgsrc-2025Q2:1.1.0.4 pkgsrc-2025Q2-base:1.1 pkgsrc-2025Q1:1.1.0.2 pkgsrc-2025Q1-base:1.1; locks; strict; comment @# @; 1.2 date 2026.05.05.15.20.13; author ktnb; state Exp; branches; next 1.1; commitid zKeMYcEMEXFNDDEG; 1.1 date 2025.01.31.14.33.17; author micha; state Exp; branches; next ; commitid NI0iow3gUj768EHF; desc @@ 1.2 log @dillo: update to 3.3.0 Packaging: - Most patches have been removed thanks to leot@@'s patches being merged upstream! Upstream: - Add optional support for brotli (br) content encoding. - Add about:keys to display current keyboard shortcuts. - Control + left click opens links in new tab (emulates mouse middle button). - Ctrl+C copies selected text into the clipboard so Ctrl+V works as expected. - Enable IPv6 support by default if supported by the platform. - Focus the N-th tab with the Alt+ shortcut. - Fix vsource dpi infinite loop on musl due to unescaped "%" printf format. - Add about:cache and about:dicache pages to show internal cache details. - Add mojeek search engine with shortcut "mj". - Hide form elements (like buttons and inputs) with display:none in CSS. - Increase margin in location bar to make it easier to select with the mouse. - Navigate back and forward with mouse buttons. - Fix OAuth login by allowing cookies in root 30X redirects. - Add support for remote control via a UNIX socket (enabled by default, disable with --disable-control-socket). - Add new dilloc program to remote control dillo from the command line. - Set DILLO_PID variable when executing actions so dilloc can read it. - Add support for "page_action" option to define custom entries in the page menu to run programs or scripts. - Add "mark_unloaded_images" option to show a border in images not loaded, so they are easier to see. - Fix segfault on CurveBall TLS test with LibreSSL. - Match complete search prefixes in "search_url" to avoid partial matches. - Add "trace_http" option to debug HTTP traffic. - Avoid cached responses when submitting forms. - Fix cookie Max-Age parsing using the epoch instead of the local timezone. - Add experimental FLTK >= 1.4 support with the --enable-experimental-fltk configure flag. - Middle click on back or forward button opens page in new tab. - Add support for Content-Disposition header to set the filename. - Fix build in NetBSD and avoid ctype(3) incorrect sign extension. - Fix use-after-free in HTTP server and OpenSSL connection dialog. @ text @$NetBSD: patch-dillo-install-hyphenation,v 1.1 2025/01/31 14:33:17 micha Exp $ Unimplemented: POSIX::tmpnam(): use File::Temp instead at /usr/pkg/bin/dillo-install-hyphenation line 110. --- dillo-install-hyphenation.orig 2026-04-26 15:52:25.000000000 +0000 +++ dillo-install-hyphenation @@@@ -1,5 +1,6 @@@@ -#!/usr/bin/env perl -use POSIX; +#!/usr/pkg/bin/perl +#use POSIX; +use File::Temp; use File::Basename; use Net::FTP; use Getopt::Long; @ 1.1 log @www/dillo: Switch to FLTK 1.4 Part of FLTK 1.4 transition (Step 2). - Add patch to detect FLTK 1.4 - Add patch for dillo-install-hyphenation POSIX::tmpnam() is replaced with File::Temp - Declare net/wget as dependency dillo uses wget at runtime - Declare usage of features "snprintf" and "vsnprintf" - Use option "tls" to enable/disable TLS support SSL is obsolete - Use option "libwebp" to enable/disable WEBP image support Option "webp" is not documented - Add more information to DESCR - Bump PKGREVISION @ text @d1 1 a1 1 $NetBSD$ d6 1 a6 1 --- dillo-install-hyphenation.orig 2024-05-04 19:53:29.000000000 +0000 d9 1 a9 1 #!/usr/bin/env perl d11 1 @