d63c327
%global devrel 1
7186b23
Ivana Varekova aad54f7
Summary: A text-based Web browser
cvsdist 95307ad
Name: lynx
a3731e2
Version: 2.8.9
4852321
Release: 10%{?dist}
50ff60f
License: GPLv2
d63c327
Source: https://invisible-mirror.net/archives/lynx/tarballs/lynx%{version}rel.%{devrel}.tar.bz2
915175c
URL: http://lynx.browser.org/
880b841
880b841
# RH specific tweaks - directory layout, utf-8 by default, misc. configuration
a3731e2
Patch0: lynx-2.8.9-redhat.patch
880b841
880b841
# patch preparing upstream sources for rpmbuild, in particular for parallel make
a3731e2
Patch1: lynx-2.8.9-build.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]
7186b23
Patch2: lynx-CVE-2008-4690.patch
880b841
880b841
# avoid build failure caused by mistakenly excluded <locale.h>
7186b23
Patch3: lynx-2.8.8-locale.patch
766db92
1a3036b
# fix bugs detected by static analysis
1a3036b
Patch4: lynx-2.8.9-static-analysis.patch
1a3036b
cvsdist 95307ad
Provides: webclient
Ivana Varekova 966118b
Provides: text-www-browser
6bc6352
BuildRequires: dos2unix
30c4eef
BuildRequires: gcc
b975527
BuildRequires: gettext
2700b59
BuildRequires: make
b975527
BuildRequires: ncurses-devel
2700b59
BuildRequires: openssl-devel
b975527
BuildRequires: telnet
b975527
BuildRequires: unzip
b975527
BuildRequires: zip
b975527
BuildRequires: zlib-devel
5fbde70
5fbde70
# provides /usr/share/doc/HTML/en-US/index.html used as STARTFILE on RHEL
ad00c3a
%if 0%{?rhel} && !0%{?eln}
5fbde70
Requires: redhat-indexhtml
5fbde70
%endif
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
d63c327
%setup -q -n lynx2.8.9rel.%{devrel}
d727bc0
b975527
%patch0 -p1
b975527
%patch1 -p1
b975527
%patch2 -p1
b975527
%patch3 -p1
1a3036b
%patch4 -p1
d727bc0
f0f4444
%{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}}
414a4a5
sed -e "s,^HELPFILE:.*,HELPFILE:file://localhost%{_pkgdocdir}/lynx_help/lynx_help_main.html,g" -i lynx.cfg
ad00c3a
%if 0%{?rhel} && !0%{?eln}
414a4a5
sed -e 's,^STARTFILE:.*,STARTFILE:file:/usr/share/doc/HTML/en-US/index.html,' -i lynx.cfg
5fbde70
%endif
cvsdist 95307ad
cvsdist 95307ad
%build
880b841
%configure --libdir=/etc            \
880b841
    --disable-font-switch           \
5d36a5c
    --disable-rpath-hack            \
880b841
    --enable-addrlist-page          \
880b841
    --enable-charset-choice         \
880b841
    --enable-cgi-links              \
880b841
    --enable-cjk                    \
795e048
    --enable-debug                  \
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}           \
2f26a20
    --with-zlib                     \
2f26a20
    ac_cv_path_RLOGIN=/usr/bin/rlogin
