Your message dated Tue, 3 Mar 2009 21:43:09 GMT
with message-id <[email protected]>
and subject line w3-url-e21 has been removed from Debian, closing #326784
has caused the Debian Bug report #326784,
regarding w3-url-e21: [patch] broken SSL support
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.)
--
326784: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=326784
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: w3-url-e21
Version: 2001.11.08-9
Severity: serious
url claims to support SSL transfers but the support is broken since
the migration of the HTTP handler to emulating synchronous transfers
with asynchronous transfers (which I believe was around the time of
emacs 21). This patch should fix it.
-- System Information:
Debian Release: 3.0
APT prefers testing
APT policy: (300, 'testing'), (200, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.12-1-686
Locale: LANG=C, LC_CTYPE=ja_JP.eucjp (ignored: LC_ALL set to ja_JP.eucjp)
Versions of packages w3-url-e21 depends on:
ii emacs21 21.4a-1 The GNU Emacs editor
-- no debconf information
--
David D. Smith
A man without doubt is a monster.
--- /usr/share/emacs21/site-lisp/url/url-http.el 2005-05-27
02:39:26.000000000 +0900
+++ /home/dds/.emacs.d/elisp/url-http.el 2005-09-06 02:47:35.000000000
+0900
@@ -316,6 +316,9 @@
(error "Trying to parse HTTP response code in odd buffer: %s"
(buffer-name)))
(url-http-debug "url-http-parse-response called in (%s)" (buffer-name))
(goto-char (point-min))
+ (while (progn
+ (forward-line 1)
+ (not (looking-at "^HTTP"))))
(skip-chars-forward " \t\n") ; Skip any blank crap
(skip-chars-forward "HTTP/") ; Skip HTTP Version
(read (current-buffer))
--- /usr/share/emacs21/site-lisp/url/url-https.el 2005-05-27
02:39:26.000000000 +0900
+++ /home/dds/.emacs.d/elisp/url-https.el 2005-09-06 02:39:50.000000000
+0900
@@ -43,9 +43,9 @@
(error
(error "HTTPS support could not find `ssl' library.")))
(let ((url-gateway-method 'ssl))
- ((, (intern (format "url-http-%s" method))) (,@ (remove '&rest (remove
'&optional args))))))))
+ ((, (intern (format (if method "url-http-%s" "url-http") method))) (,@
(remove '&rest (remove '&optional args))))))))
-(url-https-create-secure-wrapper nil (url))
+(url-https-create-secure-wrapper nil (url callback cbargs))
(url-https-create-secure-wrapper file-exists-p (url))
(url-https-create-secure-wrapper file-readable-p (url))
(url-https-create-secure-wrapper file-attributes (url))
pgpJHAD3FQyeA.pgp
Description: PGP signature
--- End Message ---
--- Begin Message ---
Version: 2005.10.23-5+rm
The w3-url-e21 package has been removed from Debian so we are closing
the bugs that were still opened against it.
For more information about this package's removal, read
http://bugs.debian.org/517484 . That bug might give the reasons why
this package was removed, and suggestions of possible replacements.
Don't hesitate to reply to this mail if you have any question.
Thank you for your contribution to Debian.
Kind regards,
--
Marco Rodrigues
--- End Message ---