Package: w3m / 0.5.3-8

Metadata

Package Version Patches format
w3m 0.5.3-8 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
010_upstream.patch | (download)

ChangeLog | 27 23 + 4 - 0 !
Makefile.in | 2 1 + 1 - 0 !
doc-jp/STORY.html | 3 3 + 0 - 0 !
doc/STORY.html | 4 4 + 0 - 0 !
doc/w3m.1 | 2 0 + 2 - 0 !
file.c | 11 9 + 2 - 0 !
html.c | 6 3 + 3 - 0 !
version.c.in | 4 2 + 2 - 0 !
8 files changed, 45 insertions(+), 14 deletions(-)

 upstream development snapshot on 2012-05-22
020_button.patch | (download)

file.c | 149 148 + 1 - 0 !
fm.h | 9 9 + 0 - 0 !
html.c | 37 20 + 17 - 0 !
html.h | 31 16 + 15 - 0 !
proto.h | 2 2 + 0 - 0 !
table.c | 8 8 + 0 - 0 !
tagtable.tab | 1 1 + 0 - 0 !
7 files changed, 204 insertions(+), 33 deletions(-)

 support the button element as defined in html 4.01
030_pager s option.patch | (download)

main.c | 12 12 + 0 - 0 !
1 file changed, 12 insertions(+)

 change the -s option to "squeeze multiple blank lines" for pager
 Change the -s option from "display charset Shift_JIS" to "squeeze multiple
 blank lines" to work as /usr/bin/pager.  In addition, the options -j and -e
 are disabled.  To specify the display charset, use -O{s|j|e} instead.
 .
 The patch was committed to the upstream on 2000-10-27.  However, it was
 rejected because of Debian specific on 2010-08-03.
040_link_gcc45.patch | (download)

Makefile.in | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 explicitly link w3mimgdisplay with -lx11 to build with gcc 4.5
060_format security.patch | (download)

acinclude.m4 | 2 1 + 1 - 0 !
configure | 2 1 + 1 - 0 !
w3mbookmark.c | 2 1 + 1 - 0 !
3 files changed, 3 insertions(+), 3 deletions(-)

 appease gcc -werror=format-security
070_glibc2.14.patch | (download)

istream.c | 10 5 + 5 - 0 !
istream.h | 4 2 + 2 - 0 !
2 files changed, 7 insertions(+), 7 deletions(-)

 unbreak compilation with eglibc 2.14
080_gc72.patch | (download)

main.c | 8 8 + 0 - 0 !
1 file changed, 8 insertions(+)

 patch from gentoo to support boehm gc 7.2
090_parallel make.patch | (download)

w3mimg/Makefile.in | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 patch from gentoo to fix parallel make issue
100_use cppflags.patch | (download)

Makefile.in | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 use $(cppflags) with $(cpp)
 Use CPPFLAGS from environment (dpkg-buildflags).
 Necessary for hardening flags.
110_form input text.patch | (download)

form.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 assume "text" if an input type is unknown