Blame SPECS/lynx.spec

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