From patchwork Thu Jul 2 20:51:44 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 3240 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 49yVqd5rl9z3x15 for ; Thu, 2 Jul 2020 21:00:45 +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 49yVqY3Spgz1MD; Thu, 2 Jul 2020 21:00:41 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 49yVdN066Fz2xrJ; Thu, 2 Jul 2020 20:51:52 +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 49yVdK50Q2z2xrJ for ; Thu, 2 Jul 2020 20:51:49 +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 49yVdJ6RJ1zfT for ; Thu, 2 Jul 2020 20:51:48 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1593723109; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=S5JSVzqOfF2CZQrED8Uv/TPhlvj8Ua/nh6RGHqOovt4=; b=nW8IUXJ6jyb3gJ2bl3pB+3fUqSEZWp0CWm7E5RMjCOtf66yHAPcp7PHICuafoHUg4nS53g 8TdeZJ0S2JyIlJBA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1593723109; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=S5JSVzqOfF2CZQrED8Uv/TPhlvj8Ua/nh6RGHqOovt4=; b=WxOhPInsEQgG0jgiLdGfNda7nD4VA83E+cPzIomRsEmclSDrYf2j2Ws7omcl+n37Jnp2+m jdLywCPqb7muZYw0YOj2r1We+Ls0JS56I8XlSxLxTXaQ7OgfovG5rqOKlGubDEGL+0A3mi 1n5lEvDSP37HTuc8b4AF6GYch9u5Nzt3VhADRDtWnFWY9wKfKtGbE0V69cNOf0jgc/b0Oy C64slIZXN3aycVD7MuxEeJRVzyZlTGcNB+iWeDgLuYpPsLERCEhW3Vijiii4WR/x+2bqWl UtdEx8nP7/PSuXR1CeMNjocT4PJ0cs7UmPggJa8PMAtohOYBNxED1FtH7cms/w== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] libmicrohttpd 0.9.71: Fix for rootfile Date: Thu, 2 Jul 2020 22:51:44 +0200 Message-Id: <20200702205144.31017-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" Signed-off-by: Matthias Fischer Reviewed-by: Michael Tremer --- config/rootfiles/packages/libmicrohttpd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/rootfiles/packages/libmicrohttpd b/config/rootfiles/packages/libmicrohttpd index 04e5b3cf4..ee7ddf567 100644 --- a/config/rootfiles/packages/libmicrohttpd +++ b/config/rootfiles/packages/libmicrohttpd @@ -2,5 +2,5 @@ #usr/lib/libmicrohttpd.la #usr/lib/libmicrohttpd.so usr/lib/libmicrohttpd.so.12 -usr/lib/libmicrohttpd.so.12.55.0 +usr/lib/libmicrohttpd.so.12.56.0 #usr/lib/pkgconfig/libmicrohttpd.pc