Sunday, September 23, 2018

[UPDATE] www/links+-2.16 -> 2.17

Update to links+. Relevant changes:

=== RELEASE 2.17 ===

Fri Sep 7 00:04:41 CEST 2018 mikulas:

Fix verifying SSL certificates for numeric IPv6 addresses

Thu Sep 6 22:07:03 CEST 2018 mikulas:

Delete the option -ftp.fast - it doesn't always work and ftp performance
is not an issue anymore

Passive ftp enabled by default because it will more likely work than
the port command

Wed Sep 5 22:39:11 CEST 2018 mikulas:

Add bold and monospaced Turkish letter 'i' without a dot

Thu Jul 26 07:34:24 CEST 2018 mikulas:

Support mouse scroll wheel in textarea

Thu Jul 26 05:24:17 CEST 2018 mikulas:

Delete the option -http-bugs.bug-302-redirect - RFC7231 allows the
"buggy" behavior and defines new codes 307 and 308 that retain the
post data

Wed Jul 18 21:00:23 CEST 2018 mikulas:

X11 - fixed colormap leak when creating a new window

Mon Jul 16 02:33:26 CEST 2018 mikulas:

Fixed an infinite loop that happened in graphics mode if the user
clicked on OK in "Miscellaneous options" dialog and more than one
windows were open.
This bug was introduced in Links 2.15.

Sun Jul 15 21:36:04 CEST 2018 mikulas:

Support 6x6x6 RGB palette in 256-bit color mode on framebuffer
The palette may be switched in the "video options" menu
The 8x8x4 palette has better image quality
The 6x6x6 palette preserves gray

Thu Jul 12 23:06:48 CEST 2018 mikulas:

Improve scrolling smoothness when the user drags the whole document

Sun Jun 17 15:31:28 CEST 2018 mikulas:

Set link color to yellow by default

Tue Jun 5 20:24:42 CEST 2018 mikulas:

Trust Content-Length on HTTP/1.0 redirect requests

This fixes hangs with misbehaving servers that honor Connection:
keep-alive but send out HTTP/1.0 reply without Connection: keep-alive.
Links thought that they don't support keep-alive and waited for the
connection to close (for example http://www.raspberrypi.org/)

Tue May 22 00:51:35 CEST 2018 mikulas:

Use keys 'H' and 'L' to select the top and bottom link on the current
page


Tim.


Index: Makefile
===================================================================
RCS file: /cvs/ports/www/links+/Makefile,v
retrieving revision 1.62
diff -u -p -r1.62 Makefile
--- Makefile 9 Jul 2018 02:19:49 -0000 1.62
+++ Makefile 23 Sep 2018 19:32:18 -0000
@@ -1,7 +1,7 @@
# $OpenBSD: Makefile,v 1.62 2018/07/09 02:19:49 bcallah Exp $

COMMENT= graphics and text browser
-VER= 2.16
+VER= 2.17
DISTNAME= links-${VER}
PKGNAME= links+-${VER}
CATEGORIES= www
Index: distinfo
===================================================================
RCS file: /cvs/ports/www/links+/distinfo,v
retrieving revision 1.33
diff -u -p -r1.33 distinfo
--- distinfo 9 Jul 2018 02:19:49 -0000 1.33
+++ distinfo 23 Sep 2018 19:32:18 -0000
@@ -1,2 +1,2 @@
-SHA256 (links-2.16.tar.gz) = g6tFV9mxIVcDhNG9J63xb5YrmwB7rFeArglOb/9rPWI=
-SIZE (links-2.16.tar.gz) = 7365133
+SHA256 (links-2.17.tar.gz) = GA73DGASm1pZGjmj6jOSC6fRgagxCct1sXcuVM0367w=
+SIZE (links-2.17.tar.gz) = 7277344
Index: patches/patch-https_c
===================================================================
RCS file: /cvs/ports/www/links+/patches/patch-https_c,v
retrieving revision 1.6
diff -u -p -r1.6 patch-https_c
--- patches/patch-https_c 26 Apr 2018 00:35:53 -0000 1.6
+++ patches/patch-https_c 23 Sep 2018 19:32:18 -0000
@@ -2,7 +2,7 @@ $OpenBSD: patch-https_c,v 1.6 2018/04/26
Index: https.c
--- https.c.orig
+++ https.c
-@@ -261,6 +261,11 @@ links_ssl *getSSL(void)
+@@ -264,6 +264,11 @@ links_ssl *getSSL(void)
RAND_write_file(cast_const_char f_randfile);
}
}

No comments:

Post a Comment