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 Aug 21 20:46:05 UTC 2020
Modified Files:
pkgsrc/textproc/xapian-omega: distinfo
Log Message:
Update to 1.4.17. From the changelog:
documentation:
* Document comment format supported by scriptindex index scripts. We've
supported comments on a line by themselves and introduced with a # since
scriptindex was first added back in 2002, but it seems have never actually
been documented before now.
omega:
* Check for SERVER_PROTOCOL=INCLUDED before anything which might throw an
exception so that if it is set we suppress the Content-Type: when reporting
such exceptions. Spotted by Gaurav Arora.
* Report get_description() for Xapian::Error exceptions instead of get_msg().
This means we now report the exception's type, context (useful for network
errors), and errno information.
* Avoid leaking MyStopper object. The object essentially has the lifespan of
omega itself, but becomes unreachable when the QueryParser object is
destroyed. To make it easier to use leak-checking tools, hand ownership of
this object to the QueryParser object.
testsuite:
* omegatest: Tell leak sanitizer not to report leaks for allocations which
aren't explicitly released on exit - the OS will reclaim all memory from the
process at this point and explicitly releasing everything just takes time for
no real benefit. We will still see leaks of objects which become unreachable
during a run.
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 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.33 pkgsrc/textproc/xapian-omega/distinfo:1.34
--- pkgsrc/textproc/xapian-omega/distinfo:1.33 Wed Jun 10 17:56:10 2020
+++ pkgsrc/textproc/xapian-omega/distinfo Fri Aug 21 20:46:05 2020
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.33 2020/06/10 17:56:10 schmonz Exp $
+$NetBSD: distinfo,v 1.34 2020/08/21 20:46:05 schmonz Exp $
-SHA1 (xapian-omega-1.4.16.tar.xz) = 7749115610abc8bb2ffd75a1d8d0452b4a542c29
-RMD160 (xapian-omega-1.4.16.tar.xz) = 00be3e3b5767c3bbb19696de57428d96cd6d8987
-SHA512 (xapian-omega-1.4.16.tar.xz) = 7f8c3d4e372c49f89e28da999ee49f0754052a339bbc4492b50f8134cf29b2c433ddae9e58ef3a2468898b711b4510ea87687a247ce21e83eba2f8daaa2910c4
-Size (xapian-omega-1.4.16.tar.xz) = 546360 bytes
+SHA1 (xapian-omega-1.4.17.tar.xz) = 7181ca7985cefc10125a5f5b5a64827f9dec4aac
+RMD160 (xapian-omega-1.4.17.tar.xz) = 47022bd5c79eaf012f617bd70b47926adde17754
+SHA512 (xapian-omega-1.4.17.tar.xz) = 0388714ae307044b486e92eacac2d8c09c334e1b77be6cc2c36f8c0c679b4fee660c9b12074e9a278e2981b4a5b4a607d068a5d16c852bef719245bb70b7ce7c
+Size (xapian-omega-1.4.17.tar.xz) = 547372 bytes
SHA1 (patch-Makefile.in) = 10275e2771cefcc96b23c5ccce0877861b2da795
SHA1 (patch-omega.conf) = f1e941dac326de7005cad0a5a4a2848e401855c4
SHA1 (patch-values.h) = b3758856f5a34c47e4247d8076fbbdc1e65305e2
Home |
Main Index |
Thread Index |
Old Index