pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/w3m (www/w3m) Updated from 0.5.3+git20190105 to 0....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/08980955f0a7
branches:  trunk
changeset: 445845:08980955f0a7
user:      mef <mef%pkgsrc.org@localhost>
date:      Sat Jan 30 14:10:12 2021 +0000

description:
(www/w3m) Updated from 0.5.3+git20190105 to 0.5.3+git20210102

Debian's w3m 0.5.3+git20210102

* new features
 - support links containing divs for HTML5
 - rudimentary support for HTML5 tags: figure, figcaption, and section
 - enhance the behaviour of the q tag when m17n and Unicode are configured
 - support for file://hostname/... URLs
 - new commands CURSOR_TOP, CURSOR_MIDDLE, and CURSOR_BOTTOM
 - new option space_autocomplete, disabled by default
* bug fixes
 - fix and improve broken Gopher support, enabled by default
 - change the encoding of the Japanese document files to UTF-8
 - use the default ciphers without SSL_CTX_set_cipher_list for OpenSSL 1.1
 - fix compilation errors due to sys_errlist and longjmp
 - define X_DISPLAY_MISSING when configure --without-x for Imlib2
 - avoid the -l option of the man command for w3mman
 - fix some source formatting in the manual
 - show keyboard shortcuts in a consistent order in help
 - fix traditional Chinese translation
 - drop obsolete w3m-doc

Debian's w3m 0.5.3+git20200502

* bug fixes
 - support &apos; entity
 - prevent multiple User-Agent with -header
 - fix -Wchar-subscripts
* new features
 - support setting user_agent in siteconf
 - new command GOTO_HOME
 - extend ssl_forbid_method for TLSv1.2 and TLSv1.3

diffstat:

 www/w3m/Makefile        |   3 +--
 www/w3m/Makefile.common |   4 ++--
 www/w3m/distinfo        |  11 +++++------
 3 files changed, 8 insertions(+), 10 deletions(-)

diffs (46 lines):

diff -r 51efcc96fc70 -r 08980955f0a7 www/w3m/Makefile
--- a/www/w3m/Makefile  Sat Jan 30 11:06:45 2021 +0000
+++ b/www/w3m/Makefile  Sat Jan 30 14:10:12 2021 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.86 2020/08/31 18:13:17 wiz Exp $
+# $NetBSD: Makefile,v 1.87 2021/01/30 14:10:12 mef Exp $
 
 PKGNAME=       w3m-${W3M_PKGVERS}
-PKGREVISION=   1
 COMMENT=       Multilingualized version of a pager/text-based browser w3m
 
 CONFLICTS+=    w3m-img-[0-9]*
diff -r 51efcc96fc70 -r 08980955f0a7 www/w3m/Makefile.common
--- a/www/w3m/Makefile.common   Sat Jan 30 11:06:45 2021 +0000
+++ b/www/w3m/Makefile.common   Sat Jan 30 14:10:12 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.71 2020/03/20 11:58:35 nia Exp $
+# $NetBSD: Makefile.common,v 1.72 2021/01/30 14:10:12 mef Exp $
 #
 # used by www/w3m/Makefile
 # used by www/w3m-img/Makefile
@@ -21,7 +21,7 @@
 USE_TOOLS+=            msgfmt
 USE_PKGLOCALEDIR=      yes
 
-W3M_VERS=      0.5.3+git20190105
+W3M_VERS=      0.5.3+git20210102
 W3M_PKGVERS=   ${W3M_VERS:S/+git/.0./}
 
 # For w3mman, xface2xpm, cgi scripts.
diff -r 51efcc96fc70 -r 08980955f0a7 www/w3m/distinfo
--- a/www/w3m/distinfo  Sat Jan 30 11:06:45 2021 +0000
+++ b/www/w3m/distinfo  Sat Jan 30 14:10:12 2021 +0000
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.33 2020/03/27 06:19:47 rillig Exp $
+$NetBSD: distinfo,v 1.34 2021/01/30 14:10:12 mef Exp $
 
-SHA1 (w3m-0.5.3+git20190105.tar.gz) = 47d315af8e4a34f0d726687295e5d448a809acdc
-RMD160 (w3m-0.5.3+git20190105.tar.gz) = d71cd692d9ce166c8a1fd3e3c7203f0a37cd5158
-SHA512 (w3m-0.5.3+git20190105.tar.gz) = b63b15d0bea82f50bcaa9fc0826c2d3c265a3ad73069b4a020812f28b552cdf08618ab877280c9f3a43bd64f51b80b7a526098e6395ea121c0981a3fcd2562b4
-Size (w3m-0.5.3+git20190105.tar.gz) = 2183651 bytes
-SHA1 (patch-main.c) = ac422d68d399eec6339d8eb24a4f85991ef58208
+SHA1 (w3m-0.5.3+git20210102.tar.gz) = 4cb3e734b3252576a41460ba75ea769344922f62
+RMD160 (w3m-0.5.3+git20210102.tar.gz) = 34d8ca533b1f3fde24c5154f4ae19628fc30eb34
+SHA512 (w3m-0.5.3+git20210102.tar.gz) = 357eeecf0f63bfd5174c9670533882323879657bdecefd0758d853ca645e368331bfdf91e99c0917f19829e184ce892ecdc99bd865851707d93baccfb4b97632
+Size (w3m-0.5.3+git20210102.tar.gz) = 2189272 bytes



Home | Main Index | Thread Index | Old Index