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 Mar 2 14:54:34 UTC 2025
Modified Files:
pkgsrc/www/ruby-patron: Makefile PLIST distinfo
Log Message:
www/ruby-patron: update to 0.13.4
0.13.4 (2025-02-27)
* Format README a bit better using code fences
* Depend explicitly on base64 for running tests
* Remove C code used for Ruby support below < 2.4 (GVL unlock etc.) and drop
support for these versions
* In tests, close Tempfiles before allowing libcurl to use them (cookie jar)
* Fix incorrect ptr type in uses of curl_easy_escape / _unescape
* Define methods on Session as private instance methods from C instead of
privatising them from Ruby
* Speed up the /slow endpoint test
* Remove use of curl_easy_reset. This should fix the bug with sessions
resetting each other's state during session_free
To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 pkgsrc/www/ruby-patron/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/www/ruby-patron/PLIST
cvs rdiff -u -r1.20 -r1.21 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.55 pkgsrc/www/ruby-patron/Makefile:1.56
--- pkgsrc/www/ruby-patron/Makefile:1.55 Thu Nov 14 22:22:10 2024
+++ pkgsrc/www/ruby-patron/Makefile Sun Mar 2 14:54:34 2025
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.55 2024/11/14 22:22:10 wiz Exp $
+# $NetBSD: Makefile,v 1.56 2025/03/02 14:54:34 taca Exp $
-DISTNAME= patron-0.13.3
-PKGREVISION= 14
+DISTNAME= patron-0.13.4
CATEGORIES= www
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/www/ruby-patron/PLIST
diff -u pkgsrc/www/ruby-patron/PLIST:1.14 pkgsrc/www/ruby-patron/PLIST:1.15
--- pkgsrc/www/ruby-patron/PLIST:1.14 Fri Mar 20 17:58:37 2020
+++ pkgsrc/www/ruby-patron/PLIST Sun Mar 2 14:54:34 2025
@@ -1,8 +1,9 @@
-@comment $NetBSD: PLIST,v 1.14 2020/03/20 17:58:37 taca Exp $
+@comment $NetBSD: PLIST,v 1.15 2025/03/02 14:54:34 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_EXTSDIR}/gem.build_complete
${GEM_EXTSDIR}/patron/session_ext.${RUBY_DLEXT}
${GEM_LIBDIR}/.autotest
+${GEM_LIBDIR}/.github/workflows/ci.yml
${GEM_LIBDIR}/.gitignore
${GEM_LIBDIR}/.rspec
${GEM_LIBDIR}/.travis.yml
@@ -49,6 +50,7 @@ ${GEM_LIBDIR}/spec/spec_helper.rb
${GEM_LIBDIR}/spec/support/certs/cacert.pem
${GEM_LIBDIR}/spec/support/certs/privkey.pem
${GEM_LIBDIR}/spec/support/config.ru
+${GEM_LIBDIR}/spec/support/fork.rb
${GEM_LIBDIR}/spec/support/test_server.rb
${GEM_LIBDIR}/spec/util_spec.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
Index: pkgsrc/www/ruby-patron/distinfo
diff -u pkgsrc/www/ruby-patron/distinfo:1.20 pkgsrc/www/ruby-patron/distinfo:1.21
--- pkgsrc/www/ruby-patron/distinfo:1.20 Tue Oct 26 11:31:02 2021
+++ pkgsrc/www/ruby-patron/distinfo Sun Mar 2 14:54:34 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.20 2021/10/26 11:31:02 nia Exp $
+$NetBSD: distinfo,v 1.21 2025/03/02 14:54:34 taca Exp $
-BLAKE2s (patron-0.13.3.gem) = 58d8db693a5140ffbdb26ec6386392b9049e4bb3360d810db0486a633e85b705
-SHA512 (patron-0.13.3.gem) = afbbbd9570e338a5d1b97b4ebeda76ac95a22c29d908629723d345a47400183c2ccee67ebcaf5b6f9ecb032eb3b847e70ec9eebff75b33045a3665c215abfbd0
-Size (patron-0.13.3.gem) = 65024 bytes
+BLAKE2s (patron-0.13.4.gem) = b31a696a5fb032c9147dff5b801b30cef29269da8ed174d94b556eb6bb82afd9
+SHA512 (patron-0.13.4.gem) = 0691775230f6fa496a58d45724cdc8ac0842edf5259053a5153126db208cabcdb6ca2174aa091e6d7059023b967a49f30a1fd8e05d17d190f922ce5d1bfa6298
+Size (patron-0.13.4.gem) = 66560 bytes
Home |
Main Index |
Thread Index |
Old Index