pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/w3m
Module Name: pkgsrc
Committed By: mef
Date: Sat Jan 30 14:10:12 UTC 2021
Modified Files:
pkgsrc/www/w3m: Makefile Makefile.common distinfo
Log Message:
(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 ' 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
To generate a diff of this commit:
cvs rdiff -u -r1.86 -r1.87 pkgsrc/www/w3m/Makefile
cvs rdiff -u -r1.71 -r1.72 pkgsrc/www/w3m/Makefile.common
cvs rdiff -u -r1.33 -r1.34 pkgsrc/www/w3m/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/w3m/Makefile
diff -u pkgsrc/www/w3m/Makefile:1.86 pkgsrc/www/w3m/Makefile:1.87
--- pkgsrc/www/w3m/Makefile:1.86 Mon Aug 31 18:13:17 2020
+++ pkgsrc/www/w3m/Makefile Sat Jan 30 14:10:12 2021
@@ -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]*
Index: pkgsrc/www/w3m/Makefile.common
diff -u pkgsrc/www/w3m/Makefile.common:1.71 pkgsrc/www/w3m/Makefile.common:1.72
--- pkgsrc/www/w3m/Makefile.common:1.71 Fri Mar 20 11:58:35 2020
+++ pkgsrc/www/w3m/Makefile.common Sat Jan 30 14:10:12 2021
@@ -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+= gmake # Needed for some com
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.
Index: pkgsrc/www/w3m/distinfo
diff -u pkgsrc/www/w3m/distinfo:1.33 pkgsrc/www/w3m/distinfo:1.34
--- pkgsrc/www/w3m/distinfo:1.33 Fri Mar 27 06:19:47 2020
+++ pkgsrc/www/w3m/distinfo Sat Jan 30 14:10:12 2021
@@ -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