git: 550e0299804a - main - Mk/bsd.default-versions.mk: Revert the SAMBA default from 4.19 back to 4.16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 10 Sep 2024 15:08:08 UTC
The branch main has been updated by 0mp: URL: https://cgit.FreeBSD.org/ports/commit/?id=550e0299804acaa7d73f6744c14b0e0f1a598d9c commit 550e0299804acaa7d73f6744c14b0e0f1a598d9c Author: Mateusz Piotrowski <0mp@FreeBSD.org> AuthorDate: 2024-09-10 15:01:20 +0000 Commit: Mateusz Piotrowski <0mp@FreeBSD.org> CommitDate: 2024-09-10 15:07:16 +0000 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) --- Mk/bsd.default-versions.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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