diff options
author | schmonz <schmonz@pkgsrc.org> | 2019-03-04 01:38:10 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2019-03-04 01:38:10 +0000 |
commit | 48083ba7e637fc1fc245fc2f46b0c33c53bfc482 (patch) | |
tree | 30053ac07d43918917539bab0c9c1adf46ef8e07 /textproc/xapian-omega | |
parent | 2b4acae876b3462855ad9d8035f478aa90b50309 (diff) | |
download | pkgsrc-48083ba7e637fc1fc245fc2f46b0c33c53bfc482.tar.gz |
Update to 1.4.11. From the changelog:
indexers:
* omindex:
+ outlookmsg2html: Handle Subject, Date, and From headers.
omega:
* In $div and $mod we were converting a non-zero denominator from string to int
twice for no good reason.
testsuite:
* omegatest: Fix testcase which was failing if the local timezone was behind
UTC. This testcase was added in 1.4.10.
* omegatest: Tweak to not fail when $time not supported - it seems that the
OS time functions we use report an error on GNU Hurd for unknown reasons.
build system:
* Sync up probes for OS time functions in omega's configure with those in
xapian-core which may solve $time not being supported on GNU Hurd.
portability:
* Add missing includes of <cerrno>. Fixes #776, reported by Matthieu Gautier.
* Stop using htonl()/ntohl() in a non-network context which should improve
portability to platforms without a POSIX-like socket API.
Diffstat (limited to 'textproc/xapian-omega')
-rw-r--r-- | textproc/xapian-omega/distinfo | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/textproc/xapian-omega/distinfo b/textproc/xapian-omega/distinfo index 6b1daea5c8f..a7fd311ad53 100644 --- a/textproc/xapian-omega/distinfo +++ b/textproc/xapian-omega/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.27 2019/02/12 19:23:37 schmonz Exp $ +$NetBSD: distinfo,v 1.28 2019/03/04 01:38:10 schmonz Exp $ -SHA1 (xapian-omega-1.4.10.tar.xz) = d6efb0af49c4bb7e823b8750dc3f75cad13c4a90 -RMD160 (xapian-omega-1.4.10.tar.xz) = f3e1b622004e77cabe3ec1061b0e04ca0d3f084a -SHA512 (xapian-omega-1.4.10.tar.xz) = 53dde1705eea39fa26afd4db6a0ab39e050ecd1ffc71d2e4c2a2287930d926993c48c36d0c2ad6268188a29876bac1f0e3c29fc54afd2fb6f831899929ebb302 -Size (xapian-omega-1.4.10.tar.xz) = 532952 bytes +SHA1 (xapian-omega-1.4.11.tar.xz) = c85d6bbd53b92143d24ee80757bd38bda31ee926 +RMD160 (xapian-omega-1.4.11.tar.xz) = 9952b6b5c3825bba6abead3c82c54f436ec292a4 +SHA512 (xapian-omega-1.4.11.tar.xz) = 135077e26dc0b0707d1d14c64eeb25db67374b1b7909e9f3e925b10e03b1557263339d2f84c5a82046a159e58a5301834e76e99843d66342666d5694f91ed4f3 +Size (xapian-omega-1.4.11.tar.xz) = 533596 bytes SHA1 (patch-Makefile.in) = eea809d9403820e86478d939a2dad4c67358ebf5 SHA1 (patch-omega.conf) = f1e941dac326de7005cad0a5a4a2848e401855c4 |