[pkg-lynx-commits] [lynx-cur] 03/03: Refresh patches and update debian/changelog for 2.8.9dev16

Axel Beckert abe at deuxchevaux.org
Wed Jul 12 06:26:07 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 8c1d1a0f133c4fbcde6c536a04d86509649c68cb
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Wed Jul 12 08:17:42 2017 +0200

    Refresh patches and update debian/changelog for 2.8.9dev16
---
 debian/changelog                   | 10 ++++++++++
 debian/patches/lynxcfg.patch       | 38 +++++++++++++++++++-------------------
 debian/patches/nested_tables.patch |  2 +-
 3 files changed, 30 insertions(+), 20 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c41313c..01a5790 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+lynx (2.8.9dev16-1) UNRELEASED; urgency=medium
+
+  * Import upstream version 2.8.9dev16
+    + Refresh patches lynxcfg.patch and nested_tables.patch.
+    + Adds a note in the comments for INCLUDE in lynx.cfg regarding the
+      default directory searches LYOpenCFG(), added in 2.8.4dev.20.
+      (Closes: #818047)
+
+ -- Axel Beckert <abe at debian.org>  Wed, 12 Jul 2017 08:17:42 +0200
+
 lynx (2.8.9dev15-1) unstable; urgency=medium
 
   * Import upstream version 2.8.9dev15
diff --git a/debian/patches/lynxcfg.patch b/debian/patches/lynxcfg.patch
index eef5c53..ea602f0 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
-@@ -102,7 +102,7 @@
+@@ -108,7 +108,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:
-@@ -126,9 +126,10 @@
+@@ -132,9 +132,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
-@@ -448,7 +449,7 @@
+@@ -454,7 +455,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
-@@ -462,6 +463,7 @@
+@@ -468,6 +469,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.
-@@ -559,7 +561,7 @@
+@@ -565,7 +567,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
-@@ -611,7 +613,7 @@
+@@ -617,7 +619,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.,
-@@ -803,7 +805,7 @@
+@@ -809,7 +811,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
-@@ -991,8 +993,8 @@
+@@ -997,8 +999,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
-@@ -1039,7 +1041,7 @@
+@@ -1045,7 +1047,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
-@@ -1060,7 +1062,7 @@
+@@ -1066,7 +1068,7 @@
  #
  # The default ALWAYS_TRUSTED_EXEC rule is "none".
  #
@@ -100,7 +100,7 @@ Last-Update: 2017-Apr-29
  
  .h2 TRUSTED_LYNXCGI
  # Unix:
-@@ -1079,7 +1081,7 @@
+@@ -1085,7 +1087,7 @@
  #
  # The default TRUSTED_LYNXCGI rule is "none".
  #
@@ -109,7 +109,7 @@ Last-Update: 2017-Apr-29
  
  .h2 LYNXCGI_ENVIRONMENT
  # Unix:
-@@ -1405,7 +1407,7 @@
+@@ -1411,7 +1413,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
-@@ -1852,7 +1854,7 @@
+@@ -1858,7 +1860,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
  
-@@ -2117,13 +2119,13 @@
+@@ -2123,13 +2125,13 @@
  #
  # Unix:
  # ====
@@ -143,7 +143,7 @@ Last-Update: 2017-Apr-29
  #	VMS (sought in user's sys$login directory):
  #PERSONAL_EXTENSION_MAP:mime.types
  
-@@ -2258,6 +2260,8 @@
+@@ -2264,6 +2266,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:
-@@ -2361,13 +2365,13 @@
+@@ -2367,13 +2371,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
-@@ -3573,7 +3577,7 @@
+@@ -3579,7 +3583,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
-@@ -3613,7 +3617,7 @@
+@@ -3619,7 +3623,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
-@@ -3787,3 +3791,19 @@
+@@ -3793,3 +3797,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 7d61e1f..fe36eea 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
-@@ -3022,7 +3022,7 @@
+@@ -3028,7 +3028,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