Received: by mail.netbsd.org (Postfix, from userid 605) id 9B67C84D53; Mon, 25 Jul 2022 08:54:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D465784CEC for ; Mon, 25 Jul 2022 08:54:30 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id JEK7tSVeTuZk for ; Mon, 25 Jul 2022 08:54:30 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id E02F584D4D for ; Mon, 25 Jul 2022 08:54:29 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DA281FB1A; Mon, 25 Jul 2022 08:54:29 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_165873926961250" MIME-Version: 1.0 Date: Mon, 25 Jul 2022 08:54:29 +0000 From: "Rin Okuyama" Subject: CVS commit: pkgsrc/www/w3m To: pkgsrc-changes@NetBSD.org Reply-To: rin@netbsd.org X-Mailer: log_accum Message-Id: <20220725085429.DA281FB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_165873926961250 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: rin Date: Mon Jul 25 08:54:29 UTC 2022 Modified Files: pkgsrc/www/w3m: Makefile Makefile.common PLIST distinfo Log Message: 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 `
` behaves as `
` - 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 `
` rendering - prefer Imlib2 over GTK2 by default - replace encodeB with base64_encode to encode null bytes - wording fixes for configure --help To generate a diff of this commit: cvs rdiff -u -r1.91 -r1.92 pkgsrc/www/w3m/Makefile cvs rdiff -u -r1.72 -r1.73 pkgsrc/www/w3m/Makefile.common cvs rdiff -u -r1.18 -r1.19 pkgsrc/www/w3m/PLIST cvs rdiff -u -r1.36 -r1.37 pkgsrc/www/w3m/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_165873926961250 Content-Disposition: inline Content-Length: 2958 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/w3m/Makefile diff -u pkgsrc/www/w3m/Makefile:1.91 pkgsrc/www/w3m/Makefile:1.92 --- pkgsrc/www/w3m/Makefile:1.91 Tue Jun 28 11:37:50 2022 +++ pkgsrc/www/w3m/Makefile Mon Jul 25 08:54:29 2022 @@ -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]* Index: pkgsrc/www/w3m/Makefile.common diff -u pkgsrc/www/w3m/Makefile.common:1.72 pkgsrc/www/w3m/Makefile.common:1.73 --- pkgsrc/www/w3m/Makefile.common:1.72 Sat Jan 30 14:10:12 2021 +++ pkgsrc/www/w3m/Makefile.common Mon Jul 25 08:54:29 2022 @@ -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 com 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. Index: pkgsrc/www/w3m/PLIST diff -u pkgsrc/www/w3m/PLIST:1.18 pkgsrc/www/w3m/PLIST:1.19 --- pkgsrc/www/w3m/PLIST:1.18 Sat Jan 21 09:11:27 2017 +++ pkgsrc/www/w3m/PLIST Mon Jul 25 08:54:29 2022 @@ -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 Index: pkgsrc/www/w3m/distinfo diff -u pkgsrc/www/w3m/distinfo:1.36 pkgsrc/www/w3m/distinfo:1.37 --- pkgsrc/www/w3m/distinfo:1.36 Tue Oct 26 11:31:12 2021 +++ pkgsrc/www/w3m/distinfo Mon Jul 25 08:54:29 2022 @@ -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 --_----------=_165873926961250--