From nobody Fri May 26 07:53:03 2023 X-Original-To: freebsd-ports@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 4QSHGb23m7z4V94w for ; Fri, 26 May 2023 07:53:11 +0000 (UTC) (envelope-from ml@netfence.it) Received: from soth.netfence.it (mailserver.netfence.it [78.134.96.152]) (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 (2048 bits) client-digest SHA256) (Client CN "mailserver.netfence.it", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4QSHGZ4mKVz466p for ; Fri, 26 May 2023 07:53:10 +0000 (UTC) (envelope-from ml@netfence.it) Authentication-Results: mx1.freebsd.org; none Received: from [192.168.99.133] ([93.117.172.136]) (authenticated bits=0) by soth.netfence.it (8.17.1/8.17.1) with ESMTPSA id 34Q7r3am086231 (version=TLSv1.3 cipher=TLS_AES_128_GCM_SHA256 bits=128 verify=NO); Fri, 26 May 2023 09:53:03 +0200 (CEST) (envelope-from ml@netfence.it) X-Authentication-Warning: soth.netfence.it: Host [93.117.172.136] claimed to be [192.168.99.133] Message-ID: <92e6b0a1-e15e-75ee-d512-a0c0267f8a7d@netfence.it> Date: Fri, 26 May 2023 09:53:03 +0200 List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0 Subject: Re: Samba troubles after 13.1 -> 13.2 upgrade Content-Language: en-US To: Kevin Oberman Cc: freebsd-ports@freebsd.org References: From: Andrea Venturoli In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 2.86 X-Rspamd-Queue-Id: 4QSHGZ4mKVz466p X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:35612, ipnet:78.134.0.0/17, country:IT] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-ThisMailContainsUnwantedMimeParts: N On 5/26/23 06:49, Kevin Oberman wrote: > That's not how packages work.  Packages are built for the oldest > supported minor version for a given major version, so ports are still > built on 13.1 and will be until 13.1 EOLs in, I think, in July. That's how they work, as I build them myself with Poudriere :) > the > issue you are seeing must be an issue in something in the system or, That's what I suppose. Probably it would show up even if I didn't reinstall packages. > possibly, a change in default options, assuming that the port version > has not changed. Port version has not changed and options are the same for sure (as I set them myself). bye & Thanks av.