From patchwork Wed Jul 1 17:13:40 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 3238 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 "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 49xnrJ1YnJz3wbp for ; Wed, 1 Jul 2020 17:13:52 +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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 49xnrG02QDz12G; Wed, 1 Jul 2020 17:13:49 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 49xnrD4D0Cz2xVW; Wed, 1 Jul 2020 17:13:48 +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 49xnrC0X80z2xBM for ; Wed, 1 Jul 2020 17:13:47 +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 49xnr95bgcz12G for ; Wed, 1 Jul 2020 17:13:45 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1593623625; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=J6VPfn5dOEMbzPbtcqHeIobIgHFL8PzVC3gP64QC8Cg=; b=oEavOPxZKeLr487b1Oxep8JH2J/NdscEDnlEhvzl1tmnm6b/a95/WdYZi49t6MOIbibTpL jJmkzWSd0iqc5fCg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1593623625; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=J6VPfn5dOEMbzPbtcqHeIobIgHFL8PzVC3gP64QC8Cg=; b=RGZjr/jekYw1zun3qOLo7Q9C5M+DDGbbKJMU0IUNTVKwuBKwBro6yuclhEdQ25OVcIREN2 jcyGYZBZ/rZy3yqW9MwMoOoVYa7QcXvt1ydewJDVMq+o8k4CZwGRHs3XcqYaAclZ8XU0C1 w7ykjbCNLkmVmNGNXjyu4hX84I6Mk4bE95TZer7ONleuyAkGQjmmggxtvzERls/Odfsi8a Ostm6WMdvtU5h/McAjTBv0F1CzxYOgJ/8FL7FMiD9HJm8EUtwj90xbVG7o1yyA6bkpkwTD v+7dGOew/wV5RigK+It/uBUSdnM6Vkjf0ZLPGy7/sb9Pjbj8xYXBe1Ta5RTGTQ== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] libmicrohttpd: Update to 0.9.71 Date: Wed, 1 Jul 2020 19:13:40 +0200 Message-Id: <20200701171340.1205-1-matthias.fischer@ipfire.org> Authentication-Results: mail01.ipfire.org; auth=pass smtp.mailfrom=matthias.fischer@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" For details see: https://www.gnu.org/software/libmicrohttpd/ Signed-off-by: Matthias Fischer Reviewed-by: Michael Tremer --- lfs/libmicrohttpd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/libmicrohttpd b/lfs/libmicrohttpd index 0819a2850..9e06fbf42 100644 --- a/lfs/libmicrohttpd +++ b/lfs/libmicrohttpd @@ -24,7 +24,7 @@ include Config -VER = 0.9.70 +VER = 0.9.71 THISAPP = libmicrohttpd-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = libmicrohttpd -PAK_VER = 1 +PAK_VER = 2 DEPS = @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = dcd6045ecb4ea18c120afedccbd1da74 +$(DL_FILE)_MD5 = c7e230e9b899282b43d9a9faa41e893d install : $(TARGET)