From nobody Tue Feb 04 19:53:14 2025 X-Original-To: dev-commits-ports-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 4YnYvV5FNkz5mMkN; Tue, 04 Feb 2025 19:53:26 +0000 (UTC) (envelope-from kiwi@oav.net) Received: from z1.oav.net (z1.oav.net [IPv6:2001:67c:25e8:dead::20]) (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 mx1.freebsd.org (Postfix) with ESMTPS id 4YnYvT286kz3GPf; Tue, 04 Feb 2025 19:53:25 +0000 (UTC) (envelope-from kiwi@oav.net) Authentication-Results: mx1.freebsd.org; none Received: from localhost (ip6-localhost [IPv6:::1]) by z1.oav.net (Postfix) with ESMTP id 2031C1AE39E; Tue, 4 Feb 2025 20:53:18 +0100 (CET) Received: from z1.oav.net ([IPv6:::1]) by localhost (z1.oav.net [IPv6:::1]) (amavis, port 10032) with ESMTP id T63dQwGBIlNQ; Tue, 4 Feb 2025 20:53:14 +0100 (CET) Received: from localhost (ip6-localhost [IPv6:::1]) by z1.oav.net (Postfix) with ESMTP id B3F821107494; Tue, 4 Feb 2025 20:53:14 +0100 (CET) X-Virus-Scanned: amavis at z1.oav.net Received: from z1.oav.net ([IPv6:::1]) by localhost (z1.oav.net [IPv6:::1]) (amavis, port 10026) with ESMTP id cojp6ffKwDAF; Tue, 4 Feb 2025 20:53:14 +0100 (CET) Received: from z1.oav.net (z1.oav.net [193.43.215.20]) by z1.oav.net (Postfix) with ESMTP id 6E6B9F28231; Tue, 4 Feb 2025 20:53:14 +0100 (CET) Date: Tue, 4 Feb 2025 20:53:14 +0100 (CET) From: Xavier Beaudouin To: Antoine Brodin Cc: Xavier Beaudouin , ports-committers , dev-commits-ports-all , dev-commits-ports-main Message-ID: <995113626.59695.1738698794191.JavaMail.zimbra@oav.net> In-Reply-To: References: <202501301443.50UEhtkL092630@gitrepo.freebsd.org> Subject: Re: git: cc1cc2ba1a7c - main - devel/talloc242: Update to 2.4.2 List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-ports-all@freebsd.org Sender: owner-dev-commits-ports-all@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Originating-IP: [193.43.215.20] X-Mailer: Zimbra 8.8.15_GA_4717 (ZimbraWebClient - FF135 (Mac)/8.8.15_GA_4717) Thread-Topic: cc1cc2ba1a7c - main - devel/talloc242: Update to 2.4.2 Thread-Index: KZK3RaNoY8XeKdCRHjmhnQhcn3oatw== X-Rspamd-Queue-Id: 4YnYvT286kz3GPf 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:34958, ipnet:2001:67c:25e8::/48, country:FR] Hello Antoine, There is already a https://reviews.freebsd.org/D48826 for that. Kind regards, Xavier ----- Mail original ----- > De: "Antoine Brodin" > =C3=80: "Xavier Beaudouin" > Cc: "ports-committers" , "dev-commits-ports= -all" , > "dev-commits-ports-main" > Envoy=C3=A9: Mardi 4 F=C3=A9vrier 2025 19:40:59 > Objet: Re: git: cc1cc2ba1a7c - main - devel/talloc242: Update to 2.4.2 > On Thu, Jan 30, 2025 at 3:44=E2=80=AFPM Xavier Beaudouin wrote: >> >> The branch main has been updated by kiwi: >> >> URL: >> https://cgit.FreeBSD.org/ports/commit/?id=3Dcc1cc2ba1a7c7e9449130b9fc24b= 144e641e0e09 >> >> commit cc1cc2ba1a7c7e9449130b9fc24b144e641e0e09 >> Author: Xavier Beaudouin >> AuthorDate: 2025-01-28 09:36:32 +0000 >> Commit: Xavier Beaudouin >> CommitDate: 2025-01-30 14:41:59 +0000 >> >> devel/talloc242: Update to 2.4.2 >> >> Also hook it to the build. >> >> PR: 280533 >> Sponsored by: Klara, Inc. >> Approved by: 0mp (mentor) >> Approved by: samba (0mp, kiwi) >> Differential Revision: https://reviews.freebsd.org/D48657 >=20 > Hello, >=20 > There is a problem, there are 2 packages named talloc, 2 packages > named tdb, 2 packages named tevent. > Please fix (for instance using PKGNAMESUFFIX) or revert those additions. >=20 > Antoine