From owner-freebsd-questions@freebsd.org Sat Feb 15 09:39:23 2020 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DA6932548B2 for ; Sat, 15 Feb 2020 09:39:23 +0000 (UTC) (envelope-from jacques+freebsd@foucry.net) Received: from boulangerie.foucry.net (boulangerie.foucry.net [62.210.131.96]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 48KQF65jWDz425L for ; Sat, 15 Feb 2020 09:39:22 +0000 (UTC) (envelope-from jacques+freebsd@foucry.net) Received: from tamanoir.foucry.net (localhost [127.0.0.1]) by boulangerie.foucry.net (Postfix) with ESMTP id A2B6F75B3A for ; Sat, 15 Feb 2020 10:39:17 +0100 (CET) X-Virus-Scanned: amavisd-new at foucry.net Received: from boulangerie.foucry.net ([127.0.0.1]) by tamanoir.foucry.net (mail.foucry.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id BukR9e7eYMXD for ; Sat, 15 Feb 2020 10:39:16 +0100 (CET) Received: from mithril.localdomain (lfbn-dij-1-55-62.w90-62.abo.wanadoo.fr [90.62.182.62]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by boulangerie.foucry.net (Postfix) with ESMTPSA id 90A5E75B39 for ; Sat, 15 Feb 2020 10:39:16 +0100 (CET) Received: from foucry.net (mithril.foucry.net [127.0.0.1]) (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) (No client certificate requested) by mithril.localdomain (Postfix) with ESMTPS id 2A4C228A1E for ; Sat, 15 Feb 2020 10:39:19 +0100 (CET) Date: Sat, 15 Feb 2020 10:39:18 +0100 From: Jacques Foucry To: freebsd-questions@freebsd.org Subject: Latest available patch version Message-ID: <20200215093918.GA2714@foucry.net> Mail-Followup-To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Rspamd-Queue-Id: 48KQF65jWDz425L X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=fail reason="No valid SPF, No valid DKIM" header.from=foucry.net (policy=none); spf=fail (mx1.freebsd.org: domain of jacques@foucry.net does not designate 62.210.131.96 as permitted sender) smtp.mailfrom=jacques@foucry.net X-Spamd-Result: default: False [-1.24 / 15.00]; ARC_NA(0.00)[]; R_SPF_FAIL(1.00)[-all]; RCVD_COUNT_FIVE(0.00)[5]; RCVD_VIA_SMTP_AUTH(0.00)[]; FROM_HAS_DN(0.00)[]; DMARC_POLICY_SOFTFAIL(0.10)[foucry.net : No valid SPF, No valid DKIM,none]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-questions@freebsd.org]; TO_DN_NONE(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; RCVD_TLS_LAST(0.00)[]; NEURAL_HAM_MEDIUM(-0.99)[-0.992,0]; IP_SCORE(-0.25)[ip: (-1.23), ipnet: 62.210.0.0/16(-0.23), asn: 12876(0.22), country: FR(0.00)]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:12876, ipnet:62.210.0.0/16, country:FR]; TAGGED_FROM(0.00)[freebsd]; MID_RHS_MATCH_FROM(0.00)[]; RECEIVED_SPAMHAUS_PBL(0.00)[62.182.62.90.khpj7ygk5idzvmvt5x4ziurxhy.zen.dq.spamhaus.net : 127.0.0.11] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Feb 2020 09:39:23 -0000 Hello friends, I MUST be stupid, there is no other explanation. If it's easy to see the current running patch level of a computer `# uname -rms FreeBSD 12.1-RELEASE-p1 amd64` Patch level p1 in this case, I don't know where to find the latest available patch level on the net. `https://www.freebsd.org/releases/` talk about major releases, but nothing abut patch level. Where can I find this information? Thanks in advance for you time about my silly question. -- Jacques Foucry