Saturday, May 28, 2022

[UPDATE] www/links+-1.25 -> 1.26

Simple update to www/links+. Mostly bug fixes, WEBP image support, and the
ability to hand off gopher:// to an external application.

Changelog:

=== RELEASE 2.26 ===
Wed Apr 6 18:13:16 CEST 2022 mikulas:

Fix a display glitch if the list is empty and the user presses '*'

Sat Mar 26 11:09:12 CET 2022 mikulas:

Add a possibility to pass gopher:// URLs to an external program

Sat Jan 1 14:46:06 CET 2022 Martin Michel <martin.famic.de>:

Updated the German translation
Updated the initial bookmarks

Fri Dec 24 12:47:58 CET 2021 zinov@waifu.club:

Fix a bug when form submit url contained '#'

Sun Dec 5 18:17:11 CET 2021 mikulas:

Support WEBP images

Fri Dec 3 17:40:55 CET 2021 mikulas:

Support DNS-over-HTTPS

Sun Nov 21 11:36:45 CET 2021 mikulas:

Try multiple IPv4 addresses on systems that don't have getaddrinfo

Sun Nov 14 20:55:11 CET 2021 Timur Adamov <nbvec222@gmail.com>:

Handle the "TD" tag outside "TR" the same way as in other browsers

Tue Oct 19 18:42:50 CEST 2021 mikulas:

Make it possible to bind a socket to a network interface
It could be activated by specifying interface name in the "Bind to local
IP address" box


Tim.


Index: Makefile
===================================================================
RCS file: /cvs/ports/www/links+/Makefile,v
retrieving revision 1.73
diff -u -p -r1.73 Makefile
--- Makefile 11 Mar 2022 20:10:05 -0000 1.73
+++ Makefile 28 May 2022 16:40:44 -0000
@@ -1,5 +1,5 @@
COMMENT= graphics and text browser
-VER= 2.25
+VER= 2.26
DISTNAME= links-${VER}
PKGNAME= links+-${VER}
CATEGORIES= www
Index: distinfo
===================================================================
RCS file: /cvs/ports/www/links+/distinfo,v
retrieving revision 1.42
diff -u -p -r1.42 distinfo
--- distinfo 19 Oct 2021 11:09:03 -0000 1.42
+++ distinfo 28 May 2022 16:40:44 -0000
@@ -1,2 +1,2 @@
-SHA256 (links-2.25.tar.gz) = XAs7C4/h88hpT1+3+9sZxjJ4rGiuRkbaabSWQLICg7E=
-SIZE (links-2.25.tar.gz) = 7094185
+SHA256 (links-2.26.tar.gz) = xCpNuiHc+0UlA0E5SJzUfzCqDF+dBbN9Ti6q6pQ/4rE=
+SIZE (links-2.26.tar.gz) = 7104653

No comments:

Post a Comment