From nobody Thu Jun 26 11:59:51 2025 X-Original-To: dev-commits-src-all@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 4bScgh36CSz60TXR; Thu, 26 Jun 2025 12:00:00 +0000 (UTC) (envelope-from ziaee@FreeBSD.org) Received: from mailtransmit04.runbox.com (mailtransmit04.runbox.com [IPv6:2a0c:5a00:149::25]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (prime256v1) server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4bScgg6vCfz3nwf; Thu, 26 Jun 2025 11:59:59 +0000 (UTC) (envelope-from ziaee@FreeBSD.org) Authentication-Results: mx1.freebsd.org; none Received: from mailtransmit03.runbox ([10.9.9.163] helo=aibo.runbox.com) by mailtransmit04.runbox.com with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.93) (envelope-from ) id 1uUlGh-00Gg16-Rt; Thu, 26 Jun 2025 13:59:51 +0200 Received: from [10.9.9.128] (helo=rmmprod06.runbox) by mailtransmit03.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1uUlGh-0005G5-DM; Thu, 26 Jun 2025 13:59:51 +0200 Received: from mail by rmmprod06.runbox with local (Exim 4.86_2) (envelope-from ) id 1uUlGh-00009Z-CB; Thu, 26 Jun 2025 13:59:51 +0200 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-all@freebsd.org Sender: owner-dev-commits-src-all@FreeBSD.org MIME-Version: 1.0 Received: from [Authenticated alias (960477)] by runbox.com with http (RMM6); Thu, 26 Jun 2025 11:59:51 GMT From: "Alexander Ziaee" To: "Wolfram Schneider" , "Alexander Ziaee" CC: "src-committers" , "dev-commits-src-all" , "dev-commits-src-main" , "brooks" , "imp" , "bapt" Subject: Re: git: 4c07abdbacf4 - main - mandoc: Vendor import of upstream at 2025-06-13 Date: Thu, 26 Jun 2025 11:59:51 +0000 (UTC) X-RMM-Aliasid: 960477 X-Mailer: RMM6 In-Reply-To: Message-Id: X-Rspamd-Queue-Id: 4bScgg6vCfz3nwf X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:50304, ipnet:2a0c:5a00::/29, country:NO] On 2025-06-26 00:50 -04:00 EDT, "Wolfram Schneider" wro= te: > On Wed, 25 Jun 2025 at 19:53, Alexander Ziaee wrote: >> >> The branch main has been updated by ziaee: >> >> URL: https://cgit.FreeBSD.org/src/commit/?id=3D4c07abdbacf49e4ba749b8720= 916d8cd340a50b8 >> >> commit 4c07abdbacf49e4ba749b8720916d8cd340a50b8 >> Merge: 7ed1628066ea 7a0bec970311 >> Author: Alexander Ziaee >> AuthorDate: 2025-06-25 17:50:25 +0000 >> Commit: Alexander Ziaee >> CommitDate: 2025-06-25 17:52:14 +0000 >> >> mandoc: Vendor import of upstream at 2025-06-13 >> >> Interesting changes: >> + Lb is now part of SNYOPSIS, the LIBRARY section is deprecated >> + Ft now takes multiple args, and no longer should be quoted >> + Fix a segfaut on malformed Tg markup >> >> contrib/mandoc/mandocdb.c | 27 ++++++++-- >> contrib/mandoc/mdoc.7 | 109 +++++++++++++++++++++++-----------= ------- >> contrib/mandoc/mdoc_macro.c | 7 ++- >> contrib/mandoc/mdoc_validate.c | 37 +++++++++++--- >> 4 files changed, 117 insertions(+), 63 deletions(-) >=20 > You didn't updated the VERSION in src/contrib/mandoc/Makefile > The codebase is no longer a stock 1.14.6 Thanks! What should I bump it to? Looking at the log for the Makefile, it s= eems no one has updated the version string for a snapshot so far. Best, Alex=