Your message dated Tue, 20 Dec 2005 11:17:25 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#159235: fixed in slocate 3.0.beta.r1-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; 1 Sep 2002 23:22:49 +0000
>From [EMAIL PROTECTED] Sun Sep 01 18:22:49 2002
Return-path: <[EMAIL PROTECTED]>
Received: from mail.interware.hu [195.70.32.130]
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 17le3M-0008UL-00; Sun, 01 Sep 2002 18:22:48 -0500
Received: from pretoria-25.budapest.interware.hu ([195.70.53.89]
helo=iluvatar.ath.cx)
by mail.interware.hu with esmtp (Exim 3.33 #1 (Debian))
id 17le3K-00018N-00
for <[EMAIL PROTECTED]>; Mon, 02 Sep 2002 01:22:47 +0200
Received: from iluvatar.ath.cx (localhost [127.0.0.1])
by iluvatar.ath.cx (Postfix) with ESMTP id C3AB5ABBA1
for <[EMAIL PROTECTED]>; Mon, 2 Sep 2002 01:24:38 +0200 (CEST)
Date: Mon, 02 Sep 2002 01:24:34 +0200
Message-ID: <[EMAIL PROTECTED]>
From: Gergely Nagy <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: slocate: Patch for my 2.6-1.4 NMU
User-Agent: Wanderlust/2.9.14 (Unchained Melody) Emacs/21.2 Mule/5.0 (SAKAKI)
X-Fortune: Forsan et haec olim meminisse juvabit.
X-Marvin: Life, loathe it or ignore it, you can't like it.
MIME-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya")
Content-Type: text/plain; charset=US-ASCII
Delivered-To: [EMAIL PROTECTED]
Package: slocate
Version: 2.6-1.3
Severity: normal
I just uploaded -1.4, which fixes an old grave bug (#92454). Here is a
patch for it, against -1.3.
Cheers,
--
Gergely Nagy
diff -u -urNad slocate-2.6/debian/changelog slocate-2.6.new/debian/changelog
--- slocate-2.6/debian/changelog 2002-09-02 01:21:53.000000000 +0200
+++ slocate-2.6.new/debian/changelog 2002-09-02 01:06:09.000000000 +0200
@@ -1,3 +1,11 @@
+slocate (2.6-1.4) unstable; urgency=low
+
+ * Non-maintainer upload
+ * Handle long filenames. (Patch from David D. Kilzer, closes: #92454)
+ * debian/rules (clean): Use distclean, and remove config.h too.
+
+ -- Gergely Nagy <[EMAIL PROTECTED]> Mon, 2 Sep 2002 00:56:07 +0200
+
slocate (2.6-1.3) unstable; urgency=low
* A "make woody great" NMU.
diff -u -urNad slocate-2.6/debian/rules slocate-2.6.new/debian/rules
--- slocate-2.6/debian/rules 2002-09-02 01:21:53.000000000 +0200
+++ slocate-2.6.new/debian/rules 2002-09-02 01:05:51.000000000 +0200
@@ -23,10 +23,9 @@
rm -f build-stamp install-stamp
# Add here commands to clean up after the build process.
- -$(MAKE) clean
- -$(MAKE) distclean-generic
+ -$(MAKE) distclean
# ya autoconf is great.
- rm -f slocate config.status
+ rm -f slocate config.status config.h
dh_clean
rm -rf debian/tmp
diff -u -urNad slocate-2.6/main.c slocate-2.6.new/main.c
--- slocate-2.6/main.c 2002-09-02 01:21:53.000000000 +0200
+++ slocate-2.6.new/main.c 2002-09-02 00:56:45.000000000 +0200
@@ -1236,7 +1236,7 @@
cur_size += bytes;
- code_num = (short)*begin_ptr;
+ code_num = (short) *((signed char *) begin_ptr);
begin_ptr += 1;
if (code_num == SLOC_ESC) {
---------------------------------------
Received: (at 159235-close) by bugs.debian.org; 20 Dec 2005 19:21:22 +0000
>From [EMAIL PROTECTED] Tue Dec 20 11:21:22 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 4.50)
id 1EomzF-0003v5-8L; Tue, 20 Dec 2005 11:17:25 -0800
From: Kevin Lindsay <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.65 $
Subject: Bug#159235: fixed in slocate 3.0.beta.r1-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Tue, 20 Dec 2005 11:17:25 -0800
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
X-CrossAssassin-Score: 5
Source: slocate
Source-Version: 3.0.beta.r1-1
We believe that the bug you reported is fixed in the latest version of
slocate, which is due to be installed in the Debian FTP archive:
slocate_3.0.beta.r1-1.diff.gz
to pool/main/s/slocate/slocate_3.0.beta.r1-1.diff.gz
slocate_3.0.beta.r1-1.dsc
to pool/main/s/slocate/slocate_3.0.beta.r1-1.dsc
slocate_3.0.beta.r1-1_i386.deb
to pool/main/s/slocate/slocate_3.0.beta.r1-1_i386.deb
slocate_3.0.beta.r1.orig.tar.gz
to pool/main/s/slocate/slocate_3.0.beta.r1.orig.tar.gz
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.
Kevin Lindsay <[EMAIL PROTECTED]> (supplier of updated slocate 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, 19 Dec 2005 21:54:52 -0800
Source: slocate
Binary: slocate
Architecture: source i386
Version: 3.0.beta.r1-1
Distribution: unstable
Urgency: low
Maintainer: Kevin Lindsay <[EMAIL PROTECTED]>
Changed-By: Kevin Lindsay <[EMAIL PROTECTED]>
Description:
slocate - Secure replacement of findutil's locate
Closes: 159235 217608 229198 266530 271695 272131 274538 296033 300760 300778
324951 338652
Changes:
slocate (3.0.beta.r1-1) unstable; urgency=low
.
* New release. 3.0 beta r1. This is a complete redesign/rewrite.
* Closes: #300760, #159235, #300778, #338652, #217608, #324951, #266530
* Closes: #271695, #272131
* Closes: #274538 . updatedb will not print an error message if no database
exists.
* Closes: #296033 . Renamed DEBUG to SL_DEBUG.
* Closes: #229198
Files:
13bbfa56905568d2f366ecb115da2461 580 utils optional slocate_3.0.beta.r1-1.dsc
a5b5a133263727a7f23f8076b03293c8 35888 utils optional
slocate_3.0.beta.r1.orig.tar.gz
df05b89f555a99174feacc499e294f64 20 utils optional
slocate_3.0.beta.r1-1.diff.gz
5d66d5d376100436d6d53063a27f03a0 29004 utils optional
slocate_3.0.beta.r1-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
iD8DBQFDp7/UUZpV8HRsUfQRAiD/AJ0S3ikNtoWIF83xbiJjlEeTY7BpaQCg55TS
fnJ/EEf8Ehm6T/FXe7/n+mY=
=X5g+
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]