pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www links*: update to 2.14.0.
details: https://anonhg.NetBSD.org/pkgsrc/rev/b8ab554e65c6
branches: trunk
changeset: 355355:b8ab554e65c6
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Nov 28 15:40:50 2016 +0000
description:
links*: update to 2.14.0.
Remove manual CONFLICTS, pkg_add does this automatically.
=== RELEASE 2.14 ===
Thu Nov 3 19:45:34 CET 2016 mikulas:
Enable DECC$EFS_CHARSET on OpenVMS, so that we can browser files and
directories with extended names
Wed Nov 2 20:35:31 CET 2016 mikulas:
Limit keepalive of ciphers with 64-bit block size to mitigate
the SWEET32 attack
Wed Nov 2 19:14:33 CET 2016 mikulas:
Disable SSL compression to avoid the CRIME attack
Fri Oct 28 22:52:49 CEST 2016 mikulas:
On Windows, add an entry to programs in control panel, that allows
uninstalling Links
Fri Oct 28 21:25:28 CEST 2016 mikulas:
Report home directory in the "Version" window
Sat Oct 22 13:17:04 CEST 2016 mikulas:
On Windows, preload font data in a background thread, to minimize a
stall when viewing SVG image for the first time.
Sat Oct 8 17:14:59 CEST 2016 mikulas:
Improved tor hardening - when the user toggles the "Only Proxies" option
(i.e. when connecting to tor), we reset certain other options to their
default values, so that it is not possible to identify user behind tor
based on the selected options.
Thu Oct 6 14:39:26 CEST 2016 mikulas:
Use keys 'P' and 'L' to scroll up and down
Thu Sep 29 23:40:34 CEST 2016 Juhani Haverinen <juhani.haverinen%gmail.com@localhost>:
Fix a memory leak when copying the current url to clipboard
(the bug was introduced in Links 2.13)
Sat Sep 3 20:02:26 CEST 2016 mikulas:
Fix crash when the user pressed Ctrl-G on a form field
(the bug was introduced in Links 2.13)
Fri Aug 19 22:35:54 CEST 2016 mikulas:
Workaround for a bug in librsvg that makes mathematics on Wikipedia
unreadable
Fri Aug 19 19:05:55 CEST 2016 mikulas:
Support fourth and fifth mouse button in gpm and framebuffer
Thu Aug 18 19:34:47 CEST 2016 mikulas:
Fixed bugs when downgrading SSL connection while https proxy or socks
proxy is used
Tue Aug 16 18:53:53 CEST 2016 mikulas:
Security bug fixed: Don't load or render the content of
"407 Proxy Authentication Required" reply when using https proxy.
This avoids the FalseCONNECT attack.
Also, don't allow 401 and 407 responses to set cookies.
Wed Jul 27 21:38:37 CEST 2016 mikulas:
Pop openssl error stack on every error - make sure that SSL errors on
one connection do not affect other connections
Sun Jul 17 21:10:12 CEST 2016 mikulas:
Use libc tree functions from <search.h> for searching the cache
Thu Jul 7 19:39:15 CEST 2016 mikulas:
Set the GD_NOAUTO flag for the directfb driver, so that this driver is
never selected automatically. The directfb subsystem is buggy, it can
corrupt graphics or even cause system crash, so select this driver only
if the user explicitly requests it with '-driver directfb'
diffstat:
www/links-gui/Makefile | 5 +----
www/links/Makefile | 4 +---
www/links/Makefile.common | 4 ++--
www/links/distinfo | 10 +++++-----
4 files changed, 9 insertions(+), 14 deletions(-)
diffs (60 lines):
diff -r 41dbc29083af -r b8ab554e65c6 www/links-gui/Makefile
--- a/www/links-gui/Makefile Mon Nov 28 15:36:42 2016 +0000
+++ b/www/links-gui/Makefile Mon Nov 28 15:40:50 2016 +0000
@@ -1,11 +1,8 @@
-# $NetBSD: Makefile,v 1.76 2016/08/03 10:23:32 adam Exp $
+# $NetBSD: Makefile,v 1.77 2016/11/28 15:40:51 wiz Exp $
PKGNAME= ${DISTNAME:S/links/&-gui/}
-PKGREVISION= 1
COMMENT= Lynx-like text and graphics WWW browser
-CONFLICTS+= links-[0-9]* elinks-0.3*
-
USE_TOOLS+= pkg-config
CONFIGURE_ARGS+= --enable-graphics
CONFIGURE_ARGS+= --without-sdl
diff -r 41dbc29083af -r b8ab554e65c6 www/links/Makefile
--- a/www/links/Makefile Mon Nov 28 15:36:42 2016 +0000
+++ b/www/links/Makefile Mon Nov 28 15:40:50 2016 +0000
@@ -1,8 +1,6 @@
-# $NetBSD: Makefile,v 1.65 2016/07/03 10:58:02 leot Exp $
+# $NetBSD: Makefile,v 1.66 2016/11/28 15:40:50 wiz Exp $
COMMENT= Lynx-like text WWW browser
-CONFLICTS+= links-gui-[0-9]* elinks-0.3*
-
.include "../../www/links/Makefile.common"
.include "../../mk/bsd.pkg.mk"
diff -r 41dbc29083af -r b8ab554e65c6 www/links/Makefile.common
--- a/www/links/Makefile.common Mon Nov 28 15:36:42 2016 +0000
+++ b/www/links/Makefile.common Mon Nov 28 15:40:50 2016 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.65 2016/07/03 10:58:02 leot Exp $
+# $NetBSD: Makefile.common,v 1.66 2016/11/28 15:40:50 wiz Exp $
#
# used by www/links/Makefile
# used by www/links-gui/Makefile
-DISTNAME= links-2.13
+DISTNAME= links-2.14
CATEGORIES= www
MASTER_SITES= http://links.twibright.com/download/
EXTRACT_SUFX= .tar.bz2
diff -r 41dbc29083af -r b8ab554e65c6 www/links/distinfo
--- a/www/links/distinfo Mon Nov 28 15:36:42 2016 +0000
+++ b/www/links/distinfo Mon Nov 28 15:40:50 2016 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.65 2016/07/03 10:58:02 leot Exp $
+$NetBSD: distinfo,v 1.66 2016/11/28 15:40:50 wiz Exp $
-SHA1 (links-2.13.tar.bz2) = ee5ef004723664d3928e29a603cb150db013603f
-RMD160 (links-2.13.tar.bz2) = f1f29ed90b2c7e397ab53fbd589ece5f2462456b
-SHA512 (links-2.13.tar.bz2) = e1de6f8dc5ed2419ff0c3b7efed0519f7562735b87c6d269c8fda9768ab65c5c96c197652269a1efdd09fa8be1c73ff8514d2bd3d2c4ff943034328f9d3e46ca
-Size (links-2.13.tar.bz2) = 6516087 bytes
+SHA1 (links-2.14.tar.bz2) = 0594a7401670e40d71906f1e35eec9aeb82e45f5
+RMD160 (links-2.14.tar.bz2) = a1240a32e90bd0ab2e047f74ea5bfd0f3a33bbac
+SHA512 (links-2.14.tar.bz2) = d03b091957e0a2e06605fcf7c9bc56d48ebbcdc695f4ce894901540008455a9bc6544abdecd787faa041e2dbdff28b0d6ddcc9d26528d39d7d72750655c73575
+Size (links-2.14.tar.bz2) = 6535707 bytes
SHA1 (patch-ab) = 3856b53ea6c17d72ca569acf1128ae40d2439ffb
Home |
Main Index |
Thread Index |
Old Index