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 07:48:29 +0000
>From [EMAIL PROTECTED] Sun Aug 29 00:48:29 2004
Return-path: <[EMAIL PROTECTED]>
Received: from moutng.kundenserver.de [212.227.126.176]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1C1KQP-0008T4-00; Sun, 29 Aug 2004 00:48:29 -0700
Received: from [212.227.126.161] (helo=mrelayng.kundenserver.de)
by moutng.kundenserver.de with esmtp (Exim 3.35 #1)
id 1C1KQO-0005tN-00
for [EMAIL PROTECTED]; Sun, 29 Aug 2004 09:48:28 +0200
Received: from [217.93.172.107] (helo=mail.robgri.de)
by mrelayng.kundenserver.de with asmtp (Exim 3.35 #1)
id 1C1KQN-0002Qo-00
for [EMAIL PROTECTED]; Sun, 29 Aug 2004 09:48:28 +0200
Received: from woody.lan.robgri.de (woody.lan.robgri.de [192.168.6.4])
by mail.robgri.de (Postfix) with ESMTP id D9CD1523;
Sun, 29 Aug 2004 09:48:23 +0200 (CEST)
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Robert Grimm <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: /etc/cron.weekly/htdig script is broken
Reply-To: Robert Grimm <[EMAIL PROTECTED]>
X-Mailer: reportbug 2.63
Date: Sun, 29 Aug 2004 09:48:20 +0200
Message-Id: <[EMAIL PROTECTED]>
X-Provags-ID: kundenserver.de [EMAIL PROTECTED]
auth:6e19912473b0deedb12c26c6d7df67f8
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=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE
autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level:
Package: htdig
Version: 1:3.1.6-10
Severity: important
Tags: patch
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I get a mail with the errormessage:
/etc/cron.weekly/htdig: line 23: [-d: command not found
when cron runs /etc/cron.weekly/htdig.
patch:
- --- htdig.new 2004-08-29 09:30:36.000000000 +0200
+++ htdig 2004-08-29 09:31:28.000000000 +0200
@@ -20,7 +20,7 @@
if [ -r $FILEREF ]; then
RUN=$(awk '/^run_htnotify/ {print $3}' $FILEREF)
if [ "$RUN"="true" ]; then
- - if [-d $LIBDIR ]; then
+ if [ -d $LIBDIR ]; then
if [ ! -f $REFRESH ]; then
touch $REFRESH
fi
Thank You,
Rob
- -- System Information:
Debian Release: 3.1
APT prefers testing
APT policy: (500, 'testing'), (400, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.7
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED]
Versions of packages htdig depends on:
ii debconf [debconf-2.0] 1.4.30.2 Debian configuration management sy
ii gawk 1:3.1.4-1 GNU awk, a pattern scanning and pr
ii libc6 2.3.2.ds1-13 GNU C Library: Shared libraries an
ii libdb2 2:2.7.7.0-9 The Berkeley database routines (ru
ii libgcc1 1:3.4.1-4sarge1 GCC support library
ii libstdc++5 1:3.3.4-6sarge1.1 The GNU Standard C++ Library v3
ii lockfile-progs 0.1.10 Programs for locking and unlocking
ii perl 5.8.4-2 Larry Wall's Practical Extraction
ii zlib1g 1:1.2.1.1-5 compression library - runtime
- -- debconf information:
* htdig/run-htnotify: true
* htdig/keep-databases:
* htdig/generate-databases: true
htdig/dblocation-changed:
* htdig/announce_package_split:
htdig/remove-databases: false
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)
iQCVAwUBQTGKRHIUbvcnxoXJAQK6YAP+M2CQaHy8rjqq1xgk3ayjHUc8FyybA4e7
/jY9Vg3QAkZInWReDR3WmoyPaIHbHCrVXhycpun+Ck8ijyB34G1MnZraZlRpoQvi
uPtxMj+1Btl/I/kbFiUFZci3J7ne8tlXHZG3/kInJ0azIPfFNmsHvkEExWfIm6gS
0daF3msFdC0=
=yt7e
-----END PGP SIGNATURE-----
---------------------------------------
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]