pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/p5-Search-Elasticsearch



Module Name:    pkgsrc
Committed By:   mef
Date:           Sun Jun 19 12:06:07 UTC 2016

Modified Files:
        pkgsrc/devel/p5-Search-Elasticsearch: Makefile distinfo

Log Message:
Updated devel/p5-Search-Elasticsearch from 2.00 to 2.03
-------------------------------------------------------
2.03    2016-05-24

        Added register_qs() to allow plugins to expand known query string params
        Added api_version() to API roles so that plugins can determine which
        API version they should load.

2.02    2016-04-20

        Bug fix:
            Sniffed http addresses may or may not have the hostname/ prepended

2.01    2016-04-15

        Updated for Elasticsearch 2.3.0

        New features:
            * Added delete_by_query(), reindex(), and update_by_query()
            * Added tasks.list() and tasks.cancel()
            * Added ignore_unavailable to cat.snapshots()
            * Added attributes and explain to indices.analyze()
            * Added verbose to indices.segments()
            * S::ES::Error now implements TO_JSON
            * TestServer can now be used with forked processes

        Bug fixes:
            * Search::Elasticsearch::Error shouldn't be a Moo class
            * Search::Elasticsearch::Scroll can now be used in a forked process
            * Hijk is now optional as it doesn't work on windows
            * cat.snapshots requires a repository


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/p5-Search-Elasticsearch/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/p5-Search-Elasticsearch/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/p5-Search-Elasticsearch/Makefile
diff -u pkgsrc/devel/p5-Search-Elasticsearch/Makefile:1.7 pkgsrc/devel/p5-Search-Elasticsearch/Makefile:1.8
--- pkgsrc/devel/p5-Search-Elasticsearch/Makefile:1.7   Wed Jun  8 19:23:29 2016
+++ pkgsrc/devel/p5-Search-Elasticsearch/Makefile       Sun Jun 19 12:06:07 2016
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2016/06/08 19:23:29 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2016/06/19 12:06:07 mef Exp $
 
-DISTNAME=      Search-Elasticsearch-2.00
+DISTNAME=      Search-Elasticsearch-2.03
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel
 MASTER_SITES=  https://cpan.metacpan.org/authors/id/D/DR/DRTECH/
 #ASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Search/}

Index: pkgsrc/devel/p5-Search-Elasticsearch/distinfo
diff -u pkgsrc/devel/p5-Search-Elasticsearch/distinfo:1.5 pkgsrc/devel/p5-Search-Elasticsearch/distinfo:1.6
--- pkgsrc/devel/p5-Search-Elasticsearch/distinfo:1.5   Thu Apr 14 12:50:34 2016
+++ pkgsrc/devel/p5-Search-Elasticsearch/distinfo       Sun Jun 19 12:06:07 2016
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2016/04/14 12:50:34 wiz Exp $
+$NetBSD: distinfo,v 1.6 2016/06/19 12:06:07 mef Exp $
 
-SHA1 (Search-Elasticsearch-2.00.tar.gz) = 77e41b53bff37dbba0c28fe35bf4416155c62ad5
-RMD160 (Search-Elasticsearch-2.00.tar.gz) = bb8e959f3283e10cd445cb383c346c0128e6b825
-SHA512 (Search-Elasticsearch-2.00.tar.gz) = d20ce094418f6157054ff655911d8ad7a8acf434e67414e4368ca044ce308e6ebc29c198b26ffbcb1d288652be4fb19a23cd58832e371749f2bceb8094f74349
-Size (Search-Elasticsearch-2.00.tar.gz) = 138904 bytes
+SHA1 (Search-Elasticsearch-2.03.tar.gz) = 37196ef4a0d01e7244de84e9a325bf9611979d03
+RMD160 (Search-Elasticsearch-2.03.tar.gz) = b26732d65cafe3f11dfdc184f2c65c0a040b4fb5
+SHA512 (Search-Elasticsearch-2.03.tar.gz) = 5b71922b55a8028e77220758ccb079f539be9f8dd7ab3a4ca340aaa2c658529deea41cd87c48409cb61bc715420c0d2c1c0150f4f499e2ab1b5645ebfe4eb65f
+Size (Search-Elasticsearch-2.03.tar.gz) = 142978 bytes



Home | Main Index | Thread Index | Old Index