"TronDD" <[email protected]> writes:

> Bump.
>
> On Sun Oct 3, 2021 at 4:55 PM EDT, trondd wrote:
>> Small bugfix updates.
>>
>> === RELEASE 2.25 ===
>>
>> Fri Oct 1 18:27:25 CEST 2021 mikulas:
>>
>> Delete the expired Let's encrypt certificate from the builtin
>> certificate store
>>
>> Thu Sep 30 21:45:10 CET 2021 mikulas:
>>
>> Set the flag X509_V_FLAG_TRUSTED_FIRST, so that Let's encrypt works
>> with openssl-1.0.2
>>
>> === RELEASE 2.24 ===
>>
>> Mon Sep 13 18:31:27 CEST 2021 mikulas:
>>
>> Avoid a hang in the X driver if the program that converts a selection
>> stops responding. Use 10 second timeout.
>>
>> Fri Sep 10 18:37:30 CEST 2021 mikulas:
>>
>> Fix a crash in the X driver if some window asks for clipboard and is
>> closed before Links responds to this request
>>
>> Thu Aug 19 19:54:43 CEST 2021 Emir Yasin SARI <[email protected]>:
>>
>> Updated the Turkish translation
>>
>> Sun Jul 4 18:02:44 CEST 2021 mikulas:
>>
>> Support the "id" attribute on COLGROUP, COL, TR, THEAD, TBODY, TFOOT
>> tags
>>
>> Tim.

The patch was mangled, but I managed to update using the one from your
first submission (which I'm going to re-attach for convenience.)

compiles fine, checked lib depends and plist for both flavors,
everything is fine.

tested both flavors quickly.  I missed links+, haven't used it in ages!
It handled some pages better than I would have expected :)


Index: Makefile
===================================================================
RCS file: /home/cvs/ports/www/links+/Makefile,v
retrieving revision 1.71
diff -u -p -r1.71 Makefile
--- Makefile    28 Jun 2021 07:35:35 -0000      1.71
+++ Makefile    17 Oct 2021 18:35:32 -0000
@@ -1,7 +1,7 @@
 # $OpenBSD: Makefile,v 1.71 2021/06/28 07:35:35 sthen Exp $
 
 COMMENT=       graphics and text browser
-VER=           2.23
+VER=           2.25
 DISTNAME=      links-${VER}
 PKGNAME=       links+-${VER}
 CATEGORIES=    www
Index: distinfo
===================================================================
RCS file: /home/cvs/ports/www/links+/distinfo,v
retrieving revision 1.41
diff -u -p -r1.41 distinfo
--- distinfo    28 Jun 2021 07:35:35 -0000      1.41
+++ distinfo    17 Oct 2021 18:35:52 -0000
@@ -1,2 +1,2 @@
-SHA256 (links-2.23.tar.gz) = 1xGL2XgWCBKfSrXlb8rB/e6s+lwvQE0py/idqrhblR0=
-SIZE (links-2.23.tar.gz) = 7111783
+SHA256 (links-2.25.tar.gz) = XAs7C4/h88hpT1+3+9sZxjJ4rGiuRkbaabSWQLICg7E=
+SIZE (links-2.25.tar.gz) = 7094185

Reply via email to