Your message dated Thu, 10 Feb 2005 19:32:19 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#268870: fixed in htdig 1:3.1.6-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)

--------------------------------------
Received: (at submit) by bugs.debian.org; 29 Aug 2004 15:08:17 +0000
>From [EMAIL PROTECTED] Sun Aug 29 08:08:17 2004
Return-path: <[EMAIL PROTECTED]>
Received: from dialup-4.246.57.128.dial1.sanjose1.level3.net 
(nofear.bounceme.net) [4.246.57.128] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1C1RI0-0006qS-00; Sun, 29 Aug 2004 08:08:17 -0700
Received: from hades (hades [10.1.1.66])
        (using TLSv1 with cipher RC4-MD5 (128/128 bits))
        (No client certificate requested)
        by nofear.bounceme.net (Postfix) with ESMTP id A88627353C
        for <[EMAIL PROTECTED]>; Sun, 29 Aug 2004 08:08:06 -0700 (PDT)
Reply-To: <[EMAIL PROTECTED]>
From: "C.Y.M." <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Subject: Syntax errors in /etc/cron.weekly/htdig
Date: Sun, 29 Aug 2004 08:07:57 -0700
Organization: CooLNeT
Message-ID: <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: text/plain;
        charset="us-ascii"
Content-Transfer-Encoding: 7bit
X-Mailer: Microsoft Office Outlook, Build 11.0.5510
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
Thread-Index: AcSN2fdSj40sxQYyRdOKhkf74Caxsg==
Disposition-Notification-To: "C.Y.M." <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.9 required=4.0 tests=BAYES_01,HAS_PACKAGE,
        MISSING_OUTLOOK_NAME autolearn=no 
        version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Package: htdig
Version: 3.1.6-10

Without the necessary spacing and spelling fixes in the script,
"full_refresh_needed" is always created, even if /etc/default/htdig is set
to false.  The following patch fixes the problem:

--- htdig       2004-08-23 13:23:21.000000000 -0700
+++ /etc/cron.weekly/htdig      2004-08-29 08:00:07.000000000 -0700
@@ -11,17 +11,17 @@
 # Save the PID of the lockfile-touch process
 BADGER="$!"

-RUSCRIPT="/usr/bin/rundig"
+RUNSCRIPT="/usr/bin/rundig"
 FILEREF="/etc/default/htdig"
 REFRESH="/var/lib/htdig/full_refresh_needed"
 LIBDIR="/var/lib/htdig"

-if [ -x $RUNSCRIPT]; then
+if [ -x $RUNSCRIPT ]; then
        if [ -r $FILEREF ]; then
                RUN=$(awk '/^run_htnotify/ {print $3}' $FILEREF)
-               if [ "$RUN"="true" ]; then
-                       if [-d $LIBDIR ]; then
-                               if [ ! -f  $REFRESH ]; then
+               if [ "$RUN" = "true" ]; then
+                       if [ -d $LIBDIR ]; then
+                               if [ ! -f $REFRESH ]; then
                                        touch $REFRESH
                                fi
                        fi


---------------------------------------
Received: (at 268870-close) by bugs.debian.org; 11 Feb 2005 00:38:13 +0000
>From [EMAIL PROTECTED] Thu Feb 10 16:38:13 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1CzOp3-0003Ss-00; Thu, 10 Feb 2005 16:38:13 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
        id 1CzOjL-0004a0-00; Thu, 10 Feb 2005 19:32:19 -0500
From: Robert Ribnitz <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#268870: fixed in htdig 1:3.1.6-11
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Thu, 10 Feb 2005 19:32:19 -0500
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-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
X-Spam-Level: 
X-CrossAssassin-Score: 3

Source: htdig
Source-Version: 1:3.1.6-11

We believe that the bug you reported is fixed in the latest version of
htdig, which is due to be installed in the Debian FTP archive:

htdig-doc_3.1.6-11_all.deb
  to pool/main/h/htdig/htdig-doc_3.1.6-11_all.deb
