diff options
author | markd <markd@pkgsrc.org> | 2009-01-27 10:55:04 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2009-01-27 10:55:04 +0000 |
commit | 528cc50eb7faa6a27c60db5d34f6b44b7c484667 (patch) | |
tree | f1e8ffa09018eea92269d72540a7e41f5fbd366c /sysutils/strigi/distinfo | |
parent | f60ef0bf6c4ffce7ca7ac43ab2bb4534c63c9f6c (diff) | |
download | pkgsrc-528cc50eb7faa6a27c60db5d34f6b44b7c484667.tar.gz |
Update to strigi-0.6.3
Changes:
0.6.3
- Move Strigi::DirLister in archivereader.h to ArchiveReader::DirLister.
Two class with this name were present in the code. The one in
archivereader.h was not used in any code outside of Strigi, so we are
changing it. Note that this changes means that one should not use
Strigi 0.6.2.
- Change type of EntryInfo.mtime from 'unsigned' to time_t.
- The spec of SDF files was found and used to implement a more precise
syntax check for the header of SDF files.
- Fix memory corruption bug in ArchiveReader.
- Change type of ontology entry 'exposureTime' to string. In theory
something like duration would make sense but in practice xsd:string is
the used one.
- Add a default rule to find mail box directories with pattern
'.*.directory'. Since these directory names start with a dot, they are
normally not found.
- Add '$HOME/.kde4' to the directories that are indexed by default.
- Simplify matching of file paths in the rules for including or excluding
directories from the index. The code is now more readable and easier to
maintain.
- Fix a big performance problem: Whenever a directory mtime changed, all
files inside the directory were re-indexed.
- Fix bug where a gz archive that contains a file that is identical to
the original archive is indexed over and over. The depth of nested files
that are indexed is now limited to 127.
Diffstat (limited to 'sysutils/strigi/distinfo')
-rw-r--r-- | sysutils/strigi/distinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/strigi/distinfo b/sysutils/strigi/distinfo index b56bbe14aad..9a6982f09ca 100644 --- a/sysutils/strigi/distinfo +++ b/sysutils/strigi/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2009/01/09 22:22:04 markd Exp $ +$NetBSD: distinfo,v 1.3 2009/01/27 10:55:05 markd Exp $ -SHA1 (strigi-0.6.2.tar.bz2) = 6363a3fbb360ba194bd785b07d155103e68b2cbb -RMD160 (strigi-0.6.2.tar.bz2) = 95aa8e69d2f2b7dced9da3890609620402ba4687 -Size (strigi-0.6.2.tar.bz2) = 880297 bytes +SHA1 (strigi-0.6.3.tar.bz2) = 216bd3f3f9f9b3ef715703db54c94ca3677c4e6e +RMD160 (strigi-0.6.3.tar.bz2) = c368ac4c362859c1c830ffaab025fecd12a71660 +Size (strigi-0.6.3.tar.bz2) = 881044 bytes SHA1 (patch-aa) = 96bf66b656731db79f0a52e90e294afef010b252 |