diff options
author | Mateusz Piotrowski <0mp@FreeBSD.org> | 2024-09-10 15:01:20 +0000 |
---|---|---|
committer | Mateusz Piotrowski <0mp@FreeBSD.org> | 2024-09-10 15:07:16 +0000 |
commit | 550e0299804acaa7d73f6744c14b0e0f1a598d9c (patch) | |
tree | 1a6bf424afe4beb72a52ceeb1a8cb5f4960f324b | |
parent | fc525d0f5f4d2eb24d35f8b8f2bac1e50320bf16 (diff) |
Mk/bsd.default-versions.mk: Revert the SAMBA default from 4.19 back to 4.16
This reverts commit 0d1aba712a301ddb1e8b7ccbf3acc721dc3c90e8.
A recently reported bug 281360 might suggests that Samba 4.19 does not
work with Time Machine and might result in data loss.
Let's revert the default version bump for now until we have more time to
plan how we are going to deal with issue. A potential solution would be
to disable Time Machine support in 4.19 for now.
PR: 280769 281360
Reported by: theraven
Approved by: samba (0mp)
-rw-r--r-- | Mk/bsd.default-versions.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.default-versions.mk b/Mk/bsd.default-versions.mk index 2c79bdc56471..23f2e5ca6247 100644 --- a/Mk/bsd.default-versions.mk +++ b/Mk/bsd.default-versions.mk @@ -145,7 +145,7 @@ RUBY_DEFAULT?= 3.2 # Possible values: rust, rust-nightly RUST_DEFAULT?= rust # Possible values: 4.16, 4.19 -SAMBA_DEFAULT?= 4.19 +SAMBA_DEFAULT?= 4.16 # When updating this, please also update the same list in ssl.mk and the checks # for USES=ssl in qa.sh! # Possible values: base, openssl, openssl111, openssl31, openssl32, openssl33, libressl, libressl-devel |