From patchwork Wed Nov 30 15:33:28 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Peter_M=C3=BCller?= X-Patchwork-Id: 6223 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4NMjsZ4cWGz3wgq for ; Wed, 30 Nov 2022 15:33:38 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4NMjsY1Dd6z2Z8; Wed, 30 Nov 2022 15:33:37 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4NMjsY0HByz2xv5; Wed, 30 Nov 2022 15:33:37 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4NMjsW5Qrbz2xYk for ; Wed, 30 Nov 2022 15:33:35 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384)) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4NMjsT33kRz2PR for ; Wed, 30 Nov 2022 15:33:32 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1669822414; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=6qDdMc8zOkD7G9+6IdTydic3cnTB5OqfIVwCIxpiqs4=; b=2MM033YvEiIN3OS0wWS/an5oUStjq1krRYD1HcS5LLE3QMeebOdQdfOxcRzpGbdr5ss8RH AQQ0k/xAMVIz17Cg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1669822414; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=6qDdMc8zOkD7G9+6IdTydic3cnTB5OqfIVwCIxpiqs4=; b=UPMnhreGAtMGGcIk+vREYEkXpTqaQUEi0r5WtuYtLvRFeT/sqQX4WcR2QX/QYhd+QOYP6G XpCz9EOQQc8UriQrmAkS3rCV8DPRpnw3UgdwtaH9xuXbTte1HcQMcnrg+ROQRU5IZL73oU j6OjtnKYsoE2kyCFNmffW0+qjo4qaFRxM/LqlMwKVkR5xpvT/JQq38QQRivBtiArzoemDZ dycEluVWXXW6JCkzwUvmXh8U5Y3Uw/+mqcPjcJn/WQa0Zht97mPd/3IjBJ6DSgp1pvfA+f jexoRm4Ke7brqOaNmEyYsO28wbTgiW2b9Xn+v3YGs4Kzw1VBtVxOLcLMhNT+Fg== Message-ID: <6cf0f01b-5d49-5ce0-35cf-a1616ee9a056@ipfire.org> Date: Wed, 30 Nov 2022 16:33:28 +0100 MIME-Version: 1.0 Content-Language: en-US To: development@lists.ipfire.org From: =?utf-8?q?Peter_M=C3=BCller?= Subject: [PATCH] libyaml: Update to 0.2.5 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Signed-off-by: Peter Müller --- libyaml/libyaml.nm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libyaml/libyaml.nm b/libyaml/libyaml.nm index 88375fbb1..aaa465384 100644 --- a/libyaml/libyaml.nm +++ b/libyaml/libyaml.nm @@ -4,11 +4,11 @@ ############################################################################### name = libyaml -version = 0.2.2 +version = 0.2.5 release = 1 groups = System/Libraries -url = http://pyyaml.org/ +url = https://pyyaml.org/ license = MIT summary = YAML 1.1 parser and emitter written in C. @@ -18,7 +18,7 @@ description and emitter written in C. end -source_dl = http://pyyaml.org/download/libyaml/ +source_dl = https://pyyaml.org/download/libyaml/ sources = yaml-%{version}.tar.gz build