880b841
3d4f00d
make -C po
cvsdist f5cbdd2
make %{?_smp_mflags}
cvsdist 95307ad
f6b5cf0
# remove zero-length tests files to silence rpmlint
f6b5cf0
rm -fv test/X test/nobody
f6b5cf0
cvsdist 95307ad
%install
cvsdist 4243c74
chmod -x samples/mailto-form.pl
343199d
make install DESTDIR=$RPM_BUILD_ROOT
343199d
6bc6352
# remove unneeded files with incompatible encoding
6bc6352
rm -f docs/{OS-390.announce,README.jp}
6bc6352
rm -f samples/*.bat
6bc6352
6bc6352
# convert line endings
6bc6352
dos2unix samples/lynx-demo.cfg
6bc6352
dos2unix samples/midnight.lss
6bc6352
cvsdist ad9c87c
# Install Lang dependent resources
cvsdist ad9c87c
mkdir -p $RPM_BUILD_ROOT/usr/share/locale/ja/LC_MESSAGES/
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 f5cbdd2
%files -f %{name}.lang
bf4acf4
%license COPYING
cvsdist 95307ad
%doc docs README INSTALLATION samples
cvsdist 95307ad
%doc test lynx.hlp lynx_help
cvsdist 95307ad
%{_bindir}/lynx
cvsdist 95307ad
%{_mandir}/*/*
343199d
%config(noreplace) %{_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
4852321
* Wed Dec 30 2020 Kamil Dudka <kdudka@redhat.com> - 2.8.9-10
4852321
- remove unused build-time dependency on slang-devel (#1910966)
4852321
ad00c3a
* Thu Aug 06 2020 Merlin Mathesius <mmathesi@redhat.com> - 2.8.9-9
ad00c3a
- Skip RHEL-specific Requires and STARTFILE edit when building for ELN
ad00c3a
6ca854c
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.9-8
6ca854c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
6ca854c
3fc1122
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.9-7
3fc1122
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
3fc1122
f36170a
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.9-6
f36170a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
f36170a
bf4acf4
* Mon Mar 11 2019 Kamil Dudka <kdudka@redhat.com> - 2.8.9-5
bf4acf4
- include license file in the package (#1686886)
bf4acf4
6e9ab60
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.9-4
6e9ab60
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
6e9ab60
1a3036b
* Thu Nov 08 2018 Kamil Dudka <kdudka@redhat.com> - 2.8.9-3
1a3036b
- fix bugs detected by static analysis
1a3036b
a60e2fc
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.9-2
a60e2fc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
a60e2fc
d63c327
* Tue Jul 10 2018 Kamil Dudka <kdudka@redhat.com> - 2.8.9-1
d63c327
- update to the latest upstream release
d63c327
478460e
* Wed May 23 2018 Kamil Dudka <kdudka@redhat.com> - 2.8.9-0.23.dev19
2f26a20
- do not require 'rsh' installed at build time (#1581747)
478460e
- update to the latest upstream pre-release
478460e
30c4eef
* Mon Feb 19 2018 Kamil Dudka <kdudka@redhat.com> - 2.8.9-0.22.dev16
30c4eef
- add explicit BR for the gcc compiler
30c4eef
58b42e5
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.9-0.21.dev16
58b42e5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
58b42e5
9fee11a
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.9-0.20.dev16
9fee11a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
9fee11a
18783aa
* Mon Jul 31 2017 Florian Weimer <fweimer@redhat.com> - 2.8.9-0.19.dev16
18783aa
- Rebuild with binutils fix for ppc64le (#1475636)
18783aa
1029181
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.9-0.18.dev16
1029181
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
1029181
3d4f00d
* Tue Jul 25 2017 Kamil Dudka <kdudka@redhat.com> - 2.8.9-0.17.dev16
6bc6352
- fix rpmlint warnings
414a4a5
- do not depend on perl
915175c
- update upstream project URL
3d4f00d
- update to the latest upstream pre-release
3d4f00d
95c0ec4
* Wed May 17 2017 Kamil Dudka <kdudka@redhat.com> - 2.8.9-0.16.dev14
95c0ec4
- update to the latest upstream pre-release
95c0ec4
061a0ae
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.9-0.15.dev11
061a0ae
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
061a0ae
d00198e
* Tue Jan 24 2017 Kamil Dudka <kdudka@redhat.com> - 2.8.9-0.14.dev11
d00198e
- update to the latest upstream pre-release (fixes CVE-2016-9179)
d00198e
c65c126
* Thu Oct 20 2016 Kamil Dudka <kdudka@redhat.com> - 2.8.9-0.13.dev9
c65c126
- fix compatibility with OpenSSL 1.1
c65c126
16ab409
* Wed Oct 12 2016 Kamil Dudka <kdudka@redhat.com> - 2.8.9-0.12.dev9
16ab409
- update to the latest upstream pre-release
16ab409
5d36a5c
* Sat Feb 06 2016 Kamil Dudka <kdudka@redhat.com> - 2.8.9-0.11.dev6
5d36a5c
- avoid using rpath for the lynx executable
f6b5cf0
- remove zero-length tests files to silence rpmlint
5d36a5c
50e4896
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.9-0.10.dev6
50e4896
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
50e4896
d9cedde
* Mon Nov 09 2015 Kamil Dudka <kdudka@redhat.com> - 2.8.9-0.9.dev6
d9cedde
- update to the latest upstream pre-release
d9cedde
6a94a94
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.8.9-0.8.dev5
6a94a94
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
6a94a94
6945cd5
* Tue Apr 28 2015 Kamil Dudka <kdudka@redhat.com> - 2.8.9-0.7.dev5
6945cd5
- update to the latest upstream pre-release
6945cd5
795e048
* Wed Feb 11 2015 Ville Skyttä <ville.skytta@iki.fi> - 2.8.9-0.6.dev4
795e048
- do not remove -g from our CFLAGS (#1191706)
795e048
8a3609c
* Wed Jan 28 2015 Kamil Dudka <kdudka@redhat.com> - 2.8.9-0.5.dev4
8a3609c
- update to the latest upstream pre-release
db9514f
- drop a compiler wrapper no longer needed
9e2abbc
- do not override compiler/linker flags given by the build system
8a3609c
9893ba7
* Mon Jan 05 2015 Kamil Dudka <kdudka@redhat.com> - 2.8.9-0.4.dev2
9893ba7
- update to the latest upstream pre-release
9893ba7
5a181a5
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.8.9-0.3.dev1
5a181a5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
5a181a5
e8602da
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.8.9-0.2.dev1
e8602da
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
e8602da
a3731e2
* Mon Apr 28 2014 Kamil Dudka <kdudka@redhat.com> - 2.8.9-0.1.dev1
a3731e2
- update to the latest upstream pre-release
a3731e2
b8b5cff
* Fri Aug 09 2013 Kamil Dudka <kdudka@redhat.com> - 2.8.8-0.3.dev16
b8b5cff
- update to the latest upstream pre-release
f0f4444
- make the help working with unversioned docdir (#993909)
b8b5cff
263fe61
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.8.8-0.2.dev15
263fe61
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
263fe61
7186b23
* Wed Feb 13 2013 Kamil Dudka <kdudka@redhat.com> - 2.8.8-0.1.dev15
7186b23
- update to the latest upstream pre-release
7186b23
- drop applied patches
7186b23
- drop lynx-2.8.6-backgrcolor.patch (#908449)
7186b23
5fbde70
* Tue Sep 11 2012 Kamil Dudka <kdudka@redhat.com> - 2.8.7-12
5fbde70
- set STARTFILE to a local file when building for RHEL
5fbde70
766db92
* Fri Sep 07 2012 Kamil Dudka <kdudka@redhat.com> - 2.8.7-11
766db92
- fix typo in the man page (#854574)
766db92
20252a3
* Tue Aug 28 2012 Kamil Dudka <kdudka@redhat.com> - 2.8.7-10
20252a3
- sync the upstream tarball with the current upstream version
343199d
- fix specfile issues reported by the fedora-review script
20252a3
20b69ae
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.8.7-9
20b69ae
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
20b69ae
d157a8a
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.8.7-8
d157a8a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
d157a8a
76737dd
* Fri May 27 2011 Kamil Dudka <kdudka@redhat.com> - 2.8.7-7
76737dd
- include read-only text fields on form submission (#679266)
76737dd
b474b8f
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.8.7-6
b474b8f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
b474b8f
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
978ecf4
- 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