Never miss an update Follow AppleInsider
Monday, August 15, 2005, 05:00 pm
Apple releases Security Update 2005-007
Apple today released the previously mentioned Security Update 2005-007. According to the release notes, the update includes modifications to the following components: AppKit, BlueTooth, CoreFoundation, cups, Directory Services, HIToolBox, Kerberos, loginwindow, Mail, OpenSSL, QuartzComposerScreenSaver, Security Interface, Safari, X11 and zlib. Apple recommends the update for all Macintosh users. For additional details on the release, please visit Apple's Knowledge Base article.On Topic: General
Today's' Headlines
-
No news headlines yet today
Related Articles
Previous Comments View All
2005/08/15 10:30pm
I read somewhere that it now makes you authenticate before installing widgets. While this is a good thing in theory, but isn't Dashboard designed so everyone (admins as well as regular users use it).
Restricting Dashboard this way seems like it would be more suitable as a Parental control setting.
2005/08/16 12:41am
Quote:
Originally posted by MPMoriarty
I read somewhere that it now makes you authenticate before installing widgets. While this is a good thing in theory, but isn't Dashboard designed so everyone (admins as well as regular users use it).
Restricting Dashboard this way seems like it would be more suitable as a Parental control setting.
I read somewhere that it now makes you authenticate before installing widgets. While this is a good thing in theory, but isn't Dashboard designed so everyone (admins as well as regular users use it).
Restricting Dashboard this way seems like it would be more suitable as a Parental control setting.
Just checked -- no such behavior is present post-update. All is as it was.
2005/08/16 08:15pm
For those of you not on the scitech mailing list:
Quote:
** Important notification for users of G5 Macintosh systems running OS X 10.4 **
At approximately 8 p.m. PDT on Monday, August 15, Apple began
automatic distribution of Apple Security Update 2005-007 for Mac
OS X 10.4.2 (Tiger).
Due to an error on the part of Apple, this update prevents any
64-bit-native application from running. In particular, this means
that Mathematica 5.2 will not run on any G5 system if it has
installed this Security Update.
This problem was discovered by our testing procedures a few hours
ago, and Apple has now assured us that they have stopped
automatic distribution of Security Update 2005-007 at this time.
If you did not install Security Update 2005-007, then you will
not be affected. If your Mathematica 5.2 successfully launches
and performs any computation (such as 2+2), then this also means
that you have not been affected.
If you have been affected, then Mathematica 5.2 will generate a
MathLink error when you try to do any computation with it. (If
you run MathKernel directly from the command line, it will crash
at startup.)
Apple has informed us that there is no workaround for this
problem.
Apple is investigating the problem at high priority, and intends
to distribute a new Security Update in the very near future. This
update will correct the problem and allow Mathematica to run
successfully.
To run Mathematica 5.2 today, you must temporarily disable its
64-bit capabilities. You can do this by running the following
commands in the Terminal:
cd /Applications/Mathematica\\ 5.2.app/Contents/MacOS
cp MathKernel MathKernel.bak
lipo MathKernel.bak -remove ppc64 -output MathKernel
If you are unable to run the script above, an alternative is to
use an earlier version of Mathematica. The problem with Apple
Security Update 2005-007 affects only 64-bit applications;
Mathematica 5.2 is the first 64-bit-native version of
Mathematica.
Note that when Apple has made the corrected Security Update
available, and you have installed it, you must reverse the
procedure above by running the following commands:
cd /Applications/Mathematica\\ 5.2.app/Contents/MacOS
mv MathKernel.bak MathKernel
If you do not do run these commands, Mathematica will not operate
in optimized native 64-bit mode.
We regret the inconvenience caused by this problem, and hope that
as soon as Apple has corrected the problem you will continue to
enjoy the outstanding performance of Mathematica on 64-bit
Macintosh systems.
Sincerely,
The Technical Support Team
Wolfram Research, Inc.
At approximately 8 p.m. PDT on Monday, August 15, Apple began
automatic distribution of Apple Security Update 2005-007 for Mac
OS X 10.4.2 (Tiger).
Due to an error on the part of Apple, this update prevents any
64-bit-native application from running. In particular, this means
that Mathematica 5.2 will not run on any G5 system if it has
installed this Security Update.
This problem was discovered by our testing procedures a few hours
ago, and Apple has now assured us that they have stopped
automatic distribution of Security Update 2005-007 at this time.
If you did not install Security Update 2005-007, then you will
not be affected. If your Mathematica 5.2 successfully launches
and performs any computation (such as 2+2), then this also means
that you have not been affected.
If you have been affected, then Mathematica 5.2 will generate a
MathLink error when you try to do any computation with it. (If
you run MathKernel directly from the command line, it will crash
at startup.)
Apple has informed us that there is no workaround for this
problem.
Apple is investigating the problem at high priority, and intends
to distribute a new Security Update in the very near future. This
update will correct the problem and allow Mathematica to run
successfully.
To run Mathematica 5.2 today, you must temporarily disable its
64-bit capabilities. You can do this by running the following
commands in the Terminal:
cd /Applications/Mathematica\\ 5.2.app/Contents/MacOS
cp MathKernel MathKernel.bak
lipo MathKernel.bak -remove ppc64 -output MathKernel
If you are unable to run the script above, an alternative is to
use an earlier version of Mathematica. The problem with Apple
Security Update 2005-007 affects only 64-bit applications;
Mathematica 5.2 is the first 64-bit-native version of
Mathematica.
Note that when Apple has made the corrected Security Update
available, and you have installed it, you must reverse the
procedure above by running the following commands:
cd /Applications/Mathematica\\ 5.2.app/Contents/MacOS
mv MathKernel.bak MathKernel
If you do not do run these commands, Mathematica will not operate
in optimized native 64-bit mode.
We regret the inconvenience caused by this problem, and hope that
as soon as Apple has corrected the problem you will continue to
enjoy the outstanding performance of Mathematica on 64-bit
Macintosh systems.
Sincerely,
The Technical Support Team
Wolfram Research, Inc.
This means all 64-bit apps, including console apps that don't use MathKernel. I have a 64-bit console app that refused to run once I installed the update. Fortunately, I could recompile as 32-bit, although it takes a hit performance wise. Hopefully Apple with fix it soon.
2005/08/17 07:46am
Quote:
Originally posted by CosmoNut
It's like Apple forgot that they're shipping 64-bit machines.
\
It's like Apple forgot that they're shipping 64-bit machines.
\Yup. I've been trying to find out for months when they will support 64-bit native Cocoa apps and have had no response. Clearly they are more focused on x86 than PPC right now. They still haven't been clear on which (if any) x86-64 implementation they will be going with. I hope the one they choose is not as hobbled as x86-32 (register-wise).
2005/08/17 10:03am
Since I installed yesterday, my Airport card is dropping the connection erratically. Any one else got any experience off this?
PGG4 1.25 with 1Gb Ram.
Simon
2005/08/17 10:43am
Quote:
Originally posted by slyinthedam
Since I installed yesterday, my Airport card is dropping the connection erratically. Any one else got any experience off this?
Since I installed yesterday, my Airport card is dropping the connection erratically. Any one else got any experience off this?
I started having that problem before the update, but only after I moved in with my brother a few weeks ago. The signal will just disappear and I have to sleep and wake the PB.
Latest Apple Headlines
-
Vudu Player for iOS update brings movie and TV show download support
~4 hours ago -
Google's Chrome team developing app launcher for Mac
~6 hours ago -
Apple publishes execs' opening statements from US Senate testimony
~8 hours ago -
Apple CEO Tim Cook says America's IP environment needs more work
~10 hours ago -
Microsoft unveils 'Xbox One,' a voice-controlled all-in-one entertainment hub
~11 hours ago - more...
Lowest Prices Anywhere!
| Model | Price | You Save |
|---|---|---|
| Core i5 MacBook Pros w/ Retina | ||
| 13" 2.5GHz/8GB/128GB | $1,406.48 | $292.52 |
| 13" 2.5GHz/8GB/256GB | $1,479.99 | $519.01 |
| 13" 2.5GHz/8GB/512GB | $1,699.99 | $799.01 |
| Core i7 MacBook Pros w/ Retina | ||
| 13" 2.9GHz/8GB/256GB | $1,599.99 | $599.01 |
| 13" 2.9GHz/8GB/512GB | $1,799.99 | $899.01 |
| 15" 2.3GHz/8GB/256GB | $1,899.99 | $299.01 |
| 15" 2.6GHz/8GB/512GB | $2,299.99 | $568.01 |
| 15" 2.7GHz/16GB/768GB | $2,699.99 | $499.01 |
Active Forum Topics
-
Rumor: Apple testing 1.5" OLED displays for wearable 'iWatch'
51
-
Editorial: Apple's billions are building an empire for the future
49
-
Looking to pull even with Apple, Samsung to pay developers for Galaxy-specific apps
48
-
Apple created offshore subsidiaries to avoid paying billions in US taxes, Senate panel says
44
-
Rumor: Production of Apple's 33% lighter fifth-gen iPad to begin in July
38
- more...
| Model | White | Black | |
|---|---|---|---|
| iPad mini (WiFi only) | |||
| 16GB WiFi | $329.99 | $329.99 | |
| 32GB WiFi | $429.99 | $429.99 | |
| 64GB WiFi | $529.99 | $529.99 | |
| iPad mini (WiFi + 4G) | |||
![]() |
|||
| 16GB 4G White | $459.99 | $459.99 | $459.99 |
| 32GB 4G White | $559.99 | $559.99 | $559.99 |
| 64GB 4G White | $659.99 | $659.99 | $659.99 |
| 16GB 4G Black | $459.99 | $459.99 | $459.99 |
| 32GB 4G Black | $559.99 | $559.99 | $559.99 |
| 64GB 4G Black | $659.99 | $659.99 | $659.99 |






I installed this a couple of hours before it was posted on AppleInsider.
All is fine.