From nobody Sun Jun 19 10:52:49 2022 X-Original-To: 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 9B9C5872912 for ; Sun, 19 Jun 2022 10:53:01 +0000 (UTC) (envelope-from ronald-lists@klop.ws) Received: from smarthost1.greenhost.nl (smarthost1.greenhost.nl [195.190.28.88]) (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 4LQqPS2zYbz3sxT for ; Sun, 19 Jun 2022 10:53:00 +0000 (UTC) (envelope-from ronald-lists@klop.ws) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=klop.ws; s=mail; h=In-Reply-To:Message-ID:From:Content-Transfer-Encoding:MIME-Version: Cc:Date:References:Subject:To:Content-Type:Sender:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=iN67k+ZiM6kDblUssYVytsNXCiwfzst/SzNshmJr18c=; b=Q97V8fHSFuRwk9OSlSQyiTvWSn b4Ap2qHmEode4RRuzO+rB9qizLa3u58PWnUedopMzAuMSOYdf6uUYgoqEkr4MTvKKOpM+YfvMg6Er inxrE6KAV6z65T095M0qG1XqZeP1eIbYIdWp0fWtrfoFmZqgIkok/xYB4N2N5LyaCvpM=; Content-Type: text/plain; charset=iso-8859-15; format=flowed; delsp=yes To: ports@freebsd.org, Carmel Subject: Re: Updating Samba References: Date: Sun, 19 Jun 2022 12:52:49 +0200 Cc: awalker@ixsystems.com 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 Content-Transfer-Encoding: 7bit From: "Ronald Klop" Message-ID: In-Reply-To: User-Agent: Opera Mail/1.0 (Win32) X-Authenticated-As-Hash: bdb49c4ff80bd276e321aade33e76e02752072e2 X-Virus-Scanned: by clamav at smarthost1.greenhost.nl X-Spam-Level: / X-Spam-Score: -0.4 X-Spam-Status: No, score=-0.4 required=5.0 tests=ALL_TRUSTED,BAYES_50,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,T_SCC_BODY_TEXT_LINE autolearn=disabled version=3.4.2 X-Scan-Signature: 5a1627636b35b65657045ef62631cd80 X-Rspamd-Queue-Id: 4LQqPS2zYbz3sxT X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=klop.ws header.s=mail header.b=Q97V8fHS; dmarc=pass (policy=quarantine) header.from=klop.ws; spf=pass (mx1.freebsd.org: domain of ronald-lists@klop.ws designates 195.190.28.88 as permitted sender) smtp.mailfrom=ronald-lists@klop.ws X-Spamd-Result: default: False [-2.86 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-0.996]; R_DKIM_ALLOW(-0.20)[klop.ws:s=mail]; RCPT_COUNT_THREE(0.00)[3]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:195.190.28.64/27]; FROM_HAS_DN(0.00)[]; MIME_GOOD(-0.10)[text/plain]; NEURAL_HAM_LONG(-1.00)[-1.000]; TO_MATCH_ENVRCPT_SOME(0.00)[]; DKIM_TRACE(0.00)[klop.ws:+]; DMARC_POLICY_ALLOW(-0.50)[klop.ws,quarantine]; RCVD_IN_DNSWL_NONE(0.00)[195.190.28.88:from]; NEURAL_HAM_SHORT(-0.36)[-0.365]; MLMMJ_DEST(0.00)[ports]; FREEMAIL_TO(0.00)[freebsd.org,outlook.com]; RCVD_COUNT_ZERO(0.00)[0]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; MID_RHS_NOT_FQDN(0.50)[]; ASN(0.00)[asn:47172, ipnet:195.190.28.0/24, country:NL] X-ThisMailContainsUnwantedMimeParts: N On Sun, 19 Jun 2022 11:35:22 +0200, Carmel wrote: > I was just wondering why the ports version of Samba is so far behind > the official latest release of this software. Currently, the ports > system is only up to version samba 4.13.17_1, released in 2020. The > latest official release is Samba 4.16.2 as listed on the samba web site. > > Is this due to some technical problem? I have Googled but found nothing > specific to this matter. > > Thanks! > iXsystems ported Samba 4.15 for TrueNAS. I don't know why they did not try to get that into the regular ports tree or how much effort it took them to accomplish this. I'll cc the maintainer of them. root@freenas[~]# pkg info samba samba-4.15.7_1 Name : samba Version : 4.15.7_1 Installed on : Mon May 9 19:39:04 2022 CEST Origin : net/samba Architecture : FreeBSD:13:amd64 Prefix : /usr/local Categories : net Licenses : GPLv3 Maintainer : awalker@ixsystems.com WWW : http://www.samba.org/ Comment : Free SMB/CIFS and AD/DC server and client for Unix Regards, Ronald.