pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/xapian-omega
Module Name: pkgsrc
Committed By: schmonz
Date: Mon Jul 10 15:08:30 UTC 2023
Modified Files:
pkgsrc/textproc/xapian-omega: distinfo
Log Message:
Update to 1.4.23. From the changelog:
documentation:
* Improve documentation for OmegaScript numerical and logical operators. Patch
from Vaibhav Kansagara.
* Improve documentation for DATEVALUE, xFILTERS and $filters.
indexers:
* omindex:
+ Handle XPS files with multiple FixedDocument parts better. Previously we
only extracted text from the first FixedDocument part.
+ Prefer latter subparts of multipart/alternative which is what RFC2046 (and
earlier RFCs which that obsoletes) say, but previously we used the first
subpart that we could get text from.
+ Prefer latter subparts of multipart/alternative when indexing Outlook
.msg files too.
+ Fix obscure bug in --mimetype option. We keep track of the length of the
longest extension we have a mapping for, but this was being updated using
the length of the MIME type rather than the length of the extension.
Theoretically this could have led to us effectively ignoring a --mimetype
option, but in the real world the MIME type will probably always be longer
so this just results in us testing long extensions unnecessarily.
omega:
* Ignore DATEVALUE CGI parameter if START.n, etc is specified on the same
slot. We explicitly document not to do this, but if that advice is ignored
it's more helpful to at least preserve the property that we only have
one date range per value slot.
* Add flag_ngrams as a preferred new alias for flag_cjk_ngram. In the next
release series this feature has been expanded to cover many more languages
so the "cjk" in the name has become inaccurate as it stands for
"Chinese, Japanese and Korean").
* Fix handling of Outlook .msg containing Unicode. Codepoints <= U+00FF appear
to have been handled correctly, but anything higher resulted in individual
bytes of the UTF-8 encoding being treated as separate characters.
Fixes https://github.com/xapian/xapian/pull/326, reported by uhuntu.
portability:
* Fix compatibility code for old libmagic versions. The code we were using
seems like it would never have worked. Nobody's reported this (it was
spotted while looking at the code) so we could just require libmagic >= 4.22,
but it's trivial to actually handle so we've fixed the fallback code.
* Remove lingering traces of IRIX support as it's been dead for many years.
To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/textproc/xapian-omega/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/xapian-omega/distinfo
diff -u pkgsrc/textproc/xapian-omega/distinfo:1.41 pkgsrc/textproc/xapian-omega/distinfo:1.42
--- pkgsrc/textproc/xapian-omega/distinfo:1.41 Sat Feb 4 14:29:45 2023
+++ pkgsrc/textproc/xapian-omega/distinfo Mon Jul 10 15:08:30 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.41 2023/02/04 14:29:45 schmonz Exp $
+$NetBSD: distinfo,v 1.42 2023/07/10 15:08:30 schmonz Exp $
-BLAKE2s (xapian-omega-1.4.22.tar.xz) = a1408dca8fb706ad86e0ba994b9f9267c17e8a8540d78829ca1c4b93ad4bf9af
-SHA512 (xapian-omega-1.4.22.tar.xz) = 460120fa2c76ad99f818f4183c4ded92eaa7f01a9dd782af1e93faf11caf2479053f45a9e9f0a602bf31631dba8be2d2c18bba28340c578126e8658ad4937c19
-Size (xapian-omega-1.4.22.tar.xz) = 570476 bytes
+BLAKE2s (xapian-omega-1.4.23.tar.xz) = fd1665473528f5af9831c6e14730c528c9ed54db3625f1aa503fb56b93abd55b
+SHA512 (xapian-omega-1.4.23.tar.xz) = 2137972cebb10315f35024c8a5e179ce082eab777e4fd795ba6700eeab0d77ec49b6e06d104222e77824898c25c1717d346564d59e5f349360fec89476e3ee4f
+Size (xapian-omega-1.4.23.tar.xz) = 571596 bytes
SHA1 (patch-Makefile.in) = 10275e2771cefcc96b23c5ccce0877861b2da795
SHA1 (patch-omega.conf) = f1e941dac326de7005cad0a5a4a2848e401855c4
SHA1 (patch-values.h) = b3758856f5a34c47e4247d8076fbbdc1e65305e2
Home |
Main Index |
Thread Index |
Old Index