From nobody Mon Apr 29 10:49:53 2024 X-Original-To: freebsd-ports@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4VSg8s5gdHz5J3xM for ; Mon, 29 Apr 2024 10:50:37 +0000 (UTC) (envelope-from Alexander@Leidinger.net) Received: from mailgate.Leidinger.net (bastille.leidinger.net [89.238.82.207]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature ECDSA (P-256) client-digest SHA256) (Client CN "mailgate.leidinger.net", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4VSg8r4vN8z4r7f for ; Mon, 29 Apr 2024 10:50:36 +0000 (UTC) (envelope-from Alexander@Leidinger.net) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=leidinger.net header.s=outgoing-alex header.b=KSvXKV3I; dmarc=pass (policy=quarantine) header.from=leidinger.net; spf=pass (mx1.freebsd.org: domain of Alexander@Leidinger.net designates 89.238.82.207 as permitted sender) smtp.mailfrom=Alexander@Leidinger.net List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: freebsd-ports@freebsd.org Sender: owner-freebsd-ports@FreeBSD.org MIME-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=leidinger.net; s=outgoing-alex; t=1714387813; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=kpv+z2ERv2QfIgTcmwcSw+cBv4fVFzDN0+LRm4wDGUs=; b=KSvXKV3IaAoDYm65/E150kx6OLmhJMMzVn+AWbdnLvNWqqyI6zJ1vkWP2sl3ZVWRRObHIm 2WL8fE+JziRyR2LlY7UO+TXzcPGK1yByGkTm0ZJ7c6ZlI+GqjGhnBbmHwX5jR1hTtvtTrs TOyfcrZyjwN1Y4K/PrsuNaJ6G7/9Wrg35a+D9suQ9tAVxcHkfLn087D8fClvInW2kjhNk6 ufxaqe7cOySg/RnG+Vk7gFVYzUAFd0f/n3oTsGrJR9c7nP9r5JbHD/5kVQkCsyihNw6v+i dX51HkI4exuI5f9C1jV1v/MKhBoEM34CH61hiWVNSjecv0IvccWFHB6TnOKB+Q== Date: Mon, 29 Apr 2024 12:49:53 +0200 From: Alexander Leidinger To: Freebsd Ports Subject: pkg upgrade odity Message-ID: <6e8aea8cce83e0a82be430be1989980a@Leidinger.net> Organization: No organization, this is a private message. Content-Type: multipart/signed; protocol="application/pgp-signature"; boundary="=_2eac8e79d6e9ac964b95ee1aa01791cf"; micalg=pgp-sha256 X-Spamd-Bar: ------ X-Spamd-Result: default: False [-6.10 / 15.00]; SIGNED_PGP(-2.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-0.999]; DMARC_POLICY_ALLOW(-0.50)[leidinger.net,quarantine]; MIME_GOOD(-0.20)[multipart/signed,text/plain]; R_SPF_ALLOW(-0.20)[+mx]; R_DKIM_ALLOW(-0.20)[leidinger.net:s=outgoing-alex]; MISSING_XM_UA(0.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:~]; RCPT_COUNT_ONE(0.00)[1]; ASN(0.00)[asn:34240, ipnet:89.238.64.0/18, country:DE]; HAS_ORG_HEADER(0.00)[]; DKIM_TRACE(0.00)[leidinger.net:+]; ARC_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; FROM_HAS_DN(0.00)[]; RCVD_COUNT_ZERO(0.00)[0]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MLMMJ_DEST(0.00)[freebsd-ports@freebsd.org]; TO_DN_ALL(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; HAS_ATTACHMENT(0.00)[] X-Rspamd-Queue-Id: 4VSg8r4vN8z4r7f This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --=_2eac8e79d6e9ac964b95ee1aa01791cf Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; format=flowed Hi, pkg wants to remove some package on upgrade. I do not understand why... ---snip--- # pkg upgrade Updating FreeBSD repository catalogue... Fetching meta.conf: 100% 178 B 0.2kB/s 00:01 Fetching data.pkg: 100% 130 KiB 133.5kB/s 00:01 Processing entries: 100% FreeBSD repository update completed. 467 packages processed. All repositories are up to date. Checking for upgrades (1 candidates): 100% Processing candidates (1 candidates): 100% The following 4 package(s) will be affected (of 0 checked): Installed packages to be REMOVED: mosh: 1.4.0_2 netdata: 1.43.2_1 protobuf: 24.4,1 Installed packages to be UPGRADED: rsync: 3.2.7_1 -> 3.3.0 Number of packages to be removed: 3 Number of packages to be upgraded: 1 The operation will free 55 MiB. 405 KiB to be downloaded. Proceed with this action? [y/N]: n ---snip--- If I do this instead, it is doing what I expect the former command to do: ---snip--- # pkg upgrade mosh netdata protobuf rsync Updating FreeBSD repository catalogue... FreeBSD repository is up to date. All repositories are up to date. The following 1 package(s) will be affected (of 0 checked): Installed packages to be UPGRADED: rsync: 3.2.7_1 -> 3.3.0 Number of packages to be upgraded: 1 405 KiB to be downloaded. Proceed with this action? [y/N]: ---snip--- Any ideas why it wants to remove those packages in the first case? Bye, Alexander. -- http://www.Leidinger.net Alexander@Leidinger.net: PGP 0x8F31830F9F2772BF http://www.FreeBSD.org netchild@FreeBSD.org : PGP 0x8F31830F9F2772BF --=_2eac8e79d6e9ac964b95ee1aa01791cf Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc; size=833 Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEER9UlYXp1PSd08nWXEg2wmwP42IYFAmYve2IACgkQEg2wmwP4 2IYJqw/9HbIHk69USytEU8eeYMOCrMq0FwDePho2vH9tQiCsG7EbSYhggrzaxoxL KZgz0dXDG/Al1LTSIMMp6wb3053VhvFjJr7GMz+mFupYw4L/gPYJn14dNqsg2a16 o8RrS+P7r7dZx0z8xMx7Hy49wlJgXfgQ5Ml+rYn3HPcIJwfQidmX6M5fJM+2YFj3 hiwFkLya2krHmJZqmqA2ee32hC8XGjt3J1z7AaWiiSU8TNnKh4Rp9UD0PoLFQCcY HELmoWqHuOLMnOXvNskLdWQyWf3P6xe5K2ypeCtlv5nBkpy9CRnWApKGxjCmkolU CLjVBtgyTJcWYzaIEcdkex3Thc06ZSgraJd2UyrTLU+G8k830HGMJ4BpI89XiKez 83Xt+wal50jsZgp1Z4luy0xBB97SLR3dTYawlqkYQOAL9z8yW5YNqnqkwBCY99q0 W8uKJ3w61+XldzoBlIemcEhZCK8Zi6H23ca0lh7GSGOIjldLY9Uf8st1i9pXR5HS dqF5+7B1HaZ2SCBjXiU0OeQTPGMt12AwP4q/vugEaIyRmVVUaeTQdgaCcLcYuvpb DseuZkfezPZ7o41VNHFi4extoJlPw32rR7KNYsK+/yw3mFNlJQlshdEgbztWQuQF /J8xM1Bxgk8MIdqLgVcCE2DlMLht9S22w5ccz2+FD7dvCF0gtv8= =Pv9I -----END PGP SIGNATURE----- --=_2eac8e79d6e9ac964b95ee1aa01791cf--