summaryrefslogtreecommitdiff
path: root/www/w3m
diff options
context:
space:
mode:
authorrin <rin@pkgsrc.org>2022-07-25 08:54:29 +0000
committerrin <rin@pkgsrc.org>2022-07-25 08:54:29 +0000
commitba967d9f352fcd6d6065abb0b8aebab6672c56f4 (patch)
tree97bfb8709953ccc600c56f40960b946b5de4f2b3 /www/w3m
parent45eeee039ae4ffe15e9c3b138999eda1b942a6d7 (diff)
downloadpkgsrc-ba967d9f352fcd6d6065abb0b8aebab6672c56f4.tar.gz
www/w3m: Updated to 0.5.3+git20220429
Upstream changelog from NEWS: ---- Debian's w3m 0.5.3+git20220429 * new features - support kitty's APC G graphics protocol with ImageMagick's convert - support iTerm2's OSC 1337 graphics protocol - new option inline_img_protocol to select the graphics protocol (0: w3m-img, 1: OSC 5379, 2: sixel, 3: OSC 1337, 4: APC G) - new option ssl_cipher to specify TLSv1.2 ciphers, e.g. DEFAULT:@SECLEVEL=2 - new option ssl_min_version for OpenSSL 1.1 - new option -insecure to use insecure SSL config options - new option ssl_ca_default, explicitly use OpenSSL default paths by default - new option cross_origin_referer, use origin only Referer when cross origin - new option localhost_only to restrict connections only to localhost - new option disable_center to disable center alignment - support brotli content encoding - ignore the "-" option to accept `w3m -` as "read from stdin" - new configure option --with-cafile to detect CA bundle file - support auto-detection for configure --with-migemo - add fuzzer for OSS-Fuzz - add Italian translation - add Swedish translation * bug fixes - prevent index overflow and huge allocation due to Str, libwc, and table - prevent integer overflow due to fontstat - prevent StrStream memory leak - prevent GC warnings of repeated allocation - prevent buffer overflow in shiftAnchorPosition - prevent buffer overflow READ when parsing Gopher URLs - prevent buffer overflow in gotoLine and gotoRealLine - prevent warnings when -Wnull-dereference, enabled by default - prevent warnings when -Wall, enabled by default - prevent warnings from Cppcheck - avoid zero length arrays even when GCC - fix fail to render over 32767 lines in a table cell - disable `<section>` behaves as `<hr>` - disable TLSv1.0 and TLSv1.1 by default - mention a workaround for SSL error - fix manipulation of ASN1_STRING - don't include username in Referer - don't set Referer when data URI scheme - fix broken anchor with link number at EOL - fix incorrect query string for `w3mman 7z` - drop imlib2-config, use pkg-config - improve named character references - improve `<dl>` rendering - prefer Imlib2 over GTK2 by default - replace encodeB with base64_encode to encode null bytes - wording fixes for configure --help
Diffstat (limited to 'www/w3m')
-rw-r--r--www/w3m/Makefile3
-rw-r--r--www/w3m/Makefile.common4
-rw-r--r--www/w3m/PLIST4
-rw-r--r--www/w3m/distinfo8
4 files changed, 10 insertions, 9 deletions
diff --git a/www/w3m/Makefile b/www/w3m/Makefile
index aee7d81c6da..b5ed094e003 100644
--- a/www/w3m/Makefile
+++ b/www/w3m/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.91 2022/06/28 11:37:50 wiz Exp $
+# $NetBSD: Makefile,v 1.92 2022/07/25 08:54:29 rin Exp $
PKGNAME= w3m-${W3M_PKGVERS}
-PKGREVISION= 4
COMMENT= Multilingualized version of a pager/text-based browser w3m
CONFLICTS+= w3m-img-[0-9]*
diff --git a/www/w3m/Makefile.common b/www/w3m/Makefile.common
index 572f05e3cc0..d08faa17a01 100644
--- a/www/w3m/Makefile.common
+++ b/www/w3m/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.72 2021/01/30 14:10:12 mef Exp $
+# $NetBSD: Makefile.common,v 1.73 2022/07/25 08:54:29 rin Exp $
#
# used by www/w3m/Makefile
# used by www/w3m-img/Makefile
@@ -21,7 +21,7 @@ USE_TOOLS+= gmake # Needed for some combinations of options...
USE_TOOLS+= msgfmt
USE_PKGLOCALEDIR= yes
-W3M_VERS= 0.5.3+git20210102
+W3M_VERS= 0.5.3+git20220429
W3M_PKGVERS= ${W3M_VERS:S/+git/.0./}
# For w3mman, xface2xpm, cgi scripts.
diff --git a/www/w3m/PLIST b/www/w3m/PLIST
index d54ea403e5f..f0a8ca86efe 100644
--- a/www/w3m/PLIST
+++ b/www/w3m/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.18 2017/01/21 09:11:27 leot Exp $
+@comment $NetBSD: PLIST,v 1.19 2022/07/25 08:54:29 rin Exp $
bin/w3m
bin/w3mman
libexec/w3m/cgi-bin/dirlist.cgi
@@ -64,7 +64,9 @@ share/doc/w3m/doc/keymap.lynx
share/doc/w3m/doc/menu.default
share/doc/w3m/doc/menu.submenu
share/locale/de/LC_MESSAGES/w3m.mo
+share/locale/it/LC_MESSAGES/w3m.mo
share/locale/ja/LC_MESSAGES/w3m.mo
+share/locale/sv_SE/LC_MESSAGES/w3m.mo
share/locale/zh_CN/LC_MESSAGES/w3m.mo
share/locale/zh_TW/LC_MESSAGES/w3m.mo
share/w3m/w3mhelp-funcdesc.de.pl
diff --git a/www/w3m/distinfo b/www/w3m/distinfo
index 2511a31ab56..f74b35b6c80 100644
--- a/www/w3m/distinfo
+++ b/www/w3m/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.36 2021/10/26 11:31:12 nia Exp $
+$NetBSD: distinfo,v 1.37 2022/07/25 08:54:29 rin Exp $
-BLAKE2s (w3m-0.5.3+git20210102.tar.gz) = b85a36ccef7992060c27fe05e3b3c7741189ce8375d64af3a5a7af4a1d27a543
-SHA512 (w3m-0.5.3+git20210102.tar.gz) = 357eeecf0f63bfd5174c9670533882323879657bdecefd0758d853ca645e368331bfdf91e99c0917f19829e184ce892ecdc99bd865851707d93baccfb4b97632
-Size (w3m-0.5.3+git20210102.tar.gz) = 2189272 bytes
+BLAKE2s (w3m-0.5.3+git20220429.tar.gz) = ca03156aed2a40f440ebcfe3bfb38a449ac224b4df0e891042326d0288bde712
+SHA512 (w3m-0.5.3+git20220429.tar.gz) = 0f29d6a1f311c3f417ca041fe3788c94946d238b618eca923cd62a6e5e598aefd898fb8a54999876179011bf37d492a989872e38375ea96ac59914b244f1517e
+Size (w3m-0.5.3+git20220429.tar.gz) = 2312378 bytes