Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
lynx
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
Debian Lynx Packaging Team
lynx
Commits
8c1d1a0f
Commit
8c1d1a0f
authored
Jul 12, 2017
by
Axel Beckert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Refresh patches and update debian/changelog for 2.8.9dev16
parent
98d5bed3
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
30 additions
and
20 deletions
+30
-20
debian/changelog
debian/changelog
+10
-0
debian/patches/lynxcfg.patch
debian/patches/lynxcfg.patch
+19
-19
debian/patches/nested_tables.patch
debian/patches/nested_tables.patch
+1
-1
No files found.
debian/changelog
View file @
8c1d1a0f
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@debian.org> Wed, 12 Jul 2017 08:17:42 +0200
lynx (2.8.9dev15-1) unstable; urgency=medium
* Import upstream version 2.8.9dev15
...
...
debian/patches/lynxcfg.patch
View file @
8c1d1a0f
...
...
@@ -5,7 +5,7 @@ Last-Update: 2017-Apr-29
--- a/lynx.cfg
+++ b/lynx.cfg
@@ -10
2,7 +102
,7 @@
@@ -10
8,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:
@@ -1
26,9 +126
,10 @@
@@ -1
32,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
@@ -4
48,7 +449
,7 @@
@@ -4
54,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
@@ -46
2,6 +463
,7 @@
@@ -46
8,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.
@@ -5
59,7 +561
,7 @@
@@ -5
65,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
@@ -61
1,7 +613
,7 @@
@@ -61
7,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.,
@@ -80
3,7 +805
,7 @@
@@ -80
9,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
@@ -99
1,8 +993
,8 @@
@@ -99
7,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
@@ -10
39,7 +1041
,7 @@
@@ -10
45,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
@@ -106
0,7 +1062
,7 @@
@@ -106
6,7 +1068
,7 @@
#
# The default ALWAYS_TRUSTED_EXEC rule is "none".
#
...
...
@@ -100,7 +100,7 @@ Last-Update: 2017-Apr-29
.h2 TRUSTED_LYNXCGI
# Unix:
@@ -10
79,7 +1081
,7 @@
@@ -10
85,7 +1087
,7 @@
#
# The default TRUSTED_LYNXCGI rule is "none".
#
...
...
@@ -109,7 +109,7 @@ Last-Update: 2017-Apr-29
.h2 LYNXCGI_ENVIRONMENT
# Unix:
@@ -14
05,7 +1407
,7 @@
@@ -14
11,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
@@ -185
2,7 +1854
,7 @@
@@ -185
8,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
@@ -21
17,13 +2119
,13 @@
@@ -21
23,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
@@ -22
58,6 +2260
,8 @@
@@ -22
64,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:
@@ -236
1,13 +2365
,13 @@
@@ -236
7,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
@@ -357
3,7 +3577
,7 @@
@@ -357
9,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
@@ -361
3,7 +3617
,7 @@
@@ -361
9,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
@@ -37
87,3 +3791
,19 @@
@@ -37
93,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
...
...
debian/patches/nested_tables.patch
View file @
8c1d1a0f
...
...
@@ -4,7 +4,7 @@ Bug-Debian: https://bugs.debian.org/387555
--- a/lynx.cfg
+++ b/lynx.cfg
@@ -302
2,7 +3022
,7 @@
@@ -302
8,7 +3028
,7 @@
# It is enabled by default when the COLOR_STYLE configuration is used,
# and false otherwise.
#
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment