Package: lynx / 2.9.0dev.6-3~deb11u1

Metadata

Package Version Patches format
lynx 2.9.0dev.6-3~deb11u1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
lynxcfg.patch | (download)

lynx.cfg | 61 41 + 20 - 0 !
1 file changed, 41 insertions(+), 20 deletions(-)

 modify the lynx.cfg to debian system
aboutlynx.patch | (download)

lynx_help/about_lynx.html | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 modify about_lynx.html for debian package
21_do_not_strip_ g.diff | (download)

configure | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 stop ./configure from stripping out -g from cflags
nested_tables.patch | (download)

lynx.cfg | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 turn off nested-tables option
30_build_path_in_binary.diff | (download)

scripts/cfg_defs.sh | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 strip out build path from cfg_defs.h
40_parallel_build_fix.diff | (download)

makefile.in | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 use "grouped target" to fix doc breakage on parallel build.
90_CVE 2021 38165.patch | (download)

WWW/Library/Implementation/HTTP.c | 18 18 + 0 - 0 !
1 file changed, 18 insertions(+)

 fix cve-2021-38165
 CVE-2021-38165: If Lynx is given an HTTPS URL which included username
 and password, e.g. https://username:password@www.example.org/,
 username and password were sent over the wire in clear text if the
 TLS 1.2 Server Name Indication (SNI) extension was used.
 .
 This patch is extracted from upstream's patch from 2.9.0dev.8 to
 2.9.0dev.9 to fix this issue.