The receipts aren't the virus definitions themselves, so it doesn't surprise me they're the same size. The updates should generally all be updating the same files and folders, so to the extent they do so, and to the extent the updates are roughly the same size, the receipts should be about the same.
Receipts in general are packages, special folders if you will, containing a couple files that describe the contents, a few things used by the Apple installer, and a file called Archive.bom. That last file is a bill of materials file to, in Apple's words, "determine which files to install, remove, or upgrade." You can interrogate a .bom file to find the files that were installed or modified. To do so, open your Receipts folder (/Library/Receipts) and find a you want to know more about. Then right-click the receipt and choose "show package contents." In the window for the package, open the
Contents folder and you'll see the
Archive.bom file.
Open the Terminal and type
lsbom followed by a space, then drag the Archive.bom file in to the Terminal window and let go and you'll see the Terminal automatically types the path to that file, then press return.
For example, if I wanted to see what the CoreFP receipt modified, I'd enter:
lsbom /Library/Receipts/CoreFP.pkg/Contents/Archive.bom(the computer would type
/Library/Receipts/CoreFP.pkg/Contents/Archive.bom for me when I dragged the Archive.bom file to the Terminal.)
Upon pressing return, I'd see something like:
Code:
. 41775 0/80
./System 40755 0/0
./System/Library 40755 0/0
./System/Library/PrivateFrameworks 40755 0/0
./System/Library/PrivateFrameworks/CoreFP.framework 40755 0/0
./System/Library/PrivateFrameworks/CoreFP.framework/CoreFP 120755 0/0 23 1833229934 Versions/Current/CoreFP
./System/Library/PrivateFrameworks/CoreFP.framework/CoreFP.icxs 120755 0/0 28 3585219198 Versions/Current/CoreFP.icxs
./System/Library/PrivateFrameworks/CoreFP.framework/Resources 120755 0/0 26 3302263027 Versions/Current/Resources
./System/Library/PrivateFrameworks/CoreFP.framework/Versions 40755 0/0
./System/Library/PrivateFrameworks/CoreFP.framework/Versions/A 40755 0/0
./System/Library/PrivateFrameworks/CoreFP.framework/Versions/A/CoreFP 100755 0/0 58258580 2805220712
./System/Library/PrivateFrameworks/CoreFP.framework/Versions/A/CoreFP.icxs 100644 0/0 2250900 1546527549
./System/Library/PrivateFrameworks/CoreFP.framework/Versions/A/Resources 40755 0/0
./System/Library/PrivateFrameworks/CoreFP.framework/Versions/A/Resources/Info.plist 100644 0/0 654 915896821
./System/Library/PrivateFrameworks/CoreFP.framework/Versions/A/Resources/version.plist 100644 0/0 511 2809344774
./System/Library/PrivateFrameworks/CoreFP.framework/Versions/Current 120755 0/0 1 1751207896 A
The important part is the first part, such as
./System/Library/PrivateFrameworks/CoreFP.framework/Versions/A/Resources/version.plist, which shows the path to the file that was written or modified.
At present, here aren't too many widespread threats targeting OS X. If Intego is only updating OS X threats, there shouldn't be much change. If, on the other hand, it also contains Windows threats (which may still be present in files on the Mac, even if the Mac can't be infected by them) there should be lots of updates.
That said, I may be more cynical than you. Definition based antivirus products may be too slow to do a very good job. The virus has to be "out there" for the antivirus software to detect, then they have to craft a definition, then you have to download it, then you have to scan for it, and by then you may already be infected and the damage done. With viruses being updated, released, or mutated on an hourly basis, this seems like a low level of protection. And while the software is running you have to endure miserable performance, bugs, flaws, incompatibilities, and even sometimes additional security holes; Symantec has seen some malware targeting security flaws in its security products.
Antivirus software is important for most Windows users, but for some sophisticated users it probably isn't worth the downsides. Given the threat environment for Macs, it very hard for me to recommend most Mac users install antivirus software.
- Anonymous