Problems found with existing digests:
Package memconf distfile memconf-2.16/memconf.gz
b6f4b736cac388dddc5070670351cf7262aba048 [recorded]
95748686a5ad8144232f4d4abc9bf052721a196f [calculated]
Problems found locating distfiles:
Package dc-tools: missing distfile dc-tools/abs0-dc-burn-netbsd-1.5-0-gae55ec9
Package ipw-firmware: missing distfile ipw2100-fw-1.2.tgz
Package iwi-firmware: missing distfile ipw2200-fw-2.3.tgz
Package nvnet: missing distfile nvnet-netbsd-src-20050620.tgz
Package syslog-ng: missing distfile syslog-ng-3.7.2.tar.gz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
to address issues with NetBSD-6(and earlier)'s fontconfig not being
new enough for pango.
While doing that, also bump freetype2 dependency to current pkgsrc
version.
Suggested by tron in PR 47882
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package
Like last time, where this caused no complaints.
0.7.8 (2013-02-05)
- Fix xpm and xbm index.
- Extract tracknumber and track count from a value like "03/16".
- Fixed indexing of m3u files.
- Fix FLAC Files: Remove addtional 'db' in replaygain
- Fix: flac analizer was importing only one artist tag.
- Fix: non numeric genres in id3 v2 mp3 are ignored.
- Fix parsing of genre field in id3v2 tags
- Change: TPE2 tag it's used as nmm:albumArtist instead as nmm:performer
in ID3 analyzer.
- Change: added support to TRACKTOTAL tag as an equivalent to TRACKCOUNT
in FLAC analyzer.
- C++11 fixes
- Let the strigi ffmpeg plugin compile on modern ffmpeg versions.
- Simeon Bird (Let the ffmpeg analyser deal with files with have track
numbers with a / in them)
- Remove dependency on boost.
- Use GNUInstallDirs in order to install into lib64 automatically
- Install a version file for the CMake config module
- Allow the Strigi submodules to be installed in custom prefixes.
0.7.7 (2011-12-07)
- Many nepomuk field name fixes
- More accurate file format check for tar files
- Better checking of bounds in OLE files.
- Increase performance of default file input stream.
- Check for surrogate pairs in UTF-8 strings.
- Improve ID3 analyzer: skip zero padding before mp3 stream to
handle typical LAME output, implement unsynchronization flag handling
- Properly finish child indexing in all analyzers.
0.7.6 (2011-07-26)
- Fix build with clucene 2.3
- Use the deprecated function av_metadata_get for libffmpeg
- Improved child indexing
- Convert the DateTime field in EXIF data to a time_t value.
- Move DigestEventAnalyzer to a plugin.
0.7.5
- Synchronize the modules. In 0.7.4, the modules were not synchronized.
0.7.4
- Disable building strigidaemon and strigiclient on windows
- Support more feature of Strigi Query in the CLucene backend.
- Fix premature EOF condition in PDF parser.
- Make discovering of invalid characters in checkHeader more compliant
to RFC822.
- Improvements to movie analysers that use ffmpeg.
- Fix a bug where width and height of certain JPG files are not shown.
- Fixes to libstreams to avoid crashes.
- Improved Nepomuk compliance.
- Faster reading of streams with SkippingFileInputStream and
MMapFileInputStream.
- Reorganize Strigi into smaller modules.
0.7.2
- Improve cpp analyzer speed and output
- Fix crash due to deep nesting of calls in pdf analyzer
- Fix iconv use on Mac OS X
0.7.1
- Support more fields from ODF documents
- Improved skipping behavior on streams for large files.
- Added album art support.
- Added support for ID3v1 tags.
- Added MP3 stream metadata extraction, UTF-16 support in tags.
- Extended the range of metadata extracted by ID3 analyzer.
- Added a FLAC audio file analyzer.
- Significantly unbreak the PDF analyzer.
- Fix scanning trees where permissions are insufficient to read some parts
- Check for multithreaded version of libxml2
- Require newer CLucene version (0.9.21)
0.7.0
- Change to Nepomuk ontologies
- Set file property for embedded ar streams. This fixes the opening
of these streams in archivereader.
- Instead of reading each .rdf file at once in memory and then parse
it, use the libxml2 I/O API to read chunks of the file when requested.
- The attribute value is not '\0' terminated but has a pointer to the
end of the string. In addition, string comparison was sped up by
first comparing the string length.
0.6.5
- Fix KDE bug 185551: Strigi now allows paths that start with protocol:/*
like 'file:///' or 'remote:/'
- Add a new function AnalysisResult::child(). This function allows an
AnalysisResult instance to access the last child it has had indexed.
This is needed for cases when a parent knows something about a child
which the child does not know. In such cases the parent can call
child()->addValue(...).
- Adjust to the new library naming scheme in iconv-1.12
- Implemented missing addTriplet method
- Rewrite the implementation of ArchiveReader. The new implementation
is more efficient in listing contents of directories. Now single
directory entries can be returned without the need for reading the
entire archive of which the directory is a part.