From patchwork Thu Oct 15 15:30:46 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Schantl X-Patchwork-Id: 3582 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) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4CBtXh03z9z3x3M for ; Thu, 15 Oct 2020 15:31:00 +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 "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4CBtXf2zp2z10B; Thu, 15 Oct 2020 15:30:58 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4CBtXd0957z2xph; Thu, 15 Oct 2020 15:30:57 +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) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4CBtXb635Gz2xVn for ; Thu, 15 Oct 2020 15:30:55 +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) server-digest SHA384) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 4CBtXb0tP1zD3; Thu, 15 Oct 2020 15:30:55 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1602775855; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=vOolViL+O2bcW+1O/Udf3aIre/R39P2c01OVmSfzRfQ=; b=RKUWUOtaSb5gRBKPI4TathH+rVOp8izdmPS2Nw1gmyYK1HJPBUc50ucRpPyPO/FPX8W/G4 CEFyP4eOSlVMdiCw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1602775855; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=vOolViL+O2bcW+1O/Udf3aIre/R39P2c01OVmSfzRfQ=; b=GlYLUCWPnPJ6l/Blek03dOBPPIJ4cv/pPWKJyWJL2Tx94ejtmnOcNVEte6Pi/O9adW7SDz OJ47/fODDnYWoGNRM2URfse9/YKcU4LPD090AVjc5cHXftbc33az3v50COHfQi4cFnCrG7 BjBoruWsyYyppsPiQbXtizVALLBnLXu/Yct+KU6rELQ9cjbzCLqJsfacAxnzbI5l9rbe+l l+16KnR6G/akcpibrFyajk/O0qfNMcbW1wlEeLg3aAbJQhLOCkE2xrkog/STddjc4GwzAV 8FlXzgXcEwpEAolGTXey0UbjMbWQhABkDDlommPa7Hi1SLnvtmUtF+F8hh4vOg== From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH] yaml: Update to 0.2.5 Date: Thu, 15 Oct 2020 17:30:46 +0200 Message-Id: <20201015153046.2679-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 Authentication-Results: mail01.ipfire.org; auth=pass smtp.auth=stevee smtp.mailfrom=stefan.schantl@ipfire.org 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: Stefan Schantl --- config/rootfiles/common/yaml | 2 +- lfs/yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/rootfiles/common/yaml b/config/rootfiles/common/yaml index 565fa373f..626cfdfa6 100644 --- a/config/rootfiles/common/yaml +++ b/config/rootfiles/common/yaml @@ -1,6 +1,6 @@ #usr/include/yaml.h usr/lib/libyaml-0.so.2 -usr/lib/libyaml-0.so.2.0.5 +usr/lib/libyaml-0.so.2.0.9 #usr/lib/libyaml.la #usr/lib/libyaml.so #usr/lib/pkgconfig/yaml-0.1.pc diff --git a/lfs/yaml b/lfs/yaml index 81cdd4fd1..c4d347e77 100644 --- a/lfs/yaml +++ b/lfs/yaml @@ -24,7 +24,7 @@ include Config -VER = 0.2.1 +VER = 0.2.5 THISAPP = yaml-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 72724b9736923c517e5a8fc6757ef03d +$(DL_FILE)_MD5 = bb15429d8fb787e7d3f1c83ae129a999 install : $(TARGET)