Mon May 21 20:44:56 2018 UTC ()
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


(leot)
diff -r1.67 -r1.68 pkgsrc/www/links/Makefile.common
diff -r1.67 -r1.68 pkgsrc/www/links/distinfo

cvs diff -r1.67 -r1.68 pkgsrc/www/links/Makefile.common (expand / switch to unified diff)

--- pkgsrc/www/links/Makefile.common 2018/04/30 06:40:11 1.67
+++ pkgsrc/www/links/Makefile.common 2018/05/21 20:44:56 1.68
@@ -1,19 +1,19 @@ @@ -1,19 +1,19 @@
1# $NetBSD: Makefile.common,v 1.67 2018/04/30 06:40:11 wiz Exp $ 1# $NetBSD: Makefile.common,v 1.68 2018/05/21 20:44:56 leot Exp $
2# 2#
3# used by www/links/Makefile 3# used by www/links/Makefile
4# used by www/links-gui/Makefile 4# used by www/links-gui/Makefile
5 5
6DISTNAME= links-2.15 6DISTNAME= links-2.16
7CATEGORIES= www 7CATEGORIES= www
8MASTER_SITES= http://links.twibright.com/download/ 8MASTER_SITES= http://links.twibright.com/download/
9EXTRACT_SUFX= .tar.bz2 9EXTRACT_SUFX= .tar.bz2
10 10
11MAINTAINER= pkgsrc-users@NetBSD.org 11MAINTAINER= pkgsrc-users@NetBSD.org
12HOMEPAGE= http://links.twibright.com/ 12HOMEPAGE= http://links.twibright.com/
13LICENSE= gnu-gpl-v2 # including special OpenSSL paragraph 13LICENSE= gnu-gpl-v2 # including special OpenSSL paragraph
14 14
15GNU_CONFIGURE= YES 15GNU_CONFIGURE= YES
16 16
17PLIST_SRC= ${.CURDIR}/../../www/links/PLIST 17PLIST_SRC= ${.CURDIR}/../../www/links/PLIST
18PATCHDIR= ${.CURDIR}/../../www/links/patches 18PATCHDIR= ${.CURDIR}/../../www/links/patches
19DISTINFO_FILE= ${.CURDIR}/../../www/links/distinfo 19DISTINFO_FILE= ${.CURDIR}/../../www/links/distinfo

cvs diff -r1.67 -r1.68 pkgsrc/www/links/distinfo (expand / switch to unified diff)

--- pkgsrc/www/links/distinfo 2018/04/30 06:40:11 1.67
+++ pkgsrc/www/links/distinfo 2018/05/21 20:44:56 1.68
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.67 2018/04/30 06:40:11 wiz Exp $ 1$NetBSD: distinfo,v 1.68 2018/05/21 20:44:56 leot Exp $
2 2
3SHA1 (links-2.15.tar.bz2) = 7392027437eefcd93701509851cce4046877e7b7 3SHA1 (links-2.16.tar.bz2) = ff0278bfb018cbb207261bd4d95bab73903f9fad
4RMD160 (links-2.15.tar.bz2) = bc4b3d89489999f16f73a7be1f1e04fb6520efbc 4RMD160 (links-2.16.tar.bz2) = e1fa96766e914d6205a32664e33cff94f719f8ce
5SHA512 (links-2.15.tar.bz2) = 11e66fec57a7b33be0b9d9c5e51e042cde92536b132c5484eb6cc8285b6f0a28b023d45a03e5a44810beb8d4279f6f6c8c9e694f10e4eccacd3dbe9ee7108706 5SHA512 (links-2.16.tar.bz2) = 3ce169e214eae0f997c1f8647d354dc0803c9118a97dcd2594d62af23336890272f4b027d3ab0a0e151672d1506e50da0f0e561999c5841f0f183f32a279b14a
6Size (links-2.15.tar.bz2) = 6683613 bytes 6Size (links-2.16.tar.bz2) = 6697222 bytes
7SHA1 (patch-ab) = 3856b53ea6c17d72ca569acf1128ae40d2439ffb 7SHA1 (patch-ab) = 3856b53ea6c17d72ca569acf1128ae40d2439ffb