OpenAFS Master Repository branch, master, updated. openafs-devel-1_9_2-547-ge78d6fb
Gerrit Code Review
gerrit@openafs.org
Tue, 28 Jul 2026 14:59:11 -0400
The following commit has been merged in the master branch:
commit e78d6fb06ed85ed591b8d76ed8589a8753b261b3
Author: GANESH CHAUDHARI <gangovind@in.ibm.com>
Date: Wed Jul 15 15:35:58 2026 +0530
macos: Add support for macOS 27 (Golden Gate)
Added the required configuration changes and new files
to enable building and packaging OpenAFS on macOS 27
(Golden Gate).
MacOS Tahoe used Darwin kernel version 25.x, which
corresponds to the Darwin version suffix 250 in the
configuration files. MacOS Golden Gate beta showcase
Darwin kernel version 27.x (skips 26.x), so the corresponding
configuration suffix is 270.
As a result, there is no Darwin 260 configuration. This version
numbering change is driven by Apple's kernel versioning and we
expect no impact on OpenAFS functionality.
Since macOS 27 no longer supports Intel-based Macs, no
x86-specific configuration changes are introduced.
Change-Id: I3ec087a5cf6a6d5d99c6bc7000505399a62f02a0
Reviewed-on: https://gerrit.openafs.org/16883
Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
Reviewed-by: Marcio Brito Barbosa <mbarbosa@sinenomine.net>
Reviewed-by: Mark Vitale <mvitale@sinenomine.net>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
src/cf/osconf.m4 | 2 +-
src/cf/sysname.m4 | 9 ++
src/config/afs_sysnames.h | 1 +
src/config/param.darwin_270.h | 174 +++++++++++++++++++++++++++++++++
src/libafs/afs.arm_darwin_270.plist.in | 33 +++++++
src/packaging/MacOS/ReadMe.rtf.27 | 7 ++
src/packaging/MacOS/pkgbuild.sh.in | 4 +
7 files changed, 229 insertions(+), 1 deletion(-)
--
OpenAFS Master Repository