<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Gentoo Hardened for the win</title>
	<atom:link href="http://www.mindstab.net/wordpress/archives/224/feed" rel="self" type="application/rss+xml" />
	<link>http://www.mindstab.net/wordpress/archives/224</link>
	<description>Various projects and musings</description>
	<lastBuildDate>Fri, 24 Jul 2009 03:24:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Dan Ballard</title>
		<link>http://www.mindstab.net/wordpress/archives/224/comment-page-1#comment-19422</link>
		<dc:creator>Dan Ballard</dc:creator>
		<pubDate>Fri, 10 Aug 2007 18:27:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.mindstab.net/wordpress/archives/224#comment-19422</guid>
		<description>True, but if I&#039;m still recompiling why not use Gentoo.  Quick research at least indicates they do update ports with patches as well as core, so thats good, but again, it looks like recompiling, no binary updates.

I was mostly just wishing for a distro with the security of OpenBSD or maybe Gentoo Hardened, but that was binary and had binary security updates, to ease old or small machines.</description>
		<content:encoded><![CDATA[<p>True, but if I&#8217;m still recompiling why not use Gentoo.  Quick research at least indicates they do update ports with patches as well as core, so thats good, but again, it looks like recompiling, no binary updates.</p>
<p>I was mostly just wishing for a distro with the security of OpenBSD or maybe Gentoo Hardened, but that was binary and had binary security updates, to ease old or small machines.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gregf</title>
		<link>http://www.mindstab.net/wordpress/archives/224/comment-page-1#comment-19419</link>
		<dc:creator>gregf</dc:creator>
		<pubDate>Fri, 10 Aug 2007 13:52:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.mindstab.net/wordpress/archives/224#comment-19419</guid>
		<description>Every security update does not require you to compile the entire src tree. You can simple recompile the specific program inside the source tree that needs updating. For example

cd /usr/src/usr.bin/file
make obj
make cleandir
make depend
make
make install

No need to recompile your entire tree and reboot. If it was a issue with the kernel then yes there would be a lot more compiling and a reboot. That&#039;s not something that happens often though.</description>
		<content:encoded><![CDATA[<p>Every security update does not require you to compile the entire src tree. You can simple recompile the specific program inside the source tree that needs updating. For example</p>
<p>cd /usr/src/usr.bin/file<br />
make obj<br />
make cleandir<br />
make depend<br />
make<br />
make install</p>
<p>No need to recompile your entire tree and reboot. If it was a issue with the kernel then yes there would be a lot more compiling and a reboot. That&#8217;s not something that happens often though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Ballard</title>
		<link>http://www.mindstab.net/wordpress/archives/224/comment-page-1#comment-19414</link>
		<dc:creator>Dan Ballard</dc:creator>
		<pubDate>Fri, 10 Aug 2007 06:41:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.mindstab.net/wordpress/archives/224#comment-19414</guid>
		<description>Sorry, I was lazy.  It still doesn&#039;t change the fact that the security updates are patches to source only or updated CVS so recompiling is required.  And I&#039;d like a longer support cycle than a year.  I have systems with uptimes longer than a year, kind of a waste to turn them off just to reinstall an OS.  Better to avoid that kind of pointless downtime if it can be done.</description>
		<content:encoded><![CDATA[<p>Sorry, I was lazy.  It still doesn&#8217;t change the fact that the security updates are patches to source only or updated CVS so recompiling is required.  And I&#8217;d like a longer support cycle than a year.  I have systems with uptimes longer than a year, kind of a waste to turn them off just to reinstall an OS.  Better to avoid that kind of pointless downtime if it can be done.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nate MacKenzie</title>
		<link>http://www.mindstab.net/wordpress/archives/224/comment-page-1#comment-19407</link>
		<dc:creator>Nate MacKenzie</dc:creator>
		<pubDate>Thu, 09 Aug 2007 22:59:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.mindstab.net/wordpress/archives/224#comment-19407</guid>
		<description>No, OpenBSD has a one year support cycle, every six months a new release is made available and the release before that stays supported, while the release that is now two releases behind the current release, ends it&#039;s support.  So while 4.3 comes out, 4.1 ends it&#039;s support, one year after it&#039;s release.  This isn&#039;t that hard to find out, why didn&#039;t you?</description>
		<content:encoded><![CDATA[<p>No, OpenBSD has a one year support cycle, every six months a new release is made available and the release before that stays supported, while the release that is now two releases behind the current release, ends it&#8217;s support.  So while 4.3 comes out, 4.1 ends it&#8217;s support, one year after it&#8217;s release.  This isn&#8217;t that hard to find out, why didn&#8217;t you?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ciaran McCreesh</title>
		<link>http://www.mindstab.net/wordpress/archives/224/comment-page-1#comment-19406</link>
		<dc:creator>Ciaran McCreesh</dc:creator>
		<pubDate>Thu, 09 Aug 2007 21:40:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.mindstab.net/wordpress/archives/224#comment-19406</guid>
		<description>Unfortunately, all SSP does is make certain legitimate C++ programs crash when given legitimate input, thus exposing you to new DoS attacks. It does not make your system any more secure, and it does not make security holes disappear.</description>
		<content:encoded><![CDATA[<p>Unfortunately, all SSP does is make certain legitimate C++ programs crash when given legitimate input, thus exposing you to new DoS attacks. It does not make your system any more secure, and it does not make security holes disappear.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
