<?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>Analysis and Review &#187; uptodate</title>
	<atom:link href="http://analysisandreview.com/tag/uptodate/feed/" rel="self" type="application/rss+xml" />
	<link>http://analysisandreview.com</link>
	<description>Brain Dumps For All</description>
	<lastBuildDate>Fri, 13 Apr 2012 12:51:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>How to Keep FreeBSD Up to Date</title>
		<link>http://analysisandreview.com/unix/how-to-keep-freebsd-up-to-date/</link>
		<comments>http://analysisandreview.com/unix/how-to-keep-freebsd-up-to-date/#comments</comments>
		<pubDate>Fri, 08 Jan 2010 05:50:32 +0000</pubDate>
		<dc:creator>Kurt</dc:creator>
				<category><![CDATA[Unix]]></category>
		<category><![CDATA[freebsd]]></category>
		<category><![CDATA[patch]]></category>
		<category><![CDATA[up to date]]></category>
		<category><![CDATA[uptodate]]></category>

		<guid isPermaLink="false">http://analysisandreview.com/?p=651</guid>
		<description><![CDATA[Keeping the freeBSD installation up-to-date is simple. portsnap &#8211; Approximately every hour, a snapshot of the ports tree is generated, repackaged, and cryptographically signed. portsnap gets this information to see which ports you have out of date so you can easily update them. portsmanager &#8211; updates ports in the correct order based on their dependencies. ]]></description>
			<content:encoded><![CDATA[<p>Keeping the freeBSD installation up-to-date is simple.</p>
<pre class="brush: php; title: ; notranslate"># portsnap fetch
# portsnap update
# portmanager -u -l&lt;span id=&quot;more-651&quot;&gt;&lt;/span&gt;</pre>
<p>portsnap &#8211; Approximately every hour, a snapshot of the ports tree is generated, repackaged, and cryptographically signed. portsnap gets this information to see which ports you have out of date so you can easily update them.</p>
<p>portsmanager &#8211; updates ports in the correct order based on their dependencies.</p>
<p>Now on to the binary security updates:</p>
<pre class="brush: php; title: ; notranslate"># freebsd-update fetch</pre>
<pre class="brush: php; title: ; notranslate"># freebsd-update install</pre>
<pre class="brush: php; title: ; notranslate"># freebsd-update  rollback   (in case you need to rollback)

Now just check the kernal version
1<br />
Source: http://www.cyberciti.biz/tips/howto-keep-freebsd-system-upto-date.html</p>
]]></content:encoded>
			<wfw:commentRss>http://analysisandreview.com/unix/how-to-keep-freebsd-up-to-date/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

