From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from re-prd-fep-049.btinternet.com (mailomta26-re.btinternet.com [213.120.69.119]) by sourceware.org (Postfix) with ESMTPS id D098138387EC for ; Sat, 21 May 2022 20:31:48 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org D098138387EC Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=dronecode.org.uk Authentication-Results: sourceware.org; spf=none smtp.mailfrom=dronecode.org.uk Received: from re-prd-rgout-002.btmx-prd.synchronoss.net ([10.2.54.5]) by re-prd-fep-049.btinternet.com with ESMTP id <20220521203147.QBAU3069.re-prd-fep-049.btinternet.com@re-prd-rgout-002.btmx-prd.synchronoss.net> for ; Sat, 21 May 2022 21:31:47 +0100 Authentication-Results: btinternet.com; auth=pass (PLAIN) smtp.auth=jonturney@btinternet.com; bimi=skipped X-SNCR-Rigid: 613A8DE8247A5053 X-Originating-IP: [86.139.167.41] X-OWM-Source-IP: 86.139.167.41 (GB) X-OWM-Env-Sender: jonturney@btinternet.com X-VadeSecure-score: verdict=clean score=0/300, class=clean X-RazorGate-Vade: gggruggvucftvghtrhhoucdtuddrgedvfedrieeigddugedvucetufdoteggodetrfdotffvucfrrhhofhhilhgvmecuueftkffvkffujffvgffngfevqffopdfqfgfvnecuuegrihhlohhuthemuceftddunecunecujfgurhepkfffgggfhffuvfhfjggtgfesthejredttdefjeenucfhrhhomheplfhonhcuvfhurhhnvgihuceojhhonhdrthhurhhnvgihsegurhhonhgvtghouggvrdhorhhgrdhukheqnecuggftrfgrthhtvghrnhepledtveduffeikeeugffgheefjeegffehffdvjeelgfffffelteefvdetvdelteehnecuffhomhgrihhnpegthihgfihinhdrtghomhenucfkphepkeeirddufeelrdduieejrdegudenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhephhgvlhhopegludelvddrudeikedruddruddthegnpdhinhgvthepkeeirddufeelrdduieejrdeguddpmhgrihhlfhhrohhmpehjohhnrdhtuhhrnhgvhiesughrohhnvggtohguvgdrohhrghdruhhkpdhnsggprhgtphhtthhopedupdhrtghpthhtoheptgihghifihhnqdgrphhpshestgihghifihhnrdgtohhm X-RazorGate-Vade-Verdict: clean 0 X-RazorGate-Vade-Classification: clean Received: from [192.168.1.105] (86.139.167.41) by re-prd-rgout-002.btmx-prd.synchronoss.net (5.8.716.04) (authenticated as jonturney@btinternet.com) id 613A8DE8247A5053 for cygwin-apps@cygwin.com; Sat, 21 May 2022 21:31:47 +0100 Message-ID: Date: Sat, 21 May 2022 21:31:46 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.9.0 From: Jon Turney Subject: Re: calm/mksetupini changes To: "cygwin-apps@cygwin.com" References: <24584cd3-406a-3ad1-ffe5-b2855f992627@dronecode.org.uk> Content-Language: en-GB In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1193.4 required=5.0 tests=BAYES_00, FORGED_SPF_HELO, KAM_DMARC_STATUS, KAM_LAZY_DOMAIN_SECURITY, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, SPF_HELO_PASS, SPF_NONE, TXREP, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) 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: Sat, 21 May 2022 20:31:50 -0000 On 28/03/2020 19:26, Jon Turney wrote: > > I've recently deployed some updates to calm, which change a few things > maintainers may notice: * reports are now sent to package maintainers when vaulting old packages, even when that's not caused by an upload (e.g. due to a change of test: status, or expiry policy) * the names of packages which have been completely removed are remembered so they are valid to appear in obsoletes: * packages without a maintainer are given the additional category 'Unmaintained' in setup.ini * package expiry refinements: - an empty, sourceless debuginfo package, or a useless debuginfo and source package pair will be expired - unused, deprecated, old shared library versions can be expired unused: no packages depend on it (rdepends is empty) deprecated: a later soversion exists (or the solibrary is no longer generated by the source package) old: over some threshold for package age At the moment, the package age threshold is set sufficiently high that no packages are selected, but I will be gradually winding it forward, to observe the effect on a small number of packages at a time. Eventually, this should eliminate packages in the deprecated so report [1] with a rdepends count of zero. To reduce the rdpepends count to zero, packages which depend on a deprecated soversion need to be rebuilt for a newer soversion. [1] https://cygwin.com/packages/reports/deprecated_so.html