Revisions of lynx

Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1146603 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 39)
- 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
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 948346 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 38)
- 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) (forwarded request 948099 from dirkmueller)
Richard Brown's avatar Richard Brown (RBrownSUSE) accepted request 911537 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 37)
- 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
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 640781 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 36)
- 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
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 543854 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 35)
- 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
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 521668 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 34)
- 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 (forwarded request 521539 from mgorse)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 503050 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 33)
- 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
Ludwig Nussel's avatar Ludwig Nussel (lnussel_factory) accepted request 483997 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 31)
- fix typo in url

- 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
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 455125 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 30)
- security update:
  * CVE-2016-9179 [bsc#1008642]
    + lynx-CVE-2016-9179.patch
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 263562 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 29)
- Add lynx-2.8.8-expired-cookie-crash.patch: fix invalid read when
  removing an expired cookie (bnc#907539).
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 28)
Split 13.2 from Factory
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 228261 from Sascha Peilicke's avatar Sascha Peilicke (saschpe) (revision 27)
lynx 2.8.8rel.2 (forwarded request 228200 from AndreasStieger)
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_factory) accepted request 213424 from Andrey Karepin's avatar Andrey Karepin (EGDFree) (revision 26)
- fix license - there is no 'or later' in the license (forwarded request 213398 from coolo)
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 25)
Split 13.1 from Factory
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 155492 from Sascha Peilicke's avatar Sascha Peilicke (saschpe) (revision 24)
** Might want this in 12.3 ********************

- 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. (forwarded request 155073 from elvigia)
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 23)
Split 12.3 from Factory
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 22)
branched from openSUSE:Factory
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 98198 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 21)
- remove call to suse_update_config (very old work around) (forwarded request 97713 from coolo)
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 20)
replace license with spdx.org variant
Displaying revisions 1 - 20 of 39
openSUSE Build Service is sponsored by