From patchwork Sat Feb 20 10:14:05 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 3908 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 "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4DjPS56g6Vz3wwP for ; Sat, 20 Feb 2021 10:14:13 +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 "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4DjPS43fwVz4F; Sat, 20 Feb 2021 10:14:12 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4DjPS42KBtz2xrw; Sat, 20 Feb 2021 10:14:12 +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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4DjPS24TMnz2xcM for ; Sat, 20 Feb 2021 10:14:10 +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) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4DjPS20nbtz4F for ; Sat, 20 Feb 2021 10:14:10 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1613816050; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=WaqlzzeSWSv/bimC9NjIX2Bjuk0iDFjaQRbXZ9/F2yo=; b=0Ji7WBq6b8ixxPoanhjQdtVt1wWBSwq6AgME9T7V+aT7ZLfXfXbAA6n2peR7fADoWQl/mz z7LXzXHTqYInNLBg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1613816050; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=WaqlzzeSWSv/bimC9NjIX2Bjuk0iDFjaQRbXZ9/F2yo=; b=J0yxOPzVg08ZZquvTJCVpPcTk3wPGyWVTA9CieDEf+IhkfhvioQCFNlTVIWNYQm8xEw9Hy IsgAafdw2QsSV0FdG/CRoeggJkwy5ledlvSWrj3Ou6vE6Lx9yKxDX7lT/cweSB4LIQSZ3F wKAmw2GmonR/Hjkp0T0rZO5l39mpynMLMD4rx2AcJWN7XG6mIHe5SbdLSFtRkE+xS5PNpg yW30Ai8V62oujI8oZWo9XzeXZfjzrKWI1NnCQ8B0KXJ64/Nb64WbeTxSo+LCSw0grbDzjW UcBX4zsV6JByVVVqzKKrDto8ZfjrSG3CKCEPRVE+q3xFjab+h1Jj9UJjBlEpfw== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] libxcrypt 4.4.17: Fix for rootfile Date: Sat, 20 Feb 2021 11:14:05 +0100 Message-Id: <20210220101405.29604-1-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 --- config/rootfiles/common/libxcrypt | 1 + 1 file changed, 1 insertion(+) diff --git a/config/rootfiles/common/libxcrypt b/config/rootfiles/common/libxcrypt index c866c2ddb..1cbb05816 100644 --- a/config/rootfiles/common/libxcrypt +++ b/config/rootfiles/common/libxcrypt @@ -9,6 +9,7 @@ usr/lib/libcrypt.so.1.1.0 #usr/lib/libxcrypt.so #usr/lib/pkgconfig/libcrypt.pc #usr/lib/pkgconfig/libxcrypt.pc +#usr/share/man/man3/crypt.3 #usr/share/man/man3/crypt_checksalt.3 #usr/share/man/man3/crypt_gensalt.3 #usr/share/man/man3/crypt_gensalt_ra.3