Safari 14.0
Safari 14.0.1
Safari 14.0
Safari 14.0.1
Thanks....needed this. Any idea how to get the 2020-006?
I wish I had the confidence to roll my own "unified" package for 2020-006 as you have several components you can download from Software Update (search your sucatalog for 11/05/001-72538-A_05R1BGOMG9/2yx9u3nx6g3w8cfqtwb8spzgv1apgu8wym):
EmbeddedOSFirmware.pkg
FirmwareUpdate.pkg
FullBundleUpdate.pkg
macOSBrain.pkg
SecUpd2020-005Mojave.pkg
SecUpd2020-005Mojave.RecoveryHDUpdate.pkg
SecureBoot.pkg
But the monolithic installers for previous versions never seem to line up completely. I just tried renaming the 001-72538.English.dist to Distribution as in the monolithic installers then running pkgutil --flatten on the parent folder but on installation the resulting PKG coughed up error ERROR_ABA5BBB51F...
function VolumeCheck(prefix) {
var myTargetSystemVersion = (my.target.systemVersion || system.files.plistAtPath(my.target.mountpoint + "/System/Library/CoreServices/SystemVersion.plist"));
if (!myTargetSystemVersion || system.compareVersions(myTargetSystemVersion.ProductVersion, '10.14') < 0 || system.compareVersions(myTargetSystemVersion.ProductVersion, '10.15') >= 0) {
my.result.message = system.localizedStringWithFormat('ERROR_7E7AEE96CA', '10.14');
my.result.type = 'Fatal';
return false;
}
my.result.message = system.localizedString('ERROR_ABA5BBB51F');
if (!Not0(my.target.mountpoint) || !Not2(my.target.mountpoint) || !AppleInternalCheck4(my.target.mountpoint) || !Plist5(my.target.mountpoint)) {
my.result.type = 'Fatal';
return false;
}
return true;
}
Update - following the logic from the file, it looks like the error may be due to SecUpd2020-006Mojave being limited to Macs running build 18G6032 - my testing VM was only on 18G6020... Updated to 18G6032 with SecUpd2020-005Mojave.pkg and added localization resources, and tried my package again installer -target / -pkg MySecUpd2020-006MOJAVE_18G6042.pkg only to fail with:
Installer: The upgrade failed (The Installer can't locate the data it needs to instal the software. Check your install media or Internet connection and try again, or contact the software manufacturer for assistance.)
Well that was a fun attempt but Apple's officially posted 2020-006 (build 18G6042) as noted here: https://www.jamf.com/jamf-nation/discussions/37328/security-update-2020-006-for-mojave-build-18g6042-high-sierra
As of Thursday 2020-11-19 12:30GMT there is a new KB https://support.apple.com/kb/DL2062 and I'm including the direct download link for Mojave Security Update 2020-006 (build 18G6042) here: https://updates.cdn-apple.com/2020/macos/001-72535-20201103-4257080a-b809-41ac-9924-6e5d7ce73963/SecUpd2020-006Mojave.dmg
I went the easy route and updated to 14.0.3 on my Mojave dev machine and created a package for it with Composer. Having the same issue trying to update Xprotect on an airgapped machine so did the same from my dev machine and created a package and copied the files. Hope that one works.
@msdoni You can find the download links for the Apple Safari installers using SUS Inspector
@sdagley Appreciate it. Have definitely had troubles in the past.
14.1 - http://swcdn.apple.com/content/downloads/62/62/071-00728-A_5SWQUDK0WB/jyq47oimzangibo4lmyevte0ezlrg8w8s9/Safari14.1CatalinaAuto.pkg
Can anyone post the Mojave link please
@jwng Sorry, posted URL is not working for me, downloads nothing
@sdagley ‘s SUS inspector tool works amazingly.
Just to clarify, it's @hjuutilainen's SUS Inspector tool. I am just an appreciative user.
And for those asking, the Safari 14.1 download links courtesy of SUS Inspector are:
Mojave - http://swcdn.apple.com/content/downloads/36/06/071-02600-A_V0GH526IV1/1cn8scgv7ujlqsglord2zkdyy3ho2ebunz/Safari14.1MojaveAuto.pkg
Thank you!
@mhasman hey it may have been my hyperlink here just Copy paste the URL:
@jwng No, probably it was my enterprise network. I connected to open home WiFi and downloaded with no issue. My fault, sorry
Are this the latest Sarari direct downloads links after Security Update 2021-003 (Mojave) and Security Update 2021-002 (Catalina)?
And for those asking, the Safari 14.1 download links courtesy of SUS Inspector are:
Mojave - http://swcdn.apple.com/content/downloads/36/06/071-02600-A_V0GH526IV1/1cn8scgv7ujlqsglord2zkdyy3ho2ebunz/Safari14.1MojaveAuto.pkg
Catalina - http://swcdn.apple.com/content/downloads/62/62/071-00728-A_5SWQUDK0WB/jyq47oimzangibo4lmyevte0ezlrg8w8s9/Safari14.1CatalinaAuto.pkg
What is the Safari version and build number after Security Update 2021-003 (Mojave) and Security Update 2021-002 (Catalina)?
Thanks
Camelia
New Safari 14.1 builds with the WebKit fixes released yesterday for Big Sur 11.3.1 are out:
While both are still using 14.1 as the CFBundleShortVersionString you can use the full CFBundleVersion to differentiate them from last week's Safari 14.1 release. For Catalina the new CFBundleVersion is 15611.1.21.161.7 and last week's release was 15611.1.21.161.5.
@sdagley - Thank you for posting! How do you capture Macs with Safari 15611.1.21.161.7 / 15611.1.21.161.5,? What do you use in smart group?
@mhasman Here's the EA I wrote to read the Safari CFBundleVersion:
#!/bin/sh
# EA - Get Safari CFBundleVersion
result="Not Installed"
PListToCheck="/Applications/Safari.app/Contents/Info.plist"
if [ -f "$PListToCheck" ] ; then
result=$( /usr/bin/defaults read "$PListToCheck" CFBundleVersion )
fi
echo "<result>$result</result>"
I use that EA as a Smart Group criteria along with a regex for the full version number in question created by @hsucmoore's make_ge_version_regex script.
@sdagley Thank you Steve!
Hi,
Any kind soul out there,please share the download link for Safari 14.1.1
Thanks,
.
@1965 Here you go...
Safari 14.1.1 Catalina http://swcdn.apple.com/content/downloads/33/62/071-21211-A_YV5ESAI9E9/rjfqnpg4pbkua6dyay9yb89ryp6veq2pt1/Safari14.1.1CatalinaAuto.pkg
Safari 14.1.1 Mojave - http://swcdn.apple.com/content/downloads/25/25/071-21058-A_0EB828RCS8/leq8j3xiafddw07ydrwzm5nssep8mpt4aq/Safari14.1.1MojaveAuto.pkg
Hello! Please share the download links for Safari 14.1.2 for Catalina and BS
Safari 14.1.2 Catalina: http://swcdn.apple.com/content/downloads/46/17/071-40187-A_J8Y2FGUB4F/e7fribz1mwzdljlm1w8q60n7dbn0nwoa9a/Safari14.1.2CatalinaAuto.pkg
Safari 14.1.2 Mojave: http://swcdn.apple.com/content/downloads/44/05/071-47373-A_9A3CD8EVNY/jpiompzkddnter5tm1094w57tg63ok0axz/Safari14.1.2MojaveAuto.pkg
Is Safari 15.1 for Big Sur downloadable?
Is Safari 15.1 for Big Sur downloadable?
@mhasman Here you go:
Safari 15.1 for Big Sur: http://swcdn.apple.com/content/downloads/37/27/002-16281-A_CWOK8OMTLL/nxsw8bnun0zy092vwf3fo5a0djmmzwn2c1/Safari15.1BigSurAuto.pkg
and while I'm at it...
Safari 15.1 for Catalina: http://swcdn.apple.com/content/downloads/05/36/002-16258-A_B8Z6QT54QX/rb4hqw6b4r1384evs9kmq2aneej8q5ltt5/Safari15.1CatalinaAuto.pkg
These links were found using version 2.0 beta 1 of @hjuutilainen's extremely useful SUS Inspector
@sdagley Thank you!
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.