pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/ruby-patron



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun May  6 02:26:35 UTC 2018

Modified Files:
        pkgsrc/www/ruby-patron: Makefile distinfo

Log Message:
www/ruby-patron: update to 0.13.0

### 0.13.0

* Permit timeouts to be set as a Float of seconds and use `CURLOPT_(CONNECT)TIMEOUT_MS` instead of `CURLOPT_(CONNECT)TIMEOUT` so that
  sub-second timeouts can be configured, which is useful for performant services using accelerated DNS resolution.
* Remove the restriction that `Session#timeout` should be non-zero - a timeout set to 0 means "no timeout" in libCURL


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/www/ruby-patron/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/www/ruby-patron/distinfo

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

Modified files:

Index: pkgsrc/www/ruby-patron/Makefile
diff -u pkgsrc/www/ruby-patron/Makefile:1.31 pkgsrc/www/ruby-patron/Makefile:1.32
--- pkgsrc/www/ruby-patron/Makefile:1.31        Sun Apr 29 21:32:08 2018
+++ pkgsrc/www/ruby-patron/Makefile     Sun May  6 02:26:34 2018
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.31 2018/04/29 21:32:08 adam Exp $
+# $NetBSD: Makefile,v 1.32 2018/05/06 02:26:34 taca Exp $
 
-DISTNAME=      patron-0.12.1
-PKGREVISION=   1
+DISTNAME=      patron-0.13.1
 CATEGORIES=    www
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/www/ruby-patron/distinfo
diff -u pkgsrc/www/ruby-patron/distinfo:1.16 pkgsrc/www/ruby-patron/distinfo:1.17
--- pkgsrc/www/ruby-patron/distinfo:1.16        Sat Mar 17 14:43:29 2018
+++ pkgsrc/www/ruby-patron/distinfo     Sun May  6 02:26:34 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.16 2018/03/17 14:43:29 taca Exp $
+$NetBSD: distinfo,v 1.17 2018/05/06 02:26:34 taca Exp $
 
-SHA1 (patron-0.12.1.gem) = 188da9ba68117f42b2577d60256941ca5a5c0b61
-RMD160 (patron-0.12.1.gem) = 79d0d2fb3a774e1c6d9f9fb256b0ce340c2156af
-SHA512 (patron-0.12.1.gem) = ee551e221ea7c965055ddb72cdd063e5ed476ccaf032bc4b2a7f8344af38a4dbd5942d8eb5710bb2d23ca854b1676ff512eba4bfae7a33deef5238664bc7d00b
-Size (patron-0.12.1.gem) = 64000 bytes
+SHA1 (patron-0.13.1.gem) = 1f60efc64b1b734addf8bb1d4ff83248823ffe58
+RMD160 (patron-0.13.1.gem) = 75ac2c990a948eeaf96e05b5cd220323315975f1
+SHA512 (patron-0.13.1.gem) = 7b082ff7442c2635c38b37132cd61f6cd18d4792d41cbf3bed1201fb7371b75bb628a295f4e3dd173c23e086d3c1f54f0217df3f7d1a30c1031fcca86269e1e7
+Size (patron-0.13.1.gem) = 64512 bytes



Home | Main Index | Thread Index | Old Index