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:           Fri May  9 20:01:42 UTC 2025

Modified Files:
        pkgsrc/textproc/xapian-omega: distinfo

Log Message:
xapian-omega: update to 1.4.29. Changes:

indexers:

* omindex:

  + Abiword indexing now includes metadata, and also no longer tries to index
    base64 encoded data for embedded images, etc.  Mostly this would be skipped
    due to being longer than the 64 byte default word length limit, but junk
    terms could result from `/` or `+` in the base64 data, or a shorter final
    line.

portability:

* Improve check for broken faketime.  We now test the output of a small helper
  program which calls time() and gmtime() and reports the year.  Previously we
  tested the output of date +%Y but GNU date seems to call clock_gettime() on
  Linux and that doesn't catch if faketime fails to intercept time(), which is
  the case that we actually need to work.  Reported by Ian Jackson.

* Workaround autoconf 2.72 AC_SYS_LARGEFILE bug.  This configure probe always
  fails when run with the C++ compiler, like we do, which leads to large file
  support not being enabled when it isn't the default (e.g. on 32-bit Linux
  platforms).  Reported by Adrian Bunk.


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 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.46 pkgsrc/textproc/xapian-omega/distinfo:1.47
--- pkgsrc/textproc/xapian-omega/distinfo:1.46  Fri Dec  6 15:32:24 2024
+++ pkgsrc/textproc/xapian-omega/distinfo       Fri May  9 20:01:42 2025
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.46 2024/12/06 15:32:24 schmonz Exp $
+$NetBSD: distinfo,v 1.47 2025/05/09 20:01:42 schmonz Exp $
 
-BLAKE2s (xapian-omega-1.4.27.tar.xz) = ac5c70a8b02ab9f89a58c934e5f6165e7040a20fcf8dbca3aca604e85d1b97b6
-SHA512 (xapian-omega-1.4.27.tar.xz) = 58114143c2ec7c6185160de884b611f72c8a060f8d7e1bad53cbd3fe11354c042087c835756c341322e2c29a35a84a11fc5bc0c385f3a772441b9c9b55a890c3
-Size (xapian-omega-1.4.27.tar.xz) = 583960 bytes
+BLAKE2s (xapian-omega-1.4.29.tar.xz) = 10e599a798731e0287183c111dc7cf9cc650ec9d261ebd86abe2eccd8135920a
+SHA512 (xapian-omega-1.4.29.tar.xz) = 2a3e61764407afbea1b56567a66829fbb717a193111c5e754b65b0b5438f67dc7bd4fb09faba9b4e460f48abb33649576b377626af14d7bf73ed7cef475a0f38
+Size (xapian-omega-1.4.29.tar.xz) = 589016 bytes
 SHA1 (patch-Makefile.in) = 6ef8d525f10028afc4dfa1cafed8861c0289ac4d
 SHA1 (patch-omega.conf) = f1e941dac326de7005cad0a5a4a2848e401855c4



Home | Main Index | Thread Index | Old Index