[前][次][番号順一覧][スレッド一覧]

ruby-changes:71670

From: Nobuyoshi <ko1@a...>
Date: Thu, 7 Apr 2022 22:38:53 +0900 (JST)
Subject: [ruby-changes:71670] 697eed63e8 (master): [ruby/psych] Update autoconf files bundled with yaml-2.5

https://git.ruby-lang.org/ruby.git/commit/?id=697eed63e8

From 697eed63e81eff0e02226ceb6ab3bd2fd99000e3 Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Thu, 7 Apr 2022 22:27:06 +0900
Subject: [ruby/psych] Update autoconf files bundled with yaml-2.5

https://github.com/ruby/psych/commit/e28f17ac18
---
 ext/psych/extlibs | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/ext/psych/extlibs b/ext/psych/extlibs
index b4ac02edf7..108aad42af 100644
--- a/ext/psych/extlibs
+++ b/ext/psych/extlibs
@@ -1,7 +1,11 @@ https://github.com/ruby/ruby/blob/trunk/ext/psych/extlibs#L1
 ver = 0.2.5
+pkg = yaml-$(ver)
 
-https://github.com/yaml/libyaml/releases/download/$(ver)/yaml-$(ver).tar.gz \
+https://github.com/yaml/libyaml/releases/download/$(ver)/$(pkg).tar.gz \
 	rmd160:cc175ed640046722fb7790de828002633407b6b9 \
 	sha256:c642ae9b75fee120b2d96c712538bd2cf283228d2337df2cf2988e3c02678ef4 \
 	sha512:dadd7d8e0d88b5ebab005e5d521d56d541580198aa497370966b98c904586e642a1cd4f3881094eb57624f218d50db77417bbfd0ffdce50340f011e35e8c4c02 \
 	#
+
+$(pkg)/config/config.guess -> /tool/config.guess
+$(pkg)/config/config.sub -> /tool/config.sub
-- 
cgit v1.2.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]