Debian Bug report logs - #291419
findutils: Unable to use find to locate files that have dates in the future

version graph

Package: findutils; Maintainer for findutils is Andreas Metzler <ametzler@debian.org>; Source for findutils is src:findutils (PTS, buildd, popcon).

Reported by: Wakko Warner <wakko@animx.eu.org>

Date: Thu, 20 Jan 2005 17:18:08 UTC

Severity: wishlist

Tags: fixed-upstream

Found in version 4.1.20-4

Fixed in versions findutils/4.3.5-1, findutils/4.4.0-1

Done: Andreas Metzler <ametzler@debian.org>

Bug is archived. No further changes may be made.

Forwarded to http://savannah.gnu.org/bugs/index.php?func=detailitem&item_id=11667

Toggle useless messages

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to debian-bugs-dist@lists.debian.org, Andreas Metzler <ametzler@debian.org>:
Bug#291419; Package findutils. (full text, mbox, link).


Acknowledgement sent to Wakko Warner <wakko@animx.eu.org>:
New Bug report received and forwarded. Copy sent to Andreas Metzler <ametzler@debian.org>. (full text, mbox, link).


Message #5 received at submit@bugs.debian.org (full text, mbox, reply):

From: Wakko Warner <wakko@animx.eu.org>
To: submit@bugs.debian.org
Subject: findutils: Unable to use find to locate files that have dates in the future
Date: Thu, 20 Jan 2005 12:21:40 -0500
Package: findutils
Version: 4.1.20-4
Severity: wishlist

I have a system that has a bad clock and files get dates way off in the
future.  Unfortunately, I'm unable to locate these files using find.

-- System Information
Debian Release: 3.1
Kernel Version: Linux ani 2.6.10 #2 SMP Thu Jan 6 18:35:37 EST 2005 i686 GNU/Linux

Versions of the packages findutils depends on:
ii  libc6          2.3.2.ds1-20   GNU C Library: Shared libraries and Timezone



Information forwarded to debian-bugs-dist@lists.debian.org, Andreas Metzler <ametzler@debian.org>:
Bug#291419; Package findutils. (full text, mbox, link).


Acknowledgement sent to Andreas Metzler <ametzler@downhill.at.eu.org>:
Extra info received and forwarded to list. Copy sent to Andreas Metzler <ametzler@debian.org>. (full text, mbox, link).


Message #10 received at 291419@bugs.debian.org (full text, mbox, reply):

From: Andreas Metzler <ametzler@downhill.at.eu.org>
To: Wakko Warner <wakko@animx.eu.org>, 291419@bugs.debian.org
Subject: Re: Bug#291419: findutils: Unable to use find to locate files that have dates in the future
Date: Thu, 20 Jan 2005 21:07:46 +0100
On 2005-01-20 Wakko Warner <wakko@animx.eu.org> wrote:
> Package: findutils
> Version: 4.1.20-4
> Severity: wishlist

> I have a system that has a bad clock and files get dates way off in the
> future.  Unfortunately, I'm unable to locate these files using find.

How about this?
$ touch --date=tomorrow tomorrow ; touch now ; touch --date=yesterday yesterday
$ find -mmin +0 -or -printf "File generated in future: %p%n"
File generated in future: ./tomorrow

                cu andreas
-- 
"See, I told you they'd listen to Reason," [SPOILER] Svfurlr fnlf,
fuhggvat qbja gur juveyvat tha.
Neal Stephenson in "Snow Crash"
                                           http://downhill.aus.cc/



Information forwarded to debian-bugs-dist@lists.debian.org, Andreas Metzler <ametzler@debian.org>:
Bug#291419; Package findutils. (full text, mbox, link).


Acknowledgement sent to Wakko Warner <wakko@animx.eu.org>:
Extra info received and forwarded to list. Copy sent to Andreas Metzler <ametzler@debian.org>. (full text, mbox, link).


Message #15 received at 291419@bugs.debian.org (full text, mbox, reply):

