<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The Cool-ade Blog: Mac-Windows, Information Security and Technology. &#187; Security</title>
	<atom:link href="http://www.cool-ade.co.uk/tag/security/feed" rel="self" type="application/rss+xml" />
	<link>http://www.cool-ade.co.uk</link>
	<description>The Cool-ade Blog: Mac-Windows, Information Security and Technology.</description>
	<lastBuildDate>Sat, 24 Jul 2010 20:02:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Apple 10.6 updates from Apple 10.5 Software Update Server</title>
		<link>http://www.cool-ade.co.uk/apple-10-6-updates-from-apple-10-5-software-update-server</link>
		<comments>http://www.cool-ade.co.uk/apple-10-6-updates-from-apple-10-5-software-update-server#comments</comments>
		<pubDate>Fri, 21 May 2010 09:00:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Computer Security]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Leopard]]></category>
		<category><![CDATA[MacOS X]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Snow Leopard]]></category>
		<category><![CDATA[Software Update Services]]></category>
		<category><![CDATA[Tiger]]></category>

		<guid isPermaLink="false">http://www.cool-ade.co.uk/?p=392</guid>
		<description><![CDATA[Your running a 10.5 server with (SUS) software update services and you’ve got 10.6 clients on your network. You want to patch your 10.6 clients but they won’t with 10.5 SUS. The Apple solution is to upgrade the server to 10.6 so it can serve 10.6 updates. An alternative solution is to use the following hack on the 10.5 SUS. [...]]]></description>
			<content:encoded><![CDATA[<p>Your running a 10.5 server with (SUS) software update services and you&#8217;ve got 10.6 clients on your network. You want to patch your 10.6 clients but they won&#8217;t with 10.5 SUS. The Apple solution is to upgrade the server to 10.6 so it can serve 10.6 updates. An alternative solution is to hack the 10.5 SUS. This hack has been taken from a thread from <a href="http://discussions.apple.com/profile.jspa?userID=1755721" target="_blank">Jan Uschok</a> on the Apple Support Discussion page: <a href="http://discussions.apple.com/thread.jspa?threadID=2169042&amp;tstart=15" target="_blank">http://discussions.apple.com/thread.jspa?threadID=2169042&amp;tstart=15</a></p>
<p>1: Stop SUS</p>
<p>2: Download <a href="http://swscan.apple.com/content/meta/mirror-config-1.plist" target="_blank">http://swscan.apple.com/content/meta/mirror-config-1.plist</a> and copy it to /usr/share/swupd/html/content/meta/mirror-config-1.plist</p>
<p>3: Change it to look like this:</p>
<p>&lt;?xml version=&#8221;1.0&#8243; encoding=&#8221;UTF-8&#8243;?&gt;<br />
&lt;!DOCTYPE plist PUBLIC &#8220;-//Apple Computer//DTD PLIST 1.0//EN&#8221; &#8220;http://www.apple.com/DTDs/PropertyList-1.0.dtd&#8221;&gt;<br />
&lt;plist version=&#8221;1.0&#8243;&gt;<br />
&lt;dict&gt;<br />
&lt;key&gt;PrimaryCatalog&lt;/key&gt;<br />
&lt;string&gt;http://swscan.apple.com/content/catalogs/index.sucatalog&lt;/string&gt;<br />
&lt;key&gt;CatalogsList&lt;/key&gt;<br />
&lt;array&gt;<br />
&lt;string&gt;http://swscan.apple.com/content/catalogs/index.sucatalog&lt;/string&gt;<br />
&lt;string&gt;http://swscan.apple.com/content/catalogs/others/index-leopard.merged-1.sucatalog&lt;/string&gt;<br />
&lt;string&gt;http://swscan.apple.com/content/catalogs/others/index-leopard-snowleopard.merged-1.sucatalog&lt;/string&gt;<br />
&lt;/array&gt;<br />
&lt;/dict&gt;<br />
&lt;/plist&gt;</p>
<p>4: Edit /etc/swupd/swupd.plist and change the metaIndexURL entry to look like this:</p>
<p>&lt;key&gt;metaIndexURL&lt;/key&gt;<br />
&lt;string&gt;http://myserver.com:8088/content/meta/mirror-config-1.plist&lt;/string&gt;<br />
&lt;key&gt;portToUse&lt;/key&gt;</p>
<p>5: Start SUS and wait for it to download the catalog files and to generate the local versions thereof.</p>
<p>6: Once it has generated the local catalog files add some symlinks like this:</p>
<p>cd /usr/share/swupd/html<br />
ln -s /usr/share/swupd/html/content/catalogs/index.sucatalog .<br />
ln -s /usr/share/swupd/html/content/catalogs/others/index-leopard.merged-1.sucatalog .<br />
ln -s /usr/share/swupd/html/content/catalogs/others/index-leopard-snowleopard.merged-1.sucatalog .</p>
<p>7: Just in case restart SUS</p>
<p>8: Wait for SUS to download all the updates</p>
<p>9: On your 10.6 client go in the Finder to /Library/Preferences and open com.apple.SoftwareUpdate.plist. Change the CatalogURL entry to point to http://myserver.com:8088/index-leopard-snowleopard.merged-1.sucatalog</p>
<p>10: Launch Software Update on your 10.6 client and be happy</p>
<p>It should behave like a 10.6 server now as it is serving the catalog files according to the 10.6 server documentation as described on page 89 here: <a href="http://images.apple.com/server/macosx/docs/System_Imaging_and_SW_Update_Admin_v10.6.pdf" target="_blank">http://images.apple.com/server/macosx/docs/System_Imaging_and_SW_Update_Admin_v10.6.pdf</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cool-ade.co.uk/apple-10-6-updates-from-apple-10-5-software-update-server/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac Security Report 2009</title>
		<link>http://www.cool-ade.co.uk/mac-security-report-2009</link>
		<comments>http://www.cool-ade.co.uk/mac-security-report-2009#comments</comments>
		<pubDate>Tue, 26 Jan 2010 13:16:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Computer Security]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[MacOS X]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.cool-ade.co.uk/?p=339</guid>
		<description><![CDATA[Macintosh Security Company Intego, the developers of VirusBarrier  have released a report  on Mac and iPhone security for 2009.

The report focuses on various Trojan horse attacks, malware found in Torrent application downloads, attacks on jailbroken iPhones, Mac OS X vulnerabilities and third party vulnerabilities. [...]]]></description>
			<content:encoded><![CDATA[<p>Macintosh Security Company <a href="http://www.intego.com/" target="_blank">Intego</a>, the developers of <a href="http://www.intego.com/virusbarrier/" target="_blank">VirusBarrier</a> have released a <a href="http://blog.intego.com/images/yims2009.pdf" target="_blank">report</a> on Mac and iPhone security for 2009.</p>
<p>The report focuses on various Trojan horse attacks, malware found in Torrent application downloads, attacks on jailbroken iPhones, Mac OS X vulnerabilities and third party vulnerabilities.</p>
<p>The following excerpt is taken from the report: -</p>
<p><em>Many of these operating system vulnerabilities pave the way for unseen malware attacks. Some of them are such that merely visiting a booby-trapped web page can compromise a Mac. This underscores the importance of security software that protects not only from malware but also from web threats and the many other kinds of menaces that target Macs. It also highlights the need to keep software up-to-date. Both for Mac OS X and for third-party software, users should make sure that they have the latest versions of their software, since some programs—such as Adobe Reader, commonly used to view PDF files—are easy to attack with known exploits circulating in the wild.</em></p>
<p>The report is available from <a href="http://blog.intego.com/2010/01/25/the-year-in-mac-security-2009/" target="_blank">http://blog.intego.com/2010/01/25/the-year-in-mac-security-2009/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cool-ade.co.uk/mac-security-report-2009/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
