[lynx] sync the upstream tarball with the current upstream version

Kamil Dudka kdudka at fedoraproject.org
Tue Aug 28 13:52:07 UTC 2012


commit 20252a3e736a88da3def5a97ede0a3ba8f1f3404
Author: Kamil Dudka <kdudka at redhat.com>
Date:   Tue Aug 28 15:11:58 2012 +0200

    sync the upstream tarball with the current upstream version

 lynx-2.8.6-redhat.patch  |   14 ++++--
 lynx-2.8.7-alloca.patch  |  112 ----------------------------------------------
 lynx-CVE-2008-4690.patch |   21 ++++-----
 lynx.spec                |    9 ++--
 sources                  |    2 +-
 5 files changed, 23 insertions(+), 135 deletions(-)
---
diff --git a/lynx-2.8.6-redhat.patch b/lynx-2.8.6-redhat.patch
index 528b4ec..84ef5ce 100644
--- a/lynx-2.8.6-redhat.patch
+++ b/lynx-2.8.6-redhat.patch
@@ -1,5 +1,9 @@
+ lynx.cfg   |   13 ++++++++++---
+ userdefs.h |   16 ++++++++--------
+ 2 files changed, 18 insertions(+), 11 deletions(-)
+
 diff --git a/lynx.cfg b/lynx.cfg
-index c4ce454..de9111f 100644
+index bbb74da..8759699 100644
 --- a/lynx.cfg
 +++ b/lynx.cfg
 @@ -1,8 +1,11 @@
@@ -13,7 +17,7 @@ index c4ce454..de9111f 100644
 +# Linux update, overwriting your changes). Instead, edit /etc/lynx-site.cfg.
 +#
  # $Format: "#PRCS LYNX_VERSION \"$ProjectVersion$\""$
- #PRCS LYNX_VERSION "2.8.7rel.1"
+ #PRCS LYNX_VERSION "2.8.7rel.2"
  #
 @@ -93,7 +96,7 @@
  #
@@ -24,7 +28,7 @@ index c4ce454..de9111f 100644
  #
  # As an alternative, you may want to use a local URL.  A good choice for this is
  # the user's home directory:
-@@ -442,7 +445,7 @@ DEFAULT_INDEX_FILE:http://lynx.isc.org/
+@@ -442,7 +445,7 @@ DEFAULT_INDEX_FILE:http://www.google.com/
  # Lynx (case insensitive).
  # Find RFC 1345 at http://www.ics.uci.edu/pub/ietf/uri/rfc1345.txt .
  #
@@ -33,7 +37,7 @@ index c4ce454..de9111f 100644
  
  .h2 LOCALE_CHARSET
  # LOCALE_CHARSET overrides CHARACTER_SET if true, using the current locale to
-@@ -1857,6 +1860,9 @@ DEFAULT_INDEX_FILE:http://lynx.isc.org/
+@@ -1857,6 +1860,9 @@ LOCALE_CHARSET:TRUE
  .ex
  #DOWNLOADER:Save OS/390 binary file: iconv -f IBM-1047 -t ISO8859-1 %s >%s:FALSE
  
@@ -52,7 +56,7 @@ index c4ce454..de9111f 100644
  .h1 External Programs
  # Any of the compiled-in pathnames of external programs can be overridden
 diff --git a/userdefs.h b/userdefs.h
-index 3fc4ff6..3d2f7e5 100644
+index 88f50b4..304b4ee 100644
 --- a/userdefs.h
 +++ b/userdefs.h
 @@ -105,7 +105,7 @@
diff --git a/lynx-CVE-2008-4690.patch b/lynx-CVE-2008-4690.patch
index 08bfb13..57867a3 100644
--- a/lynx-CVE-2008-4690.patch
+++ b/lynx-CVE-2008-4690.patch
@@ -1,16 +1,13 @@
+ CHANGES     |    7 +++++++
+ lynx.cfg    |    2 +-
+ src/LYCgi.c |    2 +-
+ 3 files changed, 9 insertions(+), 2 deletions(-)
+
 diff --git a/CHANGES b/CHANGES
-index 23cc304..4a59ceb 100644
+index 7b131be..3a89866 100644
 --- a/CHANGES
 +++ b/CHANGES
-@@ -2,7 +2,6 @@
- ===============================================================================
- Changes since Lynx 2.8 release
- ===============================================================================
--
- 2009-07-05 (2.8.7rel.1)
- * update metrics for 2.8.7 release.
- * fix ifdef'ing for cfg_bad_html (report by Gabor Z Papp) -TD
-@@ -244,6 +243,13 @@ Changes since Lynx 2.8 release
+@@ -248,6 +248,13 @@ Changes since Lynx 2.8 release
  * update win32 makefiles/build scripts to add LYmktime, parsdate modules -TD
  * update config.guess (2008-04-14), config.sub (2008-06-16)
  
@@ -25,10 +22,10 @@ index 23cc304..4a59ceb 100644
  * remove rw.po, since the translation project no longer supplies it -TD
  * implement "readonly" attribute for TEXTAREA and TEXT fields -TD
 diff --git a/lynx.cfg b/lynx.cfg
-index acdfae1..e83a4bf 100644
+index 8759699..e048634 100644
 --- a/lynx.cfg
 +++ b/lynx.cfg
-@@ -1081,7 +1081,7 @@ CHARACTER_SET:utf-8
+@@ -1081,7 +1081,7 @@ LOCALE_CHARSET:TRUE
  #
  # The default TRUSTED_LYNXCGI rule is "none".
  #
diff --git a/lynx.spec b/lynx.spec
index 10ec7be..e95ce52 100644
--- a/lynx.spec
+++ b/lynx.spec
@@ -1,7 +1,7 @@
 Summary: A text-based Web browser
 Name: lynx
 Version: 2.8.7
-Release: 9%{?dist}
+Release: 10%{?dist}
 License: GPLv2
 Group: Applications/Internet
 Source: http://lynx.isc.org/lynx%{version}/lynx%{version}.tar.bz2
@@ -33,9 +33,6 @@ Patch5: lynx-2.8.7-locale.patch
 # bz #425879
 Patch6: lynx-2.8.7-ipv6arg.patch
 
-# bz #605286
-Patch7: lynx-2.8.7-alloca.patch
-
 # include read-only text fields on form submission (#679266)
 Patch8: lynx-2.8.7-bz679266.patch
 
@@ -68,7 +65,6 @@ exits quickly and swiftly displays web pages.
 %patch4 -p1
 %patch5 -p1
 %patch6 -p1
-%patch7 -p1
 %patch8 -p1
 
 perl -pi -e "s,^HELPFILE:.*,HELPFILE:file://localhost/usr/share/doc/lynx-%{version}/lynx_help/lynx_help_main.html,g" lynx.cfg
@@ -157,6 +153,9 @@ rm -rf $RPM_BUILD_ROOT
 %config(noreplace,missingok) %{_sysconfdir}/lynx-site.cfg
 
 %changelog
+* Tue Aug 28 2012 Kamil Dudka <kdudka at redhat.com> - 2.8.7-10
+- sync the upstream tarball with the current upstream version
+
 * Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.8.7-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 944414e..ab3a5e2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-493af4c77ef6761e3f0157cd1be033a0  lynx2.8.7.tar.bz2
+cb936aef812e4e463ab86cbbe14d4db9  lynx2.8.7.tar.bz2


More information about the scm-commits mailing list