Your message dated Mon, 24 May 2010 14:58:51 +0000
with message-id <[email protected]>
and subject line Bug#582677: fixed in w3m-el-snapshot 1.4.394+0.20100524-1
has caused the Debian Bug report #582677,
regarding w3m-el-snapshot: w3m-cookie-reject-domains doesn't work
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
582677: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=582677
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: w3m-el-snapshot
Version: 1.4.393+0.20100421-1
Severity: normal
I set up w3m-cookie-reject-domains, adding "google.com" and
".google.com" but google.com still installs its cookies. After checking
w3m-cookie.el I found that problem might be in w3m-cookie-trusted-host-p
function; lines 291-294
> ((eq (string-to-char (car reject)) ?.)
> (setq regexp (concat (regexp-quote (car reject)) "$")))
> (t (setq regexp (concat "^" (regexp-quote (car reject)) "$"))))
> (when (string-match (concat regexp "$") host)
Here host (for example, ".google.com" is compared with
> (concat (concat (regexp-quote ".google.com") "$") "$")
which gives "\\.google\\.com$$"; string-match returns nil because of
double $ in the end of regexp.
If last concat is removed, all seems to be right:
Index: w3m-el-snapshot-1.4.393+0.20100421/w3m-cookie.el
===================================================================
--- w3m-el-snapshot-1.4.393+0.20100421.orig/w3m-cookie.el 2010-05-22 12:52:53.000000000 +0400
+++ w3m-el-snapshot-1.4.393+0.20100421/w3m-cookie.el 2010-05-22 12:57:13.000000000 +0400
@@ -291,7 +291,7 @@
((eq (string-to-char (car reject)) ?.)
(setq regexp (concat (regexp-quote (car reject)) "$")))
(t (setq regexp (concat "^" (regexp-quote (car reject)) "$"))))
- (when (string-match (concat regexp "$") host)
+ (when (string-match regexp host)
(setq rlen (length (car reject))
reject nil))
(pop reject))
w3m-el package also seems to have this problem.
--
Fedor.
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.32-3-amd64 (SMP w/1 CPU core)
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages w3m-el-snapshot depends on:
ii apel 10.7+0.20080906-2 portable library for emacsen
ii dpkg 1.15.7.1 Debian package management system
ii emacs 23.2+1-2 The GNU Emacs editor (metapackage)
ii emacs23-lucid [emacs23 23.2+1-2 The GNU Emacs editor
ii install-info 4.13a.dfsg.1-5 Manage installed documentation in
ii w3m 0.5.2-4 WWW browsable pager with excellent
Versions of packages w3m-el-snapshot recommends:
ii apel 10.7+0.20080906-2 portable library for emacsen
ii flim 1:1.14.9+0.20100313-2 library about internet message for
Versions of packages w3m-el-snapshot suggests:
ii bzip2 1.0.5-4 high-quality block-sorting file co
ii imagemagick 7:6.6.0.4-2 image manipulation programs
pn libmoe1.5 <none> (no description available)
pn mule-ucs <none> (no description available)
pn namazu2 <none> (no description available)
ii perl-doc 5.10.1-12 Perl documentation
ii poppler-utils [xpdf-utils] 0.12.4-1 PDF utilitites (based on libpopple
pn ppthtml <none> (no description available)
ii wv 1.2.4-2 Programs for accessing Microsoft W
ii xlhtml 0.5.1-6 A program for converting Microsoft
-- no debconf information
--- End Message ---
--- Begin Message ---
Source: w3m-el-snapshot
Source-Version: 1.4.394+0.20100524-1
We believe that the bug you reported is fixed in the latest version of
w3m-el-snapshot, which is due to be installed in the Debian FTP archive:
w3m-el-snapshot_1.4.394+0.20100524-1.debian.tar.gz
to main/w/w3m-el-snapshot/w3m-el-snapshot_1.4.394+0.20100524-1.debian.tar.gz
w3m-el-snapshot_1.4.394+0.20100524-1.dsc
to main/w/w3m-el-snapshot/w3m-el-snapshot_1.4.394+0.20100524-1.dsc
w3m-el-snapshot_1.4.394+0.20100524-1_all.deb
to main/w/w3m-el-snapshot/w3m-el-snapshot_1.4.394+0.20100524-1_all.deb
w3m-el-snapshot_1.4.394+0.20100524.orig.tar.gz
to main/w/w3m-el-snapshot/w3m-el-snapshot_1.4.394+0.20100524.orig.tar.gz
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Tatsuya Kinoshita <[email protected]> (supplier of updated w3m-el-snapshot
package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Mon, 24 May 2010 22:50:08 +0900
Source: w3m-el-snapshot
Binary: w3m-el-snapshot
Architecture: source all
Version: 1.4.394+0.20100524-1
Distribution: unstable
Urgency: low
Maintainer: Tatsuya Kinoshita <[email protected]>
Changed-By: Tatsuya Kinoshita <[email protected]>
Description:
w3m-el-snapshot - simple Emacs interface of w3m (development version)
Closes: 582677
Changes:
w3m-el-snapshot (1.4.394+0.20100524-1) unstable; urgency=low
.
* New upstream release. (CVS trunk on 2010-05-24)
- Fix that w3m-cookie-reject-domains doesn't work. (closes: #582677)
Checksums-Sha1:
aae7528815dbb74236cc60e1b1b3405a7bd35260 1204
w3m-el-snapshot_1.4.394+0.20100524-1.dsc
a67cc49ad448461e4ab4c3e5e561f932a1852558 963959
w3m-el-snapshot_1.4.394+0.20100524.orig.tar.gz
ed28789046b6a55ad68745a42ac0c2a68643a011 15525
w3m-el-snapshot_1.4.394+0.20100524-1.debian.tar.gz
db7a871eafb834b8b9025754cc02657d96f9cb91 885716
w3m-el-snapshot_1.4.394+0.20100524-1_all.deb
Checksums-Sha256:
191822fff38afdeba27411efe0513ac9f9d53918e944443d5c591f4df5e9fcb8 1204
w3m-el-snapshot_1.4.394+0.20100524-1.dsc
90caf1aa673baa4d3d219483bcfbceb6dbb1cd1982ebdc70332bb4a759d51be2 963959
w3m-el-snapshot_1.4.394+0.20100524.orig.tar.gz
3564c528775eb2fa03ebeb6af29a92e74fa940e8123e810d80388fa5d43436e6 15525
w3m-el-snapshot_1.4.394+0.20100524-1.debian.tar.gz
4fd5cd90c324cb4cf86e5a2e0bf853767024e211414c78c75a66316a58166b2b 885716
w3m-el-snapshot_1.4.394+0.20100524-1_all.deb
Files:
a1f40f2059fd435c50dda8c959a133f2 1204 lisp extra
w3m-el-snapshot_1.4.394+0.20100524-1.dsc
d381d48981ba1970c5c62eb200cf077f 963959 lisp extra
w3m-el-snapshot_1.4.394+0.20100524.orig.tar.gz
08905e9d1ddc42ab03ce28aeb72bc854 15525 lisp extra
w3m-el-snapshot_1.4.394+0.20100524-1.debian.tar.gz
8d8e40249bf39932f57457adf4689da4 885716 lisp extra
w3m-el-snapshot_1.4.394+0.20100524-1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAkv6hlEACgkQgV4LPvpMUph21ACgxRZYBhHcTKLedriNCzjtyumm
V+AAoJAyvyqiMXzTjm/ONfbGmA16yaDW
=6E5V
-----END PGP SIGNATURE-----
--- End Message ---