From: Wakko Warner <wakko@animx.eu.org>
To: Andreas Metzler <ametzler@downhill.at.eu.org>
Cc: 291419@bugs.debian.org
Subject: Re: Bug#291419: findutils: Unable to use find to locate files that have dates in the future
Date: Thu, 20 Jan 2005 16:15:29 -0500
Andreas Metzler wrote:
> On 2005-01-20 Wakko Warner <wakko@animx.eu.org> wrote:
> > Package: findutils
> > Version: 4.1.20-4
> > Severity: wishlist
> 
> > I have a system that has a bad clock and files get dates way off in the
> > future.  Unfortunately, I'm unable to locate these files using find.
> 
> How about this?
> $ touch --date=tomorrow tomorrow ; touch now ; touch --date=yesterday yesterday
> $ find -mmin +0 -or -printf "File generated in future: %p%n"
> File generated in future: ./tomorrow

I didn't think about +0, however, it's not quite obvious though.  Actually,
I was hoping for a way to see if a file was way off in the future  Like say
in 2007 or so.

It's not a big deal which is why it's wishlist.  I have often wanted a way
to specify seconds as well.  Like before/after $date.

-- 
 Lab tests show that use of micro$oft causes cancer in lab animals



Information forwarded to debian-bugs-dist@lists.debian.org, Andreas Metzler <ametzler@debian.org>:
Bug#291419; Package findutils. (full text, mbox, link).


Acknowledgement sent to Andreas Metzler <ametzler@downhill.at.eu.org>:
Extra info received and forwarded to list. Copy sent to Andreas Metzler <ametzler@debian.org>. (full text, mbox, link).


Message #20 received at 291419@bugs.debian.org (full text, mbox, reply):

From: Andreas Metzler <ametzler@downhill.at.eu.org>
To: Wakko Warner <wakko@animx.eu.org>, 291419@bugs.debian.org
Subject: Re: Bug#291419: findutils: Unable to use find to locate files that have dates in the future
Date: Thu, 20 Jan 2005 22:28:42 +0100
On 2005-01-20 Wakko Warner <wakko@animx.eu.org> wrote:
> Andreas Metzler wrote:
[...]
> > $ find -mmin +0 -or -printf "File generated in future: %p%n"
> > File generated in future: ./tomorrow

> I didn't think about +0, however, it's not quite obvious though.
> Actually, I was hoping for a way to see if a file was way off in the
> future  Like say in 2007 or so.

I wouldn't know how to do that.

> It's not a big deal which is why it's wishlist.

I'll forward it, seems to be a valid request. The most interesting
problem is probably how to specify this on the commandline, as the
obvious candidate -mtime -x is already taken.

> I have often wanted a way to specify seconds as well.

