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 Dec  6 15:32:24 UTC 2024

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

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

omega:

* Calculate date spans in days rather than converting to time_t, which
  side-steps issues due to 32-bit time_t and some implementations not
  handling negative time_t values.

portability:

* Fix build with UCRT64 variant of mingw-w64 by stopping defining
  __MSVCRT_VERSION__ by default. We fixed this for xapian-core in 1.4.24
  but missed that omega defined it too.

* Remove unnecessary 'using namespace std' to fix build on (at least)
  FreeBSD where's nothing in the std namespace to import at this point
  so we get a compiler error.


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 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.45 pkgsrc/textproc/xapian-omega/distinfo:1.46
--- pkgsrc/textproc/xapian-omega/distinfo:1.45  Wed Jul 24 10:55:07 2024
+++ pkgsrc/textproc/xapian-omega/distinfo       Fri Dec  6 15:32:24 2024
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.45 2024/07/24 10:55:07 schmonz Exp $
+$NetBSD: distinfo,v 1.46 2024/12/06 15:32:24 schmonz Exp $
 
-BLAKE2s (xapian-omega-1.4.26.tar.xz) = cd0c74cadf4edb704f24a20bdee9bc314b163730a4bd9b42d6537027bc57a7bc
-SHA512 (xapian-omega-1.4.26.tar.xz) = 576eb82fa972bd0db46c8422695930235ab75677104ec32765421b0e1e813d0c40d3bdace3d88cc66fd28680fbcb75a3adcd808617ae4d7d48e35e0556f908c3
-Size (xapian-omega-1.4.26.tar.xz) = 583808 bytes
+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
 SHA1 (patch-Makefile.in) = 6ef8d525f10028afc4dfa1cafed8861c0289ac4d
 SHA1 (patch-omega.conf) = f1e941dac326de7005cad0a5a4a2848e401855c4



Home | Main Index | Thread Index | Old Index