From patchwork Mon Aug 1 14:29:42 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: 5797 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 "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4LxL9l4cHrz3x7M for ; Mon, 1 Aug 2022 14:29:47 +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 4LxL9k4yLVz3lQ; Mon, 1 Aug 2022 14:29:46 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4LxL9k4CYMz2yYH; Mon, 1 Aug 2022 14:29:46 +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 "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4LxL9j3Jl6z2xWS for ; Mon, 1 Aug 2022 14:29:45 +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 4LxL9h2S1Nz1VT for ; Mon, 1 Aug 2022 14:29:44 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1659364185; 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=gTAJGj3367G/wnFTpprKz7mXmbiDnv8sru16QXEFDIY=; b=TxxtughDPptNpPzuEQ/AlaDmsNsZ9cPo+8MKl0M9p76PsEWOx0A3PtRAp/VWD0owmHgCxZ Hcdhui/JxI0N0XCw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1659364185; 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=gTAJGj3367G/wnFTpprKz7mXmbiDnv8sru16QXEFDIY=; b=VlSs35E89qRCCCiaZVUMSBghaA+lWXmHUREcZghO+K4YaoWZcApgzkK/xzk5c8jYRGqG0L /laYR4Ul1EV2IgjvgtcM6Y6ZY4BPP2+Nng/4fxKF+GixGEz+wJcf6JPjd0MEQQwH3a9hNF BUUAdKvUvzKFYEMQxlpwgQHnqgxhMUUnOZRJeycTFPPJ4dOQzbUYEiBylZTlcW3Vw/h1Ch 8Om0H8X81bRgQ01Yt0RNa9+cLc0eq/ogeqCTE3/oGDTy65iZFIWvlbZEHkvoYV7jYlam2A isEE5SUjohrkqDmkb9ha0e9LTB5I8rpU90K75EmAswVgu41bpz+9grEtvHS/6g== Message-ID: Date: Mon, 1 Aug 2022 14:29:42 +0000 MIME-Version: 1.0 Content-Language: en-US To: "IPFire: Development" From: =?utf-8?q?Peter_M=C3=BCller?= Subject: [PATCH] rpcsvc-proto: Update to 1.4.3 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" NEWS mentions: Version 1.4.3 * Fix rpcgen build on macos arm64 Signed-off-by: Peter Müller Reviewed-by: Michael Tremer --- lfs/rpcsvc-proto | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/rpcsvc-proto b/lfs/rpcsvc-proto index a4e8f9b52..966fdd4fa 100644 --- a/lfs/rpcsvc-proto +++ b/lfs/rpcsvc-proto @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2018 IPFire Team # +# Copyright (C) 2007-2022 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,7 +24,7 @@ include Config -VER = 1.4.2 +VER = 1.4.3 THISAPP = rpcsvc-proto-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = d9dc3102aa36b7ec07efd9c3702ebad176ca88ff8c39c02342591bef727f32ab2096749b8763e6fc4e9678b7320c4a98e44afe24851ffc42bed7eec2a9df986f +$(DL_FILE)_BLAKE2 = dc15392fd68b76ffa92c08039076aed293834b047ebea4a418dc767ea13e3a04b19e5108ebda808dfa4356ca426db610847758d69b23cc66981eb4ea844eb218 install : $(TARGET)