From 6fabd79930e6512113e2246a0676f8f979cb703a Mon Sep 17 00:00:00 2001 From: leot Date: Mon, 21 May 2018 20:44:56 +0000 Subject: links: Update www/links to 2.16. Patch provided by nia, thanks! Changes: Sun Apr 29 17:12:24 CEST 2018 mikulas: Improve handling of the DELETE key Delete is used for both deleting and scrolling If the last keypress was captured in a form field, DELETE deletes If the last keypress was not captured DELETE scrolls Sat Apr 28 21:49:08 CEST 2018 mikulas: Implement the bracketed paste mode - a text can be pasted only to input fields, the pasted text won't be misinterpreted as key commands Sun Apr 22 17:28:05 CEST 2018 mikulas: Fix bugs found by coverity: * bad arguments to sizeof * missing int->unsigned long long conversions in image scaling * unchecked return of the close function * a possible NULL pointer dereference in directfb.c * a memory leak on invalid double number * missing va_end * non-working "No keepalive connection after POST request" option and some other discrepancies which didn't result in any violation Sat Apr 21 23:13:49 CEST 2018 mikulas: Fix a crash in proxy authentication code (introduced in 2.15) Thu Mar 29 20:06:50 CEST 2018 mikulas: Fixed internal error "invalid set_handlers call" on framebuffer if we suspend and terminate at the same time Thu Mar 29 19:08:29 cet 2018 mikulas: When compiled without SVG, rewrite wikipedia svg math urls with png urls --- www/links/Makefile.common | 4 ++-- www/links/distinfo | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'www/links') diff --git a/www/links/Makefile.common b/www/links/Makefile.common index 09a5117f1f6..f3cc00a7812 100644 --- a/www/links/Makefile.common +++ b/www/links/Makefile.common @@ -1,9 +1,9 @@ -# $NetBSD: Makefile.common,v 1.67 2018/04/30 06:40:11 wiz Exp $ +# $NetBSD: Makefile.common,v 1.68 2018/05/21 20:44:56 leot Exp $ # # used by www/links/Makefile # used by www/links-gui/Makefile -DISTNAME= links-2.15 +DISTNAME= links-2.16 CATEGORIES= www MASTER_SITES= http://links.twibright.com/download/ EXTRACT_SUFX= .tar.bz2 diff --git a/www/links/distinfo b/www/links/distinfo index 27aeca2c448..91a9ec792b0 100644 --- a/www/links/distinfo +++ b/www/links/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.67 2018/04/30 06:40:11 wiz Exp $ +$NetBSD: distinfo,v 1.68 2018/05/21 20:44:56 leot Exp $ -SHA1 (links-2.15.tar.bz2) = 7392027437eefcd93701509851cce4046877e7b7 -RMD160 (links-2.15.tar.bz2) = bc4b3d89489999f16f73a7be1f1e04fb6520efbc -SHA512 (links-2.15.tar.bz2) = 11e66fec57a7b33be0b9d9c5e51e042cde92536b132c5484eb6cc8285b6f0a28b023d45a03e5a44810beb8d4279f6f6c8c9e694f10e4eccacd3dbe9ee7108706 -Size (links-2.15.tar.bz2) = 6683613 bytes +SHA1 (links-2.16.tar.bz2) = ff0278bfb018cbb207261bd4d95bab73903f9fad +RMD160 (links-2.16.tar.bz2) = e1fa96766e914d6205a32664e33cff94f719f8ce +SHA512 (links-2.16.tar.bz2) = 3ce169e214eae0f997c1f8647d354dc0803c9118a97dcd2594d62af23336890272f4b027d3ab0a0e151672d1506e50da0f0e561999c5841f0f183f32a279b14a +Size (links-2.16.tar.bz2) = 6697222 bytes SHA1 (patch-ab) = 3856b53ea6c17d72ca569acf1128ae40d2439ffb -- cgit v1.2.3