Wishlist request #2. ;-) I assume you want something like in FreeBSD
(check the description of -atime in
<http://www.freebsd.org/cgi/man.cgi?query=find>).

> Like before/after $date.

Wishlist request#3. -newerXY with Y=t, as in
<http://www.freebsd.org/cgi/man.cgi?query=find>.
              cu andreas
-- 
"See, I told you they'd listen to Reason," [SPOILER] Svfurlr fnlf,
fuhggvat qbja gur juveyvat tha.
Neal Stephenson in "Snow Crash"
                                           http://downhill.aus.cc/



Message sent on to Wakko Warner <wakko@animx.eu.org>:
Bug#291419. (full text, mbox, link).


Message #23 received at 291419-submitter@bugs.debian.org (full text, mbox, reply):

From: Andreas Metzler <savannah-bounces@gnu.org>
To: 291419-submitter@bugs.debian.org, Andreas Metzler <gnu@downhill.at.eu.org>, bug-findutils@gnu.org
Subject: [bugs #11667] [Wishlist] Find files with [amc]time 3 years in the future
Date: Thu, 20 Jan 2005 21:39:16 +0000
This is an automated notification sent by Savannah.
It relates to:
		bugs #11667, project findutils

==============================================================================
 OVERVIEW of bugs #11667:
==============================================================================

URL:
  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=11667>

                 Summary: [Wishlist] Find files with [amc]time 3 years in the
future
                 Project: findutils
            Submitted by: ametzler
            Submitted on: Don 20.01.2005 um 21:39
                Category: find
                Severity: 5 - Average
              Item Group: None
                  Status: None
                 Privacy: Private
             Assigned to: None
         Originator Name: Andreas Metzler
        Originator Email: gnu@downhill.at.eu.org
             Open/Closed: Open
                 Release: None
           Fixed Release: None

    _______________________________________________________


This started as http://bugs.debian.org/291419

Wakko Warner was looking for a way to find files with *time in the future,
but did not want a simple boolean (which could be done with find -ctime +0
-or -print) but a way to e.g find files with mtime 2 years in the future.

Afact this is currently not possible.



    _______________________________________________________

Carbon-Copy List:

CC Address                          | Comment
------------------------------------+-----------------------------
291419-submitter@bugs.debian.org    | 




==============================================================================

This item URL is:
  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=11667>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




Noted your statement that Bug has been forwarded to http://savannah.gnu.org/bugs/index.php?func=detailitem&item_id=11667. Request was from Andreas Metzler <ametzler@downhill.at.eu.org> to control@bugs.debian.org. (full text, mbox, link).


Message sent on to Wakko Warner <wakko@animx.eu.org>:
Bug#291419. (full text, mbox, link).


Message #28 received at 291419-submitter@bugs.debian.org (full text, mbox, reply):

From: James Youngman <savannah-bounces@gnu.org>
To: 291419-submitter@bugs.debian.org, Andreas Metzler <gnu@downhill.at.eu.org>, James Youngman <jay@gnu.org>, bug-findutils@gnu.org
Subject: [bugs #11667] [Wishlist] Find files with [amc]time 3 years in the future
Date: Thu, 20 Jan 2005 22:38:24 +0000
This is an automated notification sent by Savannah.
It relates to:
		bugs #11667, project findutils

==============================================================================
 LATEST MODIFICATIONS of bugs #11667:
==============================================================================

               Posted by: James Youngman <jay>
               Posted on: 2005-01-20 22:38 (GMT)
    _______________________________________________________

                 Privacy:                 Private -> Public                 
             Assigned to:                    None -> jay                    


==============================================================================
 OVERVIEW of bugs #11667:
==============================================================================

URL:
  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=11667>

                 Summary: [Wishlist] Find files with [amc]time 3 years in the
future
                 Project: findutils
            Submitted by: ametzler
            Submitted on: Thu 01/20/2005 at 21:39
                Category: find
                Severity: 5 - Average
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: jay
         Originator Name: Andreas Metzler
        Originator Email: gnu@downhill.at.eu.org
             Open/Closed: Open
                 Release: None
           Fixed Release: None

    _______________________________________________________


This started as http://bugs.debian.org/291419

Wakko Warner was looking for a way to find files with *time in the future,
but did not want a simple boolean (which could be done with find -ctime +0
-or -print) but a way to e.g find files with mtime 2 years in the future.

Afact this is currently not possible.



    _______________________________________________________

Carbon-Copy List:

CC Address                          | Comment
------------------------------------+-----------------------------
291419-submitter@bugs.debian.org    | 




==============================================================================

This item URL is:
  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=11667>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




Information forwarded to debian-bugs-dist@lists.debian.org, Andreas Metzler <ametzler@debian.org>:
Bug#291419; Package findutils. (full text, mbox, link).


Acknowledgement sent to Wakko Warner <wakko@animx.eu.org>:
Extra info received and forwarded to list. Copy sent to Andreas Metzler <ametzler@debian.org>. (full text, mbox, link).


Message #33 received at 291419@bugs.debian.org (full text, mbox, reply):

From: Wakko Warner <wakko@animx.eu.org>
To: Andreas Metzler <ametzler@downhill.at.eu.org>
Cc: 291419@bugs.debian.org
Subject: Re: Bug#291419: findutils: Unable to use find to locate files that have dates in the future
Date: Thu, 20 Jan 2005 19:45:49 -0500
Andreas Metzler wrote:
> On 2005-01-20 Wakko Warner <wakko@animx.eu.org> wrote:
> > I didn't think about +0, however, it's not quite obvious though.
> > Actually, I was hoping for a way to see if a file was way off in the
> > future  Like say in 2007 or so.
> 
> I wouldn't know how to do that.

Without touching a file to a date and using -cnewer, there's not.  Quite
annoying IMO.

> > It's not a big deal which is why it's wishlist.
> 
> I'll forward it, seems to be a valid request. The most interesting
> problem is probably how to specify this on the commandline, as the
> obvious candidate -mtime -x is already taken.

-fromdate <x> or -today <x> ??  =)

> > I have often wanted a way to specify seconds as well.
> 
> Wishlist request #2. ;-) I assume you want something like in FreeBSD
> (check the description of -atime in
> <http://www.freebsd.org/cgi/man.cgi?query=find>).

YES!

> > Like before/after $date.
> 
> Wishlist request#3. -newerXY with Y=t, as in
> <http://www.freebsd.org/cgi/man.cgi?query=find>.

YES!

heheh, trying to get me to switch to bsd?  =)

-- 
 Lab tests show that use of micro$oft causes cancer in lab animals



Message sent on to Wakko Warner <wakko@animx.eu.org>:
Bug#291419. (full text, mbox, link).


Message #36 received at 291419-submitter@bugs.debian.org (full text, mbox, reply):

From: Andreas Metzler <savannah-bounces@gnu.org>
To: 291419-submitter@bugs.debian.org, Andreas Metzler <gnu@downhill.at.eu.org>, James Youngman <jay@gnu.org>, bug-findutils@gnu.org
Subject: [bugs #11667] [Wishlist] Find files with [amc]time 3 years in the future
Date: Fri, 21 Jan 2005 07:42:26 +0000
This is an automated notification sent by Savannah.
It relates to:
		bugs #11667, project findutils

==============================================================================
 LATEST MODIFICATIONS of bugs #11667:
==============================================================================

               Posted by: Andreas Metzler <ametzler>
               Posted on: 2005-01-21 07:42 (Europe/Vienna)
    _______________________________________________________

Follow-up Comment:
Resolving item2 in  #11668 would resolve this nicely and spare us to try to
invent new (incompatible) command-line args for resolving the current wish,
afaict.

No idea why I did not see that initially.

(BTW, thanks Jay for cleaning up and making this bug public.)
            cu andreas

==============================================================================
 OVERVIEW of bugs #11667:
==============================================================================

URL:
  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=11667>

                 Summary: [Wishlist] Find files with [amc]time 3 years in the
future
                 Project: findutils
            Submitted by: ametzler
            Submitted on: Don 20.01.2005 um 21:39
                Category: find
                Severity: 5 - Average
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: jay
         Originator Name: Andreas Metzler
        Originator Email: gnu@downhill.at.eu.org
             Open/Closed: Open
                 Release: None
           Fixed Release: None

    _______________________________________________________


This started as http://bugs.debian.org/291419

Wakko Warner was looking for a way to find files with *time in the future,
but did not want a simple boolean (which could be done with find -ctime +0
-or -print) but a way to e.g find files with mtime 2 years in the future.

Afact this is currently not possible.

    _______________________________________________________

Follow-up Comments:


-------------------------------------------------------
Date: Fre 21.01.2005 um 07:42       By: Andreas Metzler <ametzler>
Resolving item2 in  #11668 would resolve this nicely and spare us to try to
invent new (incompatible) command-line args for resolving the current wish,
afaict.

No idea why I did not see that initially.

(BTW, thanks Jay for cleaning up and making this bug public.)
            cu andreas





    _______________________________________________________

Carbon-Copy List:

CC Address                          | Comment
------------------------------------+-----------------------------
291419-submitter@bugs.debian.org    | 




==============================================================================

This item URL is:
  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=11667>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




Message sent on to Wakko Warner <wakko@animx.eu.org>:
Bug#291419. (full text, mbox, link).


Message #39 received at 291419-submitter@bugs.debian.org (full text, mbox, reply):

From: anonymous <savannah-bounces@gnu.org>
To: 291419-submitter@bugs.debian.org, Andreas Metzler <gnu@downhill.at.eu.org>, James Youngman <jay@gnu.org>, bug-findutils@gnu.org
Subject: [bugs #11667] [Wishlist] Find files with [amc]time 3 years in the future
Date: Sun, 23 Jan 2005 00:40:44 +0000
Follow-up Comment #2, bugs #11667 (project findutils):

IMO, this can be solved by implementing -newerXY from BSD's find.

I'd also like to wishlist the ability to have -[acm]time function more like
BSD's find in that you have a finer grained control over the time (eg in
seconds)

P.S.  This is Wakko! =)

    _______________________________________________________

This item URL is:

  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=11667>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




Message sent on to Wakko Warner <wakko@animx.eu.org>:
Bug#291419. (full text, mbox, link).


Message #42 received at 291419-submitter@bugs.debian.org (full text, mbox, reply):

From: James Youngman <INVALID.NOREPLY@gnu.org>
To: James Youngman <jay@gnu.org>, 291419-submitter@bugs.debian.org, bug-findutils@gnu.org
Subject: [bug #11667] [Wishlist] Find files with [amc]time 3 years in the future
Date: Sun, 29 Apr 2007 15:47:39 +0000
Update of bug #11667 (project findutils):

                  Status:                    None => Fixed                  
           Fixed Release:                    None => 4.3.3                  


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?11667>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




Message sent on to Wakko Warner <wakko@animx.eu.org>:
Bug#291419. (full text, mbox, link).


Message #45 received at 291419-submitter@bugs.debian.org (full text, mbox, reply):

From: James Youngman <INVALID.NOREPLY@gnu.org>
To: James Youngman <jay@gnu.org>, 291419-submitter@bugs.debian.org, bug-findutils@gnu.org
Subject: [bug #11667] [Wishlist] Find files with [amc]time 3 years in the future
Date: Sat, 05 May 2007 13:23:38 +0000
Update of bug #11667 (project findutils):

             Open/Closed:                    Open => Closed                 


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?11667>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




Tags added: fixed-upstream Request was from bts-link-upstream@lists.alioth.debian.org to control@bugs.debian.org. (Sat, 05 May 2007 22:31:09 GMT) (full text, mbox, link).


Reply sent to Andreas Metzler <ametzler@debian.org>:
You have taken responsibility. (full text, mbox, link).


Notification sent to Wakko Warner <wakko@animx.eu.org>:
Bug acknowledged by developer. (full text, mbox, link).


Message #52 received at 291419-close@bugs.debian.org (full text, mbox, reply):

From: Andreas Metzler <ametzler@debian.org>
To: 291419-close@bugs.debian.org
Subject: Bug#291419: fixed in findutils 4.3.5-1
Date: Sun, 13 May 2007 17:47:03 +0000
Source: findutils
Source-Version: 4.3.5-1

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

findutils_4.3.5-1.diff.gz
  to pool/main/f/findutils/findutils_4.3.5-1.diff.gz
findutils_4.3.5-1.dsc
  to pool/main/f/findutils/findutils_4.3.5-1.dsc
findutils_4.3.5-1_i386.deb
  to pool/main/f/findutils/findutils_4.3.5-1_i386.deb
findutils_4.3.5.orig.tar.gz
  to pool/main/f/findutils/findutils_4.3.5.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 291419@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andreas Metzler <ametzler@debian.org> (supplier of updated findutils 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 ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Sun, 13 May 2007 14:40:44 +0200
Source: findutils
Binary: findutils
Architecture: source i386
Version: 4.3.5-1
Distribution: experimental
Urgency: low
Maintainer: Andreas Metzler <ametzler@debian.org>
Changed-By: Andreas Metzler <ametzler@debian.org>
Description: 
 findutils  - utilities for finding files--find, xargs, and locate
Closes: 21084 291419 354384 370057 400936 403823 412459 420190
Changes: 
 findutils (4.3.5-1) experimental; urgency=low
 .
   * New upstream version.
     - Better error message if the second operand of a binary operator is
       missing. (Closes: #403823)
     - If locatedb is old show actual age in warning mesage instead of just
       saying "more than 8 days old". (Closes: #354384)
     - Do not show warnings about argument ordering if -nowarn is specified.
       (Closes: #370057)
     - Correct docs for %b printf specifier. (Closes: #400936)
     - [-version] instead of [--version] in locate --help. (Closes: #412459)
     - make clean does not delete regexprops.texi if cross-building.
       (Closes: #420190)
     - Different error message on 'find ""'. (Closes: #21084)
     - Support for *BSDs -newerXY tests allows to find files with a date in the
       future without generating a temporary file. "find -newermt 2007-07-07"
       (Closes: #291419)
   * Undo workaround for savannah #19550, since it is a glibc bug.
Files: 
 3888ad33fac7e8618724af7181a7ae21 660 utils required findutils_4.3.5-1.dsc
 52138c6834208506a5dd70c9701f90e8 1726358 utils required findutils_4.3.5.orig.tar.gz
 6c91c88107b6fd172b449ad79b05c4c8 14695 utils required findutils_4.3.5-1.diff.gz
 7b081f5a02d3dccd3e5e6dc5a54cb94b 577666 utils required findutils_4.3.5-1_i386.deb

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

iD8DBQFGR0p6HTOcZYuNdmMRAmCAAJ4zvTdwLFI+V1iR8jIiEWCGSGqaewCeLPYa
QCRgyNfyRSdMshIVZE2FFd0=
=ItfQ
-----END PGP SIGNATURE-----




Reply sent to Andreas Metzler <ametzler@debian.org>:
You have taken responsibility. (full text, mbox, link).


Notification sent to Wakko Warner <wakko@animx.eu.org>:
Bug acknowledged by developer. (full text, mbox, link).


Message #57 received at 291419-close@bugs.debian.org (full text, mbox, reply):

From: Andreas Metzler <ametzler@debian.org>
To: 291419-close@bugs.debian.org
Subject: Bug#291419: fixed in findutils 4.4.0-1
Date: Sat, 15 Mar 2008 18:32:03 +0000
Source: findutils
Source-Version: 4.4.0-1

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

findutils_4.4.0-1.diff.gz
  to pool/main/f/findutils/findutils_4.4.0-1.diff.gz
findutils_4.4.0-1.dsc
  to pool/main/f/findutils/findutils_4.4.0-1.dsc
findutils_4.4.0-1_i386.deb
  to pool/main/f/findutils/findutils_4.4.0-1_i386.deb
findutils_4.4.0.orig.tar.gz
  to pool/main/f/findutils/findutils_4.4.0.orig.tar.gz
locate_4.4.0-1_i386.deb
  to pool/main/f/findutils/locate_4.4.0-1_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 291419@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andreas Metzler <ametzler@debian.org> (supplier of updated findutils 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 ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Sat, 15 Mar 2008 16:26:43 +0100
Source: findutils
Binary: findutils locate
Architecture: source i386
Version: 4.4.0-1
Distribution: unstable
Urgency: low
Maintainer: Andreas Metzler <ametzler@debian.org>
Changed-By: Andreas Metzler <ametzler@debian.org>
Description: 
 findutils  - utilities for finding files--find, xargs
 locate     - maintain and query an index of a directory tree
Closes: 21084 291419 336078 354384 370057 403823 438689 460733 470308
Changes: 
 findutils (4.4.0-1) unstable; urgency=low
 .
   * New upstream stable version.
     + Some fixes for the texinfo manuals. (Closes: #470308)
   * First upload to unstable, close bugs fixed by previous uploads to
     experimental:
     + POSIX is going to or has already standardized -[i]path. Stop throwing a
       warning sugging to use -[i]wholename instead. Closes: #336078
     + Better error message if the second operand of a binary operator is
       missing. (Closes: #403823)
     + #22056: -Xtime tests are off by one second (e.g. rm -f x; touch x;
       find x -mtime 0 should print x). Closes: #460733
     + If locatedb is old show actual age in warning mesage instead of just
       saying "more than 8 days old". (Closes: #354384)
     + Do not show warnings about argument ordering if -nowarn is specified.
       (Closes: #370057)
     + find -execdir will not segfault if PATH is not set. Closes: #438689
     + Different error message on 'find ""'. (Closes: #21084)
     + Support for *BSDs -newerXY tests allows to find files with a date in the
       future without generating a temporary file. "find -newermt 2007-07-07"
       (Closes: #291419)
   * Stop trying to install removed README-alpha.
   * Point watchfile to ftp.gnu.org instead of alpha.gnu.org.
   * Use doc-base section "File Management", since Apps/Tools is gone.
   * Only run $(MAKE) distclean if Makefile exists.
   * Symlink find(1) to oldfind(1) manpage.
Files: 
 3b692103c11b50aab7e2338c3fca4342 837 utils required findutils_4.4.0-1.dsc
 49e769ac4382fae6f104f99d54d0a112 2029809 utils required findutils_4.4.0.orig.tar.gz
 844f8edeeeae48ec460a9bab834bd39d 19810 utils required findutils_4.4.0-1.diff.gz
 41fba4255813bb70b7bd0b24b441f73b 541112 utils required findutils_4.4.0-1_i386.deb
 e497e231914a043e1f998dbe4760bb41 148844 utils optional locate_4.4.0-1_i386.deb

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

iD8DBQFH3BN5HTOcZYuNdmMRAkZrAKCJsCs0rSuUvweoReMRSjJHkovgyACfa1Yj
TjKdUEmEPPoyxLmASoJp2HE=
=q6pf
-----END PGP SIGNATURE-----





Bug archived. Request was from Debbugs Internal Request <owner@bugs.debian.org> to internal_control@bugs.debian.org. (Mon, 27 Apr 2009 07:28:28 GMT) (full text, mbox, link).


Send a report that this bug log contains spam.


Debian bug tracking system administrator <owner@bugs.debian.org>. Last modified: Sat Dec 23 16:42:13 2023; Machine Name: buxtehude

Debian Bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.