Your message dated Tue, 08 Aug 2006 21:47:03 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#381984: fixed in jesred 1.2pl1-11 has caused the attached Bug report 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 I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database)
--- Begin Message ---Package: jesred Version: 1.2pl1-11 Severity: grave Tags: patch Justification: renders package unusable Jesred does not work with latest squid (from testing or unstable), because it does not understand new-formatted redirector input: URL <SP> client_ip "/" fqdn <SP> user <SP> method <SP> urlgroup <NL> Jesred expects old-formatted redirector input: URL <SP> client_ip "/" fqdn <SP> user <SP> method <NL> The following patch fixes the problem: --- jesred-1.2pl1/rewrite.c.save 2006-08-08 09:39:51.389992567 +0400 +++ jesred-1.2pl1/rewrite.c 2006-08-08 09:47:12.950500166 +0400 @@ -91,6 +91,8 @@ if (new_token) { c++; *new_token = '\0'; + new_token = strchr(token,' '); + *new_token = '\0'; end[3] = new_token; *method = token; } -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (999, 'testing'), (150, 'unstable'), (50, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.16-2-686 Locale: LANG=, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8) Versions of packages jesred depends on: ii libc6 2.3.6-15 GNU C Library: Shared libraries ii squid 2.6.1-3 Internet Object Cache (WWW proxy c Versions of packages jesred recommends: ii apache2-mpm-prefork [httpd] 2.0.55-4 traditional model for Apache2 -- no debconf information -- Regards, Sasha. Alexandra N. Kossovsky, software engineer. e-mail: [EMAIL PROTECTED]
--- End Message ---
--- Begin Message ---Source: jesred Source-Version: 1.2pl1-11 We believe that the bug you reported is fixed in the latest version of jesred, which is due to be installed in the Debian FTP archive: jesred_1.2pl1-11.diff.gz to pool/main/j/jesred/jesred_1.2pl1-11.diff.gz jesred_1.2pl1-11.dsc to pool/main/j/jesred/jesred_1.2pl1-11.dsc jesred_1.2pl1-11_i386.deb to pool/main/j/jesred/jesred_1.2pl1-11_i386.deb 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. Alexander Zangerl <[EMAIL PROTECTED]> (supplier of updated jesred 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.7 Date: Wed, 9 Aug 2006 14:02:16 +1000 Source: jesred Binary: jesred Architecture: source i386 Version: 1.2pl1-11 Distribution: unstable Urgency: low Maintainer: Alexander Zangerl <[EMAIL PROTECTED]> Changed-By: Alexander Zangerl <[EMAIL PROTECTED]> Description: jesred - A redirector for the Squid proxy Closes: 381984 Changes: jesred (1.2pl1-11) unstable; urgency=low . * adjusted rewrite.c to understand both old and new redirector input format which squid 2.6 introduced (closes: #381984) Files: e01530e52c3c44833c66f46130fd16d9 581 web optional jesred_1.2pl1-11.dsc 90adebf6718e769ae2cd9d33687aae3a 28486 web optional jesred_1.2pl1-11.diff.gz 47b8577a2b12d9accb082790b5e1dbab 33880 web optional jesred_1.2pl1-11_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFE2V5xpy/2bEK9ZF0RAny6AJ4u2ToRTYdA5ZvpUWuFJlHv+WxgLgCeIVhF cPYrJxBUvH9LSAL0vr4oxJM= =jNi0 -----END PGP SIGNATURE-----
--- End Message ---