htdig_3.1.6-11.diff.gz
  to pool/main/h/htdig/htdig_3.1.6-11.diff.gz
htdig_3.1.6-11.dsc
  to pool/main/h/htdig/htdig_3.1.6-11.dsc
htdig_3.1.6-11_i386.deb
  to pool/main/h/htdig/htdig_3.1.6-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.
Robert Ribnitz <[EMAIL PROTECTED]> (supplier of updated htdig 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: Thu, 10 Feb 2005 23:58:28 +0100
Source: htdig
Binary: htdig htdig-doc
Architecture: source i386 all
Version: 1:3.1.6-11
Distribution: unstable
Urgency: high
Maintainer: Robert Ribnitz <[EMAIL PROTECTED]>
Changed-By: Robert Ribnitz <[EMAIL PROTECTED]>
Description: 
 htdig      - WWW search system for an intranet or small internet
 htdig-doc  - Documentation for the htdig package
Closes: 260380 266577 268870 269080 269330 271461 271971 275290 276398 278315 
281152 281822 286418 290840
Changes: 
 htdig (1:3.1.6-11) unstable; urgency=high
 .
   * Applied patch by Phil Knirsch to fix cross-site scripting
     vulnerability [htsearch/htsearch.cc, htfuzzy/htfuzzy.cc,
     htmerge/htmerge.cc, CAN-2005-0085]. Patch supplied by the
     Debian Security Team.
   * Added dependecy on sed (Closes: #276398). Thanks to
     Matus Uhlar <[EMAIL PROTECTED]>.
   * Updated Debian Standards Version to 3.6.1
 .
 htdig (1:3.1.6-10.2) unstable; urgency=low
 .
   * Non-Maintainer Upload.
   * Fixed "cron scripts are broken"
     Closes: #268870, #269080, #271971, #278315, #281822, #290840
     Patches by:
     Robert Grimm <[EMAIL PROTECTED]>,
     C.Y.M. <[EMAIL PROTECTED]>,
     Carsten Luedtke <[EMAIL PROTECTED]>,
     Michael Schnyder <[EMAIL PROTECTED]>,
     John Summerfield <[EMAIL PROTECTED]> and
     Sanjoy Mahajan <[EMAIL PROTECTED]>
   * Fixed "FTBFS (amd64/gcc-4.0): cast from 'Object*' to 'int' loses
     precision" (Closes: #286418).
     Patch by Andreas Jochens <[EMAIL PROTECTED]>
   * Fixed "Spanish debconf translation should be named es.po"
     (Closes: #275290).
   * Czech translation of htdig debconf messages.
     Closes: #260380, #266577, #271461
     Patches by Jan Outrata <[EMAIL PROTECTED]>
   * Japanese po-debconf template translation (Closes: #281152).
     Patch by Hideki Yamane <[EMAIL PROTECTED]>
 .
 htdig (1:3.1.6-10.1) unstable; urgency=low
 .
   * Non-Maintainer Upload by Gunnar Wolf <[EMAIL PROTECTED]>
   * Substituted tabs by sets of spaces in description (Closes: #269330)
   * Re-wrapped the extended description so it would fit in 80-column
     terminals
   * Updated db/dist/config.{guess,sub} with the current version
Files: 
 cd4edb647bc0e5e72c88e9190811c820 613 web optional htdig_3.1.6-11.dsc
 3428547d0e411900b13e3202b52846d8 59805 web optional htdig_3.1.6-11.diff.gz
 5cca0605b760797d5fead1d65564d46c 322378 doc optional htdig-doc_3.1.6-11_all.deb
 69afa412c52c7bd4b833327f286288fa 967122 web optional htdig_3.1.6-11_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFCC/Y4gY5NIXPNpFURAqvHAJ4uXLVqL7L66KF2ZJnYWLC6mdpVVgCgpNjj
ixFfe5X0sIe9NilQIL5J/co=
=8reE
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to