From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from e2i632.smtp2go.com (e2i632.smtp2go.com [103.2.142.120]) by sourceware.org (Postfix) with ESMTPS id 5ABD53A77C3F for ; Wed, 28 Apr 2021 12:00:20 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 5ABD53A77C3F Received: from [10.139.162.187] (helo=SmtpCorp) by smtpcorp.com with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92-S2G) (envelope-from ) id 1lbira-qt4IHE-N9 for cygwin-apps@cygwin.com; Wed, 28 Apr 2021 12:00:18 +0000 Received: from [10.62.31.23] (helo=romulus.metastack.com) by smtpcorp.com with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.92-S2G) (envelope-from ) id 1lbira-4XaBaQ-Dw for cygwin-apps@cygwin.com; Wed, 28 Apr 2021 12:00:18 +0000 Received: from remus.metastack.local (usr233-bra.static.cable.virginmedia.com [62.31.23.243] (may be forged)) by romulus.metastack.com (8.14.2/8.14.2) with ESMTP id 13SC0E06017089 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO) for ; Wed, 28 Apr 2021 13:00:14 +0100 Received: from Hermes.metastack.local (172.16.0.8) by Hermes.metastack.local (172.16.0.8) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2176.2; Wed, 28 Apr 2021 13:00:41 +0100 Received: from Hermes.metastack.local ([fe80::210d:d258:cd04:7b5a]) by Hermes.metastack.local ([fe80::210d:d258:cd04:7b5a%3]) with mapi id 15.01.2176.012; Wed, 28 Apr 2021 13:00:41 +0100 From: David Allsopp To: "cygwin-apps@cygwin.com" Subject: RE: [ITA] man-db Thread-Topic: [ITA] man-db Thread-Index: AQHW4cH1+vPfg+JErkqrxwTta7jqqKrKiBRQ Date: Wed, 28 Apr 2021 12:00:41 +0000 Message-ID: References: <87r1n2jmnl.fsf@Rainer.invalid> In-Reply-To: <87r1n2jmnl.fsf@Rainer.invalid> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [172.16.0.125] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.65 on 62.31.23.242 X-Smtpcorp-Track: 1_Pira4baUaQDw.if5TgCx1pgMtz Feedback-ID: 614951m:614951apMmpqs:614951so0L_bljXd X-Report-Abuse: Please forward a copy of this message, including all headers, to X-Spam-Status: No, score=0.2 required=5.0 tests=BAYES_20, DKIMWL_WL_MED, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_EF, HEADER_FROM_DIFFERENT_DOMAINS, SPF_HELO_PASS, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin-apps@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Cygwin package maintainer discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Apr 2021 12:00:22 -0000 On 03 January 2021 11:17, Achim Gratz wrote: > Update to version 2.9.3 and cleaning up patches. >=20 > Change packaging so that index creation can be triggered by installing th= e > man-db-create-index package. Postinstall index update is done in the > background by default so it won't block setup from progressing anymore, > but can be made synchronous again if needed, via installation of the man- > db-index-synchronously package. >=20 > https://cygwin.com/git-cygwin-packages/?p=3Dgit/cygwin-packages/man- > db.git;a=3Dshortlog;h=3Drefs/heads/playground > https://ci.appveyor.com/project/cygwin/scallywag/builds/37084308 (Apologies if this should go the main Cygwin list) This version of the package removes the dependency on libiconv, which means= that the base Cygwin install no longer includes the iconv command. Was that an intentional consequence? David