[meta-oe] links: upgrade to 2.26

Message ID 1650872488-31555-1-git-send-email-wangmy@fujitsu.com
State New
Headers show
Series [meta-oe] links: upgrade to 2.26 | expand

Commit Message

Mingyu Wang (Fujitsu) April 25, 2022, 7:41 a.m. UTC
Changelog:
===========
 Fix a display glitch if the list is empty and the user presses '*'
 Add a possibility to pass gopher:// URLs to an external program
 Updated the German translation
 Updated the initial bookmarks
 Fix a bug when form submit url contained '#'
 Support WEBP images
 Support DNS-over-HTTPS
 Try multiple IPv4 addresses on systems that don't have getaddrinfo
 Handle the "TD" tag outside "TR" the same way as in other browsers
 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

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../links/{links-x11_2.22.bb => links-x11_2.26.bb}              | 2 +-
 meta-oe/recipes-support/links/{links_2.25.bb => links_2.26.bb}  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-support/links/{links-x11_2.22.bb => links-x11_2.26.bb} (91%)
 rename meta-oe/recipes-support/links/{links_2.25.bb => links_2.26.bb} (79%)

Patch

diff --git a/meta-oe/recipes-support/links/links-x11_2.22.bb b/meta-oe/recipes-support/links/links-x11_2.26.bb
similarity index 91%
rename from meta-oe/recipes-support/links/links-x11_2.22.bb
rename to meta-oe/recipes-support/links/links-x11_2.26.bb
index e354bbafd1..4c8d935ccf 100644
--- a/meta-oe/recipes-support/links/links-x11_2.22.bb
+++ b/meta-oe/recipes-support/links/links-x11_2.26.bb
@@ -10,7 +10,7 @@  REQUIRED_DISTRO_FEATURES = "x11"
 SRC_URI += " file://links2.desktop \
              http://www.xora.org.uk/oe/links2.png;name=icon"
 
-SRC_URI[sha256sum] = "0364986b3a7f1e8e3171bea362b53f71e1dd3360a8842d66fdc65580ebc2084d"
+SRC_URI[sha256sum] = "f05b3577f25dbe63e491c424f0ecb31f7bfadce9b2bc2f111dfed049c004c9cb"
 SRC_URI[icon.sha256sum] = "eddcd8b8c8698aa621d1a453943892d77b72ed492e0d14e0dbac5c6a57e52f47"
 
 S = "${WORKDIR}/links-${PV}"
diff --git a/meta-oe/recipes-support/links/links_2.25.bb b/meta-oe/recipes-support/links/links_2.26.bb
similarity index 79%
rename from meta-oe/recipes-support/links/links_2.25.bb
rename to meta-oe/recipes-support/links/links_2.26.bb
index 1986358b21..3c1ee4f2bc 100644
--- a/meta-oe/recipes-support/links/links_2.25.bb
+++ b/meta-oe/recipes-support/links/links_2.26.bb
@@ -8,4 +8,4 @@  EXTRA_OECONF = "--enable-graphics \
                 --without-libtiff --without-svgalib --with-fb \
                 --without-directfb --without-pmshell --without-atheos \
                 --without-x"
-SRC_URI[sha256sum] = "2dd78508698e8279ef4f09a3a2a21e9595040113402da6c553974414fb49dd2c"
+SRC_URI[sha256sum] = "f05b3577f25dbe63e491c424f0ecb31f7bfadce9b2bc2f111dfed049c004c9cb"