Skip to content

Commit 1694ca2

Browse files
author
taca
committed
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
1 parent 86915d3 commit 1694ca2

3 files changed

Lines changed: 9 additions & 8 deletions

File tree

www/ruby-patron/Makefile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
# $NetBSD: Makefile,v 1.55 2024/11/14 22:22:10 wiz Exp $
1+
# $NetBSD: Makefile,v 1.56 2025/03/02 14:54:34 taca Exp $
22

3-
DISTNAME= patron-0.13.3
4-
PKGREVISION= 14
3+
DISTNAME= patron-0.13.4
54
CATEGORIES= www
65

76
MAINTAINER= pkgsrc-users@NetBSD.org

www/ruby-patron/PLIST

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
@comment $NetBSD: PLIST,v 1.14 2020/03/20 17:58:37 taca Exp $
1+
@comment $NetBSD: PLIST,v 1.15 2025/03/02 14:54:34 taca Exp $
22
${GEM_HOME}/cache/${GEM_NAME}.gem
33
${GEM_EXTSDIR}/gem.build_complete
44
${GEM_EXTSDIR}/patron/session_ext.${RUBY_DLEXT}
55
${GEM_LIBDIR}/.autotest
6+
${GEM_LIBDIR}/.github/workflows/ci.yml
67
${GEM_LIBDIR}/.gitignore
78
${GEM_LIBDIR}/.rspec
89
${GEM_LIBDIR}/.travis.yml
@@ -49,6 +50,7 @@ ${GEM_LIBDIR}/spec/spec_helper.rb
4950
${GEM_LIBDIR}/spec/support/certs/cacert.pem
5051
${GEM_LIBDIR}/spec/support/certs/privkey.pem
5152
${GEM_LIBDIR}/spec/support/config.ru
53+
${GEM_LIBDIR}/spec/support/fork.rb
5254
${GEM_LIBDIR}/spec/support/test_server.rb
5355
${GEM_LIBDIR}/spec/util_spec.rb
5456
${GEM_HOME}/specifications/${GEM_NAME}.gemspec

www/ruby-patron/distinfo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.20 2021/10/26 11:31:02 nia Exp $
1+
$NetBSD: distinfo,v 1.21 2025/03/02 14:54:34 taca Exp $
22

3-
BLAKE2s (patron-0.13.3.gem) = 58d8db693a5140ffbdb26ec6386392b9049e4bb3360d810db0486a633e85b705
4-
SHA512 (patron-0.13.3.gem) = afbbbd9570e338a5d1b97b4ebeda76ac95a22c29d908629723d345a47400183c2ccee67ebcaf5b6f9ecb032eb3b847e70ec9eebff75b33045a3665c215abfbd0
5-
Size (patron-0.13.3.gem) = 65024 bytes
3+
BLAKE2s (patron-0.13.4.gem) = b31a696a5fb032c9147dff5b801b30cef29269da8ed174d94b556eb6bb82afd9
4+
SHA512 (patron-0.13.4.gem) = 0691775230f6fa496a58d45724cdc8ac0842edf5259053a5153126db208cabcdb6ca2174aa091e6d7059023b967a49f30a1fd8e05d17d190f922ce5d1bfa6298
5+
Size (patron-0.13.4.gem) = 66560 bytes

0 commit comments

Comments
 (0)