./www/links, Lynx-like text WWW browser

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.29, Package name: links-2.29, Maintainer: pkgsrc-users

Lynx-like text WWW browser, supporting frames, tables and JavaScript,
displaying pages during download, background downloads and more.


Required to run:
[security/openssl] [devel/libevent]

Required to build:
[pkgtools/cwrappers]

Package options: bzip2, lzma, zlib

Master sites:

Filesize: 6368.188 KB

Version history: (Expand)


CVS history: (Expand)


   2024-04-17 16:08:26 by Nathanial Sloss | Files touched by this commit (3)
Log message:
Fix for all bit depths lower than 8bpp.

Bump PKG_REVISION.
   2024-03-21 15:52:50 by Amitai Schleier | Files touched by this commit (4) | Package updated
Log message:
links{,-gui}: update to 2.29. Changes:

- Add "#define _GNU_SOURCE" to the configure test for memrchr
- Implement strike formatting
- Fixed a bug that image was sometimes displayed with too small size
- Fixed a bug that webp images from local disk could not be displayed
- Support AVIF images
- Updated Polish Translation
   2023-10-25 00:11:51 by Thomas Klausner | Files touched by this commit (2298)
Log message:
*: bump for openssl 3
   2023-05-18 02:11:33 by Amitai Schleier | Files touched by this commit (1)
Log message:
Override configure's attempt to determine CPP. Fixes build on Arch
Linux. Tested to still build on macOS, Debian, NetBSD, and Tribblix.
   2022-11-02 19:10:03 by Frederic Cambus | Files touched by this commit (2) | Package updated
Log message:
links: update to 2.28.

=== RELEASE 2.28 ===

Sat Sep 17 21:54:44 CEST 2022 mikulas:

- Disable cache when following redirects from consent.google.com

Sat Sep 10 16:05:02 CEST 2022 mikulas:

- On Windows, change the default directory to the "Downloads" directory,
  so that downloaded files are placed there

Sat Sep 10 15:31:20 CEST 2022 mikulas:

- Compile the 32-bit Windows version without SSE2 instructions

Tue May 31 21:07:51 CEST 2022 mikulas:

- Fix a display glitch on framebuffer, if the user doesn't have mouse and
 if he presses F5, F6, F7 or F8
   2022-06-27 17:21:09 by Frederic Cambus | Files touched by this commit (2) | Package updated
Log message:
links: update to 2.27.

=== RELEASE 2.27 ===

Fri May 27 20:10:59 CEST 2022 mikulas:

	Compile the Windows version with libevent 2.0 (note that libevent 2.1
	doesn't work on Windows 7)

	This fixes "Fatal error: too big handle" because Cygwin has too low
	FD_SETSIZE (64)

Wed Apr 13 19:43:10 CEST 2022 Emir Yasin SARI <bitigchi@me.com>:

	Updated the Turkish translation

Mon Apr 11 19:23:19 CEST 2022 mikulas:

	Allow the user to specify a numeric IPv6 address in the dns-over-https
	box
   2022-05-29 19:58:53 by Frederic Cambus | Files touched by this commit (4) | Package updated
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:

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

	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
   2022-01-23 23:06:29 by Frederic Cambus | Files touched by this commit (2) | Package updated
Log message:
links: update to 2.25.

=== 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

Wed Sep  8 18:21:42 CEST 2021 mikulas:

	Fix a crash on OS/2 SMP systems - it was caused by a bug in OpenSSL

Sun Sep  5 11:12:47 CEST 2021 mikulas:

	Workaround for a bug on Minix 3 - don't close signal pipe when spawning
	a shell

Thu Aug 19 19:54:43 CEST 2021 Emir Yasin SARI <bitigchi@me.com>:

	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