Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 097D87A46C for ; Sat, 30 Apr 2016 14:14:19 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id B5B3585EE9; Sat, 30 Apr 2016 14:14:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4565785DFF for ; Sat, 30 Apr 2016 14:14:18 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id DziaOYZNioPa for ; Sat, 30 Apr 2016 14:14:17 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E271484CE7 for ; Sat, 30 Apr 2016 14:14:17 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E0B5CFBBA; Sat, 30 Apr 2016 14:14:17 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Date: Sat, 30 Apr 2016 14:14:17 +0000 From: "Amitai Schlair" Subject: CVS commit: pkgsrc/textproc/xapian-omega To: pkgsrc-changes@NetBSD.org Reply-To: schmonz@netbsd.org X-Mailer: log_accum Message-Id: <20160430141417.E0B5CFBBA@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: schmonz Date: Sat Apr 30 14:14:17 UTC 2016 Modified Files: pkgsrc/textproc/xapian-omega: Makefile distinfo Log Message: Update to 1.2.23. From the changelog: documentation: * Update links to Xapian website and trac to use https, which is now supported, thanks to James Aylett. indexers: * Fix HTML/XML entity decoding to be O(n) not O(n²) - processing HTML/XML with a lot of entities is now much faster. templates: * Remove unused country code to name maps. These were intended as examples, but they aren't very useful as such, and really just bloat the templates needlessly. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 pkgsrc/textproc/xapian-omega/Makefile cvs rdiff -u -r1.17 -r1.18 pkgsrc/textproc/xapian-omega/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.