pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www links{,-gui}: Update to 2.20
details: https://anonhg.NetBSD.org/pkgsrc/rev/ff5c329506cc
branches: trunk
changeset: 338890:ff5c329506cc
user: leot <leot%pkgsrc.org@localhost>
date: Sun Sep 01 11:07:51 2019 +0000
description:
links{,-gui}: Update to 2.20
Changes:
2.20
----
- Security bug fixed: when links was connected to tor, it would send real
dns requests outside the tor network when the displayed page contains
<link rel="dns-prefetch" href="http://host.domain/">.
This bug is present in links-2.15 to links-2.19.
Found by Shi Tian.
- Fix a crash if:
* External fonts are used
* Rendering is optimized for LCD
* The document contains some characters with zero width
- Accept file urls in the form file://localhost/usr/bin/ or
file://hostname/usr/bin/ according to RFC 8089
- Report errors using dialog boxes on OS/2 and Windows because
the standard output may not be visible
- Fix an error "ERROR: select for write (5) failed: Bad file descriptor"
that could happen if the master process was doing dns lookup while being
suspended
- Fixed a memory leak of the SSL structure
- Try to open the file "/dev/input/mice" and use it instead of gpm.
(the user must be in the "input" group)
This results in smooth mouse movement on the framebuffer.
- Report "Lynx/Links" user agent when searching on Google so that
Google returns non-css page
- Support the zstd compression algorithm
- Haiku support
- Fix mouse dragging not being reported in xterm
- Use proper cookie expiry
diffstat:
www/links-gui/Makefile | 3 +--
www/links/Makefile.common | 4 ++--
www/links/distinfo | 10 +++++-----
3 files changed, 8 insertions(+), 9 deletions(-)
diffs (43 lines):
diff -r 9f5cbd9b71ea -r ff5c329506cc www/links-gui/Makefile
--- a/www/links-gui/Makefile Sun Sep 01 10:57:27 2019 +0000
+++ b/www/links-gui/Makefile Sun Sep 01 11:07:51 2019 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.87 2019/07/21 22:25:54 wiz Exp $
+# $NetBSD: Makefile,v 1.88 2019/09/01 11:07:51 leot Exp $
PKGNAME= ${DISTNAME:S/links/&-gui/}
-PKGREVISION= 1
COMMENT= Lynx-like text and graphics WWW browser
USE_TOOLS+= pkg-config
diff -r 9f5cbd9b71ea -r ff5c329506cc www/links/Makefile.common
--- a/www/links/Makefile.common Sun Sep 01 10:57:27 2019 +0000
+++ b/www/links/Makefile.common Sun Sep 01 11:07:51 2019 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.71 2019/04/07 19:49:12 leot Exp $
+# $NetBSD: Makefile.common,v 1.72 2019/09/01 11:07:51 leot Exp $
#
# used by www/links/Makefile
# used by www/links-gui/Makefile
-DISTNAME= links-2.19
+DISTNAME= links-2.20
CATEGORIES= www
MASTER_SITES= http://links.twibright.com/download/
EXTRACT_SUFX= .tar.bz2
diff -r 9f5cbd9b71ea -r ff5c329506cc www/links/distinfo
--- a/www/links/distinfo Sun Sep 01 10:57:27 2019 +0000
+++ b/www/links/distinfo Sun Sep 01 11:07:51 2019 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.71 2019/04/07 19:49:12 leot Exp $
+$NetBSD: distinfo,v 1.72 2019/09/01 11:07:51 leot Exp $
-SHA1 (links-2.19.tar.bz2) = 486d9b46ac428de02bf8a1f4324b33e795c7a19d
-RMD160 (links-2.19.tar.bz2) = 4ee2ac48d97dc071032b10ed4d6456f6b6a29ae2
-SHA512 (links-2.19.tar.bz2) = 8716cea6feb5a02b59d7e2dd5bfd0af9b2ac2a4427c0f98a3c8a8eaabca31e7a96c16888c0de19976749485b3cdbf75cbff88a37cd3b58700c1f090acec328ea
-Size (links-2.19.tar.bz2) = 6460441 bytes
+SHA1 (links-2.20.tar.bz2) = 420636185c95bcc1ba7794f2b21f02b42f03bfb7
+RMD160 (links-2.20.tar.bz2) = c5e6c1b7ad488fe09b93b2b57ac2b49913d8e62b
+SHA512 (links-2.20.tar.bz2) = d244e8a50da315bfd4e0edd20c0367cb5b0f8966ec4437c3d0348bcd1057359abe81f2b4e2f07dea23ecf15c515f40c89190b5b8b84800e8990c70379e9b6bd3
+Size (links-2.20.tar.bz2) = 6473501 bytes
SHA1 (patch-ab) = 3856b53ea6c17d72ca569acf1128ae40d2439ffb
Home |
Main Index |
Thread Index |
Old Index