summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorwiz <wiz>2016-11-28 15:40:50 +0000
committerwiz <wiz>2016-11-28 15:40:50 +0000
commit8baad8d7d7f77c94df82d59e98722449984a6fed (patch)
treebd42fe2fca0795f7c24318333dc697502cca7fad /www
parent91e413caea297f326ce9c440ab1e6ae7c07f1d40 (diff)
downloadpkgsrc-8baad8d7d7f77c94df82d59e98722449984a6fed.tar.gz
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>: 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 (limited to 'www')
-rw-r--r--www/links-gui/Makefile5
-rw-r--r--www/links/Makefile4
-rw-r--r--www/links/Makefile.common4
-rw-r--r--www/links/distinfo10
4 files changed, 9 insertions, 14 deletions
diff --git a/www/links-gui/Makefile b/www/links-gui/Makefile
index e72160fdf24..89414021b8f 100644
--- a/www/links-gui/Makefile
+++ b/www/links-gui/Makefile
@@ -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 --git a/www/links/Makefile b/www/links/Makefile
index 5c0f2e49221..6b73493597a 100644
--- a/www/links/Makefile
+++ b/www/links/Makefile
@@ -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 --git a/www/links/Makefile.common b/www/links/Makefile.common
index a6535e8d7bb..423f68c1fbc 100644
--- a/www/links/Makefile.common
+++ b/www/links/Makefile.common
@@ -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 --git a/www/links/distinfo b/www/links/distinfo
index 2c476cf0230..83adfe1e690 100644
--- a/www/links/distinfo
+++ b/www/links/distinfo
@@ -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