Package slocate: Information

    Source package: slocate
    Version: 0.2.16-alt1
    Build time:  Nov 4, 2008, 08:58 PM
    Category: File tools
    Report package bug
    Home page: 

    License: GPLv2+
    Summary: Finds files on a system via central file name database
    Description: 
    This is a security-enhanced version of locate.  Just like locate, slocate
    searches through a central database (which is usually updated nightly)
    for files which match a given pattern.  Locate allows you to quickly
    find files anywhere on your system.

    List of rpms provided by this srpm:
    slocate (x86_64, i586)

    Maintainer: Dmitry V. Levin

    List of contributors:
    Dmitry V. Levin

      1. libcap-devel

    Last changed


    Nov. 4, 2008 Dmitry V. Levin 1:0.2.16-alt1
    - locate: Fixed offset calculation (closes: #17771).
    - mklocatedb: Optimized write syscalls (Alexey Tourbin).
    Oct. 29, 2008 Dmitry V. Levin 1:0.2.15-alt1
    - Added /var/lib/vz/private and /var/lib/vz/root
      to default prune paths list (closes: #13282).
    - Fixed build with fresh gcc.
    April 16, 2007 Dmitry V. Levin 1:0.2.14-alt1
    - locate: Fixed OR logic, reported by A.Kitouwaykin.