Commit graph

18 commits

Author SHA1 Message Date
Adam Hoka
661cc6676c Changes v3.1
2006/03/07	Its been out there, and the only bug reported in the 2 months
since the last beta release was a 3 line minor fix.
So 3.1 is the new official, stable release.
The list of user defined database paths were not being parsed correctly.
Thanks to Vincent Lefevre for finding the bug and fixing it.


Changes v3.0 beta r3:

2006/01/06	The environment variable LOCATE_PATH was not being used properly.
It will now be used the same as in v2.7.
slocate was returning non zero for -h, --help, -V and --version.
It now returns zero.
PRUNEFS was being ignored in /etc/updatedb.conf
Added documentation describing how /etc/updatedb.conf is used and what is
supported to the README and the slocate.1 and updatedb.1 man pages.


Changes v3.0 beta r2:

2006/01/05	Added fix to compensate for default unsigned chars on PPC.
Fixed segfault due to 0 length char array. oops.
Fixed a bug where dangling links were ignored.

Changes v3.0 beta r1:

2005/12/19	A complete rewrite. The idea being that when I first wrote this
I was still a bit of a newbie. This version has a better design
and will be easier to debug and maintain. I have also received too many
database corruption emails and I wanted to redesign the encode/decode routines
to make sure that this was fixed.
This version should have the same functionality of v2.7.
Free time is rare so I havn't had any to add any of the features
people have been asking for. Feature patches are welcome!
2007-11-17 14:36:51 +00:00
Adam Hoka
dc7d54199d Bump revision. 2007-11-16 15:52:37 +00:00
Adam Hoka
ddd327290a Added do-install target to Makefile. The package now installs cleanly, adds slocate group and sets ownerships. 2007-11-16 15:43:57 +00:00
Sergey Svishchev
14767180cf Repair more linkrot in MASTER_SITES and HOMEPAGEs, ignoring internal redirects
and redirects from/to sf.net, *.org.
2006-05-01 01:31:58 +00:00
Roland Illig
1ee539a984 Added RMD160 checksums. 2005-09-28 06:41:05 +00:00
Roland Illig
2a1ca3d973 Replaced USE_GNU_TOOLS+=make with USE_TOOLS+=gmake. 2005-05-24 10:29:21 +00:00
Roland Illig
905ad5a1e3 Removed trailing white-space. 2005-05-23 10:27:02 +00:00
Thomas Klausner
ecc8f3f0b9 Update reference to point to doc/pkgsrc.html instead of Packages.txt,
and correct section.
2005-05-07 22:25:54 +00:00
Todd Vierling
5f60a41bb5 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:09:34 +00:00
Min Sik Kim
f58cc069bd * Do not use bash.
* Use PKG_GROUPS.  See 10.22 in Packages.txt.
2004-02-12 07:30:12 +00:00
Min Sik Kim
7acafc3b30 bl3ify 2004-02-12 07:24:09 +00:00
Min Sik Kim
6309891676 Prevent make from invoking autotools. 2004-02-12 06:54:07 +00:00
Roland Illig
42abdacf91 Updated the checksums. 2004-02-07 15:11:44 +00:00
Roland Illig
e4ee6b8f80 Replaced the large patch that used to be here with a smaller, but equivalent. 2004-02-07 15:11:14 +00:00
Roland Illig
8ecbd9fc09 Deleted the large patch for ./configure. Will be replaced by a much smaller
patch in some seconds. (I did not want to commit a diff.)
2004-02-07 15:10:10 +00:00
grant beattie
b82ee9e606 replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-25 02:32:43 +00:00
Thomas Klausner
967345d961 Remove superfluous file. 2003-05-31 11:45:15 +00:00
pancake ;)
61daef1e89 Initial import of slocate
Secure locate provides a secure way to index and quickly search for files on 
your system. It uses incremental encoding just like GNU locate to compress 
its database to make searching faster, but it will also check file permissions 
and ownership so that users will not see files they do not have access to.
2003-05-31 09:37:29 +00:00