diff options
| author | Tatsuya Kinoshita <tats@vega.ocn.ne.jp> | 2011-05-04 07:18:09 +0000 | 
|---|---|---|
| committer | Tatsuya Kinoshita <tats@vega.ocn.ne.jp> | 2011-05-04 07:18:09 +0000 | 
| commit | 5f8e0f8ef9a422691dd72e8a953a42a41478fcb4 (patch) | |
| tree | 4b2df4796a534793648b3c4fc532fc36bd0cd525 /debian | |
| parent | Releasing debian version 0.3-2.4 (diff) | |
| download | w3m-5f8e0f8ef9a422691dd72e8a953a42a41478fcb4.tar.gz w3m-5f8e0f8ef9a422691dd72e8a953a42a41478fcb4.zip | |
Releasing debian version 0.5.1-1debian/0.5.1-1
Diffstat (limited to '')
| -rw-r--r-- | debian/README.Debian | 8 | ||||
| -rw-r--r-- | debian/changelog | 267 | ||||
| -rw-r--r-- | debian/changelog-ssl | 1122 | ||||
| -rw-r--r-- | debian/config.param | 9 | ||||
| -rw-r--r-- | debian/control | 17 | ||||
| -rw-r--r-- | debian/control-ssl | 27 | ||||
| -rw-r--r-- | debian/copyright | 5 | ||||
| -rw-r--r-- | debian/dirs | 1 | ||||
| -rw-r--r-- | debian/dirs-ssl | 2 | ||||
| -rw-r--r-- | debian/docs (renamed from debian/docs.in) | 2 | ||||
| -rw-r--r-- | debian/examples (renamed from debian/examples.in) | 0 | ||||
| -rw-r--r-- | debian/menu | 2 | ||||
| -rw-r--r-- | debian/patches/03-w3m.1-debian-fix | 34 | ||||
| -rw-r--r-- | debian/patches/04-w3m-0.3.2.1-frame-fix-backport | 53 | ||||
| -rw-r--r-- | debian/patches/05-w3m-0.3.2.2-img-alt-fix-backport | 27 | ||||
| -rw-r--r-- | debian/postinst | 9 | ||||
| -rw-r--r-- | debian/preinst | 21 | ||||
| -rw-r--r-- | debian/prerm | 1 | ||||
| -rwxr-xr-x | debian/rules | 70 | ||||
| -rw-r--r-- | debian/rules-ssl | 101 | ||||
| -rw-r--r-- | debian/rules.mk | 44 | ||||
| -rw-r--r-- | debian/w3m-img.files | 1 | ||||
| -rw-r--r-- | debian/w3m.sh | 31 | ||||
| -rw-r--r-- | debian/w3mbookmark.sh | 15 | ||||
| -rw-r--r-- | debian/w3mconfig | 3 | ||||
| -rw-r--r-- | debian/w3mhelperpanel.sh | 15 | 
26 files changed, 343 insertions, 1544 deletions
| diff --git a/debian/README.Debian b/debian/README.Debian index fd38762..960821e 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -14,10 +14,4 @@ Difference between pure w3m and Debian package:     In addition, -e and -j option is disabled.  Use     -o kanjicode=E or -o kanjicode=j respectively. - * /usr/bin/w3m is wrapper script -	w3m-en	- ASCII or Latin version of w3m (default) -	w3m-ja	- Japanese version of w3m (if LANG=ja*) -	w3m-ssl-en - ASCII or Latin version with SSL (if w3m-ssl installed) -	w3m-ssl-ja - Japanese version with SSL (if w3m-ssl installed) - -Fumitoshi UKAI <ukai@debian.or.jp>, Mon Oct 30 11:40:54 2000 +0900 + -- Fumitoshi UKAI <ukai@debian.or.jp>, Mon Mar 22 00:52:34 2004 diff --git a/debian/changelog b/debian/changelog index af24327..894cf4b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,35 +1,260 @@ -w3m (0.3-2.4) stable-security; urgency=high +w3m (0.5.1-1) unstable; urgency=low -  * Non-maintainer upload by the security team -  * Rebuilt for security.debian.org +  * new upstream version + + -- Fumitoshi UKAI <ukai@debian.or.jp>  Thu, 29 Apr 2004 03:28:41 +0900 + +w3m (0.5-7) unstable; urgency=low + +  * fix authentication mechanisms +   closes: Bug#:244029: w3m: HTTP basic authentication annoyance + + -- Fumitoshi UKAI <ukai@debian.or.jp>  Sun, 18 Apr 2004 00:08:29 +0900 + +w3m (0.5-6) unstable; urgency=low + +  * fix IPv6 resolution failure. +    closes: Bug#241192 +  * debian/w3mconfig: update +      dont provide document_charset, which will not be overrided by locale. + + -- Fumitoshi UKAI <ukai@debian.or.jp>  Fri,  2 Apr 2004 04:24:27 +0900 + +w3m (0.5-5) unstable; urgency=low + +  * debian/control: add replaces: w3mmee, because old w3mmee provides +    w3m.mo that conflicts with current w3m. +    w3mmee (>= 0.3.p24.19-1) uses w3mmee.mo instead of w3m.mo, so +    no need conflits. +  * debian/w3mconfig: update +      follow_locale 1 +      *_charset US-ASCII +     closes: Bug#240702 + + -- Fumitoshi UKAI <ukai@debian.or.jp>  Wed, 31 Mar 2004 01:38:37 +0900 + +w3m (0.5-4) unstable; urgency=low + +  * fix search problem on different charset page than display charset +    with migemo + + -- Fumitoshi UKAI <ukai@debian.or.jp>  Wed, 24 Mar 2004 03:20:04 +0900 + +w3m (0.5-3) unstable; urgency=low + +  * display_charset uses follow_locale +  * use charset in w3mhelp.cgi + + -- Fumitoshi UKAI <ukai@debian.or.jp>  Tue, 23 Mar 2004 02:45:01 +0900 + +w3m (0.5-2) unstable; urgency=low + +  * w3m-img priority back to optional +  * need update-po + + -- Fumitoshi UKAI <ukai@debian.or.jp>  Mon, 22 Mar 2004 03:40:31 +0900 + +w3m (0.5-1) unstable; urgency=low + +  * set priority to standard +  * New upstream release +    merge m17n patch. +    closes: Bug#106840: ITP: w3m-m17n -- multilingualization of w3m +    closes: Bug#96340 - no w3m-en/w3m-ja any more +    closes: Bug#217509 - segfault if TERM is not set +  * w3m-img no longer setuid. setgid to video.  +    closes: Bug#200028, Bug#181631 +  * fix FTBFS on GNU/Hurd +    closes: Bug#221890 +  * update config.{guess,sub} using autotools-dev +    closes: Bug#216785 + + -- Fumitoshi UKAI <ukai@debian.or.jp>  Mon, 22 Mar 2004 00:53:03 +0900 + +w3m (0.4.2-2) unstable; urgency=medium + +  * install conffiles as /etc/w3m/config.  +    closes: Bug#214325, Bug#215537, Bug#215537 + + -- Fumitoshi UKAI <ukai@debian.or.jp>  Tue, 14 Oct 2003 00:40:51 +0900 + +w3m (0.4.2-1.1) unstable; urgency=medium + +  * [debian/rules, debian/preinst, debian/postinst] Older versions of this +    package had their conffile in the wrong location. Fixed that, and +    introduced a way to preserve modifications made there. (Closes: #214325) + + -- J.H.M. Dassen (Ray) <jdassen@debian.org>  Sun, 12 Oct 2003 19:40:58 +0200 + +w3m (0.4.2-1) unstable; urgency=low + +  * New upstream release + + -- Fumitoshi UKAI <ukai@debian.or.jp>  Tue, 23 Sep 2003 03:15:22 +0900 + +w3m (0.4.1-6) unstable; urgency=low + +  * rebuild with libgc-dev +  * build-depends: libgc6-dev => libgc-dev + + -- Fumitoshi UKAI <ukai@debian.or.jp>  Wed, 20 Aug 2003 19:15:40 +0900 + +w3m (0.4.1-5) unstable; urgency=low + +  * no need to build-depends: imlib-dev. closes: Bug#199583 + + -- Fumitoshi UKAI <ukai@debian.or.jp>  Wed,  2 Jul 2003 23:35:37 +0900 + +w3m (0.4.1-4) unstable; urgency=low + +  * backport i-search fix + + -- Fumitoshi UKAI <ukai@debian.or.jp>  Tue, 15 Apr 2003 01:24:21 +0900 + +w3m (0.4.1-3) unstable; urgency=low + +  * backport SSL & compressed fix again +    fix initialization of URLFile +    check t_buf to avoid segfault when "w3m -B" + + -- Fumitoshi UKAI <ukai@debian.or.jp>  Mon, 14 Apr 2003 11:45:31 +0900 + +w3m (0.4.1-2) unstable; urgency=low - -- Martin Schulze <joey@infodrom.org>  Wed, 29 Jan 2003 19:38:40 +0100 +  * backport SSL & compressed fix for https://alioth.debian.org/ -w3m (0.3-2.3) stable; urgency=high + -- Fumitoshi UKAI <ukai@debian.or.jp>  Mon, 14 Apr 2003 03:31:32 +0900 -  * security fix upload to stable -   - fix the code to allow internal tags from remote html pages -     that would make it possible for remote attacker to get local information -  * Backport security fixes from w3m-0.3.2.2 for the following issues -    - html_quote for img alt attribute -  * Backport security fixes from w3m-0.3.2.1 for the following issues -    - html_quote for frame contents +w3m (0.4.1-1) unstable; urgency=low - -- Fumitoshi UKAI <ukai@debian.or.jp>  Thu, 26 Dec 2002 15:37:17 +0000 +  * new upstream release: w3m 0.4.1 +  * remove tailing '?' from form action URL, closes: Bug#181897 -w3m (0.3-2.2) stable-security; urgency=high + -- Fumitoshi UKAI <ukai@debian.or.jp>  Fri,  7 Mar 2003 02:45:17 +0900 -  * Backport security fixes from w3m-0.3.2.2 for the following issues -    - html_quote for img alt attribute +w3m (0.4-2) unstable; urgency=low - -- Fumitoshi UKAI <ukai@debian.or.jp>  Thu,  5 Dec 2002 17:32:38 +0000 +  * apply W3M_TTY fix for w3m-img on framebuffer -w3m (0.3-2.1) stable-security; urgency=high + -- Fumitoshi UKAI <ukai@debian.or.jp>  Tue, 25 Feb 2003 01:31:03 +0900 -  * Backport security fixes from w3m-0.3.2.1 for the following issues -    - html_quote for frame contents +w3m (0.4-1) unstable; urgency=low + +  * New upstream release: w3m 0.4 + + -- Fumitoshi UKAI <ukai@debian.or.jp>  Mon, 24 Feb 2003 02:00:13 +0900 + +w3m (0.3.2.2+0.4rc3-1) unstable; urgency=low + +  * w3m 0.4 release candidate 3 +  * use sigaction +  * fix multipart.cgi + + -- Fumitoshi UKAI <ukai@debian.or.jp>  Thu, 20 Feb 2003 00:04:12 +0900 + +w3m (0.3.2.2+0.4rc2-1) unstable; urgency=low + +  * w3m 0.4 release candidate 2 +  * don't print missing w3mimgdisplay message at startup, closes: Bug#180814 + + -- Fumitoshi UKAI <ukai@debian.or.jp>  Mon, 17 Feb 2003 00:50:06 +0900 + +w3m (0.3.2.2+0.4rc1-1) unstable; urgency=low + +  * w3m 0.4 release candidate 1 +  * fix relative URI, closes: Bug#172851 +  * don't say Unknown URI for unresolved URI, closes: Bug#169962 +  * fix tag parsing in <script>, closes: Bug#170506 +  * MOUSE_SCROLL_LINE run-time option, closes: Bug#87472 + + -- Fumitoshi UKAI <ukai@debian.or.jp>  Tue, 11 Feb 2003 03:22:06 +0900 + +w3m (0.3.2.2-2) unstable; urgency=low + +  * g++3.2 transition +    rebuilt with libgc6-dev 6.1-1 (libgc6c102) +  * remove trailing spaces of http message header, closes: Bug#176981 + + -- Fumitoshi UKAI <ukai@debian.or.jp>  Sun, 19 Jan 2003 01:53:08 +0900 + +w3m (0.3.2.2-1) unstable; urgency=high + +  * new upstream release: w3m 0.3.2.2 +    security fix: html_quote for img alt attribute + + -- Fumitoshi UKAI <ukai@debian.or.jp>  Fri,  6 Dec 2002 02:02:24 +0900 + +w3m (0.3.2.1-1) unstable; urgency=high + +  * new upstream release: w3m 0.3.2.1 +    security fix: html_quote for frame contents + + -- Fumitoshi UKAI <ukai@debian.or.jp>  Wed, 27 Nov 2002 01:32:44 +0900 + +w3m (0.3.2-2) unstable; urgency=low + +  * Added support for www-browser alternative, to comply with upcoming Debian +    browser policy. Thanks to Joey Hess. closes: Bug#169965, Bug#161755 + + -- Fumitoshi UKAI <ukai@debian.or.jp>  Fri, 22 Nov 2002 02:37:01 +0900 + +w3m (0.3.2-1) unstable; urgency=low + +  * new upstream release: w3m 0.3.2 + + -- Fumitoshi UKAI <ukai@debian.or.jp>  Tue,  5 Nov 2002 02:52:46 +0900 + +w3m (0.3.1+0.3.2rc4-1) unstable; urgency=low + +  * w3m 0.3.2 release candidate 4 +  * support support for http://user:pass@www.url.com (but NOT RECOMMEND +    because it doesn't seem to be legal as http URL).  closes: Bug#50456 + + -- Fumitoshi UKAI <ukai@debian.or.jp>  Thu, 31 Oct 2002 02:36:29 +0900 + +w3m (0.3.1+0.3.2rc2-1) unstable; urgency=low + +  * New upstream release +  * w3m-ssl merged, closes: Bug#166528 + + -- Fumitoshi UKAI <ukai@debian.or.jp>  Mon, 28 Oct 2002 00:52:52 +0900 + +w3m (0.3.1+0.3.2rc1-1) unstable; urgency=low + +  * w3m 0.3.2 release candidate 1 +  * Fixed builddeps for Debian GNU/Hurd, closes: Bug#164685 +  * fix EXTERN_LINK does not work if href ends with ampersand +      closes: Bug#139305 +  * fix wrong file presentation on large files, closes: Bug#157098 +  * default external browser changed to mozilla, closes: Bug#157732 +  * <sup><sub> is now properly supported, closes: Bug#164098 +  * MARK_URL does find mailto: URLs and +    MARK_WORD marks current word as anchor so you can mark bare email +    addresses, closes: Bug#85900 +  * fd 0 and 1 are not closed, but open /dev/null running some commands, +    closes: Bug#162104 + + -- Fumitoshi UKAI <ukai@debian.or.jp>  Sat, 26 Oct 2002 01:37:04 +0900 + +w3m (0.3.1-3) unstable; urgency=low + +  * w3m cvs-current (1.411) +  - fix build problem on sparc, s390 + + -- Fumitoshi UKAI <ukai@debian.or.jp>  Sat, 20 Jul 2002 00:30:12 +0900 + +w3m (0.3.1-2) unstable; urgency=low + +  * w3m cvs-current (1.409) +    - w3m-img support framebuffer as well as x11 + + -- Fumitoshi UKAI <ukai@debian.or.jp>  Fri, 19 Jul 2002 00:19:41 +0900 + +w3m (0.3.1-1) unstable; urgency=low + +  * new upstream version - -- Fumitoshi UKAI <ukai@debian.or.jp>  Wed, 27 Nov 2002 06:54:26 +0000 + -- Fumitoshi UKAI <ukai@debian.or.jp>  Tue, 16 Jul 2002 02:41:31 +0900  w3m (0.3-2) unstable; urgency=low diff --git a/debian/changelog-ssl b/debian/changelog-ssl deleted file mode 100644 index 9d9a148..0000000 --- a/debian/changelog-ssl +++ /dev/null @@ -1,1122 +0,0 @@ -w3m-ssl (0.3-2.4) stable-security; urgency=high - -  * Non-maintainer upload by the security team -  * Rebuilt for security.debian.org - - -- Martin Schulze <joey@infodrom.org>  Wed, 29 Jan 2003 19:38:40 +0100 - -w3m-ssl (0.3-2.3) stable; urgency=high - -  * security fix upload to stable -   - fix the code to allow internal tags from remote html pages -     that would make it possible for remote attacker to get local information -  * Backport security fixes from w3m-0.3.2.2 for the following issues -    - html_quote for img alt attribute -  * Backport security fixes from w3m-0.3.2.1 for the following issues -    - html_quote for frame contents - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Thu, 26 Dec 2002 15:37:17 +0000 - -w3m-ssl (0.3-2.2) stable-security; urgency=high - -  * Backport security fixes from w3m-0.3.2.2 for the following issues -    - html_quote for img alt attribute - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Thu,  5 Dec 2002 17:32:38 +0000 - -w3m-ssl (0.3-2.1) stable-security; urgency=high - -  * Backport security fixes from w3m-0.3.2.1 for the following issues -    - html_quote for frame contents - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Wed, 27 Nov 2002 06:54:26 +0000 - -w3m (0.3-2) unstable; urgency=low - -  * add w3mman.1, closes: Bug#138101 - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Wed, 10 Apr 2002 23:54:38 +0900 - -w3m-ssl (0.3-1cia) unstable; urgency=low - -  * Moved from non-US to main now that openssl has moved there. - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Sun, 24 Mar 2002 03:27:05 +0900 - -w3m-ssl (0.3-1) unstable; urgency=low - -  * new upstream release - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Wed,  6 Mar 2002 02:34:21 +0900 - -w3m-ssl (0.2.5.1-1) unstable; urgency=low - -  * new stable upstream release -  * fix -dump https problem, closes: Bug#132043 -     - -- Fumitoshi UKAI <ukai@debian.or.jp>  Tue,  5 Feb 2002 02:04:35 +0900 - -w3m-ssl (0.2.5-1) unstable; urgency=low - -  * new upstream release -  * debian/w3mconfig:  -     - add: default_url 1 -     - fix: mailcap, mime_types: use ~/.w3m/ instead of ~/. -     - add: urimethodmap ~/.w3m//urimethodmap, /etc/w3m/urimethodmap -     - add: migemo_command, use_migemo -  * debian/mailcap: add for application/xhtml+xml -  * check WWW-Authenticate: correctory, closes: Bug#82765 -  * debian/control: add suggests: migemo -  * retry_http accept URL without leading http:// in GOTO, closes: Bug#114984 - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Fri,  1 Feb 2002 01:06:50 +0900 - -w3m-ssl (0.2.4-2) unstable; urgency=low - -  * debian/patches/04-configure-ipv6-enabled: -    force enabled IPv6 support even if build machine doesn't have IPv6 support -  * debian/config.param: add use_ipv6=y - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Thu, 17 Jan 2002 02:14:32 +0900 -     -w3m-ssl (0.2.4-1) unstable; urgency=high - -  * new upstream version -   - RFC2818 server identity check (for w3m-ssl) -   - incremental search (C-s, C-r) -  * add recommends: ca-certificate for https -  * check port for password auth, closes: Bug#126381 -  * dont ignore SIGWINCH while downloading, closes: Bug#102445 -  * default image viewer is display, closes: Bug#127883 -    but i highly recommend you install mime-support package - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Tue,  8 Jan 2002 00:27:31 +0900 - -w3m-ssl (0.2.3.2-1) unstable; urgency=high - -  * new upstream version -  * security fix in support scripts -   - Hironori Sakamoto found some vulnerabilities in w3m support scripts, -     such as multipart.cgi, w3mman2html.cgi and w3mhelp.cgi.  Attacker -     could run arbitrary commands on user's machine with user's priviledge -     by using malicious html pages. - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Sat, 22 Dec 2001 22:25:11 +0900 - -w3m-ssl (0.2.3-0.1) unstable; urgency=low - -  * new upstream version - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Thu, 20 Dec 2001 15:01:22 +0900 - -w3m-ssl (0.2.2+20011209-2) unstable; urgency=low - -  * fix xterm resize problem, closes: Bug#123938 - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Sun, 16 Dec 2001 03:15:39 +0900 - -w3m-ssl (0.2.2+20011209-1) unstable; urgency=low - -  * new upstream version - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Mon, 10 Dec 2001 01:05:57 +0900 - -w3m-ssl (0.2.2+20011130-4) unstable; urgency=low - -  * mime.types should be /etc/mime.types - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Wed,  5 Dec 2001 03:03:07 +0900 - -w3m-ssl (0.2.2+20011130-3) unstable; urgency=low - -  * config.param was ignored on other hosts. closes: Bug#122213 - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Tue,  4 Dec 2001 01:01:54 +0900 - -w3m-ssl (0.2.2+20011130-2) unstable; urgency=low - -  * dont create /usr/share/emacs/site-lisp/w3m/, closes: Bug#122043 -  * kanji_symbols should be off when lang is not JA, closes: Bug#122046 - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Sun,  2 Dec 2001 17:32:32 +0900 - -w3m-ssl (0.2.2+20011130-1) unstable; urgency=low - -  * w3m cvs current release -  * debian/control: URL update -  * < and > inside table render incorrectly fixed, closes: Bug#93981 -  * VIEW_IMAGE does nothing for <input type=image> fixed, closes: Bug#81554 -  * Goto URL behaves incorrectly and U would accept URL without leading http:// -    already fixed, `retry_http 1', closes: Bug#81775 -  * new configure: closes: Bug#99086, Bug#117631, Bug#117633 -  * w3m.sh: simplified, use option `argv_is_url 1' -  * /etc/w3m/w3mconfig, closes: Bug#57158, Bug#109288 -  * fails searches at http://www.classifieds200.com that lynx handles  -    unreproducible, closes: Bug#54650 -   - -- Fumitoshi UKAI <ukai@debian.or.jp>  Sat,  1 Dec 2001 03:39:40 +0900 - -w3m-ssl (0.2.2-3) unstable; urgency=low - -  * debian/patches/06-w3m-dev-02503: (backport from w3m-cvs) -    accept invalid entity usage in URL, closes: Bug#120540 -  * rebuild with new libgpmg1-dev 1.19.6-1 - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Fri, 23 Nov 2001 02:15:50 +0900 - -w3m-ssl (0.2.2-2) unstable; urgency=low - -  * debian/patches/05-gpm-close: (backport from w3m-cvs) -    fix trashes terminal on exit, closes: Bug#120221 - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Tue, 20 Nov 2001 12:10:18 +0900 - -w3m-ssl (0.2.2-1) unstable; urgency=low - -  * debian/copyright: w3m is now maintained on sourceforge -  * new upstream version 0.2.2 -  * url.c (openSSLHandle): remove atexit() already, closes: Bug#98087 -  * debian/patches/04-cvs-20011116:  -    - fix mouse supports closes: Bug#119707 -    - check NULL in search.c closes: Bug#105791 -    - mark anchor on mailto: cloess: Bug#85900 -      mark anchor on bare email address patch was rejected. - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Fri, 16 Nov 2001 17:23:44 +0900 - -w3m-ssl (0.2.1-17) unstable; urgency=low - -  * apply w3m-0.2.1-inu-1.6  (cummulative patch) -    http://mi.med.tohoku.ac.jp/~satodai/w3m/inu/200110/w3m-0.2.1-inu-1.6.tar.gz -    better URL parser, closes: Bug#92470 -    already fixed? textare maxlength attr, closes: Bug#81557 -  * debian/menu: add hints -    closes: Bug#80037 -  * debian/rules (binary-arch): remove CVS directory usr/share/doc/w3m/ja/CVS -    closes: Bug#102980 -  * debian/rules (build): LC_ALL=C for make -    closes: Bug#118809,Bug#118810 -   - -- Fumitoshi UKAI <ukai@debian.or.jp>  Wed, 14 Nov 2001 02:51:36 +0900 - -w3m-ssl (0.2.1-16) unstable; urgency=low - -  * apply w3m-0.2.1-inu-1.5 (cummulative patch) -    http://mi.med.tohoku.ac.jp/~satodai/w3m/inu/200110/w3m-0.2.1-inu-1.5.tar.gz -  - -- Fumitoshi UKAI <ukai@debian.or.jp>  Tue,  6 Nov 2001 04:51:06 +0900 - -w3m-ssl (0.2.1-15) unstable; urgency=low - -  * apply w3m-0.2.1-inu-1.4 (cummulative patch) -    http://mi.med.tohoku.ac.jp/~satodai/w3m/inusrc/200109/w3m-0.2.1-inu-1.4.tar.gz - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Tue, 30 Oct 2001 02:47:20 +0900 - -w3m-ssl (0.2.1-14) unstable; urgency=low - -  * [w3m-dev 02227] w3m-0.2.1-inu-1.4a2-0915.patch -    cummulative patch -  * accept: video/*, closes: Bug#112419 - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Mon, 17 Sep 2001 01:45:32 +0900 - -w3m-ssl (0.2.1-13) unstable; urgency=high - -  * [w3m-dev 02226] fix security hole to allow arbitrary comand can be executed - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Tue, 11 Sep 2001 11:51:26 +0900 - -w3m-ssl (0.2.1-12) unstable; urgency=low - -  * [w3m-dev 02219] fix strange behavior of radio button form -  * [w3m-dev 02221] -cookie enable accept_cookie as well -  * [w3m-dev 02224] fix Shift_JIS URL handling -  * [w3m-dev 02225] Auto-detection of charset is not used when `-I' option is used. - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Tue, 11 Sep 2001 02:48:51 +0900 - -w3m-ssl (0.2.1-11) unstable; urgency=low - -  * apply w3m-0.2.1-inu-1.4a2-0909.patch (cummulative patch) -    from [w3m-dev 02213] -  * add zlib1g-dev to build-depends, since inflate subprogram requires -lz -   - -- Fumitoshi UKAI <ukai@debian.or.jp>  Mon, 10 Sep 2001 02:13:20 +0900 - -w3m-ssl (0.2.1-10) unstable; urgency=low - -  * fix mailcap quoting - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Tue,  4 Sep 2001 14:55:18 +0900 - -w3m-ssl (0.2.1-9) unstable; urgency=low - -  * apply w3m-0.2.1-inu-1.4a2-gc60.tar.gz -    from http://mi.med.tohoku.ac.jp/~satodai/w3m/inusrc/200108/ -  * install english manpages, closes: Bug#110033, Bug#110507 - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Thu, 30 Aug 2001 06:22:30 +0900 -     -w3m-ssl (0.2.1-8) unstable; urgency=low - -  * re-enable mouse support on rxvt. closes: Bug#109184 - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Sun, 19 Aug 2001 17:51:17 +0900 - -w3m-ssl (0.2.1-7) unstable; urgency=low - -  * fix segfault when back to form page - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Tue,  7 Aug 2001 00:31:33 +0900 - -w3m-ssl (0.2.1-6) unstable; urgency=low - -  * fix mailcap quoting -    closes: Bug#107103 - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Tue, 31 Jul 2001 00:44:38 +0900 - -w3m-ssl (0.2.1-5) unstable; urgency=low - -  * [w3m-dev 02122] inu.1.3 patch (cummulative patch) - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Sat, 28 Jul 2001 02:40:05 +0900 - -w3m-ssl (0.2.1-4) unstable; urgency=high - -  * [w3m-dev 02066] fix buffer overrun in mime header decoder -    possibly security fix. -  * change dependency recommends -> suggests -    closes: Bug#101057 - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Wed, 20 Jun 2001 01:37:57 +0900 - -w3m-ssl (0.2.1-3) unstable; urgency=low - -  * fix dangling symlinks, closes: Bug#100733 -  * [w3m-dev 01903] new patch for ftp problem (Bug#92261) - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Tue, 10 Apr 2001 00:55:14 +0900 - -w3m-ssl (0.2.1-2) unstable; urgency=low - -  * (debian/control) build-depends libssl-dev -  * [w3m-dev 01902] fix onA() when search -  * [w3m-dev 01898] eliminate limit for <select> and <textarea> -  * [w3m-dev-en 00424] support broken html containing wrong <script> tag -  * [w3m-dev 01894] fix for term op != me -  * [w3m-dev 01891] fix ftp problem (for wu-ftpd?) (Bug#92261) -  * apply patch: w3m-0.2.1-mnc.patch for better w3m-el support - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Sat,  7 Apr 2001 01:34:19 +0900 - -w3m-ssl (0.2.1-1) unstable; urgency=low - -  * new upstream version - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Fri, 23 Mar 2001 15:39:00 +0900 - -w3m-ssl (0.2.0-1) unstable; urgency=low - -  * new upstream release -  * separate w3m.el - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Thu, 22 Mar 2001 18:42:27 +0900 - -w3m-ssl (0.1.10+0.1.11pre+kokb23-3) unstable; urgency=low - -  * don't remove pager alternative when upgrading, (same as Bug#87331) - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Sun, 25 Feb 2001 00:27:58 +0900 - -w3m-ssl (0.1.10+0.1.11pre+kokb23-2) unstable; urgency=high - -  * link with libssl096, closes: Bug#66306, Bug#86387, Bug#83681, Bug#82271 -  * view information on SSL certificates, closes: Bug#79689 -  * w3m-dev-01739 -    Add wheel mouse patch - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Mon, 19 Feb 2001 01:42:37 +0900 - -w3m-ssl (0.1.10+0.1.11pre+kokb23-1) stable unstable; urgency=high - -  * new upstream pre release -    more security fixes -    - fix table stack overflow -    - more internal tag and attribute check -    - fix some buffer overflow bug -    null character handling -  * w3m-dev-01500 -    fix risky code in url.c - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Thu, 14 Dec 2000 01:10:10 +0900 - -w3m-ssl (0.1.10+0.1.11pre+kokb22-1) stable unstable; urgency=high - -  * new upstream pre release -    including important security fix -  * apply patches on w3m-dev -    w3m-dev-01432,01437,01443,01445 - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Sun,  3 Dec 2000 01:36:42 +0900 - -w3m-ssl (0.1.10+0.1.11pre+kokb21-3) unstable; urgency=high - -  * SECURITY FIX: -    more checking internal tag - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Fri,  1 Dec 2000 11:46:50 +0900 - -w3m-ssl (0.1.10+0.1.11pre+kokb21-2) unstable; urgency=HIGH - -  * SECURITY FIX: -    check internal tag - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Fri,  1 Dec 2000 10:48:21 +0900 - -w3m-ssl (0.1.10+0.1.11pre+kokb21-1) unstable; urgency=low - -  * new upstream pre release - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Tue, 28 Nov 2000 10:59:02 +0900 - -w3m-ssl (0.1.10+0.1.11pre+kokb20-1) unstable; urgency=low - -  * new upstream pre release -  * fix mailcap handling, closes: Bug#77679 - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Thu, 23 Nov 2000 05:47:03 +0900 - -w3m-ssl (0.1.10+0.1.11pre+kokb19-2) unstable; urgency=low - -  * for JIS output, kanjicode=j instead of kanjicode=J, closes: Bug#76605 -  * fix configuration. no block in sig_chld(), closes: Bug#77167 - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Sun, 19 Nov 2000 00:53:37 +0900 - -w3m-ssl (0.1.10+0.1.11pre+kokb19-1) unstable; urgency=low - -  * new upstream pre release - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Fri, 10 Nov 2000 00:27:36 +0900 - -w3m-ssl (0.1.10+0.1.11pre+kokb18-3) unstable; urgency=low - -  * fix again rxvt mouse support, closes: Bug#76036 - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Thu,  2 Nov 2000 18:47:13 +0900 - -w3m-ssl (0.1.10+0.1.11pre+kokb18-2) unstable; urgency=low - -  * fix pager alternatives' slave - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Tue, 31 Oct 2000 10:28:15 +0900 - -w3m-ssl (0.1.10+0.1.11pre+kokb18-1) unstable; urgency=low - -  * new upstream pre release - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Mon, 30 Oct 2000 11:46:55 +0900 - -w3m-ssl (0.1.10+0.1.11pre+kokb17-3) unstable; urgency=low - -  * apply patches -    w3m-dev:01258 filename/URI input line completion -    w3m-dev:01263 setting user mailcap and mime.type -    w3m-dev:01269 news: URL fix -    w3m-dev:01273 USE_NNTP fix -    w3m-dev:01274 support nntp: -    w3m-dev:01275 change squeeze multiple blank line option to -s -    		closes: Bug#75527 -    w3m-dev:01276 fix URL in visual mode -    		closes: Bug#75573 -    w3m-dev:01277 add Accept-Encoding: gzip -    		closes: Bug#74695 -  * (config.h-*) add USE_GOPHER, USE_NNTP -  * w3m.sh: fix for -ppc, -o, -config -  * w3m.1: update -  * emacsen-startup: remove extra right paren, closes: Bug#75795 - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Thu, 26 Oct 2000 21:42:45 +0900 - -w3m-ssl (0.1.10+0.1.11pre+kokb17-2) unstable; urgency=low - -  * apply patches -    w3m-dev:01240: fix segfault, incompatible pointer, closes: Bug#75513 -    w3m-dev:01247: cummulative menu patch - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Wed, 25 Oct 2000 12:38:30 +0900 - -w3m-ssl (0.1.10+0.1.11pre+kokb17-1) unstable; urgency=low - -  * new upstream pre release with several patches -   - can't reproduce "run in an xterm gets trashed by the \x96 character" -     closes: Bug#53048 -   - fixed: w3m in xterm horribly confused by Japanese in title -     closes: Bug#62474 -   - fixed: Won't warn if can't understand config files. -     closes: Bug#74069 -   - apply keymap.lynx example could be better. -     closes: Bug#74070 -  * include w3m.el - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Tue, 24 Oct 2000 13:37:53 +0900 - -w3m-ssl (0.1.10-3) unstable; urgency=low - -  * several bug fixes: -    - resize on rxvt works fine, closes: Bug#64678, #71597 -    - No segfault from history page in 0.1.10, closes: Bug#65101 -    - As bug submitter said, download problem was fixed in 0.1.10,  -      closes: Bug#66235 -    - no nbsp leaks with 0.1.10, closes: Bug#67581 -    - fix debian/rules to check -perm 0100 instead of -perm 0111, -      closes: Bug#72100 -    - support rxvt mouse support: closes: Bug#71380, Bug#58280 -    - mailcap test, closes: Bug#63309 -    - quote space in form submit: closes: Bug#60825, Bug#67466 -    - ignore space in leading blanks: closes: Bug#66887 -    If you claim not yet fixed, please reopen - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Sun,  1 Oct 2000 04:15:08 +0900 - -w3m-ssl (0.1.10-2) stable unstable; urgency=medium - -  * proposed-updates release -    since I believe 0.1.10-1 (in woody) is more stable than 0.9.5-5 (in potato) -    and I plan w3m move to next unstable/experimental release for woody, -    so I'd like to put it in stable(proposed-updates) -    I'd not like to backport to 0.9.5 from 0.1.10, because it might include -    some bugs, so I think 0.1.10 (proven stable) is better than backported -    0.9.5 -    Followings are already fixed in 0.1.10 (and trivial fix to #72100), -    - resize on rxvt works fine, closes: Bug#64678, #71597 -    - No segfault from history page in 0.1.10, closes: Bug#65101 -    - As bug submitter said, download problem was fixed in 0.1.10, -      closes: Bug#66235 -    - no nbsp leaks with 0.1.10, closes: Bug#67581 -    - fix debian/rules to check -perm 0100 instead of -perm 0111, -      closes: Bug#72100 -    If you claim not yet fixed, please reopen - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Wed, 27 Sep 2000 16:46:47 +0900 - -w3m-ssl (0.1.10-1) unstable; urgency=low - -  * new upstream version -  * apply patches in w3m-dev mailing-lists (until [w3m-dev 00899]) - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Tue, 13 Jun 2000 17:35:31 +0900 - -w3m-ssl (0.1.9-5) frozen unstable; urgency=high - -  * fix bug of Segfaults on certain pages: 'http://www.linuxshop.cz/hardware.php3?typ=8&stranka=0&navrat=', closes: Bug#63937 -  * closes: Bug#64142: w3m and w3m-ssl doesn't work with zero length string proxy host. - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Tue, 16 May 2000 01:58:23 +0900 - -w3m-ssl (0.1.9-4) frozen unstable; urgency=high - -  * Fix RC bug#63274, thanks Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>, closes: Bug#63274, Bug#62718. -  * Fix RC bug#63721, closes: Bug#63423, Bug#63612, Bug#63721 - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Mon,  8 May 2000 19:14:35 +0900 - -w3m-ssl (0.1.9-3) frozen unstable; urgency=high - -  * Fix RC bug#63274, thanks Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>, closes: Bug#63274, Bug#62718. -  * I think this version also closes: Bug#63423, Bug#63612, -    if not yet fixed, please reopen it - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Mon,  8 May 2000 01:10:48 +0900 - -w3m-ssl (0.1.9-2) frozen unstable; urgency=HIGH - -  * security fix: remote exploit -   - When viewing image by `I', web author can run arbitrary command in -     user's environment, because of mishandling image URL. -     This revision fixes this problem (from [w3m-dev 00518] Security hole) - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Wed, 26 Apr 2000 01:38:58 +0900 - -w3m-ssl (0.1.9-1) unstable; urgency=low - -  * new upstream version -  * apply patches in w3m-dev mailing-lists -   [w3m-dev 00482] [w3m-dev 00487] [w3m-dev 00483] [w3m-dev 00488] - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Sat, 22 Apr 2000 03:58:27 +0900 - -w3m-ssl (0.1.8-1) frozen unstable; urgency=medium - -  * apply patches in w3m-dev mailing-lists -  * new upstream version -  - security fix potential buffer overflow exploit - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Thu, 13 Apr 2000 00:52:01 +0900 - -w3m-ssl (0.1.7-1) unstable; urgency=low - -  * new upstream version - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Sat, 29 Jan 2000 02:27:18 +0900 - -w3m-ssl (0.1.6-2) frozen unstable; urgency=high - -  * do doc file symlink instead of doc directory symlinks, -    closes: Bug#56401, Bug#56405. -    I do symlink because almost of all documents of w3m and w3m-ssl -    is identical. Difference between w3m and w3m-ssl is only -    that w3m-ssl is built with SSL library - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Sat, 29 Jan 2000 01:29:11 +0900 - -w3m-ssl (0.1.6-1) frozen unstable; urgency=high - -  * This fix also apply to w3m-ssl too, because difference between w3m -    and w3m-ssl is only ssl supports. -  * new upstream release fixing several bugs -   - fix HTTP Auth mecanism, closes: Bug#51258 -   - When '<' is used as other than start of a tag, let the '<' -     be displayed., closes: Bug#52566 -   - modify GPM support, closes: Bug#55735 -   - don't use graphics character for progress bar, closes: Bug#53053 -   - http://www.egreetings.com/v/spEJQDu7Zm doesn't causes an unstoppable -     loop of cookies any more, closes: Bug#54334 -   - Accept discard attribute of Set-Cookie2. -   - insert a blank line just after </dl>. -   - <table> Geometry calculation bugfix. -   - Bugfix of inputLineHist(). -   - fix handling the very strange frameset with only one frame. -     <frameset rows="100%,*" ... > -   - When no scheme is specified in the URL, w3m tries to open local file, -     and when it fails w3m prepends "http://". -   - target="_parent" support, frame-relatex bugfixes. -   - Screen redraw bugfix. -  * fix segfault aborting to send mail, closes: Bug#55833 - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Sat, 22 Jan 2000 23:26:49 +0900 - -w3m-ssl (0.1.4-4) frozen unstable; urgency=HIGH - -  * fix build-depends, libncurses4-dev -> libncurses5-dev -  * do symlink usr/share/doc/w3m-ssl, instead of install it -    closes: Bug#55215, Bug#55699 -  * (security) fix bug: password auth leaks passwords (both w3m and w3m-ssl -    have the same bug), closes: Bug#55655 - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Thu, 20 Jan 2000 19:21:27 +0900 - -w3m-ssl (0.1.4-3) unstable; urgency=low - -  * apply patch [w3m-dev 00176] Right justification bug - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Sat, 15 Jan 2000 03:06:43 +0900 - -w3m-ssl (0.1.4-2) unstable; urgency=low - -  * rebuild with latest version of libncurses5-dev and libgpmg1-dev - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Sat, 15 Jan 2000 01:39:28 +0900 - -w3m-ssl (0.1.4-1) unstable; urgency=low - -  * new upstream release - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Thu, 13 Jan 2000 00:38:33 +0900 - -w3m-ssl (0.1.1-2) unstable; urgency=low - -  * bug in comment parsing -  - apply patch from  Bonard B.Timmons III <timmons@delanet.com> -    closes: Bug#54703 -  * script interpreter should be /usr/bin/perl not /usr/local/bin/perl - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Wed, 12 Jan 2000 01:48:15 +0900 - -w3m-ssl (0.1.1-1) unstable; urgency=low - -  * new upstream release - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Thu,  6 Jan 2000 00:18:39 +0900 - -w3m-ssl (0.0.19991203-4) unstable; urgency=low - -  * fix infinite loop in parse HTML, closes: Bug#53855 - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Mon,  3 Jan 2000 02:16:58 +0900 - -w3m-ssl (0.0.19991203-3) unstable; urgency=low - -  * Add option to configure ALT="" handling, closes: Bug#47001 -    (but it might be refused by upstream author...) - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Tue,  7 Dec 1999 01:14:21 +0900 - -w3m-ssl (0.0.19991203-1) unstable; urgency=low - -  * new upstream release - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Fri,  3 Dec 1999 21:37:13 +0900 - -w3m-ssl (0.0.19991126-4) unstable; urgency=low - -  * arrow keys available when TERM=xterm, closes: Bug#51582. - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Thu,  2 Dec 1999 00:00:46 +0900 - -w3m-ssl (0.0.19991126-3) unstable; urgency=low - -  * fix segfault with -v option,  closes: Bug#51532 -  * recognize Content-Type:text/html (no space) -  * fix out of order of anchor lists with nested table. (w3m-dev) -  * fix some array out of range access to cause random segfault. -  * apply Tsutomu Okada <okada@furuno.co.jp> patch in w3m-dev -  * new w3m wrapper based on Jacobo Tarrio <jtarrio@ceu.fi.udc.es>, -    closes: Bug#48474 - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Wed,  1 Dec 1999 00:51:14 +0900 - -w3m-ssl (0.0.19991126-2) unstable; urgency=low - -  * fixed fail to load help file -  * fixed segfault bug in form selection -  * apply patch to fix w3m crash with $WWW_HOME -    by hsaka@mth.biglobe.ne.jp (Hironori Sakamoto) on w3m-dev ML - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Sat, 27 Nov 1999 18:08:32 +0900 - -w3m-ssl (0.0.19991126-1) unstable; urgency=low - -  * new upstream version - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Fri, 26 Nov 1999 23:46:35 +0900 - -w3m-ssl (0.0.19991117-5) unstable; urgency=low - -  * fix mySystem() to handle quote in arguments -  * fix memory allocation error, closes: Bug#51046 - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Fri, 26 Nov 1999 02:33:57 +0900 - -w3m-ssl (0.0.19991117-4) unstable; urgency=low - -  * should depends: w3m (>= 0.0.19991117-4) for w3mbookmark - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Mon, 22 Nov 1999 03:47:15 +0900 - -w3m-ssl (0.0.19991117-3) unstable; urgency=medium - -  * help file loaded from /usr/share/w3m, closes: Bug#50774 -  * back changes wrapper scripts, closes: Bug#50737, Bug#50782, Bug#50738 -    but repoen Bug#48474 - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Mon, 22 Nov 1999 02:49:56 +0900 - -w3m-ssl (0.0.19991117-2) unstable; urgency=medium - -  * apply various patches reported in w3m-dev mailing-list, closes: Bug#50603 - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Fri, 19 Nov 1999 16:15:05 +0900 - -w3m-ssl (0.0.19991117-1) unstable; urgency=high - -  * apply patches, already reported in w3m-dev mailing-list -  * new upstream version -   - fix security problem, closes: Bug#50192 -   - add http:// when command line argument is not file, closes: Bug#48474 - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Thu, 18 Nov 1999 17:08:27 +0900 - -w3m-ssl (0.0.19991028.2-7) unstable; urgency=low - -  * fix check_no_proxy() possibly infinite loop? - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Sat, 13 Nov 1999 15:05:41 +0900 - -w3m-ssl (0.0.19991028.2-6) unstable; urgency=low - -  * add dns_order, noproxy_netaddr for more good IPv6 support -    thanks Takuo KITAME <kitame@northeye.org>, closes:47788 - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Thu, 11 Nov 1999 01:42:53 +0900 - -w3m-ssl (0.0.19991028.2-5.1) unstable; urgency=low - -  * add dependency w3m (>= 0.0.19991015-1) because old version of -    /usr/bin/w3m does not support w3m-ssl, closes: Bug#49665 - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Wed, 10 Nov 1999 01:20:16 +0900 - -w3m-ssl (0.0.19991028.2-5) unstable; urgency=low - -  * (ftp.c) fix ftp login problem against proftpd. - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Wed,  3 Nov 1999 04:21:54 +0900 - -w3m-ssl (0.0.19991028.2-4) unstable; urgency=low - -  * (Str.c) Strgrow() must grow at least 2 bytes. - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Mon,  1 Nov 1999 03:15:54 +0900 - -w3m-ssl (0.0.19991028.2-3) unstable; urgency=low - -  * (Str.h) fix Strcat_char() macro. - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Sun, 31 Oct 1999 23:43:22 +0900 - -w3m-ssl (0.0.19991028.2-2) unstable; urgency=low - -  * need GC_stackbottom initialization in main.c, it closes Bug#48549, -    segmentation fault on sparc architecture. - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Sat, 30 Oct 1999 00:31:31 +0900 - -w3m-ssl (0.0.19991028.2-1) unstable; urgency=low - -  * new upstream version - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Fri, 29 Oct 1999 01:47:55 +0900 - -w3m-ssl (0.0.19991027-1) unstable; urgency=low - -  * new upstream version -   - fix check_expired_cookies, closes: Bug#48039 - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Thu, 28 Oct 1999 00:41:21 +0900 - -w3m-ssl (0.0.19991015-3) unstable; urgency=low - -  * probable bug in use of IS_SPACE() macro. closes: Bug#48211 - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Tue, 26 Oct 1999 00:20:32 +0900 - -w3m-ssl (0.0.19991015-1) unstable; urgency=low - -  * Initial release with SSL - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Fri, 15 Oct 1999 23:36:51 +0900 - -w3m (0.0.19991015-1) unstable; urgency=low - -  * new upstream version - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Fri, 15 Oct 1999 23:36:31 +0900 - -w3m (0.0.19991008-3) unstable; urgency=low - -  * fix segfault for "w3m http:" with http_proxy - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Fri, 15 Oct 1999 01:29:36 +0900 - -w3m (0.0.19991008-2) unstable; urgency=low - -  * apply file.c patch to fix Incorrect line breaking by upstream author -   in w3m-dev ML. closes: Bug#47087 -  * change `#ifdef TIOCGWINSZ' to `#ifndef TIOCGWINSZ'. -   closes: Bug#47153. - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Thu, 14 Oct 1999 00:55:46 +0900 - -w3m (0.0.19991008-1) unstable; urgency=low - -  * dont quote %s in debian/mime, closes: Bug#45920 -  * new upstream version.  -    - Never hangup if a page has when too much links. closes: Bug#46381 - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Sat,  9 Oct 1999 02:33:27 +0900 - -w3m (0.0.19991007-1) unstable; urgency=low - -  * add copiousoutput type mime hander like lynx, closes: Bug#46416 -  * apply patch to fix some enbug in new upstream (from w3m-dev) -  * new upstream version -    add support cookie and SSL. -    but SSl is not configured by this debian package (todo) - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Fri,  8 Oct 1999 01:31:00 +0900 - -w3m (0.0.19990928-2) unstable; urgency=low - -  * recompiled with libgc5-dev -  * w3m is pager alternatives, closes: Bug#46192 - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Wed, 29 Sep 1999 13:15:57 +0900 - -w3m (0.0.19990928-1) unstable; urgency=low - -  * new upstream release  -  * apply Hironori Sakamoto <h-saka@lsi.nec.co.jp> patch - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Wed, 29 Sep 1999 00:35:14 +0900 - -w3m (0.0.19990916-1) unstable; urgency=low - -  * new upstream release -  * adapt to FHS -  * available ~/.w3m/keymap (see /usr/share/doc/w3m/examples/keymap.lynx), closes: Bug#44421 - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Tue, 21 Sep 1999 02:34:16 +0900 - -w3m (0.0.19990820-1) unstable; urgency=low - -  * new upstream release  - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Sat, 21 Aug 1999 02:44:14 +0900 - -w3m (0.0.19990817-1) unstable; urgency=low - -  * new development release  -  * display ISO-8859-1 characters probably, closes: Bug#41988 - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Wed, 18 Aug 1999 02:23:15 +0900 - -w3m (0.0.19990815-2) unstable; urgency=low - -  * (url.c, ftp.c) fix INET6 patch; explicit port number in URL is ignored -  * build both w3m-en and w3m-ja.  These are dispatched in w3m by locale configurations. -  * (file.c) fix ullevel chars (gt;) - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Tue, 17 Aug 1999 00:40:53 +0900 - -w3m (0.0.19990815-1) unstable; urgency=low - -  * new upstream version - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Mon, 16 Aug 1999 00:29:16 +0900 - -w3m (0.0.19990814-1) unstable; urgency=low - -  * new upstream version - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Sat, 14 Aug 1999 22:07:34 +0900 - -w3m (0.0.19990716-3) unstable; urgency=low - -  * Applied IPv6 patch (from kitame@debian.gr.jp) - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Sat, 14 Aug 1999 00:31:23 +0900 - -w3m (0.0.19990716-2) unstable; urgency=low - -  * auto decompress gzip file  - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Thu,  5 Aug 1999 18:07:47 +0000 - -w3m (0.0.19990716-1) unstable; urgency=low - -  * new upstream version -  * link with libgc.so.4 again  - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Sun, 18 Jul 1999 17:01:58 +0900 - -w3m (0.0.19990625-1) unstable; urgency=low - -  * Backspace is ^? -  * build with bundled libgc4 instead of libgc4 package, because -    with libgc.so.4, w3m hangs up when resizing -  * apply <hsaka@mth.biglobe.ne.jp>  <19990707102422@ei5nazha> patch -  * apply aito <19990701100806@ei5nazha> patch fix <P> behavior -  * apply w3m-990625-30.diff.gz -  * New upsteam version - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Sat, 10 Jul 1999 13:51:04 +0900 - -w3m (0.0.19990609-2) unstable; urgency=low - -  * (debian/mime) remove text/plain entry, because netscape navigator -     will hang up by this entry. - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Tue, 15 Jun 1999 03:05:46 +0900 - -w3m (0.0.19990609-1) unstable; urgency=low - -  * New upstream version -    - fix <dl compact> handling, thanks hsaka@mth.biglobe.ne.jp -    - (new option) -no-mouse -    - fix bugs about nested <nobr>,<pre> -    - fix table width calculation when <table> has <nobr> and <br> or <p> in it -      thanks, okabe@okaibm.hep.okayama-u.ac.jp -    - fix password handling -    - (portability) `char == unsigned char' environments -    - fix bug when unclosed comments in table.  -       thanks okabe@okaibm.hep.okayama-u.ac.jp - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Fri, 11 Jun 1999 03:34:59 +0900 - -w3m (0.0.19990604-1) unstable; urgency=low - -  * New upstream version -    - page up/down, previous page by mouse -    - fix handling of '#' in filename -    - better support for mouse -    - fix password handling -    - support mouse drag - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Sun,  6 Jun 1999 05:03:26 +0900 - -w3m (0.0.19990526-1) unstable; urgency=low - -  * apply patch  -    http://ei5nazha.yz.yamagata-u.ac.jp/BBS/spool/log.html -    <19990527130634@ei5nazha> -  * New upsteam version -    - fix interpretation of `#' of filename -    - (new feature) line number display -    - add new option -no-proxy -    - mouse support, thanks ytake@phys2.med.osaka-u.ac.jp -    - fix width calculation when `&...;' thanks okabe@okaibm.hep.okayama-u.ac.jp -    - (new feature) 1 line horizontal scroll, thanks shim@nw.bs1.fc.nec.co.jp -    - support <wbr> -    - fix space handling in table -    - fix width calculation <nobr>..</nobr> in table -    - use ARTICLE instead of article to get article via NNTP, thanks patakuti@t3.rim.or.jp -    - fix openURL() initialization -    - fix invalid character entity in table, thanks mituharu@math.s.chiba-u.ac.jp -    - view source if it's not HTML -    - display character entity as much as possible -    - fix compile error -    - add new option +line-number, thanks shim@nw.bs1.fc.nec.co.jp -    - fix <nobr>..</nobr> handling - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Sat, 29 May 1999 01:15:03 +0900 - -w3m (0.0.19990512-1) unstable; urgency=low - -  * New upstream version -   - save cursor position when scrolling by J or K (by shim@nw.bs1.fc.nec.co.jp) -   - display reading status at bottom line when text/plain -   - fix justification by <div><center> -   - display progress bar when Content-Length available. -   - display HTTP header information by '=' -   - fix successful empty line when </OL></UL> are continued. -   - newline by <LI> outside <OL><UL> -   - print abolute pathname by 'u' (by tnh@aurora.dti.ne.jp) -   - break C-c -   - enhance save link destination by yukihiko@yk.rim.or.jp - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Thu, 13 May 1999 02:53:13 +0900 - -w3m (0.0.19990430-1) unstable; urgency=low - -  * don't install html2latex, because it will conflicts with html2latex package -    closes bug#36707. -  * New upstream version -  - keep HTTP header information in buffer -  - "Last Modified" in information screen by `=' -  - don't add "Referer:" if ftp with user or password specified -  - enhance newline judgement -  - can specify count for command -  - new feature: save document of link destination -  - ftp order -  - new feature: ftp://username@hostname/file -  - ftp can be put in bookmark -  - fix bug: getpwuid() in ftp  -  - enable align attribute in <Hn>, <P> -  - fix leading space -  - fix bug in resizing -  - edit by ESC e -  - support ftp://user:password@host/file -  - default is current URL when `U' -  - support EUC X0201 Kana - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Sat,  1 May 1999 01:45:23 +0900 - -w3m (0.0.19990421-1) unstable; urgency=low - -  * remove reference to info page from w3m.1 because this package -    does not have info pages, closes Bug#35093. -  * New upstream version  -  - fix order of include "config.h" in term.c -  - fix bug to dump core when URL is "" -  - fix english message symbol in rc.c -  - new feature: ftp password -  - fix <tag attr=> parsing -  - don't put character at right bottom edge to prevent scrolling on -    some terminal emulators. -  - buffer overrun bug fix - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Wed, 21 Apr 1999 20:54:56 +0900 - -w3m (0.0.19990406-1) unstable; urgency=low - -  * buffer overrun bug fix -  * New upstream version -   - add Bonus scripts (ruby package can be found in Debian JP) -   - add supports to browse pages with password. -   - new feature: local CGI -   - new feature: local directory index -   - fix imagemap for Kanji map name -   - fix width calculation for HTML elements -   - add -halfdump option -   - fix parseURL2 for "#label" type of URL -   - deal with stuid Kanji URL -   - (configure): 'pxvt' -> 'rxvt' -   - fix for <base href=""> handling - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Fri,  9 Apr 1999 23:57:36 +0900 - -w3m (0.0.19990330-1) unstable; urgency=low - -  * New upstream version -   - ':' commands treats ',' as URL character. -   - use sigsetjmp()/siglongjmp() -   - fix color reset problems -  * close Bug#35093, w3m has no Info pages. - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Mon,  5 Apr 1999 20:04:34 +0900 - -w3m (0.0.19990323-1) unstable; urgency=low - -  * New upstream version -   - fix redirected POST method -   - fix <nobr> in nested table -   - reorganized option screen -   - auto URL display mode -   - send CRLF in POST -   - `M' invoke external viewer -   - fix color bugs -   - fix bug about relative path -   - fix "&" in <img alt="..."> -   - enable -F (frame rendering) with -dump option -   - newline surroudings of <ADDRESS> -   - fix core dump when cursor move in empty buffer -   - can be used IP address for NO_PROXY -   - support multiple IP hosts -   - fix <pre> in frame -   - fix cbreak return from loadGeneralFile() -   - fix <caption> bug -   - fix &hoge; -   - fix cell width bug when COLSPAN > 2 -   - fix -dump -   - add support Accept-Language - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Wed, 24 Mar 1999 19:46:05 +0900 - -w3m (0.0.19990313-1) unstable; urgency=low - -  * New upstream version -   - fix external viewer invokation -   - add "=" command to show information about document - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Sun, 14 Mar 1999 01:39:41 +0900 - -w3m (0.0.19990310-1) unstable; urgency=low - -  * New upstream version -   - support resize -   - fix setlinescols -   - Pragma: no-cache -   - fix table rendering for 2byte chars -   - <style> parse fix -   - fix configure - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Thu, 11 Mar 1999 00:30:25 +0900 - -w3m (0.0.19990309-1) unstable; urgency=low - -  * Initial Release. - - -- Fumitoshi UKAI <ukai@debian.or.jp>  Tue,  9 Mar 1999 19:08:08 +0900 diff --git a/debian/config.param b/debian/config.param index 1a53e21..dea25cc 100644 --- a/debian/config.param +++ b/debian/config.param @@ -1,7 +1,9 @@  bindir='/usr/bin' -libdir='/usr/lib/w3m' +libdir='/usr/lib/w3m/cgi-bin' +auxbindir='/usr/lib/w3m'  helpdir='/usr/share/w3m'  sysconfdir='/etc/w3m' +mandir='/usr/share/man'  lang=JA  display_code=E  system_code=E @@ -29,6 +31,7 @@ format_nice=n  id_ext=y  use_bufinfo=y  use_egd=y +use_digest_auth=y  enable_remove_trailingspaces=n  menu_thin_frame=n  emacs_like_lineedit=y @@ -42,7 +45,7 @@ nowrap=y  matrix=y  ded='/usr/bin/vi'  dmail='/usr/bin/mailx' -dbrowser='/usr/X11R6/bin/netscape' +dbrowser='/usr/bin/mozilla'  dcc='gcc'  dcflags='-O2 -DDEBIAN'  dtermlib='-lncurses' @@ -54,4 +57,4 @@ def_image_viewer='display'  def_migemo_command='migemo -t egrep /usr/share/migemo/migemo-dict'  use_ipv6=y  use_image=y - +use_xface=y diff --git a/debian/control b/debian/control index 7b9c028..e607c08 100644 --- a/debian/control +++ b/debian/control @@ -1,15 +1,18 @@  Source: w3m  Section: text -Priority: optional +Priority: standard  Maintainer: Fumitoshi UKAI <ukai@debian.or.jp> -Build-Depends: libgc6-dev, libncurses5-dev, libgpmg1-dev, zlib1g-dev, debhelper, gawk | awk, imlib-dev -Standards-Version: 3.5.6 +Build-Depends: libgc-dev, libncurses5-dev, libgpmg1-dev [!hurd-i386], zlib1g-dev, libssl-dev, debhelper (>= 3.0.0), gawk | awk, libgdk-pixbuf-dev, autotools-dev +Standards-Version: 3.6.1  Package: w3m  Architecture: any  Depends: ${shlibs:Depends} +Recommends: ca-certificates  Provides: www-browser -Suggests: w3m-img, w3m-ssl (>= ${Source-Version}), mime-support, menu (>> 1.5), w3m-el, migemo, man-db +Suggests: w3m-img, mime-support, menu (>> 1.5), w3m-el, migemo, man-db +Conflicts: w3m-ssl +Replaces: w3m-ssl, w3mmee  Description: WWW browsable pager with excellent tables/frames support   w3m is a text-based World Wide Web browser with IPv6 support.    It features excellent support for tables and frames. It can be used  @@ -25,7 +28,9 @@ Description: WWW browsable pager with excellent tables/frames support  Package: w3m-img  Architecture: any -Depends: w3m (= ${Source-Version}) | w3m-ssl (= ${Source-Version}), ${shlibs:Depends} +Priority: optional +Depends: w3m (= ${Source-Version}), ${shlibs:Depends}  Description: inline image extension support utilities for w3m   w3m-img provides some utilities to support inline images for w3m - on terminal emulator in X Window System environments. + on terminal emulator in X Window System environments and linux + framebuffer. diff --git a/debian/control-ssl b/debian/control-ssl deleted file mode 100644 index f47aa25..0000000 --- a/debian/control-ssl +++ /dev/null @@ -1,27 +0,0 @@ -Source: w3m-ssl -Section: main -Priority: optional -Maintainer: Fumitoshi UKAI <ukai@debian.or.jp> -Build-Depends: libgc6-dev, libncurses5-dev, libgpmg1-dev, zlib1g-dev, libssl-dev, debhelper, gawk | awk, imlib-dev -Standards-Version: 3.5.6 - -Package: w3m-ssl -Architecture: any -Depends: ${shlibs:Depends}, w3m -Recommends: ca-certificates -Provides: www-browser -Suggests: w3m (= ${Source-Version}), w3m-img, mime-support, menu (>> 1.5), migemo -Description: WWW browsable pager with SSL support - w3m is a text-based World Wide Web browser with IPv6 support.  - It features excellent support for tables and frames. It can be used  - as a standalone file pager, too. - . -  * You can follow links and/or view images in HTML. -  * Internet message preview mode, you can browse HTML mail. -  * You can follow links in plain text if it includes URL forms. -  * With w3m-img, you can view image inline. - . - This package is built with SSL support. - . - For more information,  - see http://sourceforge.net/projects/w3m diff --git a/debian/copyright b/debian/copyright index e752018..75ffc7f 100644 --- a/debian/copyright +++ b/debian/copyright @@ -3,7 +3,10 @@ Tue,  9 Mar 1999 19:08:08 +0900.  It was downloaded from http://sourceforge.net/projects/w3m -Upstream Author(s): Akinori ITO <aito@ei5sun.yz.yamagata-u.ac.jp> +Upstream Authors:  + Akinori ITO <aito@ei5sun.yz.yamagata-u.ac.jp> + Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp> + Fumitoshi UKAI <ukai@debian.or.jp>   Copyright: diff --git a/debian/dirs b/debian/dirs index ceb3920..9bb8965 100644 --- a/debian/dirs +++ b/debian/dirs @@ -1,6 +1,7 @@  usr/bin  usr/lib/mime/packages  usr/lib/w3m +usr/lib/w3m/cgi-bin  usr/share/w3m  usr/share/doc/w3m/examples  usr/share/doc/w3m/ja diff --git a/debian/dirs-ssl b/debian/dirs-ssl deleted file mode 100644 index 45dc959..0000000 --- a/debian/dirs-ssl +++ /dev/null @@ -1,2 +0,0 @@ -usr/bin -usr/share/doc/w3m-ssl diff --git a/debian/docs.in b/debian/docs index cf9e704..f73c5cc 100644 --- a/debian/docs.in +++ b/debian/docs @@ -1,7 +1,5 @@  doc/FAQ.html  doc/MANUAL.html  doc/README -doc/README.cygwin -doc/README.dict  doc/README.func  doc/STORY.html diff --git a/debian/examples.in b/debian/examples index 764c196..764c196 100644 --- a/debian/examples.in +++ b/debian/examples diff --git a/debian/menu b/debian/menu index c0e326c..708b736 100644 --- a/debian/menu +++ b/debian/menu @@ -1,2 +1,2 @@ -?package(w3m):needs=text section=Apps/Net\ +?package(w3m):needs="text" section="Apps/Net"\    title="w3m" command="/usr/bin/w3m /usr/share/doc/w3m/MANUAL.html" hints="Web browsers" diff --git a/debian/patches/03-w3m.1-debian-fix b/debian/patches/03-w3m.1-debian-fix index f364b6b..faf54c5 100644 --- a/debian/patches/03-w3m.1-debian-fix +++ b/debian/patches/03-w3m.1-debian-fix @@ -1,24 +1,9 @@  PATCH: -p1 ---- w3m/doc/w3m.1	Wed Nov 21 14:56:35 2001 -+++ w3m-2/doc/w3m.1	Sat Dec  1 03:43:55 2001 -@@ -53,15 +53,6 @@ - .B -l line - # of preserved line (default 10000) - .TP --.B -s --Shift_JIS --.TP --.B -j --JIS --.TP --.B -e --EUC-JP --.TP - .B -B - load bookmark - .TP -@@ -126,7 +117,7 @@ +diff -Nru w3m-0.4rc1.orig/doc/w3m.1 w3m-0.4rc1/doc/w3m.1 +--- w3m-0.4rc1.orig/doc/w3m.1	2002-11-12 21:36:30.000000000 +0900 ++++ w3m-0.4rc1/doc/w3m.1	2003-02-11 03:42:48.000000000 +0900 +@@ -123,7 +123,7 @@   .B -pauth user:pass   proxy authentication   .TP @@ -27,8 +12,9 @@ PATCH: -p1   squeeze multiple blank lines   .TP   .B -W ---- w3m/doc-jp/w3m.1	Wed Nov 21 14:56:36 2001 -+++ w3m-2/doc-jp/w3m.1	Sat Dec  1 03:44:14 2001 +diff -Nru w3m-0.4rc1.orig/doc-jp/w3m.1 w3m-0.4rc1/doc-jp/w3m.1 +--- w3m-0.4rc1.orig/doc-jp/w3m.1	2002-11-12 21:36:30.000000000 +0900 ++++ w3m-0.4rc1/doc-jp/w3m.1	2003-02-11 03:44:15.000000000 +0900  @@ -39,15 +39,6 @@   標準入力の内容を表示するときに保存される最大行数を指定する.   デフォルトは10000. @@ -42,10 +28,10 @@ PATCH: -p1  -.B \-j  -JIS (ISO-2022-JP)コードで表示する.  -.TP - .BI \-I\  e|s - 入力文書の文字コードを指定する. + .BI \-O\  e|s|j|N|m + 表示に使う文字コードを指定する.   .TP -@@ -87,7 +78,7 @@ +@@ -90,7 +81,7 @@   .B \-F   フレームを自動表示する.   .TP diff --git a/debian/patches/04-w3m-0.3.2.1-frame-fix-backport b/debian/patches/04-w3m-0.3.2.1-frame-fix-backport deleted file mode 100644 index a6180cb..0000000 --- a/debian/patches/04-w3m-0.3.2.1-frame-fix-backport +++ /dev/null @@ -1,53 +0,0 @@ -PATCH: -p1 - - ---- w3m-0.3.orig/frame.c	Sat Feb  9 15:27:14 2002 -+++ w3m-0.3/frame.c	Wed Nov 27 06:46:03 2002 -@@ -535,14 +535,15 @@ - 		    frame.body->attr = F_UNLOADED; - 		    if (frame.body->flags & FB_NO_BUFFER) - 			fprintf(f1, "Open %s with other method", --				frame.body->url); -+				html_quote(frame.body->url)); - 		    else if (frame.body->url) --			fprintf(f1, "Can't open %s", frame.body->url); -+			fprintf(f1, "Can't open %s",  -+				html_quote(frame.body->url)); - 		    else - 			fprintf(f1, - 				"This frame (%s) contains no src attribute", --				frame.body->name ? frame.body-> --				name : "(no name)"); -+				frame.body->name ?  -+				html_quote(frame.body->name) : "(no name)"); - 		    break; - 		} - 		parseURL2(frame.body->url, &base, currentURL); -@@ -636,7 +637,7 @@ - 			    /* prohibit_tags */ - 			    Strshrinkfirst(tok, 1); - 			    Strshrink(tok, 1); --			    fprintf(f1, "<!-- %s -->", tok->ptr); -+			    fprintf(f1, "<!-- %s -->", html_quote(tok->ptr)); - 			    goto token_end; - 			case HTML_TABLE: - 			    t_stack++; -@@ -649,7 +650,7 @@ - 				Strshrink(tok, 1); - 				fprintf(f1, - 					"<!-- table stack underflow: %s -->", --					tok->ptr); -+					html_quote(tok->ptr)); - 				goto token_end; - 			    } - 			    break; -@@ -669,7 +670,8 @@ - 			    if (!t_stack) { - 				Strshrinkfirst(tok, 1); - 				Strshrink(tok, 1); --				fprintf(f1, "<!-- %s -->", tok->ptr); -+				fprintf(f1, "<!-- %s -->",  -+					html_quote(tok->ptr)); - 				goto token_end; -  - 			    } diff --git a/debian/patches/05-w3m-0.3.2.2-img-alt-fix-backport b/debian/patches/05-w3m-0.3.2.2-img-alt-fix-backport deleted file mode 100644 index 6b30c1c..0000000 --- a/debian/patches/05-w3m-0.3.2.2-img-alt-fix-backport +++ /dev/null @@ -1,27 +0,0 @@ -PATCH: -p1 - ---- w3m-0.3/file.c	Tue Mar  5 16:58:09 2002 -+++ w3m-0.3-ja/file.c	Thu Dec  5 17:30:30 2002 -@@ -2975,11 +2975,11 @@ - 		Strcat_charp(tmp, html_quote(Strnew_charp_n(q, nw)->ptr)); - 	    } - 	    else --		Strcat_charp(tmp, q); -+		Strcat_charp(tmp, html_quote(q)); - 	} - 	else - #endif --	    Strcat_charp(tmp, q); -+	    Strcat_charp(tmp, html_quote(q)); - 	goto img_end; -     } -     if (w > 0 && i > 0) { -@@ -6105,7 +6105,7 @@ - 	HTMLlineproc0(lineBuf2->ptr, &htmlenv1, internal); -     } -     if (obuf.status != R_ST_NORMAL) --	HTMLlineproc1(correct_irrtag(obuf.status)->ptr, &htmlenv1); -+	HTMLlineproc0(correct_irrtag(obuf.status)->ptr, &htmlenv1, internal); -     obuf.status = R_ST_NORMAL; -     completeHTMLstream(&htmlenv1, &obuf); -     flushline(&htmlenv1, &obuf, 0, 2, htmlenv1.limit); diff --git a/debian/postinst b/debian/postinst index 2d2f4aa..74caddf 100644 --- a/debian/postinst +++ b/debian/postinst @@ -7,6 +7,15 @@ case "$1" in              /usr/bin/w3m 25 \  	    --slave /usr/share/man/man1/pager.1.gz pager.1.gz \  	    /usr/share/man/man1/w3m.1.gz +       update-alternatives --quiet --install /usr/bin/www-browser www-browser \ +           /usr/bin/w3m 25 \ +	   --slave /usr/share/man/man1/www-browser.1.gz www-browser.1.gz \ +	   /usr/share/man/man1/w3m.1.gz +	# Remove the conffile with the wrong location (the binary never used +	# it) that may be present from an older version. +	# (In our preinst, we've already ensured the sysadmin had a chance +	# of preserving any configuration made in it) +	rm -f /etc/w3m/w3mconfig  	;;    *)  esac diff --git a/debian/preinst b/debian/preinst new file mode 100644 index 0000000..274d592 --- /dev/null +++ b/debian/preinst @@ -0,0 +1,21 @@ +#!/bin/sh -e + +case "$1" in +  install|upgrade) +	# Older versions of this package had the conffile in the wrong +	# location (the w3m binary didn't use it). Copy it if its there, +	# so any customisation done there can be preserved. We actually +	# get rid of the wrong file in our postinst. +	if dpkg --compare-versions "$2" lt-nl "0.4.2-1.1"; then +		if test -e /etc/w3m/w3mconfig; then +			if ! test -e /etc/w3m/config; then +				cp -a /etc/w3m/w3mconfig /etc/w3m/config +			fi +		fi +	fi +	;; +  *) +esac + +#DEBHELPER# + diff --git a/debian/prerm b/debian/prerm index fd1411c..571dd90 100644 --- a/debian/prerm +++ b/debian/prerm @@ -4,6 +4,7 @@  case "$1" in      remove|deconfigure)          update-alternatives --quiet --remove pager /usr/bin/w3m +	update-alternatives --quiet --remove www-browser /usr/bin/w3m          ;;      *)  esac diff --git a/debian/rules b/debian/rules index 91ee9ce..428fbff 100755 --- a/debian/rules +++ b/debian/rules @@ -8,40 +8,41 @@  export DH_COMPAT=3 -nossl: -	@echo already nossl version environments +ifeq ($(DEB_BUILD_GNU_SYSTEM),linux) +  DEVS=x11,fb+s +else +  DEVS=x11 +endif -ssl: -	@echo change to ssl version... -	@cd debian && for i in *-ssl; do \ -		f=`echo $$i | sed -e 's/-ssl//'`; \ -		mv $$f $$f-nossl; \ -		mv $$i $$f; \ -		echo -n "$$f "; \ -	done -	@chmod +x debian/rules -	@echo done +confargs := --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \ +	--mandir=/usr/share/man \ +	--with-gc --with-ssl \ +	--with-migemo="migemo -t egrep /usr/share/migemo/migemo-dict" \ +	--with-editor=/usr/bin/sensible-editor \ +	--enable-gopher \ +	--enable-image=$(DEVS) \ +	--enable-m17n --enable-unicode --enable-nls -include debian/rules.mk +builddir := .  build: build-stamp -build-stamp: configure-stamp +build-stamp:   	dh_testdir  	# Add here commands to compile the package. -	(echo "# Configuration at "`hostname`; cat debian/config.param) > $(buildjadir)/config.param -	cd $(buildjadir) && ./configure -yes -model=cookie -lang=JA -cflags="-O2 -DDEBIAN" -code=E --gc-includedir=/usr/include/gc  --mimetypes=/etc/mime.types -	cd $(buildjadir) && LC_ALL=C $(MAKE) OPTS="-Wall -g" -	(echo "# Configuration at "`hostname`; cat debian/config.param) > $(buildendir)/config.param -	cd $(buildendir) && ./configure -yes -model=cookie -lang=EN -cflags="-O2 -DDEBIAN" --gc-includedir=/usr/include/gc  --mimetypes=/etc/mime.types -	cd $(buildendir) && LC_ALL=C $(MAKE) OPTS="-Wall -g" +	-cp /usr/share/misc/config.guess . +	-cp /usr/share/misc/config.sub . +	cd $(builddir) && ./configure $(confargs) +	cd $(builddir) && LC_ALL=C $(MAKE) OPTS="-Wall -g -DDEBIAN" +	cd $(builddir)/po && LC_ALL=C $(MAKE) update-gmo  	touch build-stamp  clean:  	dh_testdir  	dh_testroot -	rm -rf $(buildtree) +	-test -f $(builddir)/Makefile && cd $(builddir) && $(MAKE) distclean +	-rm -f $(builddir)/po/*.gmo +	-rm -f   	rm -f extract-stamp patch-stamp configure-stamp build-stamp install-stamp -	rm -f debian/docs debian/examples  	dh_clean  install: install-stamp @@ -52,8 +53,8 @@ install-stamp: build-stamp  	dh_installdirs  	# Add here commands to install the package into debian/w3m. -	cd $(buildendir) && $(MAKE) install DESTDIR=`pwd`/../../debian/w3m -	cd $(buildendir)/Bonus && find . -type f -perm 0100 -print | \ +	cd $(builddir) && $(MAKE) install DESTDIR=`pwd`/debian/w3m +	cd $(builddir)/Bonus && find . -type f -perm 0100 -print | \  	while read i; \  	do \  		sed -e 's:/usr/local/bin/ruby:/usr/bin/ruby:' \ @@ -61,16 +62,7 @@ install-stamp: build-stamp  			$$i \  			> `pwd`/../../../debian/w3m/usr/share/doc/w3m/examples/$$i ; \  	done -	cd `pwd`/debian/w3m && mv usr/bin/w3m usr/bin/w3m-en -	cd `pwd`/debian/w3m && mv usr/lib/w3m/w3mbookmark usr/lib/w3m/w3mbookmark-en -	cd `pwd`/debian/w3m && mv usr/lib/w3m/w3mhelperpanel usr/lib/w3m/w3mhelperpanel-en -	install -m 755 debian/w3m.sh `pwd`/debian/w3m/usr/bin/w3m -	install -m 755 debian/w3mbookmark.sh `pwd`/debian/w3m/usr/lib/w3m/w3mbookmark -	install -m 755 debian/w3mhelperpanel.sh `pwd`/debian/w3m/usr/lib/w3m/w3mhelperpanel -	install -m 755 $(buildjadir)/w3m `pwd`/debian/w3m/usr/bin/w3m-ja -	install -m 755 $(buildjadir)/w3mbookmark `pwd`/debian/w3m/usr/lib/w3m/w3mbookmark-ja -	install -m 755 $(buildjadir)/w3mhelperpanel `pwd`/debian/w3m/usr/lib/w3m/w3mhelperpanel-ja -	install -m 644 debian/w3mconfig `pwd`/debian/w3m/etc/w3m/w3mconfig +	install -m 644 debian/w3mconfig `pwd`/debian/w3m/etc/w3m/config  	install -m 644 debian/mailcap `pwd`/debian/w3m/etc/w3m/mailcap  	dh_movefiles --sourcedir=debian/w3m  	touch install-stamp @@ -84,12 +76,10 @@ binary-arch: build-stamp install-stamp  #	dh_testversion  	dh_testdir -a  	dh_testroot -a -	sed -e 's:^:$(builddir)/:' debian/docs.in > debian/docs  	dh_installdocs -a  	cp -a $(builddir)/doc-jp/* `pwd`/debian/w3m/usr/share/doc/w3m/ja/ -	rm -f `pwd`/debian/w3m/usr/share/doc/w3m/ja/README.kokb +	-rm -f `pwd`/debian/w3m/usr/share/doc/w3m/ja/README.kokb  	-rm -rf `pwd`/debian/w3m/usr/share/doc/w3m/ja/CVS -	sed -e 's:^:$(builddir)/:' debian/examples.in > debian/examples  	cp debian/README.Debian.w3m-img `pwd`/debian/w3m-img/usr/share/doc/w3m-img/README.Debian  	dh_installexamples -a  	cd `pwd`/debian/w3m/usr/share/doc/w3m && \ @@ -106,11 +96,9 @@ binary-arch: build-stamp install-stamp  	dh_installchangelogs -a $(builddir)/ChangeLog  	dh_strip -a  	dh_compress -a -	dh_link usr/share/man/man1/w3m.1.gz usr/share/man/man1/w3m-ja.1.gz -	dh_link usr/share/man/man1/w3m.1.gz usr/share/man/man1/w3m-en.1.gz -	dh_link usr/share/man/ja/man1/w3m.1.gz usr/share/man/ja/man1/w3m-ja.1.gz -	dh_link usr/share/man/ja/man1/w3m.1.gz usr/share/man/ja/man1/w3m-en.1.gz  	dh_fixperms -a +	chgrp video debian/w3m-img/usr/lib/w3m/w3mimgdisplay +	chmod g+s debian/w3m-img/usr/lib/w3m/w3mimgdisplay  	dh_installdeb -a  	dh_shlibdeps -a  	dh_gencontrol -a diff --git a/debian/rules-ssl b/debian/rules-ssl deleted file mode 100644 index 423a978..0000000 --- a/debian/rules-ssl +++ /dev/null @@ -1,101 +0,0 @@ -#!/usr/bin/make -f -# MAde with the aid of dh_make, by Craig Small -# Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess. -# Some lines taken from debmake, by Cristoph Lameter. - -# Uncomment this to turn on verbose mode. -#export DH_VERBOSE=1 - -export DH_COMPAT=3 - -nossl: -	@echo change to nossl version... -	@cd debian && for i in *-nossl; do \ -		f=`echo $$i | sed -e 's/-nossl//'`; \ -		mv $$f $$f-ssl; \ -		mv $$i $$f; \ -		echo -n "$$f "; \ -	done -	@chmod +x debian/rules -	@echo done - -ssl: -	@echo already ssl version environments - -include debian/rules.mk - -build: build-stamp -build-stamp: configure-stamp -	dh_testdir -	(echo "# Configuration at "`hostname`; cat debian/config.param) > $(buildjadir)/config.param -	cd $(buildjadir) && ./configure -yes -model=monster -lang=JA -clfags="-O2 -DDEBIAN" -code=E --gc-includedir=/usr/include/gc --ssl-includedir=/usr/include/openssl --mimetypes=/etc/mime.types -	cd $(buildjadir) && LC_ALL=C $(MAKE) OPTS="-Wall -g" -	(echo "# Configuration at "`hostname`; cat debian/config.param) > $(buildendir)/config.param -	cd $(buildendir) && ./configure -yes -model=monster -lang=EN -cflags="-O2 -DDEBIAN" --gc-includedir=/usr/include/gc  --ssl-includedir=/usr/include/openssl --mimetypes=/etc/mime.types -	cd $(buildendir) && LC_ALL=C $(MAKE) OPTS="-Wall -g" -	touch build-stamp - -clean: -	dh_testdir -	dh_testroot -	rm -rf $(buildtree) -	rm -f extract-stamp patch-stamp configure-stamp build-stamp install-stamp -	rm -f debian/docs debian/examples -	dh_clean - -install: install-stamp -install-stamp: build-stamp -	dh_testdir -	dh_testroot -	dh_clean -k -	dh_installdirs -	install -m 755 -s $(buildendir)/w3m `pwd`/debian/w3m-ssl/usr/bin/w3m-ssl-en -	install -m 755 -s $(buildjadir)/w3m `pwd`/debian/w3m-ssl/usr/bin/w3m-ssl-ja -	touch install-stamp - -# Build architecture-independent files here. -binary-indep: build-stamp install-stamp -# We have nothing to do by default. - -# Build architecture-dependent files here. -binary-arch: build-stamp install-stamp -#	dh_testversion -	dh_testdir -	dh_testroot -	dh_installdocs -#	dh_installmenu -#	dh_installmime -#	dh_installemacsen -#	dh_installinit -#	dh_installcron -#	dh_installman $(builddir)/doc/w3m.1 -#	install -m 644 $(builddir)/doc-jp/HISTORY.kokb `pwd`/debian/w3m-ssl/usr/share/doc/w3m-ssl/changelog.w3m-kokb -	#dh_installchangelogs $(builddir)/doc/HISTORY -	dh_installchangelogs $(builddir)/ChangeLog -	dh_strip -	dh_compress -	(cd debian/w3m-ssl/usr/share/doc/w3m-ssl; ls -1) | while read file; do \ -	   case $$file in changelog*|copyright*|README.Debian) continue;; esac;\ -	   test -d debian/w3m-ssl/usr/share/doc/w3m-ssl/$$file && continue; \ -	   rm -f debian/w3m-ssl/usr/share/doc/w3m-ssl/$$file; \ -	   dh_link usr/share/doc/w3m/$$file usr/share/doc/w3m-ssl/$$file; \ -	done -	dh_link usr/share/doc/w3m/examples usr/share/doc/w3m-ssl/examples -	dh_link usr/share/doc/w3m/ja usr/share/doc/w3m-ssl/ja -	dh_link usr/share/man/man1/w3m.1.gz usr/share/man/man1/w3m-ssl-ja.1.gz -	dh_link usr/share/man/man1/w3m.1.gz usr/share/man/man1/w3m-ssl-en.1.gz -	dh_link usr/share/man/ja/man1/w3m.1.gz usr/share/man/ja/man1/w3m-ssl-ja.1.gz -	dh_link usr/share/man/ja/man1/w3m.1.gz usr/share/man/ja/man1/w3m-ssl-en.1.gz -	dh_fixperms -	dh_installdeb -	dh_shlibdeps -	dh_gencontrol -#	dh_makeshlibs -	dh_md5sums -	dh_builddeb - -source diff:                                                                   -	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false - -binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary diff --git a/debian/rules.mk b/debian/rules.mk deleted file mode 100644 index 69e60bb..0000000 --- a/debian/rules.mk +++ /dev/null @@ -1,44 +0,0 @@ -# -*- Makefile -*- -#  -buildtree=build-tree/ -sourcedir=w3m-0.3 -builddir=$(buildtree)/$(sourcedir) - -extract: extract-stamp -extract-stamp: -	-rm -rf $(buildtree) -	mkdir $(buildtree) -	tar zxfC upstream/w3m-0.3.tar.gz $(buildtree) -	touch extract-stamp - -patch: patch-stamp -patch-stamp: extract-stamp -	for p in debian/patches/[0-9]*; \ -	do \ -		test -f $$p || continue; \ -		patchopt=`sed -ne '1s/PATCH: \(.*\)/\1/p' $$p`; \ -		echo "Patch: $$p ($$patchopt)"; \ -		cat $$p | (cd $(builddir) && patch $$patchopt); \ -	done -	touch patch-stamp - - -buildjadir=$(buildtree)/$(sourcedir)-ja -buildendir=$(buildtree)/$(sourcedir)-en - -setup-ja: $(buildjadir)/setup-stamp -$(buildjadir)/setup-stamp: extract-stamp patch-stamp -	-rm -rf $(buildjadir) -	cp -a $(builddir) $(buildjadir) -	touch $(buildjadir)/setup-stamp - -setup-en: $(buildendir)/setup-stamp -$(buildendir)/setup-stamp: extract-stamp patch-stamp -	-rm -rf $(buildendir) -	cp -a $(builddir) $(buildendir) -	touch $(buildendir)/setup-stamp - -configure: configure-stamp -configure-stamp: setup-ja setup-en -	touch configure-stamp - diff --git a/debian/w3m-img.files b/debian/w3m-img.files index 5e1f43e..1db9337 100644 --- a/debian/w3m-img.files +++ b/debian/w3m-img.files @@ -1,2 +1 @@  usr/lib/w3m/w3mimgdisplay -usr/lib/w3m/w3mimgsize diff --git a/debian/w3m.sh b/debian/w3m.sh deleted file mode 100644 index 7c9c47b..0000000 --- a/debian/w3m.sh +++ /dev/null @@ -1,31 +0,0 @@ -#!/bin/sh -# Copyright (c) 1999 Fumitoshi UKAI <ukai@debian.or.jp> -# Copyright (c) 1999 Jacobo Tarrio Barreiro <jtarrio@iname.com> -# This program is covered by the GNU General Public License version 2 -# - -## for I18N variants, not yet: try w3mmee -#W3M=${W3M:-/usr/bin/w3m-ssl-i18n} -#test -x $W3M && exec $W3M "${params[@]}" -# -#for W3M in /usr/bin/w3m-ssl-i18n /usr/bin/w3m-ssl -#do -# test -x $W3M && exec $W3M "${params[@]}" -#done - -W3M=/usr/bin/w3m-en -if [ -x /usr/bin/locale ]; then -  eval `locale` -fi -locale=${LC_ALL:-$LANG} -case X"$locale" in - Xja|Xja_JP|Xja_JP.*) -    [ -x /usr/bin/w3m-ja ] && W3M=/usr/bin/w3m-ja -    [ -x /usr/bin/w3m-ssl-ja ] && W3M=/usr/bin/w3m-ssl-ja -    ;; - *) -    [ -x /usr/bin/w3m-ssl-en ] && W3M=/usr/bin/w3m-ssl-en -    ;; -esac -exec $W3M "$@" - diff --git a/debian/w3mbookmark.sh b/debian/w3mbookmark.sh deleted file mode 100644 index a8f9872..0000000 --- a/debian/w3mbookmark.sh +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/sh -# Copyright (c) 1999 Fumitoshi UKAI <ukai@debian.or.jp> -# - -W3MBOOKMARK=/usr/lib/w3m/w3mbookmark-en -eval `locale` -locale=${LC_ALL:-$LANG} -case X"$locale" in - Xja|Xja_JP|Xja_JP.*) -    [ -x /usr/lib/w3m/w3mbookmark-ja ] && W3MBOOKMARK=/usr/lib/w3m/w3mbookmark-ja -    ;; - *) -    ;; -esac -exec $W3MBOOKMARK "$@" diff --git a/debian/w3mconfig b/debian/w3mconfig index 9201a88..3ed4829 100644 --- a/debian/w3mconfig +++ b/debian/w3mconfig @@ -57,3 +57,6 @@ tabstop 8  ftppasswd anonymous@  ftppass_hostnamegen 0  display_image 1 +follow_locale 1 +display_charset US-ASCII +system_charset US-ASCII diff --git a/debian/w3mhelperpanel.sh b/debian/w3mhelperpanel.sh deleted file mode 100644 index fd74f1c..0000000 --- a/debian/w3mhelperpanel.sh +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/sh -# Copyright (c) 1999 Fumitoshi UKAI <ukai@debian.or.jp> -# - -W3MHELPERPANEL=/usr/lib/w3m/w3mhelperpanel-en -eval `locale` -locale=${LC_ALL:-$LANG} -case X"$locale" in - Xja|Xja_JP|Xja_JP.*) -    [ -x /usr/lib/w3m/w3mhelperpanel-ja ] && W3MHELPERPANEL=/usr/lib/w3m/w3mhelperpanel-ja -    ;; - *) -    ;; -esac -exec $W3MHELPERPANEL "$@" | 
