From mboxrd@z Thu Jan 1 00:00:00 1970 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> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5291411701374633350==" List-Id: --===============5291411701374633350== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit 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) -- 2.20.1 --===============5291411701374633350==--