Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.19.9_8 12 Mar 2025 09:02:37
    |
Michael Osipov (michaelo)  |
net/samba4{19,20}: Rework manpages handling
* Rename option MANDOC to MANPAGES to match with other ports and
Mk/bsd.options.desc.mk.
* Remove outdated, incorrect, precompiled manpages from ${FILESDIR}/files/man.
* Properly disable manpages generation since XSLTPROC was set to true(1) WAF
always assumed xsltproc(1) to work and if any automatic dependency pulled in
textproc/docbook-xsl, manpages were generated even if explicitly disabled.
PR: 281415
Approved by: jrm (mentor), mikael, 0mp
Differential Revision: https://reviews.freebsd.org/D49299 |
4.19.9_7 08 Mar 2025 14:05:10
    |
Gleb Popov (arrowd)  |
*: Bump revisions after dbus update
PR: 285253
Reported by: Martin Birgmeier <d8zNeCFG@aon.at> |
4.19.9_6 05 Mar 2025 15:00:42
    |
Baptiste Daroussin (bapt)  |
net/samba*: fix plist after removal of SPOTLIGHT option |
4.19.9_6 05 Mar 2025 10:30:38
    |
Baptiste Daroussin (bapt)  |
gnome: remove tracker2
Tracker2 has long ago been replaced by tracker3 which is also gone now
and replaced by tinysparql.
Tracker2 is creating some complication for many ports (including
grilo-plugins) when installed, considering it not supported anymore,
just remove it instead of fighting it in each related port |
4.19.9_6 18 Feb 2025 16:49:02
    |
Michael Osipov (michaelo)  Author: Andrea Venturoli |
net/samba4{19,20}: "samba-tool domain backup offline" hangs
PR: 250906
Tested by: ml@netfence.it
Approved by: otis (mentor), kiwi, vvd, allanjude
MFH: 2025Q1
Differential Revision: https://reviews.freebsd.org/D49044 |
4.19.9_5 04 Feb 2025 12:01:18
    |
Xavier Beaudouin (kiwi)  Author: shellingfield@icloud.com |
net/samba419: Fix plist for ad_dc replication
PR: 281672
Reported by: Oljas Kuzembaev <oljas@oml.su>
Approved by: 0mp (mentor)
Approved by: samba (0mp, kiwi)
Differential Revision: https://reviews.freebsd.org/D48827 |
4.19.9_5 13 Jan 2025 14:41:55
    |
Vladimir Druzenko (vvd)  |
net/samba419: add support of dns/bind920 for option AD_DC
PR: 284031
Approved by: 0mp (samba) |
4.19.9_4 12 Jan 2025 21:00:34
    |
Michael Osipov (michaelo)  Author: Timur I. Bakeyev |
net/samba419: Dynamically calculate FreeBSD proc_fd_pattern
Port timur's patch for dynamic calcuation of the proc fd (fdescfs)
pattern mounted by the samba_server RC script from net/samba416.
Tested by: michaelo
Approved by: jrm (mentor), mikael, timur
MFH: 2025Q1
Differential Revision: https://reviews.freebsd.org/D48416 |
4.19.9_3 12 Jan 2025 20:54:04
    |
Michael Osipov (michaelo)  Author: Peter Eriksson |
net/samba419: Use a simple approach to reconcile O_PATH and vfs_zfsacl
The current, sophisticated approach does not fully cover all usecases and flag
twiddling around O_EMPTY_PATH, resort to use working fdescfs(5) magic for now.
PR: 277878
Tested by: michaelo, vvd, Peter Eriksson
Approved by: jrm (mentor), vvd, mikael (samba)
MFH: 2025Q1
Differential Revision: https://reviews.freebsd.org/D48399 |
4.19.9_2 08 Jan 2025 13:48:04
    |
Michael Osipov (michaelo)  Author: Mikael Urankar |
net/samba419: Fix procfd search patterns for FreeBSD
PR: 277878
Approved by: jrm (mentor)
Tested by: michaelo, Antti Rasinen
MFH: 2025Q1
Differential Revision: https://reviews.freebsd.org/D48313 |
4.19.9_1 01 Jan 2025 16:09:59
    |
Rene Ladan (rene)  |
all: remove support for expired FreeBSD 13.3
Reviewed by: bofh, brnrd, jbeich, nobutaka
Approved by: portmgr (implicit)
Differential Revision: https://reviews.freebsd.org/D48247 |
4.19.9_1 23 Oct 2024 04:25:33
    |
Yasuhiro Kimura (yasu)  |
net/samba419: Update to 4.19.9
ReleaseNotes: https://www.samba.org/samba/history/samba-4.19.9.html
PR: 282254
Reviewed by: 0mp
Differential Revision: https://reviews.freebsd.org/D47183 |
4.19.8_1 02 Oct 2024 13:32:18
    |
Dimitry Andric (dim)  |
net/samba419: fix rl_completion_func_t detection and usage
After a recent devel/readline update, net/samba419 fails to compile with
clang 19, resulting in errors similar to:
../../libcli/smbreadline/smbreadline.c:139:38: warning: 'CPPFunction' is
deprecated [-Wdeprecated-declarations]
139 | rl_attempted_completion_function = RL_COMPLETION_CAST
completion_fn;
| ^
../../lib/replace/system/readline.h:50:31: note: expanded from macro
'RL_COMPLETION_CAST'
50 | # define RL_COMPLETION_CAST (CPPFunction *)
| ^
/usr/local/include/readline/rltypedefs.h:38:50: note: 'CPPFunction' has been
explicitly marked deprecated here
38 | typedef char **CPPFunction (void) __attribute__((deprecated));
| ^
../../libcli/smbreadline/smbreadline.c:139:36: error: incompatible function
pointer types assigning to 'rl_completion_func_t *' (aka 'char **(*)(const char
*, int, int)') from 'CPPFunction *' (aka 'char **(*)(void)')
[-Wincompatible-function-pointer-types] (Only the first 15 lines of the commit message are shown above ) |
4.19.8_1 09 Sep 2024 16:44:37
    |
