pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/links links: update to 2.26.
details: https://anonhg.NetBSD.org/pkgsrc/rev/8df32649afd6
branches: trunk
changeset: 380148:8df32649afd6
user: fcambus <fcambus%pkgsrc.org@localhost>
date: Sun May 29 17:58:53 2022 +0000
description:
links: update to 2.26.
=== 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@localhost:
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@localhost>:
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
diffstat:
www/links/Makefile.common | 4 ++--
www/links/distinfo | 12 ++++++------
www/links/patches/patch-configure | 6 +++---
www/links/patches/patch-x.c | 12 ++++++------
4 files changed, 17 insertions(+), 17 deletions(-)
diffs (91 lines):
diff -r 90c114b6bc6f -r 8df32649afd6 www/links/Makefile.common
--- a/www/links/Makefile.common Sun May 29 17:47:26 2022 +0000
+++ b/www/links/Makefile.common Sun May 29 17:58:53 2022 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.78 2022/01/23 22:06:29 fcambus Exp $
+# $NetBSD: Makefile.common,v 1.79 2022/05/29 17:58:53 fcambus Exp $
#
# used by www/links/Makefile
# used by www/links-gui/Makefile
-DISTNAME= links-2.25
+DISTNAME= links-2.26
CATEGORIES= www
MASTER_SITES= http://links.twibright.com/download/
EXTRACT_SUFX= .tar.bz2
diff -r 90c114b6bc6f -r 8df32649afd6 www/links/distinfo
--- a/www/links/distinfo Sun May 29 17:47:26 2022 +0000
+++ b/www/links/distinfo Sun May 29 17:58:53 2022 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.81 2022/01/23 22:06:29 fcambus Exp $
+$NetBSD: distinfo,v 1.82 2022/05/29 17:58:53 fcambus Exp $
-BLAKE2s (links-2.25.tar.bz2) = 47ed9a4702afb26edbe1cd0b407f7eb405e8af02c27a451c0bb38afc9f9ce739
-SHA512 (links-2.25.tar.bz2) = b094e3b2096b07da8385d6021e5a5794f5b602c90ec824c48b897e6b69def6d69cb879af3008a4af43effaa7d9359bf09e4feb8ed5371bb7ff22ffcb0794f690
-Size (links-2.25.tar.bz2) = 6505187 bytes
-SHA1 (patch-configure) = 047d48d898f674f5f0b18c700e6296fe180380e2
-SHA1 (patch-x.c) = 3aff5484e803495febf417bb5c2b9e3d79a265d4
+BLAKE2s (links-2.26.tar.bz2) = f4fc7c566dba8dd0e8ba23a6c3f870b6fd82aa0d04758afff0c665b9e15e3bfe
+SHA512 (links-2.26.tar.bz2) = b732f88ae0e9f63f577fc3041058c56b43ffec3b797328453d0770e326010b05fcc04128287ef35b0d189bd0768446057d8773e10f8e0a76bab72fb252cdd530
+Size (links-2.26.tar.bz2) = 6508447 bytes
+SHA1 (patch-configure) = 38044f43a6985c50dd0275e9927dcc98a91dcc47
+SHA1 (patch-x.c) = 18521103f0d585416cc27804e825d764c7df61ee
diff -r 90c114b6bc6f -r 8df32649afd6 www/links/patches/patch-configure
--- a/www/links/patches/patch-configure Sun May 29 17:47:26 2022 +0000
+++ b/www/links/patches/patch-configure Sun May 29 17:58:53 2022 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-configure,v 1.1 2021/06/29 15:13:24 fcambus Exp $
+$NetBSD: patch-configure,v 1.2 2022/05/29 17:58:53 fcambus Exp $
---- configure.orig 2021-05-21 18:46:59.000000000 +0000
+--- configure.orig 2022-04-07 16:22:46.000000000 +0000
+++ configure
-@@ -850,10 +850,10 @@ fi
+@@ -854,10 +854,10 @@ fi
diff -r 90c114b6bc6f -r 8df32649afd6 www/links/patches/patch-x.c
--- a/www/links/patches/patch-x.c Sun May 29 17:47:26 2022 +0000
+++ b/www/links/patches/patch-x.c Sun May 29 17:58:53 2022 +0000
@@ -1,10 +1,10 @@
-$NetBSD: patch-x.c,v 1.2 2021/06/29 15:13:24 fcambus Exp $
+$NetBSD: patch-x.c,v 1.3 2022/05/29 17:58:53 fcambus Exp $
Fix display for color depths lower than 4bpp.
---- x.c.orig 2021-01-27 20:31:20.000000000 +0000
+--- x.c.orig 2022-04-07 16:18:34.000000000 +0000
+++ x.c
-@@ -1665,12 +1665,12 @@ static unsigned char *x_init_driver(unsi
+@@ -1667,12 +1667,12 @@ static unsigned char *x_init_driver(unsi
/* find best visual */
{
@@ -20,7 +20,7 @@
continue;
if (classes[b] == TrueColor && depths[a] <= 8)
continue;
-@@ -1698,11 +1698,13 @@ bytes_per_pixel_found:
+@@ -1700,11 +1700,13 @@ bytes_per_pixel_found:
/* test misordered flag */
/*debug("x_depth %d, x_bitmap_bpp %d %lx %lx %lx %s", x_depth, x_bitmap_bpp, vinfo.red_mask, vinfo.green_mask, vinfo.blue_mask, x_bitmap_bit_order == MSBFirst ?
"MSBFirst" : "LSBFirst");*/
switch (x_depth) {
@@ -35,7 +35,7 @@
misordered = 0;
goto visual_found;
}
-@@ -1757,7 +1759,7 @@ visual_found:
+@@ -1759,7 +1761,7 @@ visual_found:
x_driver.flags &= ~GD_SWITCH_PALETTE;
x_have_palette = 0;
x_use_static_color_table = 0;
@@ -44,7 +44,7 @@
if (x_depth > 8)
return stracpy(cast_uchar "Static color supported for up to 8-bit depth.\n");
if ((err = x_query_palette()))
-@@ -2221,13 +2223,32 @@ static void x_translate_colors(unsigned
+@@ -2223,13 +2225,32 @@ static void x_translate_colors(unsigned
return;
}
Home |
Main Index |
Thread Index |
Old Index