From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mr4.vodafonemail.de (mr4.vodafonemail.de [145.253.228.164]) by sourceware.org (Postfix) with ESMTPS id 2F4B83858D20 for ; Sun, 7 Apr 2024 10:32:08 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 2F4B83858D20 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=nexgo.de Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=nexgo.de ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 2F4B83858D20 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=145.253.228.164 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1712485930; cv=none; b=FqZdDBRXCUOgsUmCIDLbxt6tWbgTgj+WMhUZ6P6kq2DXqQksfd4clyk3Lsj6ZzNT+iCIGHVAwO+hZ7/MZTJjpfSNcC4sovyVfTFIJUfis8I85x69lbBr85DoPDW1Zffi3eupS4MYaHQ85igLi5AM+3bqrn7FhZaokIyU6BsxBrk= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1712485930; c=relaxed/simple; bh=mrMHSXVT5VsAWUK5eul2fqudI9c2te7sSBBp4cPf7c4=; h=DKIM-Signature:From:To:Subject:Date:Message-ID:MIME-Version; b=dg8IieIXOMdxhpVlnwYnRvMIWsUk9+uHY2eDAzPWqTDSuim0xDMJVj1WEgnl5sEeX2l5J95Se/c5pvrorQzVonqKjyAQOihu8CMh/kW/9Oypr9IX3BJWRNGEe90MTNDDa0mXW6lUe4pYizoO9jkda4aCB9obRIgYWPhYDsXjGEY= ARC-Authentication-Results: i=1; server2.sourceware.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nexgo.de; s=vfde-mb-mr2-23sep; t=1712485927; bh=jmZA2kTjsFg5o/RjBxh+2gX9gWgsEXReA0igSxg7qiM=; h=From:To:Subject:Date:Message-ID:User-Agent:Content-Type:From; b=ljbVZDyBXgv5O99AH6L3T2SWfBnSHW9tKICo1NQ+ibbS887gT1QJ/yPgSl5dTxo+I J1KcNtMUDXOEyjbzjEXjOxt5ZjWqrVfTUOWS4yc4mG16fUR98Uu7ubzvxJ2cuLo0dy VH6yghbTHKo5GN5ymJWzFkvG4eUJRysCRRlGzSuY= Received: from smtp.vodafone.de (unknown [10.0.0.2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mr4.vodafonemail.de (Postfix) with ESMTPS id 4VC7ng0ZwYz1y1c for ; Sun, 7 Apr 2024 10:32:07 +0000 (UTC) Received: from Gerda (p57b9d526.dip0.t-ipconnect.de [87.185.213.38]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (prime256v1) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by smtp.vodafone.de (Postfix) with ESMTPSA id 4VC7nZ69p6z9scN for ; Sun, 7 Apr 2024 10:31:59 +0000 (UTC) From: ASSI To: cygwin-announce@cygwin.com Subject: Updated: man-db-2.12.1-1 Date: Sun, 07 Apr 2024 12:31:55 +0200 Message-ID: <87plv1cvl0.fsf@Gerda.invalid> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-purgate-type: clean X-purgate: clean X-purgate-size: 1771 X-purgate-ID: 155817::1712485922-A27FAA47-12E41980/0/0 X-Spam-Status: No, score=-3030.1 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,KAM_NUMSUBJECT,RCVD_IN_DNSWL_LOW,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: The man-db package is updated to the latest upstream version 2.12.1. Man-db is an implementation of the standard Unix documentation system accessed using the man command. It uses a Berkeley DB database in place of the traditional flat-text whatis databases. Cygwin Notes ============ The man-db package includes a conditional perpetual postinstall script that keeps the database updated each time setup is run if (and only if) the database exists. This update now runs in the background by default, so setup is no longer waiting for the update to complete. This can be changed if needed, see below. The diagnostic output from the update is stored at /var/log/mandb-index.log, so you can check if there were problems on the last update. This release works around a Windows bug that causes creation of a spurious directory %SystemDrive% in the Cygwin installation root. In order to create the database directly via setup, please install the man-db-create-index package. The removal of this package will not remove an existing database, this still needs to be done manually if required. If your installation procedure requires that setup waits for the index update to complete, install the man-db-index-synchronously package instead. The creation of a new database can take several minutes to over an hour depending on how many manual pages are installed and how fast your filesystem is. Removal of this package will leave an existing database in place, but switches the system back to do background updates. If you install "everything" that means both the above mentioned helper packages get installed and the first installation will take a long time as setup will wait for the newly created index to be complete. --