|
|
|
|
Changelog for lynx-debugsource-2.9.2-lp160.1.3.x86_64.rpm :
* Wed Sep 18 2024 junknotAATTgmail.com- Change `Requires: feh` to `Suggests: feh` * Fri Aug 30 2024 pgajdosAATTsuse.com- uses feh as the default image viewer - lynx-enable_xli.patch moved to lynx-default-image-viewer.patch * Wed Aug 28 2024 Michael Gorse - version update to 2.9.2 2024-05-31 (2.9.2) * modify makefile.in install-help to only remove files, leaving existing directories and symbolic links -TD * in POSIX environments, check paths for external programs to ensure that they are executable, non-empty files -TD * adapt special case of gzip decompression in 2.8.9dev.12 to brotli, to handle downloads from websites which support \"br\" (report by Rajeev V Pillai) -TD * updated configure macro CF_ANSI_CC_C, to reset flags on test-failure, to keep options from accumulating. 2024-04-15 (2.9.1) * add samples/mhtml-tool, from https://github.com/ThomasDickey/mhtml-tool which can use Lynx to display an \"mhtml\" file, e.g., foo.mht by mhtml-tool -e lynx foo.mht * add --with-libintl-prefix configure option (from patch for tin by Urs JanBen) -TD * improve bookmark file-updates, allowing for users to add HTML markup (report by TG) -TD * remove obsolete option --with-included-gettext -TD * override $BUILD_CPPFLAGS and $BUILD_LIBS when not cross-compiling, to help build Lynx with PDCurses -TD * re-order configure check for _XOPEN_SOURCE, etc., to reduce compiler warnings with gcc 14 -TD * fixes for saving a UTF-8 bookmark title -KH + correct comparison of Windows codepage values when setting DisplayCharsetMatchLocale, to handle UTF-8 + reset the internal state of UCTransToUni() before using it for bookmark title check. * update/cleanup test-packages -TD * correct logic in HTMLGen.c where XMP was not treated as a preformatted style, causing NNTP headers to be formatted (report by Marco Moock) -TD * fix special case of main status line on a page without links, broken by fix for UBSAN/ASAN issue -TG * Wed Feb 14 2024 pgajdosAATTsuse.com- version update to 2.9.0 2024-01-15 (2.9.0) * change version of OpenSSL used in Windows installers to 3.x and 1.1.1x, for new/old respectively -TD * fixes for UBSAN/ASAN issues with clang on Windows -GV * modify install-doc rule to use relative path for symbolic links -TD * add support for gopher\'s hURL functionality (patch by Viatrix). * allow ^G interrupt to end read from a stalled connection without exiting Lynx (Debian #1033423) -TD * allow the ^S keymap to be disabled in the configuration file, e.g., KEYMAP:^S:UNMAPPED (report by TG) -TD * repair docs/OS-390.announce and docs/README.jp -TD * make the test-files non-empty, to appease some packaging tools -TD * check for getpwuid(), use in preference to deprecated cuserid() -TD * modify curses initialization to permit ^S built-in keymap to work without needing external stty changes -TD * correct ifdef for LYmsec_delay() (report by Alexander Arkhipov) -TD * add a NUL after \"/\" in the SGML parser when the next character is \">\", to make PRETTYSRC view display correctly (report by \"Dima\") -TD * trim some obsolete style code for NeXT -TD * improve responsiveness with respect to SIGWINCH (report by Mark Zaharov) -TD * improve check for MAX_URI_SIZE -TD * improve check for UTF-8 character encoding in XML Text Declaration (report by Lennart Jablonka) -TD * fix for decoding utf-8 in CDATA sections (patch by Hiltjo Posthuma) * treat HTTP 308 permanently redirected the same as HTTP 301 permanently moved (Debian #1041686). * formatting fixes for manpage (Debian #1037353). * change defaults in configure script to use compression -TD * modify HTChunkPutb2() to avoid passing a zero-size or null pointer to memcpy() -TD * correct loop in fill_addrinfo() which adds sizes of struct addrinfo\'s found in getaddrinfo() call; the 2.8.8dev.15 change did not update the pointer to the struct addrinfo\'s (Redhat #2185402) -TD * modify configure script to reduce implicit-function warnings -TD * add viewport meta-tag to documentation/test files -TD * update config.guess (2023-08-22), config.sub (2023-09-15) * update ro.po from http://translationproject.org/latest/lynx 2023-01-08 (2.9.0dev.12) * add a rewind() call before reading existing bookmark file opened for append with read/write, to ensure that the file-position is at the beginning of the file (report by Klatt Volkmar) -TD * improve compiler-warnings in configure script checks -TD * fix a few ifdef\'ing problems (prompted by discussion with Klatt Volkmar) -TD * fix spelling errors found with codespell (report by Jens Schleusener) -TD * update eo.po from http://translationproject.org/latest/lynx 2022-12-28 (2.9.0dev.11) * update ncurses/lynx homepage URLs to deprecate ftp -TD * modify configure script to reduce implicit-function warnings (report by Florian Weimer) -TD * update configure script to work around regression in grep 3.8 -TD * add some consistency-checks to dtd_util to make it easier to use -TD * improve formatting of bookmark file, e.g., to fix warnings by tidy -TD * correct workaround for asan2 report of overlapping strcpy (report by KH) -TD * amend fix for Debian #738121; URL-encoded \"?\" in HTFile.c corresponds to an actual \"?\" in a file path (report by TG) -TD * before calling delscreen, delete the private working windows in case delwin invalidates those (Debian #1015756) -TD * add presentation type for xhtml, related state information to better handle things such as \"\" -Shlomi Fish, TD * improve line-breaks and whitespace for Japanese characters -KH + permit line breaks after any Japanese character (enabled by - -enable-wcwidth-support configuration and only called on last byte of multibyte UTF-8 sequence) + avoid adding spaces when joining lines after Japanese characters. * add new \"Minimal\" user mode, to minimize on-screen help/status. Eliminates the URL on the bottom line, the forward/backward indicator in the upper left, and most status-line messages - Paul G Fox * add PREVENT_KEYBOARD_WRAPAROUND symbol to userdefs.h Undefing this will allow cursor to wrap from bottom to/from top, when there\'s more content than a single page. (It can already wrap when the content already fits on a page.) - Paul G Fox * modify NSL-fork to call freeaddrinfo only if getaddrinfo returns successfully (patch by Rajeev V Pillai) * add \".br\", \".lz\", \".lzip\", and \".xz\" to binary-suffixes list -TD * changes for using brotli stream decompression -TD * changes for working with SOCKS5 on Windows 10 -GV, -TD * fix a few coverity and clang warnings -TD * add a null-pointer check in StrAllocVsprintf() to work with existing SOCKS5 configuration (report/patch by Gisle Vanem). * change capitalization of \"Content-type\" sent to the remote server to work around \"HeavyThing\" server which does not follow RFC 2616 in treating field name as case insensitive (report/patch by Sylvain Bertrand) * improved several configure macros: AM_WITH_NLS, CF_ADD_INCDIR, CF_BUILD_CC, CF_CHECK_EXTERN_DATA, CF_DISABLE_ECHO, CF_FIX_WARNINGS, CF_MAKEFLAGS, CF_MATH_LIB, CF_NCURSES_CONFIG, CF_NCURSES_LIBS, CF_PKG_CONFIG, CF_PROG_LINT, CF_SIZECHANGE, CF_TRY_XOPEN_SOURCE, CF_WITH_PATH, CF_XOPEN_SOURCE * update config.guess (2022-08-01), config.sub (2022-08-01)- modified patches % lynx-charset.patch (refreshed) % lynx-enable_xli.patch (refreshed) * Sat Jan 22 2022 Dirk Müller - update to 2.9.0~dev.10: * several fixes for problems found using asan2 with fuzzer-generated data * re-signed copyright/copying files -TD * update fr.po, id.po, nl.po, sv.po from http://translationproject.org/latest/lynx * update config.sub (2021-08-14) * Thu Aug 12 2021 pgajdosAATTsuse.com- version update to 2.9.0~dev.9 [bsc#1189354] * development version, see CHANGES for details namely: * strip user/password from ssl_host in HTLoadHTTP, incorrectly passed as part of the server name indicator (Debian #991971) -TD * Sat Oct 06 2018 seanAATTsuspend.net- update to 2.8.9rel1.1: * documentation/metrics updates * fix an inconsistency in message for -listonly option * update test-packages to use current ncurses test-packages * improve portability for sockaddr structures used in HTTP and FTP, for IPv6 and SOCKS configurations * fix several minor warnings reported by Coverity * build-fix overlooked in 2.8.9dev.3 when INACTIVE_INPUT_STYLE_VH is defined, for problem introduced by 2.8.8dev.17 code-cleanup * trim unnecessary intllib symbols from src/chrtrans/makefile.in * when cross-compiling, trim LDFLAGS from makefile rule linking makeuctb- dropped patches: lynx-helpfile.patch: latest documentation available online * Mon Nov 20 2017 pgajdosAATTsuse.com- update to 2.8.9dev.16: * add a note in the comments for INCLUDE in lynx.cfg regarding the default directory searches LYOpenCFG(), added in 2.8.4dev.20 (Debian #818047) -TD * add a check to ensure that HTML_put_string() will not append a chunk onto itself (report by Ned Williamson) -TD * add note in lynx.cfg about default values (Debian #408448) -TD * amended Backes\' change to the COLLAPSE_BR_TAGS feature for compatibility -TD + use ENABLE_LYNXRC to determine whether it is written to the .lynxrc file. + add command-line option, etc., for controlling whether blank lines are trimmed, e.g., trailing lines as well as the special case for collapsing br-tags. Leading blank lines at the top of the document are untouched. + modify limit for trimmed lines to retain as little as 1 line; previously the trimming would go no smaller than 2 lines. * add command-line option and options-menu item for COLLAPSE_BR_TAGS (patch by Peter Backes). * correct logic in HTCopy() when re-reading a page (Debian #863008) -TD * Tue Sep 05 2017 mgorseAATTsuse.com- Add --with-zlib and --with-bzip2 to configure, to allow decompressing directly via zlib and support bzip2.- Add libbz2-devel and zlib-devel to BuildRequires * Mon Jun 12 2017 pgajdosAATTsuse.com- update to 2.8.9dev.14 to build with openssl 1.1 [bsc#1042661]- dropped patches . lynx-2.8.5.dif . lynx-no-build-date.patch . lynx-2.8.8-expired-cookie-crash.patch . lynx-CVE-2016-9179.patch . lynx-2.8.8-ncurses-6.0-20170318.patch- renamed patches . lynx-2.8.7-enable_xli.patch to lynx-enable_xli.patch . lynx-2.8.5-charset.patch to lynx-charset.patch . lynx-2.8.5.dif split to lynx-helpfile.patch and lynx-proxy-empty-string.patch * Mon Apr 03 2017 wernerAATTsuse.de- Use upstream commit f0b064b47bfa046da941f5029cdc1b4c851553ce to replace workaround in patch lynx-2.8.8-ncurses-6.0-20170318.patch * Fri Mar 31 2017 pgajdosAATTsuse.com- fix typo in url * Thu Mar 30 2017 wernerAATTsuse.de- Update project Url as well as Url path of source tar ball- Add patch lynx-2.8.8-ncurses-6.0-20170318.patch to work around internal header definition of ncurses-6.0-20170318 * Mon Feb 06 2017 pgajdosAATTsuse.com- security update: * CVE-2016-9179 [bsc#1008642] + lynx-CVE-2016-9179.patch * Thu Nov 27 2014 mgorseAATTsuse.com- Add lynx-2.8.8-expired-cookie-crash.patch: fix invalid read when removing an expired cookie (bnc#907539). * Sat Mar 29 2014 andreas.stiegerAATTgmx.de- lynx 2.8.8rel.2 * correct errata in test-files which cause broken links in break-out directory in lynx.isc.org server * amend change from 2.8.8pre.2, to ensure that MinGW libraries already declaring \'sleep()\' will build * drop unused save/compress rules from makefile.in, because fixing umask for these is pointless * modify makefile.in to establish sane umask value in the \"install-doc\" rule- lynx as an extra version element, append to version and adjust filename to make download_files pass * Sat Feb 22 2014 andreas.stiegerAATTgmx.de- lynx 2.8.8rel.1- user visible changes: * add internal URL scheme \"LYNXEDITMAP:\" field-editing help * correct formatting of large file-sizes in directory listing * add \"submit\" and \"reset\" commands * add \"pwd\" command, to show current working directory in the statusline * add option -unique-urls * add -list_inline option, which modifies -dump output to put links inline with the text rather than in a list at the end of the dump * GNUTLS to enable SNI (Server Name Indication) * improved HTML interpretation * improved handling and display of character sets * Full list of changes and improvements: http://lynx.isc.org/lynx2.8.8/features.html- packaging changes: * fix self-obsoletion of lynxssl * removed patches: + lynx-openssl.patch, committed upstream * modified patches: + lynx-2.8.5-charset.patch adjust for upstream changes * Fri Jan 10 2014 cooloAATTsuse.com- fix license - there is no \'or later\' in the license * Mon Feb 11 2013 crrodriguezAATTopensuse.org- lynx-openssl.patch : just like in the \"links\" case, HTTPS clients must not: * Negotiate SSLv2 * Attempt to use SSL compression (due to CVE-2012-4929)- Fix debuginfo generation. * Wed Dec 21 2011 cooloAATTsuse.com- remove call to suse_update_config (very old work around) * Thu Jul 28 2011 vcizekAATTnovell.com- removed the very long list of authors from spec * Tue Jul 26 2011 meissnerAATTsuse.de- remove x bits from sample windows scripts * Thu Mar 24 2011 vcizekAATTnovell.com- update to 2.8.7rel.2 * add limit-check for too-long URIs in href\'s (RedHat #605286) * fix a few places still referring to \"2-8-6\" * Sat Sep 04 2010 cristian.rodriguezAATTopensuse.org- Do not include build date in binaries * Sun Jan 03 2010 jengelhAATTmedozas.de- enable parallel build * Fri Dec 11 2009 anickaAATTsuse.cz- update to 2.8.7 * many bugfixes * added many new options * improved SSL support, cookie support, HTML interpretation- removed -ipv6 patch (feature implemented upstream)- removed CVE-2008-4690 patch (fixed upstream) * Wed Oct 29 2008 kssingvoAATTsuse.de- fix for lynxcgi command execution CVE-2008-4690 (bnc#439149)- not affected: .mailcap and .mime.types files read, CVE-2006-7234 * Wed Jul 04 2007 kssingvoAATTsuse.de- added official patch from lynx.isc.org: * correct loop-limit in print_crawl_to_fd(), which broke \"lynx -crawl -dump\" from 2.8.6dev.9 changes * Tue Apr 03 2007 kssingvoAATTsuse.de- upgrade to final version of 2.8.6- removed patch with final changes * Thu Mar 29 2007 dmuellerAATTsuse.de- add ncurses-devel BuildRequires * Mon Nov 20 2006 kssingvoAATTsuse.de- added patch to have the 2.8.6 final version patches: * limit files set via PERSONAL_EXTENSION_MAP and PERSONAL_MAILCAP to be found relative to the user\'s home directory. * ensure that the configured values for GLOBAL_EXTENSION_MAP and GLOBAL_MAILCAP are absolute pathnames -TD * modify logic for reading PERSONAL_EXTENSION_MAP and PERSONAL_MAILCAP to ensure that they are files that are controlled only by the user. * Tue Oct 31 2006 kssingvoAATTsuse.de- disabled color support for non-color lynx, enabled color support for lynx-color- added helpful directories to pkg documentation: samples, scripts * Mon Oct 16 2006 ssommerAATTsuse.de- updated to 2.8.6rel.2: Highligths: * broaden the conditions on which to reload the color-style info * documentation fixes * Wed Oct 04 2006 ssommerAATTsuse.de- updated to 2.8.6pre.5: Highlights: * buildsystem fixes * updated files from ftp.unicode.org * Tue Sep 19 2006 ssommerAATTsuse.de- updated to 2.8.6pre.4: Highlights: * add script samples/oldlynx, which gives the non-color-style scheme using an executable built for color-style * add DEFAULT_COLORS item to lynx.cfg to allow disabling the default colors feature at runtime, allowing better matching of old color scheme via a script * Mon Sep 18 2006 ssommerAATTsuse.de- updated to 2.8.6pre.3: Highlights from the Changelog: * add NESTED_TABLES setting to lynx.cfg to allow site override of the built-in default * add check for failure to write to disk, e.g., on disk full * add presentation for text/css, to allow browsing \".css\" files * add presentation type for application/xml and text/xml mime types * add presentation type for application/xhtml+xml mime type * add \"Anonymous FTP Password\" to Options menu * add command-line option -syslog-urls to allow syslog\'ing of URLs to be optional * highlight the target and pause for 20 milliseconds when selecting a link with the mouse * add -stderr option to write error messages when doing a -dump -or - source. * add -nonumbers option, which modifies the output of -dump to suppress the link-numbering * add -listonly option, which modifies the output of -dump to show only the list of links * modify treatment of symbolic links for ftp-URLs to show the link target, as with the local directory editor * lynx accepts multiple URLs on the command line * modify logic for -dump so it can dump all pages listed on the command line- removed obsolete patches and updated the remaining patches- config files are stored in sysconfdir not in libdir- added /etc/lynx.lss config file * Wed May 17 2006 schwabAATTsuse.de- Don\'t strip binaries. * Wed Jan 25 2006 mlsAATTsuse.de- converted neededforbuild to BuildRequires * Wed Jan 11 2006 kssingvoAATTsuse.de- added three official patches- disabled (own) security patches, which are included now * Mon Nov 14 2005 kssingvoAATTsuse.de- added fix for potential cgi_links hole (bugzilla#133645) * Thu Oct 27 2005 kssingvoAATTsuse.de- 2nd fix for nntpserver buffer overflow (bugzilla#121926) * Thu Oct 20 2005 kssingvoAATTsuse.de- fix for nntpserver buffer overflow CAN-2005-3120 (bugzilla#121926) * Fri Oct 08 2004 keAATTsuse.de- Apply lynx-2.8.5-charset.patch: Set LOCALE_CHARSET:TRUE for detecting UTF-8 automatically [# 46898]. * Thu Aug 12 2004 kssingvoAATTsuse.de- added official 2.8.5rel.2 patch * Fri Jul 16 2004 kssingvoAATTsuse.de- linking against libncursesw to get umlauts in UTF-8 working (bugzilla#43086) * Fri Mar 26 2004 mmjAATTsuse.de- Add postfix to # neededforbuild * Thu Mar 04 2004 kssingvoAATTsuse.de- update to 2.8.5- adapted local patches and enhancements * Fri Jan 09 2004 adrianAATTsuse.de- use %find_lang * Tue Sep 02 2003 kssingvoAATTsuse.de- strange things in certain locale fix (bugzilla#29772) * Thu May 15 2003 cooloAATTsuse.de- use BuildRoot * Tue Feb 18 2003 kssingvoAATTsuse.de- fixed (hopefully) problem with IPv6 addresses (bugzilla #20744) * Wed Dec 11 2002 kssingvoAATTsuse.de- added offical patches a-d * Fri Sep 27 2002 uliAATTsuse.de- ignore both unset and empty *_proxy variables (bug #20262) * Thu Aug 22 2002 uliAATTsuse.de- moved config file from /usr/lib to /etc (bug #18179) * Sun Jun 09 2002 olhAATTsuse.de- use suse_update_config for ppc64 * Mon May 27 2002 uliAATTsuse.de- assume local .php * files to be text/html (bug #15907) * Mon Mar 18 2002 uliAATTsuse.de- backed out the aforementioned fix as it breaks important sites (e.g. freshmeat, slashdot; fixes bug #15065) * Tue Feb 19 2002 uliAATTsuse.de- disabled default compressed handlers (fixes bug #13304) * Mon Sep 17 2001 uliAATTsuse.de- enabled use of default colors (was disabled all the time, but it seems the disabling didn\'t work before 2.8.4) * Thu Aug 16 2001 uliAATTsuse.de- update -> 2.8.4 rel. 1- enabled IPv6 (Bug #8655) * Fri Jul 27 2001 keAATTsuse.de- update message files from http://www.iro.umontreal.ca/contrib/po/maint/lynx/ ; packed as po.tar.bz2. Fix [#8662]. * Wed Jun 27 2001 uliAATTsuse.de- update -> 2.8.3 final- enabled NLS * Tue May 08 2001 mfabianAATTsuse.de- bzip2 sources * Thu Jan 04 2001 uliAATTsuse.de- changed lynxssl -> lynx in some paths * Tue Dec 19 2000 lmuelleAATTsuse.de- remove unnecessary Provides: lynx2 * Mon Dec 18 2000 uliAATTsuse.de- \"lynxssl\" becomes \"lynx\" (non-SSL version will be dropped) * Mon Nov 27 2000 uliAATTsuse.de- fixed neededforbuild- uses passive FTP by default (req. by Andi Kleen) * Wed Sep 27 2000 uliAATTsuse.de- new package with SSL support * Fri Aug 18 2000 uliAATTsuse.de- fixed location of help file in lynx.cfg * Fri Jun 02 2000 kukukAATTsuse.de- Use doc macro * Wed Mar 01 2000 schwabAATTsuse.de- Add group tag.- /usr/man -> /usr/share/man * Mon Sep 20 1999 roAATTsuse.de- added Provides web_browser * Wed Sep 15 1999 uliAATTsuse.de- update -> 2.8.3dev9- scrapped Makefile.Linux- added RPM_OPT_FLAGS to CFLAGS * Mon Sep 13 1999 bsAATTsuse.de- ran old prepare_spec on spec file to switch to new prepare_spec. * Mon Jul 27 1998 florianAATTsuse.de- add /usr/bin/lynx-color again, as there is no global configuration possibility * Thu Jul 16 1998 florianAATTsuse.de- update to version 2.8- no need to have an extra ncurses-color anymore as the ncurses-version has now also color support: \"lynx -color\" * Wed Mar 04 1998 florianAATTsuse.de- update to version 2.7.2 * Fri Oct 17 1997 roAATTsuse.de- ready for autobuild * Tue Jul 29 1997 florianAATTsuse.de- add security-fix for lynx 2.7.1- also include a \"lynx-color\" that is build with slang instead of ncurses future lynx-ncurses will also have color-support, but a separate lynx-color should be ok right now * Mon Jun 02 1997 florianAATTsuse.de- update to version 2-7-1 * Sun Apr 13 1997 florianAATTsuse.de- update to new version 2.7 * Thu Jan 02 1997 florianAATTsuse.de- Update auf Version 2-6.- Beim Aufruf des eingebauten Hilfesystems werden lokale Dateien aufgerufen und nicht die Internet-Version benuetzt. * Thu Jan 02 1997 florianAATTsuse.de- Update auf neue Version 2-6. /usr/etc/mailcap sollte nun in aaa_base sein.
|
|
|