File lynx.changes of Package lynx
-------------------------------------------------------------------
Mon Nov 20 11:16:20 UTC 2017 - pgajdos@suse.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 5 18:46:50 UTC 2017 - mgorse@suse.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 09:24:13 UTC 2017 - pgajdos@suse.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 3 08:27:28 UTC 2017 - werner@suse.de
- Use upstream commit f0b064b47bfa046da941f5029cdc1b4c851553ce to
replace workaround in patch lynx-2.8.8-ncurses-6.0-20170318.patch
-------------------------------------------------------------------
Fri Mar 31 07:27:06 UTC 2017 - pgajdos@suse.com
- fix typo in url
-------------------------------------------------------------------
Thu Mar 30 14:23:45 UTC 2017 - werner@suse.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 6 16:27:18 UTC 2017 - pgajdos@suse.com
- security update:
* CVE-2016-9179 [bsc#1008642]
+ lynx-CVE-2016-9179.patch
-------------------------------------------------------------------
Thu Nov 27 19:49:27 UTC 2014 - mgorse@suse.com
- Add lynx-2.8.8-expired-cookie-crash.patch: fix invalid read when
removing an expired cookie (bnc#907539).
-------------------------------------------------------------------
Sat Mar 29 22:11:28 UTC 2014 - andreas.stieger@gmx.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 20:52:23 UTC 2014 - andreas.stieger@gmx.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 09:24:44 UTC 2014 - coolo@suse.com
- fix license - there is no 'or later' in the license
-------------------------------------------------------------------
Mon Feb 11 04:28:19 UTC 2013 - crrodriguez@opensuse.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 10:24:43 UTC 2011 - coolo@suse.com
- remove call to suse_update_config (very old work around)
-------------------------------------------------------------------
Thu Jul 28 16:48:41 UTC 2011 - vcizek@novell.com
- removed the very long list of authors from spec
-------------------------------------------------------------------
Tue Jul 26 17:10:10 CEST 2011 - meissner@suse.de
- remove x bits from sample windows scripts
-------------------------------------------------------------------
Thu Mar 24 16:35:59 UTC 2011 - vcizek@novell.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 4 02:01:21 UTC 2010 - cristian.rodriguez@opensuse.org
- Do not include build date in binaries
-------------------------------------------------------------------
Sun Jan 3 16:11:10 CET 2010 - jengelh@medozas.de
- enable parallel build
-------------------------------------------------------------------
Fri Dec 11 15:14:59 CET 2009 - anicka@suse.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 16:07:20 CET 2008 - kssingvo@suse.de
- fix for lynxcgi command execution CVE-2008-4690 (bnc#439149)
- not affected: .mailcap and .mime.types files read, CVE-2006-7234
-------------------------------------------------------------------
Wed Jul 4 20:08:30 CEST 2007 - kssingvo@suse.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 3 20:12:18 CEST 2007 - kssingvo@suse.de
- upgrade to final version of 2.8.6
- removed patch with final changes
-------------------------------------------------------------------
Thu Mar 29 13:20:32 CEST 2007 - dmueller@suse.de
- add ncurses-devel BuildRequires
-------------------------------------------------------------------
Mon Nov 20 12:42:37 CET 2006 - kssingvo@suse.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 16:27:56 CET 2006 - kssingvo@suse.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 10:21:47 CEST 2006 - ssommer@suse.de
- updated to 2.8.6rel.2: Highligths:
* broaden the conditions on which to reload the color-style info
* documentation fixes
-------------------------------------------------------------------
Wed Oct 4 11:09:38 CEST 2006 - ssommer@suse.de
- updated to 2.8.6pre.5: Highlights:
* buildsystem fixes
* updated files from ftp.unicode.org
-------------------------------------------------------------------
Tue Sep 19 11:10:09 CEST 2006 - ssommer@suse.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 16:48:53 CEST 2006 - ssommer@suse.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 14:31:28 CEST 2006 - schwab@suse.de
- Don't strip binaries.
-------------------------------------------------------------------
Wed Jan 25 21:38:06 CET 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
-------------------------------------------------------------------
Wed Jan 11 15:12:59 CET 2006 - kssingvo@suse.de
- added three official patches
- disabled (own) security patches, which are included now
-------------------------------------------------------------------
Mon Nov 14 18:51:17 CET 2005 - kssingvo@suse.de
- added fix for potential cgi_links hole (bugzilla#133645)
-------------------------------------------------------------------
Thu Oct 27 16:36:46 CEST 2005 - kssingvo@suse.de
- 2nd fix for nntpserver buffer overflow (bugzilla#121926)
-------------------------------------------------------------------
Thu Oct 20 14:50:14 CEST 2005 - kssingvo@suse.de
- fix for nntpserver buffer overflow CAN-2005-3120 (bugzilla#121926)
-------------------------------------------------------------------
Fri Oct 8 06:52:50 CEST 2004 - ke@suse.de
- Apply lynx-2.8.5-charset.patch: Set LOCALE_CHARSET:TRUE for detecting
UTF-8 automatically [# 46898].
-------------------------------------------------------------------
Thu Aug 12 15:19:26 CEST 2004 - kssingvo@suse.de
- added official 2.8.5rel.2 patch
-------------------------------------------------------------------
Fri Jul 16 15:09:21 CEST 2004 - kssingvo@suse.de
- linking against libncursesw to get umlauts in UTF-8 working (bugzilla#43086)
-------------------------------------------------------------------
Fri Mar 26 11:14:12 CET 2004 - mmj@suse.de
- Add postfix to # neededforbuild
-------------------------------------------------------------------
Thu Mar 4 16:18:46 CET 2004 - kssingvo@suse.de
- update to 2.8.5
- adapted local patches and enhancements
-------------------------------------------------------------------
Fri Jan 9 17:32:24 CET 2004 - adrian@suse.de
- use %find_lang
-------------------------------------------------------------------
Tue Sep 2 15:07:07 CEST 2003 - kssingvo@suse.de
- strange things in certain locale fix (bugzilla#29772)
-------------------------------------------------------------------
Thu May 15 15:18:55 CEST 2003 - coolo@suse.de
- use BuildRoot
-------------------------------------------------------------------
Tue Feb 18 21:14:26 CET 2003 - kssingvo@suse.de
- fixed (hopefully) problem with IPv6 addresses (bugzilla #20744)
-------------------------------------------------------------------
Wed Dec 11 19:52:27 CET 2002 - kssingvo@suse.de
- added offical patches a-d
-------------------------------------------------------------------
Fri Sep 27 12:19:19 CEST 2002 - uli@suse.de
- ignore both unset and empty *_proxy variables (bug #20262)
-------------------------------------------------------------------
Thu Aug 22 14:12:32 CEST 2002 - uli@suse.de
- moved config file from /usr/lib to /etc (bug #18179)
-------------------------------------------------------------------
Sun Jun 9 20:25:01 CEST 2002 - olh@suse.de
- use suse_update_config for ppc64
-------------------------------------------------------------------
Mon May 27 14:47:17 CEST 2002 - uli@suse.de
- assume local .php* files to be text/html (bug #15907)
-------------------------------------------------------------------
Mon Mar 18 11:16:50 CET 2002 - uli@suse.de
- backed out the aforementioned fix as it breaks important sites
(e.g. freshmeat, slashdot; fixes bug #15065)
-------------------------------------------------------------------
Tue Feb 19 15:11:08 CET 2002 - uli@suse.de
- disabled default compressed handlers (fixes bug #13304)
-------------------------------------------------------------------
Mon Sep 17 11:19:19 CEST 2001 - uli@suse.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 12:13:08 CEST 2001 - uli@suse.de
- update -> 2.8.4 rel. 1
- enabled IPv6 (Bug #8655)
-------------------------------------------------------------------
Fri Jul 27 14:15:48 CEST 2001 - ke@suse.de
- update message files from
http://www.iro.umontreal.ca/contrib/po/maint/lynx/ ; packed as
po.tar.bz2.
Fix [#8662].
-------------------------------------------------------------------
Wed Jun 27 12:37:25 CEST 2001 - uli@suse.de
- update -> 2.8.3 final
- enabled NLS
-------------------------------------------------------------------
Tue May 8 22:27:06 CEST 2001 - mfabian@suse.de
- bzip2 sources
-------------------------------------------------------------------
Thu Jan 4 12:47:54 CET 2001 - uli@suse.de
- changed lynxssl -> lynx in some paths
-------------------------------------------------------------------
Tue Dec 19 19:53:20 CET 2000 - lmuelle@suse.de
- remove unnecessary Provides: lynx2
-------------------------------------------------------------------
Mon Dec 18 11:53:57 CET 2000 - uli@suse.de
- "lynxssl" becomes "lynx" (non-SSL version will be dropped)
-------------------------------------------------------------------
Mon Nov 27 15:13:07 CET 2000 - uli@suse.de
- fixed neededforbuild
- uses passive FTP by default (req. by Andi Kleen)
-------------------------------------------------------------------
Wed Sep 27 17:28:08 CEST 2000 - uli@suse.de
- new package with SSL support
-------------------------------------------------------------------
Fri Aug 18 13:08:27 CEST 2000 - uli@suse.de
- fixed location of help file in lynx.cfg
-------------------------------------------------------------------
Fri Jun 2 11:43:33 CEST 2000 - kukuk@suse.de
- Use doc macro
-------------------------------------------------------------------
Wed Mar 1 16:36:01 CET 2000 - schwab@suse.de
- Add group tag.
- /usr/man -> /usr/share/man
-------------------------------------------------------------------
Mon Sep 20 17:27:58 CEST 1999 - ro@suse.de
- added Provides web_browser
-------------------------------------------------------------------
Wed Sep 15 14:29:31 MEST 1999 - uli@suse.de
- update -> 2.8.3dev9
- scrapped Makefile.Linux
- added RPM_OPT_FLAGS to CFLAGS
-------------------------------------------------------------------
Mon Sep 13 17:23:57 CEST 1999 - bs@suse.de
- ran old prepare_spec on spec file to switch to new prepare_spec.
-------------------------------------------------------------------
Mon Jul 27 23:12:32 MEST 1998 - florian@suse.de
- add /usr/bin/lynx-color again, as there is no global
configuration possibility
-------------------------------------------------------------------
Thu Jul 16 22:11:27 MEST 1998 - florian@suse.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 4 12:26:12 MET 1998 - florian@suse.de
- update to version 2.7.2
-------------------------------------------------------------------
Fri Oct 17 13:13:49 MEST 1997 - ro@suse.de
- ready for autobuild
----------------------------------------------------------------------------
Tue Jul 29 10:59:13 MEST 1997 - florian@suse.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 2 16:13:01 MEST 1997 - florian@suse.de
- update to version 2-7-1
----------------------------------------------------------------------------
Sun Apr 13 23:04:29 MEST 1997 - florian@suse.de
- update to new version 2.7
----------------------------------------------------------------------------
Tue Oct 22 22:14:08 MEST 1996 - florian@suse.de
- Update auf Version 2-6.
- Beim Aufruf des eingebauten Hilfesystems werden lokale Dateien
aufgerufen und nicht die Internet-Version benuetzt.
----------------------------------------------------------------------------
Thu Oct 17 16:05:09 CEST 1996 - florian@suse.de
- Update auf neue Version 2-6. /usr/etc/mailcap sollte nun in aaa_base sein.