96.47.72.83]) (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 "smtp.freebsd.org", Issuer "R13" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4d4mdy0xFLz3SV2; Mon, 10 Nov 2025 10:50:14 +0000 (UTC) (envelope-from ivy@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1762771814; 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=7WFIDfyVViVID7fn+IVAu6svFA7MB1KD3tsRENjz9EU=; b=QaaRHkS17t02rvK+4OZVmfEsfZ05+oSN2fNk8Q20rdA9giPPO2kndm8DmSwo6TcRI2qCzc 63jGvnXoatrHfDE48YNjngPVQPGkkUMJrOUqPtasaS7u7JU2rjy05JJ65vQuT1f7UcboU6 tfs4HW+BZ+JwMprcVP+RggNhmWP8QznR7tqGZS2lj3wqX7OZmpEMZYrTmfdVd1KpUbEU9J MZWsk3bcU5rHJvPKrVkc0hsH3eHiGuQNjrgNYFGogrGhKSnS8YxTZwzvluDWmB9Tuq/ZMA DLU2/GWZeHzcNnPxSlbSX5iz5jl1zHRKGUHtriD5hD/VaX/YqcbSuVUWi8azNA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1762771814; 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=7WFIDfyVViVID7fn+IVAu6svFA7MB1KD3tsRENjz9EU=; b=gG0ODNJe/q/UCpqSy3uCugqV78IQwB+mfjk7sb8BmR3n5dWsISpyBknPttsn5mz7FEtNGN PZWabAARESgxNCv/H/R/I7HT20v3exaJapPzq6ubcOyilsQV5NATCYMOJZaV7LTYUfZWFp tVl7MAf3ChB4wzZCXHwicOmTFQP7pDDv6lqKr8CBBSbT18VuLR5jwxt3rjPf27XnFgBeFt oSsyQrLXr1vXbiAxIoC67bugpXhUy+jzZdg0DBLgAvh2xMfa9maxHTp1rvVmH+jjLhZXRI B5rw2SX465Pf5FwzQG/eRVJJm3qPfc9eOPABUvtOb3bIMzH6uWvbP4Qy/iNJsA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1762771814; a=rsa-sha256; cv=none; b=Jb0HkRVdoEyPcZizc0J03O7+D/k+7RB9BLI399cdI2M9Cn7V4quz0MFGI+1J+E2pL+UF+b PhdFZJ3sp6+kCx21tuai8OvgRkpbDo0EYmsiKATfZeVrnFTKsu9FApTkXEpAAz3h0Wz/q9 DxgFuNPmRwXsri0msdQvTQI1bERu73/pzYXr1KirjJye4DylJCI7VcaWIlneW0g6fYlSMz Q64DlMepp2MmnHyecjwrR7Ff+wM+lY7UlNKRVMdn12NXoPqcFiL/TuPw++cLuPC8u07tz2 rWnaS/FrqYk0D09nbcsN/CXkWMSPGI+tSt9VpPmVYmIHl3ct9Eb9HxLxYo60Lw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none Received: from amaryllis.le-fay.org (amaryllis.le-fay.org [IPv6:2a00:1098:6b:400::9]) (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) (Authenticated sender: ivy/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 4d4mdx50yhznV9; Mon, 10 Nov 2025 10:50:13 +0000 (UTC) (envelope-from ivy@freebsd.org) Date: Mon, 10 Nov 2025 10:49:49 +0000 From: Lexi Winter To: current@freebsd.org, pkgbase@freebsd.org Subject: HEADS UP (16.0 pkgbase): new package for PAM Message-ID: Mail-Followup-To: current@freebsd.org, pkgbase@freebsd.org List-Id: Discussions about the use of FreeBSD-current List-Archive: https://lists.freebsd.org/archives/freebsd-current List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-current@FreeBSD.org MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="zcr7DNOMo9lSiBp/" Content-Disposition: inline --zcr7DNOMo9lSiBp/ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline if you don't use pkgbase, you can ignore this mail. hello, i am about to commit a change to main (16.0) which adds a new package for OpenPAM. there are two notable packages in this change: * FreeBSD-pam-lib contains libpam, which is used by applications that want to authenticate users (e.g. login(1) or sshd(8)), and will be installed automatically via shlib deps in most cases. * FreeBSD-pam contains the PAM modules (e.g., pam_unix.so), which are required for PAM user authentication to work; this package will *not* be installed via shlib deps. FreeBSD-pam will be automatically installed if the minimal(-jail) set is installed, or if the optional or base sets are installed, since those depend on minimal. if you don't have any of those sets installed, and you need user authentication, you MUST install the FreeBSD-pam package when updating past this change or you will no longer be able to log in. (if you don't have set-minimal(-jail) installed, i recommend installing it since essential system components will always be part of the minimal set, but this isn't a requirement if you prefer to install new packages manually.) this change will not be MFC'd to stable/15. --zcr7DNOMo9lSiBp/ Content-Type: application/pgp-signature; name=signature.asc -----BEGIN PGP SIGNATURE----- iHUEABYKAB0WIQSyjTg96lp3RifySyn1nT63mIK/YAUCaRHDSgAKCRD1nT63mIK/ YDyLAQDt3B21KeQelhpTAgvNk13MQZehGj/izYeUqXFHpLPU3wD/b84w4JwNQESO NnAltjruwAR4xHFuabRN0Grb5+MJTQc= =SJhJ -----END PGP SIGNATURE----- --zcr7DNOMo9lSiBp/--