Friday, December 29, 2023

[Update] www/links+ 2.28 -> 2.29

Small update to keep links+ up to date.

=== RELEASE 2.29 ===

Thu Mar 9 19:51:20 CET 2023 Florian Weimer <fweimer@redhat.com>:

Add "#define _GNU_SOURCE" to the configure test for memrchr

Thu Mar 9 18:37:12 CET 2023 Juhani Krekela <juhani@krekela.fi>:

Implement strike formatting

Wed Mar 8 20:08:01 CET 2023 mikulas:

Fixed a bug that image was sometimes displayed with too small size

Mon Jan 23 19:25:18 CET 2023 mikulas:

Fixed a bug that webp images from local disk could not be displayed

Mon Jan 23 19:24:06 CET 2023 notcancername <notcancername@protonmail.com>:

Support AVIF images

Sun Oct 9 15:54:06 CEST 2022 Jakub Bogusz <qboosh@pld-linux.org>:

Updated Polish Translation


Tim.


Index: Makefile
===================================================================
RCS file: /cvs/ports/www/links+/Makefile,v
retrieving revision 1.77
diff -u -p -r1.77 Makefile
--- Makefile 27 Sep 2023 19:13:03 -0000 1.77
+++ Makefile 29 Dec 2023 17:27:12 -0000
@@ -1,5 +1,5 @@
COMMENT= graphics and text browser
-VER= 2.28
+VER= 2.29
DISTNAME= links-${VER}
PKGNAME= links+-${VER}
CATEGORIES= www
Index: distinfo
===================================================================
RCS file: /cvs/ports/www/links+/distinfo,v
retrieving revision 1.45
diff -u -p -r1.45 distinfo
--- distinfo 21 Nov 2022 14:20:23 -0000 1.45
+++ distinfo 29 Dec 2023 17:27:12 -0000
@@ -1,2 +1,2 @@
-SHA256 (links-2.28.tar.gz) = sgvKxIF+M4qRZT+tG6Biz0QW1xB6FGqt48t6nUbgw3A=
-SIZE (links-2.28.tar.gz) = 7106344
+SHA256 (links-2.29.tar.gz) = xPOUONBm/8FhVx8pwyt5BzJQ/GGjiZZkMLvovGYsuuY=
+SIZE (links-2.29.tar.gz) = 7110874
Index: patches/patch-html_c
===================================================================
RCS file: /cvs/ports/www/links+/patches/patch-html_c,v
retrieving revision 1.18
diff -u -p -r1.18 patch-html_c
--- patches/patch-html_c 11 Mar 2022 20:10:05 -0000 1.18
+++ patches/patch-html_c 29 Dec 2023 17:27:12 -0000
@@ -1,7 +1,7 @@
Index: html.c
--- html.c.orig
+++ html.c
-@@ -1004,6 +1004,7 @@ static void html_a(unsigned char *a)
+@@ -1010,6 +1010,7 @@ static void html_a(unsigned char *a)
format_.target = stracpy(format_.target_base);
}
/*format_.attr ^= AT_BOLD;*/

No comments:

Post a Comment