From patchwork Mon Mar 29 11:43:59 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 3992 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 4F89hj50Wrz3wrV for ; Mon, 29 Mar 2021 11:44:05 +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 4F89hh4TDXzwv; Mon, 29 Mar 2021 11:44:04 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4F89hh33hjz2xkY; Mon, 29 Mar 2021 11:44:04 +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 4F89hg1cySz2xCy for ; Mon, 29 Mar 2021 11:44:03 +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) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4F89hf48KZzLr; Mon, 29 Mar 2021 11:44:02 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1617018242; 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=CP4GRpKMFyPbs8TpJ6WbjgixjJ2cYbDZQGfhiyHDjpQ=; b=UGfXfTBES3o6Xj8mtNrqxuO5mzI38HhFWGshWxUnEMYB4nTqZiAcvLap4e1W72Q3ByLZcR iLN+VyEIusdTQmDA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1617018242; 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=CP4GRpKMFyPbs8TpJ6WbjgixjJ2cYbDZQGfhiyHDjpQ=; b=Dah37LsrkYuQXU64xblDuMKftpIbPjxtIKbRhOlHonJXaAxX/N7nD1b08d7EIAY9SM+MLO QAL5xdxeyfSAKH2EF0bRo3ionSu5jJ1JU9upt3igSzJ0sts0X6/W1n2+MwKVAo7ObtzZBQ sGapu5Q6O3LLKM4ne1wPZ+TBxADRc/lDiivZuzBYabbi58OlH2l/bBibn+XQnD04M28W54 tgDW8vBTjIUUfPiFaPNsiygiAeX7pVI+ZLYDs5zz2lAFL8dx9R4X3RsfHJ3/AduXBI/0XK DPxMBCBw6WoQImWoFXoc4hDasWaPx2ZRs5b4qhARy19jB9nNoKxFaCopryS9+w== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] bison: Update to 3.7.6 Date: Mon, 29 Mar 2021 13:43:59 +0200 Message-Id: <20210329114359.3758129-1-adolf.belka@ipfire.org> MIME-Version: 1.0 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" - Update from 3.7.1 to 3.7.6 - No update of rootfile required - Changelog is too large to include here Full changelog can be viewed in ChangeLog file in the source tarball 3.7.6 1 bug fix 3.7.5 4 bug fixes 3.7.4 2 bug fixes 3.7.3 2 bug fixes 3.7.2 6 bug fixes Signed-off-by: Adolf Belka --- lfs/bison | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/bison b/lfs/bison index 9c65723f5..3a2681406 100644 --- a/lfs/bison +++ b/lfs/bison @@ -24,7 +24,7 @@ include Config -VER = 3.7.1 +VER = 3.7.6 THISAPP = bison-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -45,7 +45,7 @@ objects =$(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = e7c8c321351ebdf70f5f0825f3faaee2 +$(DL_FILE)_MD5 = d61aa92e3562cb7292b004ce96173cf7 install : $(TARGET)