From 5f8e0f8ef9a422691dd72e8a953a42a41478fcb4 Mon Sep 17 00:00:00 2001 From: Tatsuya Kinoshita Date: Wed, 4 May 2011 16:18:09 +0900 Subject: Releasing debian version 0.5.1-1 --- debian/changelog-ssl | 1122 -------------------------------------------------- 1 file changed, 1122 deletions(-) delete mode 100644 debian/changelog-ssl (limited to 'debian/changelog-ssl') 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 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 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 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 Wed, 27 Nov 2002 06:54:26 +0000 - -w3m (0.3-2) unstable; urgency=low - - * add w3mman.1, closes: Bug#138101 - - -- Fumitoshi UKAI 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 Sun, 24 Mar 2002 03:27:05 +0900 - -w3m-ssl (0.3-1) unstable; urgency=low - - * new upstream release - - -- Fumitoshi UKAI 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 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 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 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 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 Sat, 22 Dec 2001 22:25:11 +0900 - -w3m-ssl (0.2.3-0.1) unstable; urgency=low - - * new upstream version - - -- Fumitoshi UKAI 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 Sun, 16 Dec 2001 03:15:39 +0900 - -w3m-ssl (0.2.2+20011209-1) unstable; urgency=low - - * new upstream version - - -- Fumitoshi UKAI 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 Mon, 10 Sep 2001 02:13:20 +0900 - -w3m-ssl (0.2.1-10) unstable; urgency=low - - * fix mailcap quoting - - -- Fumitoshi UKAI 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 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 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 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 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 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 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 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