Your message dated Fri, 30 Sep 2005 15:24:50 +0200 with message-id <[EMAIL PROTECTED]> and subject line Bug#192881: fixed in libhttpfetcher 1.1.0-1 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) -------------------------------------- Received: (at submit) by bugs.debian.org; 11 May 2003 05:07:04 +0000 >From [EMAIL PROTECTED] Sun May 11 00:06:56 2003 Return-path: <[EMAIL PROTECTED]> Received: from letters.cs.ucsb.edu [128.111.41.13] by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 19Ej31-00038c-00; Sun, 11 May 2003 00:06:55 -0500 Received: from merrimack (merrimack.cs.ucsb.edu [128.111.68.227]) by letters.cs.ucsb.edu (8.11.6+Sun/8.11.6) with ESMTP id h4B56qC07677; Sat, 10 May 2003 22:06:52 -0700 (PDT) Received: from kris by merrimack with local (Exim 3.36 #1 (Debian)) id 19Ej2x-0008ES-00; Sat, 10 May 2003 22:06:51 -0700 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Kristian G. Kvilekval" <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: libhttpfetcher1: doesn't parse standard URL (e.g. http://host:port/ladeedah X-Mailer: reportbug 2.10.1 Date: Sat, 10 May 2003 22:06:51 -0700 Message-Id: <[EMAIL PROTECTED]> Delivered-To: [EMAIL PROTECTED] X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_20,HAS_PACKAGE version=2.53-bugs.debian.org_2003_05_09 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_05_09 (1.174.2.15-2003-03-30-exp) Package: libhttpfetcher1 Version: 1.0.1-1.1 Severity: important The following code from http_prefetcher.c is used to select the host portion of the URL. This ignores the usual fields e.g. scheme://[user:[EMAIL PROTECTED]:port][/path] The library is of little use if it cannot parse standard urls ------------------------------------------------------ /* Seek to the file path portion of the url */ charIndex = strstr(url, "://"); if(charIndex != NULL) { /* url contains a protocol field */ charIndex += strlen("://"); host = charIndex; charIndex = strchr(charIndex, '/'); } else { host = (char *)url; charIndex = strchr(url, '/'); } -- System Information: Debian Release: testing/unstable Architecture: i386 Kernel: Linux merrimack 2.4.20 #1 SMP Sat Apr 19 14:26:50 PDT 2003 i686 Locale: LANG=C, LC_CTYPE=C Versions of packages libhttpfetcher1 depends on: ii libc6 2.3.1-17 GNU C Library: Shared libraries an -- no debconf information --------------------------------------- Received: (at 192881-done) by bugs.debian.org; 30 Sep 2005 13:25:05 +0000 >From [EMAIL PROTECTED] Fri Sep 30 06:25:05 2005 Return-path: <[EMAIL PROTECTED]> Received: from mail.irb.hr [161.53.22.8] (UNKNOWN) by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1ELKsq-0004q1-00; Fri, 30 Sep 2005 06:25:05 -0700 Received: from diziet.irb.hr (diziet.irb.hr [161.53.22.31]) by mail.irb.hr (8.13.3/8.13.3/Debian-6) with ESMTP id j8UDOmRB013144 for <[EMAIL PROTECTED]>; Fri, 30 Sep 2005 15:24:49 +0200 Received: from diziet.irb.hr (localhost [127.0.0.1]) by diziet.irb.hr (8.13.5/8.13.5/Debian-1) with ESMTP id j8UDOocf017157 for <[EMAIL PROTECTED]>; Fri, 30 Sep 2005 15:24:50 +0200 Received: (from [EMAIL PROTECTED]) by diziet.irb.hr (8.13.5/8.13.5/Submit) id j8UDOo47017155; Fri, 30 Sep 2005 15:24:50 +0200 X-Authentication-Warning: diziet.irb.hr: mvela set sender to [EMAIL PROTECTED] using -f From: Matej Vela <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Bug#192881: fixed in libhttpfetcher 1.1.0-1 Date: Fri, 30 Sep 2005 15:24:50 +0200 Message-ID: <[EMAIL PROTECTED]> User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Scanned-By: MIMEDefang 2.51 on 161.53.22.8 Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2005_01_02 Source: libhttpfetcher Source-Version: 1.1.0-1 The upstream author fixed this in libhttpfetcher 1.0.3: ChangeLog: 1.0.3 - October 14, 2003 ChangeLog: * Added support for ports other than 80 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]