Mateusz Piotrowski (0mp)  Author: Yasuhiro Kimura |
net/samba419: Update to 4.19.8
Changelog: https://www.samba.org/samba/history/samba-4.19.8.html
PR: 280861
Approved by: samba (mikael, yasu, 0mp) |
4.19.7_1 16 Aug 2024 19:44:10
    |
Mateusz Piotrowski (0mp)  |
net/samba419: Use external dependencies by default
The Samba package can be built with the following dependencies bundled
in: cmocka, talloc, tevent, tdb, and ldb. This is a handy way of getting
the right versions of all those dependencies. Unfortunately, the bundled
dependencies conflict with their packaged counterparts, which leads to
the build and installation issues with packages like security/sssd2 and
net/freeradius3. Building Samba without the bundled dependencies
resolves those issues, so let's do that.
PR: 280557
Approved by: samba (mikael, 0mp)
Sponsored by: Klara, Inc. |
4.19.7 13 Aug 2024 11:43:09
    |
Mateusz Piotrowski (0mp)  |
*/*: Let samba@ maintain ldb, tdb, talloc, tevent, and Samba
PR: 280556
Approved by: portmgr |
4.19.7 11 Aug 2024 18:24:57
    |
Mateusz Piotrowski (0mp)  |
net/samba419: Allow setting *_BUNDLED_* via make.conf
PR: 280557
Approved by: portmgr blanket |
4.19.7 31 Jul 2024 09:02:36
    |
Mateusz Piotrowski (0mp)  |
net/samba419: Update version checks for ldb; switch to ldb28
Samba 4.19 requires ldb 2.8.1 or newer to build without bundled
dependencies.
PR: 280510
Approved by: portmgr blanket
Sponsored by: Klara, Inc. |
4.19.7 31 Jul 2024 09:01:54
    |
Mateusz Piotrowski (0mp)  |
net/samba419: Update required version for tevent
The configure step fails with:
> Checking for system tevent (>=0.15.0) : not found
> ERROR: System library tevent of version 0.15.0 not found, and bundling
disabled
> ===> Script "configure" failed unexpectedly.
PR: 280510, 280511
Approved by: portmgr blanket
Sponsored by: Klara, Inc. |
4.19.7 31 Jul 2024 09:00:41
    |
Mateusz Piotrowski (0mp)  |
net/samba419: Update version requirements for talloc
The configure step fails with the following message:
> Checking for system talloc (>=2.4.1) : not found
> ERROR: System library talloc of version 2.4.1 not found, and bundling disabled
> ===> Script "configure" failed unexpectedly.
Update the required talloc version accordingly in the makefile.
PR: 280510, 280509
Sponsored by: Klara, Inc.
Approved by: portmgr blanket |
4.19.7 30 Jul 2024 11:53:26
    |
Mateusz Piotrowski (0mp)  |
net/samba419: Require the right version of unbundled tdb
When building with SAMBA4_BUNDLED_TDB=no, the configure target errors out with
the following message:
> Checking for system tdb (>=1.4.9) : not found
> ERROR: System library tdb of version 1.4.9 not found, and bundling disabled
> ===> Script "configure" failed unexpectedly.
Update the version requirements in the makefile accordingly.
To address this properly, we need to bring databases/tdb 1.4.9 to the ports
tree.
Approved by: portmgr blanket
Fixes: b0a4fa4a12b0 net/samba419: Add new port
Sponsored by: Klara, Inc. |
4.19.7 15 Jun 2024 03:10:21
    |
Yasuhiro Kimura (yasu)  |
net/samba419: Update to 4.19.7
ReleaseNotes: https://www.samba.org/samba/history/samba-4.19.7.html
PR: 279701
Approved by: maintainer |
4.19.6_1 26 May 2024 12:17:36
    |
Yoshihiro Takahashi (nyan)  |
net/samba419: Fix startup script in a jail environment
PR: 275343
Approved by: mikael (maintainer, ports committer) |
4.19.6 21 Apr 2024 17:17:11
    |
Yasuhiro Kimura (yasu)  |
net/samba419: Update to 4.19.6
ReleaseNotes: https://www.samba.org/samba/history/samba-4.19.6.html
PR: 278508
Approved by: maintainer |
4.19.5_1 28 Feb 2024 14:30:15
    |
Mikael Urankar (mikael)  Author: Denis Shaposhnikov |
net/samba419: fix conflict with talloc
PR: 276988 |
4.19.5 20 Feb 2024 00:24:06
    |
Yasuhiro Kimura (yasu)  |
net/samba419: Update to 4.19.5
ReleaseNotes: https://www.samba.org/samba/history/samba-4.19.5.html
PR: 277162
Approved by: maintainer |
4.19.4 09 Feb 2024 15:33:54
    |
Mikael Urankar (mikael)  |
net/samba419: Add new port
Many thanks to Joshua Kinard, Siva Mahadevan, Yasuhiro Kimura, Andrew Walker,
and Peter Eriksson for their patches.
PR: 270383 |