pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/links



Module Name:    pkgsrc
Committed By:   fcambus
Date:           Sun May 29 17:58:53 UTC 2022

Modified Files:
        pkgsrc/www/links: Makefile.common distinfo
        pkgsrc/www/links/patches: patch-configure patch-x.c

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.78 -r1.79 pkgsrc/www/links/Makefile.common
cvs rdiff -u -r1.81 -r1.82 pkgsrc/www/links/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/links/patches/patch-configure
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/links/patches/patch-x.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/links/Makefile.common
diff -u pkgsrc/www/links/Makefile.common:1.78 pkgsrc/www/links/Makefile.common:1.79
--- pkgsrc/www/links/Makefile.common:1.78       Sun Jan 23 22:06:29 2022
+++ pkgsrc/www/links/Makefile.common    Sun May 29 17:58:53 2022
@@ -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

Index: pkgsrc/www/links/distinfo
diff -u pkgsrc/www/links/distinfo:1.81 pkgsrc/www/links/distinfo:1.82
--- pkgsrc/www/links/distinfo:1.81      Sun Jan 23 22:06:29 2022
+++ pkgsrc/www/links/distinfo   Sun May 29 17:58:53 2022
@@ -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

Index: pkgsrc/www/links/patches/patch-configure
diff -u pkgsrc/www/links/patches/patch-configure:1.1 pkgsrc/www/links/patches/patch-configure:1.2
--- pkgsrc/www/links/patches/patch-configure:1.1        Tue Jun 29 15:13:24 2021
+++ pkgsrc/www/links/patches/patch-configure    Sun May 29 17:58:53 2022
@@ -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
  
  
  

Index: pkgsrc/www/links/patches/patch-x.c
diff -u pkgsrc/www/links/patches/patch-x.c:1.2 pkgsrc/www/links/patches/patch-x.c:1.3
--- pkgsrc/www/links/patches/patch-x.c:1.2      Tue Jun 29 15:13:24 2021
+++ pkgsrc/www/links/patches/patch-x.c  Sun May 29 17:58:53 2022
@@ -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 @@ Fix display for color depths lower than 
                                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 @@ Fix display for color depths lower than 
                                                        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 @@ Fix display for color depths lower than 
                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