pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/ruby-ethon



Module Name:    pkgsrc
Committed By:   taca
Date:           Sat Dec 11 14:52:43 UTC 2021

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

Log Message:
www/ruby-ethon: update to 0.15.0

0.15.0 (2021-10-12)

* Revert "Easy::Operations#handle: Thread-safe cleanup (#136)"
* Add optional socket_action mode to Ethon::Multi
* Fix tests to clean up correctly, rely on ongoing? and not socket count.
* Fix tests from multi_socket_action addition.
* HTTPS proxies - support for own SSL/TLS session
* Added size_upload, size_download, speed_upload, speed_download to
  available informations


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/ruby-ethon/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/ruby-ethon/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-ethon/Makefile
diff -u pkgsrc/www/ruby-ethon/Makefile:1.3 pkgsrc/www/ruby-ethon/Makefile:1.4
--- pkgsrc/www/ruby-ethon/Makefile:1.3  Wed Jun  2 14:45:36 2021
+++ pkgsrc/www/ruby-ethon/Makefile      Sat Dec 11 14:52:43 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2021/06/02 14:45:36 taca Exp $
+# $NetBSD: Makefile,v 1.4 2021/12/11 14:52:43 taca Exp $
 
-DISTNAME=      ethon-0.14.0
+DISTNAME=      ethon-0.15.0
 CATEGORIES=    www
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -8,8 +8,7 @@ HOMEPAGE=       https://github.com/typhoeus/et
 COMMENT=       Very lightweight libcurl wrapper
 LICENSE=       mit
 
-DEPENDS+=      ${RUBY_PKGPREFIX}-ffi>=1.3.0:../../devel/ruby-ffi
-DEPENDS+=      curl-[0-9]*:../../www/curl
+DEPENDS+=      ${RUBY_PKGPREFIX}-ffi>=1.15.0:../../devel/ruby-ffi
 
 USE_LANGUAGES= # empty
 

Index: pkgsrc/www/ruby-ethon/distinfo
diff -u pkgsrc/www/ruby-ethon/distinfo:1.4 pkgsrc/www/ruby-ethon/distinfo:1.5
--- pkgsrc/www/ruby-ethon/distinfo:1.4  Tue Oct 26 11:30:56 2021
+++ pkgsrc/www/ruby-ethon/distinfo      Sat Dec 11 14:52:43 2021
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 11:30:56 nia Exp $
+$NetBSD: distinfo,v 1.5 2021/12/11 14:52:43 taca Exp $
 
-BLAKE2s (ethon-0.14.0.gem) = bd95c715e007707f86a7c60669c7aad631ad565d5de39494b79e9dd751efd29b
-SHA512 (ethon-0.14.0.gem) = 765454c3c9132204d6cc0ff09478b252e5cbc78d4f3ca35654942ba19b5aa541d846f1c37ec16e51c54aa41e03debdf8fc084b8f4540d230431d0e6f885f1a51
-Size (ethon-0.14.0.gem) = 57344 bytes
+BLAKE2s (ethon-0.15.0.gem) = 9eff3175da51e03252f4b4b27086cebebdf02ba56fe2f2b5245fb74cc6e94fb3
+SHA512 (ethon-0.15.0.gem) = 6e04c70e105fb95f1e0ff62e1d6ae009bb7b39a60d85ec9e43b10c016f33f679620ded253089a738e0cef5010e9023d1093dd92b1caacdde8f6a745cbae2b5b5
+Size (ethon-0.15.0.gem) = 59904 bytes



Home | Main Index | Thread Index | Old Index