From patchwork Sun Aug 16 10:28:59 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Tremer X-Patchwork-Id: 3316 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 4BTtjm2XCNz3x1s for ; Sun, 16 Aug 2020 10:30:36 +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 4BTtjb0mzYzvH; Sun, 16 Aug 2020 10:30:27 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4BTtjX2r8rz30Xf; Sun, 16 Aug 2020 10:30:24 +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 4BTtjV14Lpz2xjj for ; Sun, 16 Aug 2020 10:30:22 +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 4BTtjV06BSzQj; Sun, 16 Aug 2020 10:30:22 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1597573822; 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: in-reply-to:in-reply-to:references:references; bh=2pVCyFXHba9ZhZq2Q6ffzfEmddIPV0J0dZZe+NrRTec=; b=4GHkimuaKISa66MyuCaRHxsnqcubTbGYMl6IOJ+A9tTv4ugv2bo429zgEj23/BP0R1q1Rn r+Qc8FSbybYLolCw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1597573822; 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: in-reply-to:in-reply-to:references:references; bh=2pVCyFXHba9ZhZq2Q6ffzfEmddIPV0J0dZZe+NrRTec=; b=Xd4H3YX5aGU3Qv4c3nkgv7fsP9/d7QNYb3yyPIQCvMkFFOGQWBiHsCHYBkgUijuuP2ZPfu UnnESYL0+9PwkcdsI+eyyFxMaklY/7hfk9ilpNmzetTvK5F97PBkaerjnCZ6HtKgvCvWqq zxsWvRgryAuWWdjlLVBj0/s2AWiCQHvtpXTCoz+tnLTDI7N4fLRaAP8LPPRNsL9bEabztx v7kSojr7PHcRwIgtemY77YIybp01cY6XiD0wnPh09SX9vlYSh2VmO0RnEfFVwO4WokEIs7 1daXhj1hDYvaxPwRWYc6XEf7S9Fb4uEVTv4HDPkotZ35ixCCDbDjHbL6Oi/PyQ== From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 08/62] watchdog: Update to 5.16 Date: Sun, 16 Aug 2020 10:28:59 +0000 Message-Id: <20200816102953.3881-8-michael.tremer@ipfire.org> In-Reply-To: <20200816102953.3881-1-michael.tremer@ipfire.org> References: <20200816102953.3881-1-michael.tremer@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: , Cc: Michael Tremer Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Fixed build with GCC 10/glibc 2.32 Signed-off-by: Michael Tremer --- lfs/watchdog | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/watchdog b/lfs/watchdog index abea7b0d1..67438434c 100644 --- a/lfs/watchdog +++ b/lfs/watchdog @@ -24,7 +24,7 @@ include Config -VER = 5.13 +VER = 5.16 THISAPP = watchdog-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = watchdog -PAK_VER = 4 +PAK_VER = 5 DEPS = @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 153455f008f1cf8f65f6ad9586a21ff1 +$(DL_FILE)_MD5 = 1b4f51cabc64d1bee2fce7cdd626831f install : $(TARGET)