From nobody Sun Jun 28 23:08:02 2026 X-Original-To: dev-commits-src-main@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 4gpQ762dLbz6jNLM for ; Sun, 28 Jun 2026 23:08:02 +0000 (UTC) (envelope-from git@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 "YR1" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4gpQ761Zxtz3Nc0 for ; Sun, 28 Jun 2026 23:08:02 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1782688082; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=6i1FZy+r1/3vnM8Jcz6JRanYcDD31bNfA5O6WEdUcjA=; b=PeYuQ4fwkf8sVKN7F+ILrClY5Q2rfX2jLiOgcvnlXWdzAaGtjbhf3o2fTpEsEXQ3bRTD1M 0mnT9AjgujI8IfZkCoyloep59IAO4GTONvB+AXFuywIfzt2bMZOLJIa9V34SexvdKJcTYJ YMsk4WGLnOP+b6qiNUkLSz2vgX8Nsw6cI+5xvOqRBQAtSo3H6vl8LDmXUcYHkKp5bry0xL /x09/P6ERwMqawmAElRV3VDcP12Ur26tz9Xkl/l51AyU7uEANtYO7EaQQGx7k2eRy1HHnH niUK/2hdnGVoknRPaDQk1+Z7va5mW347J+81s7HP8ElRJ06UEynsbaw1ZClTow== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1782688082; a=rsa-sha256; cv=none; b=yGlspsELHI0iKn2Izd96B1OHRXauzpEHE8rlYk4HIzn/2zD5LX0csDBrW8C3SDPBtlD83D XuC8CouI5GAAn0d0ABFTvcES8kliZmXjnDw4++9c5ElwNShC0PIqdtzPUxAlTj9xIERXWl HEC/R3gByLrfYhgQhGz1CoH0ptqiiHKBpW2RaBdhwIq7oRtmJDE301jePbg/d+H5bGEy8f QyyNQcUoFAk6zpL/vJTUZ3kBXcECS7/aFWGSfx7Cffd+wohWLwevhGGRJIfYjs1rH8kHIu oSLzKD2lUBtyrZ/7a9qA81P436KaLOyTOFvZPbl/mNSkYAw4qNjzfj1s/ETApA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1782688082; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=6i1FZy+r1/3vnM8Jcz6JRanYcDD31bNfA5O6WEdUcjA=; b=dhvvNCEuFv/nnuYvEKG6NZMlKHs/t3DVaL3NpalfoNNcE3W5QvPRjwM9P1QEO5LyGULb/F OTwCG8hF4efkbjU6oNKYdK1ReJZFRgLdHIi5vI2ahv37t1YHPcb4fnNm1xRU9NHlJJXo4W mQh8sSOxXfNzdpnMCS6qry2ItPZcz5BLNHLkXVYy6+82nrIWL7otu/WFcuVpQVg+mB+gJn 6HNLfHt3XHQzWF5Uyxka/5xdiKht01ggBfIEDSXfJQPhf3lU7u3iah8aRCGUp4v4ex0ycJ ALr5QVqr9fCFF7VCQ+yMnQmUO/Lo+c8vw+Slq/ZBrJd63sLyV5coPd2eNITo6Q== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4gpQ760QKgzXZV for ; Sun, 28 Jun 2026 23:08:02 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 40145 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Sun, 28 Jun 2026 23:08:02 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: Jose Luis Duran Subject: git: 77ca1ce66283 - main - locale: Do not strip the suffix from CLDRVERSION List-Id: Commit messages for the main branch of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-main@freebsd.org Sender: owner-dev-commits-src-main@FreeBSD.org List-Id: List-Post: List-Help: List-Subscribe: List-Unsubscribe: List-Owner: Precedence: list MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jlduran X-Git-Repository: src X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 77ca1ce66283aa84258ef2323b692711df16158c Auto-Submitted: auto-generated Date: Sun, 28 Jun 2026 23:08:02 +0000 Message-Id: <6a41a952.40145.6aabfb20@gitrepo.freebsd.org> The branch main has been updated by jlduran: URL: https://cgit.FreeBSD.org/src/commit/?id=77ca1ce66283aa84258ef2323b692711df16158c commit 77ca1ce66283aa84258ef2323b692711df16158c Author: Jose Luis Duran AuthorDate: 2026-06-28 23:07:23 +0000 Commit: Jose Luis Duran CommitDate: 2026-06-28 23:07:23 +0000 locale: Do not strip the suffix from CLDRVERSION The upstream CLDR directory structure requires the full version string. Remove the ':R' modifier to fix the fetch paths. Previously this worked because major releases were published in a directory without the ".0" suffix, while the filenames included it. Starting with CLDR 47, the upstream layout changed to use the full version string exclusively, causing the fetch URLs to break for point releases. MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D57625 --- tools/tools/locale/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/tools/locale/Makefile b/tools/tools/locale/Makefile index 24701af85199..69988ced09c8 100644 --- a/tools/tools/locale/Makefile +++ b/tools/tools/locale/Makefile @@ -122,9 +122,9 @@ ENCODINGS= UTF-8 \ UTF-32 # CLDR files -CLDRFILES_CORE= https://unicode.org/Public/cldr/${CLDRVERSION:R}/core.zip -CLDRFILES_KEY= https://unicode.org/Public/cldr/${CLDRVERSION:R}/cldr-keyboards-${CLDRVERSION}.zip -CLDRFILES_TOOLS=https://unicode.org/Public/cldr/${CLDRVERSION:R}/cldr-tools-${CLDRVERSION}.jar +CLDRFILES_CORE= https://unicode.org/Public/cldr/${CLDRVERSION}/core.zip +CLDRFILES_KEY= https://unicode.org/Public/cldr/${CLDRVERSION}/cldr-keyboards-${CLDRVERSION}.zip +CLDRFILES_TOOLS=https://unicode.org/Public/cldr/${CLDRVERSION}/cldr-tools-${CLDRVERSION}.jar CLDRFILES_UCD= https://www.unicode.org/Public/${UCDVERSION}/ucd/UCD.zip # fetch and extract targets