2012-01-27 09:08:13 by Steven Drake | Files touched by this commit (1) |
Log message:
Add missing sysutils/file buildlink
Bump PKGREVISION
|
2012-01-10 02:04:00 by Amitai Schlair | Files touched by this commit (5) |
Log message:
Update to 1.2.8. Changelog since 1.0.18 is way too long and highlights
aren't obvious. Lots of bug fixes.
|
2011-12-03 04:44:54 by Steven Drake | Files touched by this commit (2) |
Log message:
Recursive bump for textproc/xapian buildlink additions.
|
2010-02-16 15:53:13 by Thomas Klausner | Files touched by this commit (5) | |
Log message:
Update to 1.0.18.
The rlimit issue adressed in patches ac,ad,ae was already addressed in
release 1.0.11, so remove them.
Omega 1.0.18 (2010-02-14):
indexers:
* Make the default charset "utf-8" not "UTF-8" as we lower \
case explicitly
specified character sets to compare to see if we need to reparse. Previously
XML documents which explicitly specified their character set as UTF-8 would
cause needless restart or the parser.
* omindex:
+ Increase the wdf boost for the document title from 2 to 5, since 2 isn't
really enough.
* scriptindex:
+ Don't abort with "Unknown Exception" if indexing is disallowed or \
we hit
</body> for a document which had an overridden character set. Fixes
ticket#410.
Omega 1.0.17 (2009-11-18):
indexers:
* omindex:
+ On Linux, change the memory limit on external filters to use _SC_PHYS_PAGES
since _SC_AVPHYS_PAGES excludes pages used by the OS cache and so will
often report a really low value. Fixes Debian bug#548987 and ticket#358.
+ Fix likely crash when reading output from external filter program if read()
is interrupted by a signal.
+ Fix potential crash when indexing PostScript files (fixed by using delete[]
(not delete) for array allocated by new[]).
testsuite:
* utf8converttest: Charset "8859_1" isn't understood by Solaris \
libiconv, and
isn't a standard charset name, so just test it when using our built-in
converter and GNU libc.
portability:
* Fix build failure on Mac OS X 10.6.
* Also check for socketpair() in -lxnet if it isn't found without, which
enables resource limits on external filter programs called by omindex on
Solaris, and possibly some other platforms. Fixes ticket#412.
|
2009-09-10 20:54:29 by Amitai Schlair | Files touched by this commit (3) |
Log message:
Update to 1.0.16. From the changelog:
* Fix cross-site scripting vulnerability in reporting of exceptions
(CVE-2009-2947).
|
2009-08-27 15:22:42 by Amitai Schlair | Files touched by this commit (3) |
Log message:
Update to 1.0.15. From the changelog:
general:
* omegascript.vim: The list of OmegaScript commands in the vim mode was rather
out of date, and a few commands were misclassified. Fix both problems and
avoid future recurrences by automatically generating those lists from the
command list in query.cc.
documentation:
* omegascript.html: Document that $date uses UTC. (ticket#314)
templates:
* query: Link to "xapian.org" rather than "www.xapian.org".
* inc/toptermsjs: Use double-quotes rather than single quotes for parameter
values on the <script> tag.
portability:
* omindex: Implement correct handling of paths when calling external filter
programs on Microsoft Windows.
|
2009-07-23 21:27:21 by Amitai Schlair | Files touched by this commit (2) |
Log message:
Update to 1.0.14:
indexers:
* omindex: Make sure that output is flushed after every message, not just after
some of them.
portability:
* Avoid infinite loop in omindex and scriptindex when reading files under
Cygwin with automatic end of line translation enabled. This same bug can
also manifest on Unix platforms if the file is truncated by another process
while being read.
|
2009-07-19 00:28:28 by Amitai Schlair | Files touched by this commit (3) |
Log message:
Update to 1.0.13. From the changelog:
* omindex:
+ If the filter program needed for a file format isn't installed, report this
explicitly when skipping subsequent files with the extension instead of
misleadingly reporting "Unknown extension".
+ Make -s actually work as a short-form for --stemmer (as documented by
"omindex --help" and "man omindex").
+ Drop the copyright info from the output of --version as it's perennially
out of date and we don't report it for any other Xapian programs.
* scriptindex:
+ Add new "valuenumeric" action to add a document value using
Xapian::sortable_serialise() to allow numeric sorting (ticket#260).
|
2009-07-07 23:24:05 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
user-destdir support
|
2009-06-14 23:36:34 by Joerg Sonnenberger | Files touched by this commit (31) |
Log message:
Convert @exec/@unexec to @pkgdir or drop it.
|