diff options
author | schmonz <schmonz@pkgsrc.org> | 2014-11-17 09:05:37 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2014-11-17 09:05:37 +0000 |
commit | a0ed1b341bee1233366e9b7ec1e08470e75534af (patch) | |
tree | 851dcca96ad6c384cb9faef9e14d1a0bfef10ddd /textproc/xapian | |
parent | 3dbcfdbe851f5196a73a92fc7a940cde347869d6 (diff) | |
download | pkgsrc-a0ed1b341bee1233366e9b7ec1e08470e75534af.tar.gz |
Update to 1.2.19. From the changelog:
API:
* Xapian::BM5Weight:
+ Improve BM25 upper bound in the case when our wdf upper bound > our
document length lower bound. Thanks to Craig Macdonald for pointing out
this trick.
+ Pre-multiply termweight by (param_k1 + 1) rather than doing it for
every weighted term in every document considered.
testsuite:
* Don't report apparent leaks of fds opened on /dev/urandom - at least on
Linux, something in the C library seems to lazily open it, and the report of
a possible leak followed by assurance that it's OK really is just noise we
can do without.
matcher:
* Fix false matches reported for non-exact phrases in some cases. Fixes the
reduced testcase in #657, reported by Jean-Francois Dockes.
brass backend:
* Only full sync after writing the final base file (only affects Max OS X).
chert backend:
* Only full sync after writing the final base file (only affects Max OS X).
flint backend:
* Only full sync after writing the final base file (only affects Max OS X).
build system:
* For Sun's C++ compiler, pass -library=Crun separately since libtool looks for
" -library=stlport4 " (with the spaces). (fixes#650)
* Remove .replicatmp (created by the test suite) upon "make clean".
documentation:
* include/xapian/compactor.h: Fix formatting of doxygen comment.
* HACKING: freecode no longer accepts updates, so drop that item from the
release checklist.
* docs/overview.rst: Add missing database path to example of using
xapian-progsrv in a stub database file.
portability:
* Suppress unused typedef warnings from debugging logging macros, which occur
in functions which always exit via throwing an exception when compiling with
recent versions of GCC or clang.
* Fix debug logging code to compile with clang. (fixes #657, reported by
Germán M. Bravo)
debug code:
* Add missing RETURN() markup for debug logging in a few places, highlighted by
warnings from recent GCC.
* Fix incorrect return types in debug logging annotations so that code compiles
when configured with --enable-log.
Diffstat (limited to 'textproc/xapian')
-rw-r--r-- | textproc/xapian/Makefile | 4 | ||||
-rw-r--r-- | textproc/xapian/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/textproc/xapian/Makefile b/textproc/xapian/Makefile index 3c03bba8872..caffb79e342 100644 --- a/textproc/xapian/Makefile +++ b/textproc/xapian/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.20 2014/07/06 15:21:00 schmonz Exp $ +# $NetBSD: Makefile,v 1.21 2014/11/17 09:05:37 schmonz Exp $ # DISTNAME= xapian-core-${VERSION} -VERSION= 1.2.18 +VERSION= 1.2.19 PKGNAME= xapian-${VERSION} CATEGORIES= textproc MASTER_SITES= http://oligarchy.co.uk/xapian/${VERSION}/ diff --git a/textproc/xapian/distinfo b/textproc/xapian/distinfo index 886e01998fe..493ef3d0e3b 100644 --- a/textproc/xapian/distinfo +++ b/textproc/xapian/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.16 2014/07/06 15:21:00 schmonz Exp $ +$NetBSD: distinfo,v 1.17 2014/11/17 09:05:37 schmonz Exp $ -SHA1 (xapian-core-1.2.18.tar.xz) = 0eb07cfec9a213a6d310ae2472ccd3cd142d2d33 -RMD160 (xapian-core-1.2.18.tar.xz) = e4cd12ec2e218e9e0cdd78afcfcae62776ea1a25 -Size (xapian-core-1.2.18.tar.xz) = 3173496 bytes +SHA1 (xapian-core-1.2.19.tar.xz) = a8679cd0f708e32f2ec76bcdc198cd9fa2e1d65e +RMD160 (xapian-core-1.2.19.tar.xz) = d231b5da299a677c63b8c5e060db0a2868d568f7 +Size (xapian-core-1.2.19.tar.xz) = 3175384 bytes |