Update links+ to 1.16 Mostly some bugfixes found by overity.
Official changelog:
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
Tim.
Index: Makefile
===================================================================
RCS file: /cvs/ports/www/links+/Makefile,v
retrieving revision 1.61
diff -u -p -r1.61 Makefile
--- Makefile 26 Apr 2018 00:35:53 -0000 1.61
+++ Makefile 27 Jun 2018 23:36:02 -0000
@@ -1,7 +1,7 @@
# $OpenBSD: Makefile,v 1.61 2018/04/26 00:35:53 bcallah Exp $
COMMENT= graphics and text browser
-VER= 2.15
+VER= 2.16
DISTNAME= links-${VER}
PKGNAME= links+-${VER}
CATEGORIES= www
Index: distinfo
===================================================================
RCS file: /cvs/ports/www/links+/distinfo,v
retrieving revision 1.32
diff -u -p -r1.32 distinfo
--- distinfo 26 Apr 2018 00:35:53 -0000 1.32
+++ distinfo 27 Jun 2018 23:36:02 -0000
@@ -1,2 +1,2 @@
-SHA256 (links-2.15.tar.gz) = Z39ZS1jcUy5jkTzWG4XMGqbwOF4zO4h2brNBW0Gzo3U=
-SIZE (links-2.15.tar.gz) = 7358450
+SHA256 (links-2.16.tar.gz) = g6tFV9mxIVcDhNG9J63xb5YrmwB7rFeArglOb/9rPWI=
+SIZE (links-2.16.tar.gz) = 7365133