Ivana Varekova aad54f7
Summary: A text-based Web browser
cvsdist 95307ad
Name: lynx
b975527
Version: 2.8.7
e822114
Release: 5%{?dist}
50ff60f
License: GPLv2
cvsdist 95307ad
Group: Applications/Internet
b975527
Source: http://lynx.isc.org/lynx%{version}/lynx%{version}.tar.bz2
cvsdist 95307ad
URL: http://lynx.isc.org/
880b841
880b841
# RH specific tweaks - directory layout, utf-8 by default, misc. configuration
880b841
# and home page
Ivana Varekova 36265c0
Patch0: lynx-2.8.6-redhat.patch
880b841
880b841
# tweaks colors
b975527
Patch1: lynx-2.8.6-backgrcolor.patch
880b841
880b841
# patch preparing upstream sources for rpmbuild, in particular for parallel make
b975527
Patch2: lynx-build-fixes.patch
880b841
880b841
# prompt user before executing command via a lynxcgi link even in advanced mode,
880b841
# as the actual URL may not be shown but hidden behind an HTTP redirect and set
880b841
# TRUSTED_LYNXCGI:none in lynx.cfg to disable all lynxcgi URLs by default
880b841
# [CVE-2008-4690]
b975527
Patch3: lynx-CVE-2008-4690.patch
880b841
880b841
# make it possible to delete a bookmark when ~/lynx_bookmarks.html is writable
880b841
# by group (#486070)
d727bc0
Patch4: lynx-2.8.7-bm-del.patch
880b841
880b841
# avoid build failure caused by mistakenly excluded <locale.h>
880b841
Patch5: lynx-2.8.7-locale.patch
880b841
6399ca3
# bz #425879
6399ca3
Patch6: lynx-2.8.7-ipv6arg.patch
6399ca3
e822114
# bz #605286
e822114
Patch7: lynx-2.8.7-alloca.patch
e822114
cvsdist 95307ad
Provides: webclient
Ivana Varekova 966118b
Provides: text-www-browser
b975527
BuildRequires: gettext
b975527
BuildRequires: openssl-devel
b975527
BuildRequires: ncurses-devel
b975527
BuildRequires: rsh
b975527
BuildRequires: slang-devel
b975527
BuildRequires: telnet
b975527
BuildRequires: unzip
b975527
BuildRequires: zip
b975527
BuildRequires: zlib-devel
Ivana Varekova aad54f7
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
cvsdist 95307ad
cvsdist 95307ad
%description
cvsdist 95307ad
Lynx is a text-based Web browser. Lynx does not display any images,
cvsdist 593117d
but it does support frames, tables, and most other HTML tags. One
cvsdist 593117d
advantage Lynx has over graphical browsers is speed; Lynx starts and
b975527
exits quickly and swiftly displays web pages.
cvsdist 95307ad
cvsdist 95307ad
%prep
b975527
%setup -q -n lynx2-8-7
d727bc0
b975527
%patch0 -p1
b975527
%patch1 -p1
b975527
%patch2 -p1
b975527
%patch3 -p1
d727bc0
%patch4 -p1
880b841
%patch5 -p1
6399ca3
%patch6 -p1
e822114
%patch7 -p1
d727bc0
cvsdist ad9c87c
perl -pi -e "s,^HELPFILE:.*,HELPFILE:file://localhost/usr/share/doc/lynx-%{version}/lynx_help/lynx_help_main.html,g" lynx.cfg
cvsdist ad9c87c
perl -pi -e "s,^DEFAULT_INDEX_FILE:.*,DEFAULT_INDEX_FILE:http://www.google.com/,g" lynx.cfg
de203a1
perl -pi -e 's,^#LOCALE_CHARSET:.*,LOCALE_CHARSET:TRUE,' lynx.cfg
cvsdist 95307ad
cvsdist 95307ad
%build
cvsdist f8495df
export PATH=`pwd`:$PATH
cvsdist f8495df
cat >gcc <
cvsdist f8495df
#!/bin/sh
cvsdist f8495df
ARGS=""
cvsdist f8495df
while [ \$# != 0 ]; do
880b841
    if [ \$1 != "-I/usr/include" -a \$1 != "-I/usr/include/" ]; then
880b841
        ARGS="\$ARGS \$1"
880b841
    fi
880b841
    shift
cvsdist f8495df
done
cvsdist f8495df
exec /usr/bin/gcc \$ARGS
cvsdist f8495df
EOF
cvsdist f8495df
chmod 0755 gcc
cvsdist 6d56cc0
CFLAGS="-ggdb $RPM_OPT_FLAGS -DNCURSES -DNCURSES_MOUSE_VERSION" ; export CFLAGS
cvsdist 6d56cc0
CXXFLAGS="-ggdb $RPM_OPT_FLAGS -DNCURSES -DNCURSES_MOUSE_VERSION" ; export CXXFLAGS
cvsdist 6d56cc0
if pkg-config openssl ; then
880b841
    CPPFLAGS=`pkg-config --cflags openssl` ; export CPPFLAGS
880b841
    LDFLAGS=`pkg-config --libs-only-L openssl` ; export LDFLAGS
cvsdist 6d56cc0
fi
880b841
%configure --libdir=/etc            \
880b841
    --disable-font-switch           \
880b841
    --enable-addrlist-page          \
880b841
    --enable-charset-choice         \
880b841
    --enable-cgi-links              \
880b841
    --enable-cjk                    \
880b841
    --enable-default-colors         \
880b841
    --enable-externs                \
880b841
    --enable-file-upload            \
880b841
    --enable-internal-links         \
880b841
    --enable-ipv6                   \
880b841
    --enable-japanese-utf8          \
880b841
    --enable-justify-elts           \
880b841
    --enable-locale-charset         \
880b841
    --enable-kbd-layout             \
880b841
    --enable-libjs                  \
880b841
    --enable-nls                    \
880b841
    --enable-nsl-fork               \
880b841
    --enable-persistent-cookies     \
880b841
    --enable-prettysrc              \
880b841
    --enable-read-eta               \
880b841
    --enable-scrollbar              \
880b841
    --enable-source-cache           \
880b841
    --enable-warnings               \
880b841
    --with-screen=ncursesw          \
880b841
    --with-ssl=%{_libdir}           \
880b841
    --with-zlib
880b841
880b841
# uncomment to turn off optimizations
880b841
#find -name makefile | xargs sed -i 's/-O2/-O0/'
880b841
cvsdist f5cbdd2
make %{?_smp_mflags}
cvsdist 95307ad
cvsdist 95307ad
%install
cvsdist 95307ad
rm -rf $RPM_BUILD_ROOT
cvsdist 4243c74
chmod -x samples/mailto-form.pl
cvsdist 95307ad
%makeinstall mandir=$RPM_BUILD_ROOT%{_mandir}/man1 libdir=$RPM_BUILD_ROOT/etc
cvsdist ad9c87c
# Install Lang dependent resources
cvsdist ad9c87c
mkdir -p $RPM_BUILD_ROOT/usr/share/locale/ja/LC_MESSAGES/
cvsdist 95307ad
cvsdist 95307ad
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/X11/applnk/Internet
cvsdist 95307ad
cvsdist 249759b
cat >$RPM_BUILD_ROOT%{_sysconfdir}/lynx-site.cfg <
cvsdist 249759b
# Place any local lynx configuration options (proxies etc.) here.
cvsdist 249759b
EOF
cvsdist 249759b
cvsdist f5cbdd2
%find_lang %{name}
cvsdist f5cbdd2
cvsdist 95307ad
%clean
cvsdist 95307ad
rm -rf $RPM_BUILD_ROOT
cvsdist 95307ad
cvsdist f5cbdd2
%files -f %{name}.lang
Ivana Varekova aad54f7
%defattr(-,root,root,-)
cvsdist 95307ad
%doc docs README INSTALLATION samples
cvsdist 95307ad
%doc test lynx.hlp lynx_help
cvsdist 95307ad
%{_bindir}/lynx
cvsdist 95307ad
%{_mandir}/*/*
cvsdist 95307ad
%config %{_sysconfdir}/lynx.cfg
Ivana Varekova aad54f7
%config(noreplace) %{_sysconfdir}/lynx.lss
cvsdist 249759b
%config(noreplace,missingok) %{_sysconfdir}/lynx-site.cfg
cvsdist 95307ad
cvsdist 95307ad
%changelog
e822114
* Wed Jul 07 2010 Kamil Dudka <kdudka@redhat.com> - 2.8.7-5
e822114
- upstream patch that limits length of parsed URIs (#605286)
e822114
6399ca3
* Thu Apr 08 2010 Kamil Dudka <kdudka@redhat.com> - 2.8.7-4
6399ca3
- allow IPv6 addresses without http:// prefix (#425879)
6399ca3
880b841
* Wed Apr 07 2010 Kamil Dudka <kdudka@redhat.com> - 2.8.7-3
880b841
- avoid build failure caused by mistakenly excluded <locale.h>
880b841
d727bc0
* Wed Jan 13 2010 Kamil Dudka <kdudka@redhat.com> - 2.8.7-2
d727bc0
- make it possible to delete a bookmark when ~/lynx_bookmarks.html is writable
d727bc0
  by group (#486070)
d727bc0
b975527
* Tue Jan 05 2010 Kamil Dudka <kdudka@redhat.com> - 2.8.7-1
b975527
- new upstream release
b975527
- dropped applied patches
b975527
- fixed regression from #533004
b975527
- cleanup in BuildRequires
b975527
17a3f81
* Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 2.8.6-22
17a3f81
- rebuilt with new openssl
17a3f81
b641f3a
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.8.6-21
b641f3a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
b641f3a
5d7149a
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.8.6-20
5d7149a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
5d7149a
84c267f
* Sat Jan 17 2009 Tomas Mraz <tmraz@redhat.com> - 2.8.6-19
84c267f
- rebuild with new openssl
84c267f
73668a7
* Fri Nov  7 2008 Jiri Moskovcak <jmoskovc@redhat.com> - 2.8.6-18
73668a7
- Fixed CVE-2008-4690 lynx: remote arbitrary command execution.
73668a7
  via a crafted lynxcgi: URL (thoger)
73668a7
50ff60f
* Thu Aug  7 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.8.6-17
50ff60f
- fix license tag
50ff60f
f33ec5e
* Thu May 29 2008 Jiri Moskovcak <jmoskovc@redhat.com> - 2.8.6-16
f33ec5e
- updated to latest stable version 2.8.6rel5
f33ec5e
- Resolves: #214205
f33ec5e
- added build patches from Dennis Gilmore
f33ec5e
- skipped 2 releases to correct the NVR path
f33ec5e
83088d1
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 2.8.6-13
83088d1
- Autorebuild for GCC 4.3
83088d1
1ef3239
* Wed Jan 30 2008 Jiri Moskovcak <jmoskovc@redhat.com> - 2.8.6-12
1ef3239
- added telnet, rsh, zip and unzip to BuildRequires
1ef3239
- Resolves: #430508
1ef3239
2ec4b8f
* Tue Jan  8 2008 Jiri Moskovcak <jmoskovc@redhat.com> - 2.8.6-11
2ec4b8f
- fixed crash when using formatting character '$' in translation
2ec4b8f
- Resolves: #426449
2ec4b8f
Ivana Varekova 4bfe1e7
* Tue Dec 11 2007 Ivana Varekova <varekova@redhat.com> - 2.8.6-10
Ivana Varekova 4bfe1e7
- add default-colors option, change default setting (#409211)
Ivana Varekova 4bfe1e7
8e1a849
* Wed Dec 05 2007 Release Engineering <rel-eng at fedoraproject dot org> - 2.8.6-9
8e1a849
 - Rebuild for openssl bump
8e1a849
Ivana Varekova 125d082
* Wed Dec  5 2007 Ivana Varekova <varekova@redhat.com> - 2.8.6-8
Ivana Varekova 06651ec
- rebuild 
Ivana Varekova 06651ec
Ivana Varekova 966118b
* Fri Oct 12 2007 Ivana Varekova <varekova@redhat.com> - 2.8.6-7
Ivana Varekova 966118b
- add provides:text-www-browser flag
Ivana Varekova 966118b
Ivana Varekova d256fa6
* Tue Oct  2 2007 Ivana Varekova <varekova@redhat.com> - 2.8.6-6
Ivana Varekova d256fa6
- fix 311031 - fix argument parsing
Ivana Varekova d256fa6
b649d1c
* Tue Aug 28 2007 Fedora Release Engineering <rel-eng at fedoraproject dot org> - 2.8.6-5
b649d1c
- Rebuild for selinux ppc32 issue.
b649d1c
Ivana Varekova 6f6175c
* Tue Jul 17 2007 Ivana Varekova <varekova@redhat.com> - 2.8.6-4
Ivana Varekova 6f6175c
- remove default-colors option
Ivana Varekova 6f6175c
Ivana Varekova aad54f7
* Fri Feb 23 2007 Ivana Varekova <varekova@redhat.com> - 2.8.6-3
Ivana Varekova aad54f7
- incorporate package review feedback (#226113)
Ivana Varekova aad54f7
Ivana Varekova 60e4354
* Wed Oct 25 2006 Ivana Varekova <varekova@redhat.com> - 2.8.6-2
Ivana Varekova 60e4354
- add japanese unicode support (#143787)
Ivana Varekova 60e4354
Ivana Varekova 60e4354
* Tue Oct 24 2006 Ivana Varekova <varekova@redhat.com> - 2.8.6-1
Ivana Varekova 327d49d
- update to 2.8.6
Ivana Varekova 327d49d
4a34494
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.8.5-28.1
4a34494
- rebuild
4a34494
Ivana Varekova 984a673
* Tue May 30 2006 Ivana Varekova <varekova@redhat.com> - 2.8.5-28
Ivana Varekova 984a673
- add buildreq gettext (#193515)
Ivana Varekova 984a673
ce68651
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.8.5-27.2.1
ce68651
- bump again for double-long bug on ppc(64)
ce68651
eed0cde
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.8.5-27.2
eed0cde
- rebuilt for new gcc4.1 snapshot and glibc changes
eed0cde
4d4e4ae
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
4d4e4ae
- rebuilt
4d4e4ae
7a0c6a5
* Sun Nov 13 2005 Tim Waugh <twaugh@redhat.com> 2.8.5-27
7a0c6a5
- Apply patch to fix CVE-2005-2929 (bug #172973).
7a0c6a5
78fddbb
* Thu Nov 10 2005 Tomas Mraz <tmraz@redhat.com> 2.8.5-26
78fddbb
- rebuilt against new openssl
78fddbb
3fdfd4e
* Wed Nov  9 2005 Tim Waugh <twaugh@redhat.com> 2.8.5-25
3fdfd4e
- Rebuild for new openssl.
3fdfd4e
c506a11
* Mon Oct 17 2005 Tim Waugh <twaugh@redhat.com> 2.8.5-24
c506a11
- Apply patch to fix CAN-2005-3120 (bug #170253).
c506a11
30b5570
* Tue Mar 29 2005 Tim Waugh <twaugh@redhat.com> 2.8.5-23
30b5570
- Fixed fix for bug #90302 (bug #152146).
30b5570
e5450e8
* Wed Mar  2 2005 Tim Waugh <twaugh@redhat.com> 2.8.5-22
e5450e8
- Rebuild for new GCC.
e5450e8
2915ea2
* Thu Jan  6 2005 Tim Waugh <twaugh@redhat.com> 2.8.5-21
2915ea2
- Fixed <option> handling (bug #90302).
2915ea2
a5a4d57
* Thu Dec 30 2004 Tim Waugh <twaugh@redhat.com> 2.8.5-20
de203a1
- Added --enable-locale-charset compilation option, set LOCALE_CHARSET
de203a1
  on in the config file and removed i18ncfg patch (bug #124849).
de203a1
2f55a11
* Fri Nov 19 2004 Tim Waugh <twaugh@redhat.com> 2.8.5-19
2f55a11
- 2.8.5rel1.  Fixes bug #139783.
2f55a11
cvsdist 4243c74
* Thu Jul  8 2004 Tim Waugh <twaugh@redhat.com> 2.8.5-18
cvsdist 4243c74
- Removed perl dependencies (bug #127423).
cvsdist 4243c74
cvsdist 7b2aff0
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 7b2aff0
- rebuilt
cvsdist 7b2aff0
cvsdist 27e8b2c
* Tue May 25 2004 Tim Waugh <twaugh@redhat.com> 2.8.5-16
cvsdist 27e8b2c
- No longer need lynx-284-ipv6-salen.patch.
cvsdist 27e8b2c
- No longer need lynx2-8-2-telnet.patch.
cvsdist 27e8b2c
cvsdist 27e8b2c
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> 2.8.5-15
cvsdist 468bcb9
- rebuilt
cvsdist 468bcb9
cvsdist f5cbdd2
* Mon Dec  1 2003 Tim Waugh <twaugh@redhat.com> 2.8.5-14
cvsdist f5cbdd2
- Updated to dev16, fixing bug #110196.
cvsdist f5cbdd2
- No longer need crlf patch.
cvsdist f5cbdd2
- Use shipped ja translations.
cvsdist f5cbdd2
- Use %%find_lang.
cvsdist f5cbdd2
- Default config file now sets UTF-8 (bug #110986).
cvsdist f5cbdd2
cvsdist 33a7fe9
* Fri Jun 06 2003 Adrian Havill <havill@redhat.com> 2.8.5-13
cvsdist 33a7fe9
- use wide version of ncurses for UTF-8
cvsdist 33a7fe9
cvsdist 33a7fe9
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
cvsdist 33a7fe9
- rebuilt
cvsdist 33a7fe9
cvsdist 6d56cc0
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
cvsdist 6d56cc0
- rebuilt
cvsdist 6d56cc0
cvsdist 6d56cc0
* Wed Jan 22 2003 Tim Waugh <twaugh@redhat.com> 2.8.5-10
cvsdist b42c0b8
- Fix CRLF issue.
cvsdist b42c0b8
cvsdist 6d56cc0
* Tue Jan  7 2003 Nalin Dahyabhai <nalin@redhat.com> 2.8.5-9
cvsdist 6d56cc0
- rebuild
cvsdist 6d56cc0
cvsdist 6d56cc0
* Fri Dec 20 2002 Elliot Lee <sopwith@redhat.com> 2.8.5-8
cvsdist 6d56cc0
- _smp_mflags
cvsdist 6d56cc0
cvsdist 6d56cc0
* Thu Dec 12 2002 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 6d56cc0
- use openssl pkg-config data, if available
cvsdist 6d56cc0
cvsdist 6d56cc0
* Wed Nov 20 2002 Tim Powers <timp@redhat.com>
cvsdist 6d56cc0
- rebuild on all arches
cvsdist 6d56cc0
cvsdist 2cd041f
* Thu Aug 08 2002 Karsten Hopp <karsten@redhat.de>
cvsdist 2cd041f
- remove menu entry (#69457)
cvsdist 2cd041f
cvsdist f8495df
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
cvsdist f8495df
- automated rebuild
cvsdist f8495df
cvsdist f8495df
* Thu May 23 2002 Tim Powers <timp@redhat.com>
cvsdist f8495df
- automated rebuild
cvsdist f8495df
cvsdist f8495df
* Mon May 13 2002 Bernhard Rosenkraenzer <bero@redhat.com> 2.8.5-3
cvsdist f8495df
- Fix build with current toolchain
cvsdist 1d31644
cvsdist 4f9d20d
* Thu Nov 22 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.8.5-2
cvsdist 4f9d20d
- Update (dev5)
cvsdist 4f9d20d
cvsdist 4f9d20d
* Wed Oct 24 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.8.5-1
cvsdist 4f9d20d
- Update (dev3)
cvsdist 4f9d20d
- Use "display" as image viewer (#54184)
cvsdist 0306e25
cvsdist 593117d
* Tue Jul 31 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.8.4-17
cvsdist 593117d
- 2.8.4 release - no need to ship prerelease code...
cvsdist 593117d
cvsdist 249759b
* Thu Jul 19 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.8.4-16
cvsdist 249759b
- update to 2.8.4p5 (bugfix release)
cvsdist 249759b
cvsdist 249759b
* Tue Jul 10 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.8.4-15
cvsdist 249759b
- Add site-cfg file (#43841)
cvsdist 249759b
cvsdist 249759b
* Sun Jun 24 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.8.4-14
cvsdist 249759b
- 2.8.4p2
cvsdist 249759b
cvsdist 249759b
* Thu Jun 07 2001 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 249759b
- support newer gettext version
cvsdist 249759b
cvsdist 249759b
* Thu May  3 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.8.4-12
cvsdist 249759b
- --with-display=ncurses, fixes #37481
cvsdist 249759b
cvsdist 249759b
* Wed May  2 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.8.4-11
cvsdist 249759b
- Add Czech/Slovak patches from milan.kerslager@spsselib.hiedu.cz (RFE#38334)
cvsdist 249759b
cvsdist 249759b
* Sun Apr 15 2001 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 249759b
- dev20
cvsdist 249759b
- Add ipv6 patches from Pekka Savola <pekkas@netcore.fi>:
cvsdist 249759b
  - enable ipv6, patch for missing sockaddr sa_len
cvsdist 249759b
  - buildrequires: slang-devel, zlib-devel
cvsdist 249759b
  (Bug #35644)
cvsdist 1ebc916
cvsdist ad9c87c
* Fri Mar  2 2001 Nalin Dahyabhai <nalin@redhat.com>
cvsdist ad9c87c
- rebuild in new environment
cvsdist ad9c87c
cvsdist ad9c87c
* Thu Jan  4 2001 Nalin Dahyabhai <nalin@redhat.com>
cvsdist ad9c87c
- Fix up more of the i18ncfg patch
cvsdist ad9c87c
cvsdist ad9c87c
* Wed Jan  3 2001 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist ad9c87c
- 2.8.4dev16
cvsdist ad9c87c
- Fix up the i18ncfg patch - segfaulting on startup is not exactly
cvsdist ad9c87c
  a nice feature.
cvsdist ad9c87c
- Mark locale related files as such
cvsdist ad9c87c
- Mark /etc/lynx.cfg.ja as %%lang(ja)
cvsdist ad9c87c
- Add BuildRequires
cvsdist ad9c87c
cvsdist ad9c87c
* Thu Dec 21 2000 Yukihiro Nakai <ynakai@redhat.com>
cvsdist ad9c87c
- Add -enable-nls --with-included-gettext
cvsdist ad9c87c
- Add i18ncfg patch
cvsdist ad9c87c
- Add Japanese resources
cvsdist ad9c87c
cvsdist ad9c87c
* Thu Oct  5 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist ad9c87c
- Update build URL
cvsdist ad9c87c
- Fix help (Bug #18394)
cvsdist ad9c87c
- Replace the "index page link" (pointing to a Mosaic site with thousands
cvsdist ad9c87c
  of dead links) with a link to Google
cvsdist 451685a
cvsdist ad9c87c
* Sat Sep 23 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist ad9c87c
- Add https:// support (#17554)
cvsdist ad9c87c
- Update to dev10
cvsdist 451685a
cvsdist 95307ad
* Fri Aug  4 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 95307ad
- Add Swedish and German translations to desktop file, Bug 15322
cvsdist 95307ad
cvsdist 95307ad
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
cvsdist 95307ad
- automatic rebuild
cvsdist 95307ad
cvsdist 95307ad
* Tue Jul 11 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 95307ad
- 2.8.4.dev.4
cvsdist 95307ad
cvsdist 95307ad
* Mon Jul 10 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 95307ad
- Fix up location of standard page and help page in lynx.cfg (still
cvsdist 95307ad
  pointed at /usr/doc instead of /usr/share/doc, Bug #13227)
cvsdist 95307ad
cvsdist 95307ad
* Thu Jun 8 2000 Tim Powers <timp@redhat.com>
cvsdist 95307ad
- fixed man page lolcation to be FHS compliant
cvsdist 95307ad
- use predefined RPM macros wherever possible
cvsdist 95307ad
- use %%makeinstall
cvsdist 95307ad
- cleaned up files list
cvsdist 95307ad
cvsdist 95307ad
* Wed Apr 26 2000 Florian La Roche <Florian.LaRoche@redhat.com>
cvsdist 95307ad
- 2.8.3rel.1
cvsdist 95307ad
cvsdist 95307ad
* Tue Mar 28 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 95307ad
- 2.8.3dev23
cvsdist 95307ad
- add URL header
cvsdist 95307ad
cvsdist 95307ad
* Mon Feb 07 2000 Preston Brown <pbrown@redhat.com>
cvsdist 95307ad
- wmconfig -> desktop
cvsdist 95307ad
cvsdist 95307ad
* Sat Feb 05 2000 Cristian Gafton <gafton@redhat.com>
cvsdist 95307ad
- version 2.8.3dev18
cvsdist 95307ad
- drop the RFC compliance patch - they seemed to have done theiir own
cvsdist 95307ad
- pray that ported patches are okay
cvsdist 95307ad
cvsdist 95307ad
* Mon Jan 31 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 95307ad
- Add "passive mode ftp" option, activated by PASSIVE:TRUE in /etc/lynx.cfg
cvsdist 95307ad
- turn on "PASSIVE:TRUE" by default
cvsdist 95307ad
- deal with the fact that RPM compresses man pages.
cvsdist 95307ad
cvsdist 95307ad
* Sun Jan 16 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 95307ad
- Add "view with less" download option
cvsdist 95307ad
cvsdist 95307ad
* Wed Nov  3 1999 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 95307ad
- Fix compliance with RFCs describing FTP.
cvsdist 95307ad
  We can now connect to wu-ftpd >= 2.6.0 based servers.
cvsdist 95307ad
cvsdist 95307ad
* Wed Aug 25 1999 Bill Nottingham <notting@redhat.com>
cvsdist 95307ad
- fix path to help file.
cvsdist 95307ad
- turn off font switching
cvsdist 95307ad
- disable args to telnet.
cvsdist 95307ad
cvsdist 95307ad
* Tue Jun 15 1999 Bill Nottingham <notting@redhat.com>
cvsdist 95307ad
- update to 2.8.2
cvsdist 95307ad
cvsdist 95307ad
* Mon Mar 29 1999 Bill Nottingham <notting@redhat.com>
cvsdist 95307ad
- apply some update patches from the lynx folks
cvsdist 95307ad
- set user's TEMP dir to their home dir to avoid /tmp races
cvsdist 95307ad
cvsdist 95307ad
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
cvsdist 95307ad
- auto rebuild in the new build environment (release 10)
cvsdist 95307ad
cvsdist 95307ad
* Wed Feb 24 1999 Bill Nottingham <notting@redhat.com>
cvsdist 95307ad
- return of wmconfig
cvsdist 95307ad
cvsdist 95307ad
* Mon Nov 30 1998 Bill Nottingham <notting@redhat.com>
cvsdist 95307ad
- create cookie file 0600
cvsdist 95307ad
cvsdist 95307ad
* Fri Nov  6 1998 Bill Nottingham <notting@redhat.com>
cvsdist 95307ad
- update to 2.8.1rel2
cvsdist 95307ad
cvsdist 95307ad
* Thu Oct 29 1998 Bill Nottingham <notting@redhat.com>
cvsdist 95307ad
- build for Raw Hide (slang-1.2.2)
cvsdist 95307ad
cvsdist 95307ad
* Sat Oct 10 1998 Cristian Gafton <gafton@redhat.com>
cvsdist 95307ad
- 2.8.1pre9
cvsdist 95307ad
- strip binaries
cvsdist 95307ad
cvsdist 95307ad
* Mon Oct 05 1998 Cristian Gafton <gafton@redhat.com>
cvsdist 95307ad
- updated to lynx2.8.1pre.7.tar.gz
cvsdist 95307ad
cvsdist 95307ad
* Fri May 08 1998 Prospector System <bugs@redhat.com>
cvsdist 95307ad
- translations modified for de, fr, tr
cvsdist 95307ad
cvsdist 95307ad
* Mon May 04 1998 Cristian Gafton <gafton@redhat.com>
cvsdist 95307ad
- upgraded to 2.8rel3
cvsdist 95307ad
- fixed mailto: buffer overflow (used Alan's patch)
cvsdist 95307ad
cvsdist 95307ad
* Fri Mar 20 1998 Cristian Gafton <gafton@redhat.com>
cvsdist 95307ad
- updated to 2.8
cvsdist 95307ad
- added buildroot
cvsdist 95307ad
cvsdist 95307ad
* Tue Jan 13 1998 Erik Troan <ewt@redhat.com>
cvsdist 95307ad
- updated to 2.7.2
cvsdist 95307ad
- enabled lynxcgi
cvsdist 95307ad
cvsdist 95307ad
* Thu Oct 23 1997 Donnie Barnes <djb@redhat.com>
cvsdist 95307ad
- updated from 2.6 to 2.7.1
cvsdist 95307ad
- moved /usr/lib/lynx.cfg to /etc/lynx.cfg
cvsdist 95307ad
- build with slang instead of ncurses
cvsdist 95307ad
- made default startup file be file:/usr/doc/HTML/index.html
cvsdist 95307ad