[pkg-lynx-commits] [lynx-cur] 03/03: New upstream release 2.8.9dev15: Refresh patches and mention fixed bugs

Axel Beckert abe at deuxchevaux.org
Wed Jul 5 13:03:20 UTC 2017


This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository lynx-cur.

commit 65eedb4b1c874aa1b1c153152d1fcbe7cce666be
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Wed Jul 5 12:02:30 2017 +0200

    New upstream release 2.8.9dev15: Refresh patches and mention fixed bugs
---
 debian/changelog                       |  9 ++++++++
 debian/patches/21_do_not_strip_-g.diff |  2 +-
 debian/patches/lynxcfg.patch           | 38 +++++++++++++++++-----------------
 debian/patches/nested_tables.patch     |  2 +-
 4 files changed, 30 insertions(+), 21 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b99f5a0..2f5fa25 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+lynx (2.8.9dev15-1) UNRELEASED; urgency=medium
+
+  * Import upstream version 2.8.9dev15
+    + Refresh patches where necessary.
+    + Adds a note in lynx.cfg about default values. (Closes: #408448)
+    + Correct logic in HTCopy() when re-reading a page. (Closes: #863008)
+
+ -- Axel Beckert <abe at debian.org>  Wed, 05 Jul 2017 11:49:45 +0200
+
 lynx (2.8.9dev14-2) unstable; urgency=medium
 
   * Upload to unstable again.
diff --git a/debian/patches/21_do_not_strip_-g.diff b/debian/patches/21_do_not_strip_-g.diff
index 43edff7..aa106eb 100644
--- a/debian/patches/21_do_not_strip_-g.diff
+++ b/debian/patches/21_do_not_strip_-g.diff
@@ -6,7 +6,7 @@ Last-Update: 2015-05-08
 
 --- a/configure
 +++ b/configure
-@@ -3438,7 +3438,7 @@
+@@ -3470,7 +3470,7 @@
  		test -z "$ORIGINAL_CFLAGS" && CFLAGS=`echo ${CFLAGS} | sed -e 's%-g %%' -e 's%-g$%%'`
  		;;
  	(*)
diff --git a/debian/patches/lynxcfg.patch b/debian/patches/lynxcfg.patch
index c5af442..eef5c53 100644
--- a/debian/patches/lynxcfg.patch
+++ b/debian/patches/lynxcfg.patch
@@ -5,7 +5,7 @@ Last-Update: 2017-Apr-29
 
 --- a/lynx.cfg
 +++ b/lynx.cfg
-@@ -90,7 +90,7 @@
+@@ -102,7 +102,7 @@
  #
  # Normally we expect you will connect to a remote site, e.g., the Lynx starting
  # site:
@@ -14,7 +14,7 @@ Last-Update: 2017-Apr-29
  #
  # As an alternative, you may want to use a local URL.  A good choice for this is
  # the user's home directory:
-@@ -114,9 +114,10 @@
+@@ -126,9 +126,10 @@
  # This definition will be overridden if the "LYNX_HELPFILE" environment
  # variable has been set.
  #
@@ -27,7 +27,7 @@ Last-Update: 2017-Apr-29
  
  .h2 DEFAULT_INDEX_FILE
  # DEFAULT_INDEX_FILE is the default file retrieved when the
-@@ -436,7 +437,7 @@
+@@ -448,7 +449,7 @@
  # Find RFC 1345 at
  .url http://tools.ietf.org/html/rfc1345
  #
@@ -36,7 +36,7 @@ Last-Update: 2017-Apr-29
  
  .h2 LOCALE_CHARSET
  # LOCALE_CHARSET overrides CHARACTER_SET if true, using the current locale to
-@@ -450,6 +451,7 @@
+@@ -462,6 +463,7 @@
  # happens to give useful values, but other implementations are not guaranteed
  # to do this.
  #LOCALE_CHARSET:FALSE
@@ -44,7 +44,7 @@ Last-Update: 2017-Apr-29
  
  .h2 HTML5_CHARSETS
  # HTML5_CHARSETS is an alternative to ASSUME_CHARSET and ASSUME_LOCAL_CHARSET.
-@@ -547,7 +549,7 @@
+@@ -559,7 +561,7 @@
  # compatibility problems with other browsers, see also PREPEND_BASE_TO_SOURCE.
  # Note that the prepending is not done for -source dumps.
  #
@@ -53,7 +53,7 @@ Last-Update: 2017-Apr-29
  
  .h2 NCR_IN_BOOKMARKS
  # NCR_IN_BOOKMARKS:TRUE allows you to save 8-bit characters in bookmark titles
-@@ -599,7 +601,7 @@
+@@ -611,7 +613,7 @@
  # the 'o'ptions menu and save that preference in their RC file.
  # This may be a comma-separated list of languages in decreasing preference.
  #
@@ -62,7 +62,7 @@ Last-Update: 2017-Apr-29
  
  .h2 PREFERRED_CHARSET
  # PREFERRED_CHARSET specifies the character set in MIME notation (e.g.,
-@@ -791,7 +793,7 @@
+@@ -803,7 +805,7 @@
  # 'o'ptions menu and saved in the RC file, and always can be toggled
  # via the -show_cursor command line switch.
  #
@@ -71,7 +71,7 @@ Last-Update: 2017-Apr-29
  
  .h2 UNDERLINE_LINKS
  # UNDERLINE_LINKS controls whether links are underlined by default, or shown
-@@ -979,8 +981,8 @@
+@@ -991,8 +993,8 @@
  # executed.  This is much less dangerous than enabling all execution
  # links, but can still be dangerous.
  #
@@ -82,7 +82,7 @@ Last-Update: 2017-Apr-29
  
  .h2 TRUSTED_EXEC
  # If LOCAL_EXECUTION_LINK_ON_BUT_NOT_REMOTE is TRUE, and no TRUSTED_EXEC
-@@ -1027,7 +1029,7 @@
+@@ -1039,7 +1041,7 @@
  # as well (i.e., they will only be able to access lynxexec or lynxprog
  # URLs which meet any ALWAYS_TRUSTED_EXEC rules).
  #
@@ -91,7 +91,7 @@ Last-Update: 2017-Apr-29
  
  .h2 ALWAYS_TRUSTED_EXEC
  # If EXEC_LINKS was defined, any lynxexec or lynxprog URL can be made
-@@ -1048,7 +1050,7 @@
+@@ -1060,7 +1062,7 @@
  #
  # The default ALWAYS_TRUSTED_EXEC rule is "none".
  #
@@ -100,7 +100,7 @@ Last-Update: 2017-Apr-29
  
  .h2 TRUSTED_LYNXCGI
  # Unix:
-@@ -1067,7 +1069,7 @@
+@@ -1079,7 +1081,7 @@
  #
  # The default TRUSTED_LYNXCGI rule is "none".
  #
@@ -109,7 +109,7 @@ Last-Update: 2017-Apr-29
  
  .h2 LYNXCGI_ENVIRONMENT
  # Unix:
-@@ -1387,7 +1389,7 @@
+@@ -1405,7 +1407,7 @@
  # The default is FALSE, so that the feature needs to be enabled here
  # explicitly if you want it.
  #
@@ -118,7 +118,7 @@ Last-Update: 2017-Apr-29
  
  .h2 COOKIE_FILE
  # COOKIE_FILE is the default file from which persistent cookies are read
-@@ -1834,7 +1836,7 @@
+@@ -1852,7 +1854,7 @@
  # and not forced TRUE, the user can regulate it via the 'o'ptions menu (and
  # may save the preference in the RC file).
  #
@@ -127,7 +127,7 @@ Last-Update: 2017-Apr-29
  
  .h1 Internal Behavior
  
-@@ -2099,13 +2101,13 @@
+@@ -2117,13 +2119,13 @@
  #
  # Unix:
  # ====
@@ -143,7 +143,7 @@ Last-Update: 2017-Apr-29
  #	VMS (sought in user's sys$login directory):
  #PERSONAL_EXTENSION_MAP:mime.types
  
-@@ -2240,6 +2242,8 @@
+@@ -2258,6 +2260,8 @@
  #SUFFIX:.dms:application/x-dms
  #SUFFIX:.html:text/html
  #SUFFIX:.txt:text/plain
@@ -152,7 +152,7 @@ Last-Update: 2017-Apr-29
  
  .h2 XLOADIMAGE_COMMAND
  # VMS:
-@@ -2343,13 +2347,13 @@
+@@ -2361,13 +2365,13 @@
  #
  # Unix:
  # ====
@@ -168,7 +168,7 @@ Last-Update: 2017-Apr-29
  
  .h2 PREFERRED_MEDIA_TYPES
  # When doing a GET, lynx lists the MIME types which it knows how to present
-@@ -3554,7 +3558,7 @@
+@@ -3573,7 +3577,7 @@
  # should accept, in case the $SSL_CERT_FILE environment variable is not set,
  # e.g.,
  #
@@ -177,7 +177,7 @@ Last-Update: 2017-Apr-29
  #SSL_CERT_FILE:NULL
  
  .h2 SSL_CLIENT_CERT_FILE
-@@ -3594,7 +3598,7 @@
+@@ -3613,7 +3617,7 @@
  
  .h2 SYSLOG_REQUESTED_URLS
  # Log the requested URLs using the syslog interface.
@@ -186,7 +186,7 @@ Last-Update: 2017-Apr-29
  
  .h2 SYSLOG_TEXT
  # Add the given text to calls made to syslog, to distinguish Lynx from other
-@@ -3768,3 +3772,19 @@
+@@ -3787,3 +3791,19 @@
  # several other features of HTTP/1.1.  You may encounter a server which does
  # not support HTTP/1.0 which can be used by switching to the later protocol.
  #HTTP_PROTOCOL:1.0
diff --git a/debian/patches/nested_tables.patch b/debian/patches/nested_tables.patch
index b8a2cc7..7d61e1f 100644
--- a/debian/patches/nested_tables.patch
+++ b/debian/patches/nested_tables.patch
@@ -4,7 +4,7 @@ Bug-Debian: https://bugs.debian.org/387555
 
 --- a/lynx.cfg
 +++ b/lynx.cfg
-@@ -3004,7 +3004,7 @@ COLOR:6:brightred:black
+@@ -3022,7 +3022,7 @@
  # It is enabled by default when the COLOR_STYLE configuration is used,
  # and false otherwise.
  #

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-lynx/lynx-cur.git



More information about the pkg-lynx-commits mailing list