From nobody Wed Oct 13 18:35:18 2021 X-Original-To: pkg@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 158CF17FECEC for ; Wed, 13 Oct 2021 18:35:18 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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 RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HV1Rn73H4z4b5L for ; Wed, 13 Oct 2021 18:35:17 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D32F32C9D1 for ; Wed, 13 Oct 2021 18:35:17 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 19DIZHfb043205 for ; Wed, 13 Oct 2021 18:35:17 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 19DIZHNu043204 for pkg@FreeBSD.org; Wed, 13 Oct 2021 18:35:17 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" From: bugzilla-noreply@freebsd.org To: pkg@FreeBSD.org Subject: maintainer-feedback requested: [Bug 259150] ports-mgmt/pkg: pkg install does not check FreeBSD_version annotation Date: Wed, 13 Oct 2021 18:35:18 +0000 X-Bugzilla-Type: request X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: pkg@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? Message-ID: In-Reply-To: References: X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Binary package management and package tools discussion List-Archive: https://lists.freebsd.org/archives/freebsd-pkg List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-pkg@freebsd.org MIME-Version: 1.0 X-ThisMailContainsUnwantedMimeParts: N Bugzilla Automation has asked freebsd-pkg (Nobody) for maintainer-feedback: Bug 259150: ports-mgmt/pkg: pkg install does not check FreeBSD_version annotation https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D259150 --- Description --- Overview: Calling `pkg install $LOCAL_FILE`, where LOCAL_FILE is either a local pa= th to a valid package file or a file scheme URI, never checks the `FreeBSD_version` metadata to see if the package file is from a future version of FreeBSD. This check is always performed when installing a local file with the `pkg add` command, unless the `IGNORE_OSVER` option is set. Steps to Reproduce: 1) Download the attached MANIFEST file. 2) Create a test package by running: pkg create -M $PATH_TO_MANIFEST_FILE pkg-create will write a file in the current directory named `fromthefuture-0.pkg` 3) Attempt to install using pkg-add: `pkg add fromthefuture-0.pkg` This will fail with the error: "pkg: Newer FreeBSD version for package fromthefuture" 4) Attempt to install using pkg-install: `pkg install /absolute/path/to/fromthefuture-0.pkg` This will succeed, despite the FreeBSD version mismatch. 5) Don't forget to remove this bogus package: `pkg remove -y fromthefuture` Actual Results: `pkg install` succeeded where `pkg add` refused. Expected Results: Both entrypoints to installing a package should perform the same checks on local package files. Build Date & Hardware: pkg 1.17.2 on FreeBSD 13.0-STABLE Additional Information: This behavior occurs due to the condition on line 1110 of pkg_add.c, in pkg_add_common(): =20=20 https://github.com/freebsd/pkg/blob/ef8e71553deb048004d40b70806867d6fa05b26= b/li bpkg/pkg_add.c#L1107-L1118 `pkg install` reaches `pkg_add_common()` via the wrapper function `pkg_add_from_remote()`, while `pkg add` reaches it via the wrapper function `pkg_add()`. The latter NULLs the `remote` argument, while the former passes a `struct pkg` pointer. In either case, the effect is to install a package from a local file. I'm mulling over the right way to possibly fix this, because the job executor is involved in `pkg install`. Therefore, it's a question where the "local file" detection code should live. Food for thought. From nobody Wed Oct 13 18:35:18 2021 X-Original-To: pkg@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 624F917FEE3E for ; Wed, 13 Oct 2021 18:35:18 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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 RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HV1Rp1Js7z4bDW for ; Wed, 13 Oct 2021 18:35:18 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0EA772CAB3 for ; Wed, 13 Oct 2021 18:35:18 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 19DIZIkf043209 for ; Wed, 13 Oct 2021 18:35:18 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 19DIZHN0043208 for pkg@FreeBSD.org; Wed, 13 Oct 2021 18:35:18 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: pkg@FreeBSD.org Subject: [Bug 259150] ports-mgmt/pkg: pkg install does not check FreeBSD_version annotation Date: Wed, 13 Oct 2021 18:35:18 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: ross@ross-williams.net X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: pkg@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Binary package management and package tools discussion List-Archive: https://lists.freebsd.org/archives/freebsd-pkg List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-pkg@freebsd.org MIME-Version: 1.0 X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D259150 Bug ID: 259150 Summary: ports-mgmt/pkg: pkg install does not check FreeBSD_version annotation Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: Individual Port(s) Assignee: pkg@FreeBSD.org Reporter: ross@ross-williams.net Assignee: pkg@FreeBSD.org Flags: maintainer-feedback?(pkg@FreeBSD.org) Created attachment 228675 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D228675&action= =3Dedit MANIFEST with FreeBSD_version from the future Overview: Calling `pkg install $LOCAL_FILE`, where LOCAL_FILE is either a local pa= th to a valid package file or a file scheme URI, never checks the `FreeBSD_version` metadata to see if the package file is from a future version of FreeBSD. This check is always performed when installing a local file with the `pkg add` command, unless the `IGNORE_OSVER` option is set. Steps to Reproduce: 1) Download the attached MANIFEST file. 2) Create a test package by running: pkg create -M $PATH_TO_MANIFEST_FILE pkg-create will write a file in the current directory named `fromthefuture-0.pkg` 3) Attempt to install using pkg-add: `pkg add fromthefuture-0.pkg` This will fail with the error: "pkg: Newer FreeBSD version for package fromthefuture" 4) Attempt to install using pkg-install: `pkg install /absolute/path/to/fromthefuture-0.pkg` This will succeed, despite the FreeBSD version mismatch. 5) Don't forget to remove this bogus package: `pkg remove -y fromthefuture` Actual Results: `pkg install` succeeded where `pkg add` refused. Expected Results: Both entrypoints to installing a package should perform the same checks on local package files. Build Date & Hardware: pkg 1.17.2 on FreeBSD 13.0-STABLE Additional Information: This behavior occurs due to the condition on line 1110 of pkg_add.c, in pkg_add_common(): =20=20 https://github.com/freebsd/pkg/blob/ef8e71553deb048004d40b70806867d6fa05b26= b/libpkg/pkg_add.c#L1107-L1118 `pkg install` reaches `pkg_add_common()` via the wrapper function `pkg_add_from_remote()`, while `pkg add` reaches it via the wrapper function `pkg_add()`. The latter NULLs the `remote` argument, while the former passes a `struct pkg` pointer. In either case, the effect is to install a package from a local file. I'm mulling over the right way to possibly fix this, because the job executor is involved in `pkg install`. Therefore, it's a question where the "local file" detection code should live. Food for thought. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Oct 14 16:23:26 2021 X-Original-To: pkg@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 5F6B817F32C3 for ; Thu, 14 Oct 2021 16:23:26 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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 RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HVZTB21gcz3Gts for ; Thu, 14 Oct 2021 16:23:26 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 26A87162FB for ; Thu, 14 Oct 2021 16:23:26 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 19EGNQm0059463 for ; Thu, 14 Oct 2021 16:23:26 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 19EGNQcw059462 for pkg@FreeBSD.org; Thu, 14 Oct 2021 16:23:26 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: pkg@FreeBSD.org Subject: [Bug 194689] ports-mgmt/pkg: pkg needs a stand-alone equivalent to portupgrade's "pkg_sort". Date: Thu, 14 Oct 2021 16:23:26 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: easy, feature, needs-patch X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: 0mp@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: pkg@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: keywords bug_status cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Binary package management and package tools discussion List-Archive: https://lists.freebsd.org/archives/freebsd-pkg List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-pkg@freebsd.org MIME-Version: 1.0 X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D194689 Mateusz Piotrowski <0mp@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |needs-patch Status|New |Open CC| |0mp@FreeBSD.org --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Oct 17 21:00:39 2021 X-Original-To: pkg@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 5364A1807EC3 for ; Sun, 17 Oct 2021 21:00:40 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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 RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HXXTg5jqmz4SrH for ; Sun, 17 Oct 2021 21:00:39 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7FB0A13F6D for ; Sun, 17 Oct 2021 21:00:39 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 19HL0dR8070757 for ; Sun, 17 Oct 2021 21:00:39 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 19HL0d1Z070756 for pkg@FreeBSD.org; Sun, 17 Oct 2021 21:00:39 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Message-Id: <202110172100.19HL0d1Z070756@kenobi.freebsd.org> X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@FreeBSD.org using -f From: bugzilla-noreply@FreeBSD.org To: pkg@FreeBSD.org Subject: Problem reports for pkg@FreeBSD.org that need special attention Date: Sun, 17 Oct 2021 21:00:39 +0000 List-Id: Binary package management and package tools discussion List-Archive: https://lists.freebsd.org/archives/freebsd-pkg List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-pkg@freebsd.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="16345044393.b90d4C.69093" Content-Transfer-Encoding: 7bit X-ThisMailContainsUnwantedMimeParts: Y --16345044393.b90d4C.69093 Date: Sun, 17 Oct 2021 21:00:39 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and obsolete releases. Status | Bug Id | Description ------------+-----------+--------------------------------------------------- Open | 220049 | ports-mgmt/pkg installs unneeded packages Open | 237369 | ports-mgmt/pkg: pkg delete removes required NLS d New | 256415 | ports-mgmt/pkg throws "Failed: extract" error in Open | 219036 | ports-mgmt/pkg: pkg confused, installs older ver 4 problems total for which you should take action. --16345044393.b90d4C.69093--