<?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>Omenix.Org &#187; updates</title>
	<atom:link href="http://www.omenix.org/tag/updates/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.omenix.org</link>
	<description>My crime is that of curiosity</description>
	<lastBuildDate>Mon, 06 Feb 2012 19:02:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Patch your CentOS 5.x OpenSSH</title>
		<link>http://www.omenix.org/patch-your-centos-5-x-openssh/</link>
		<comments>http://www.omenix.org/patch-your-centos-5-x-openssh/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 18:16:11 +0000</pubDate>
		<dc:creator>omen</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Today]]></category>
		<category><![CDATA[openssh]]></category>
		<category><![CDATA[patch]]></category>
		<category><![CDATA[secure]]></category>
		<category><![CDATA[updates]]></category>

		<guid isPermaLink="false">http://www.omenix.org/?p=356</guid>
		<description><![CDATA[Just follow the steps below: # wget http://mirror.mcs.anl.gov/openssh/portable/openssh-5.2p1.tar.gz Check your md5/sha1 (md5sum : ada79c7328a8551bdf55c95e631e7dad) (sha1sum : 8273a0237db98179fbdc412207ff8eb14ff3d6de) Next, prepare to build and install the RPM. Disable the building of GUI components in the spec file. We don’t need these on a server: # tar zxvf openssh-5.2p1.tar.gz # cp openssh-5.2p1/contrib/redhat/openssh.spec /usr/src/redhat/SPECS/ # cp openssh-5.2p1.tar.gz /usr/src/redhat/SOURCES/ # [...]]]></description>
			<content:encoded><![CDATA[<p>Just follow the steps below:</p>
<p># wget http://mirror.mcs.anl.gov/openssh/portable/openssh-5.2p1.tar.gz</p>
<p>Check your md5/sha1</p>
<p>(md5sum : ada79c7328a8551bdf55c95e631e7dad)</p>
<p>(sha1sum : 8273a0237db98179fbdc412207ff8eb14ff3d6de)</p>
<p>Next, prepare to build and install the RPM. Disable the building of GUI components in the spec file. We don’t need these on a server:</p>
<p># tar zxvf openssh-5.2p1.tar.gz<br />
# cp openssh-5.2p1/contrib/redhat/openssh.spec /usr/src/redhat/SPECS/<br />
# cp openssh-5.2p1.tar.gz /usr/src/redhat/SOURCES/<br />
# cd /usr/src/redhat/SPECS<br />
# perl -i.bak -pe &#8216;s/^(%define no_(gnome|x11)_askpass)\s+0$/$1 1/&#8217; openssh.spec<br />
# rpmbuild -bb openssh.spec<br />
# cd /usr/src/redhat/RPMS/`uname -i`<br />
# ls -l<br />
-rw-r&#8211;r&#8211; 1 root root 275808 Feb 27 08:08 openssh-5.2p1-1.x86_64.rpm<br />
-rw-r&#8211;r&#8211; 1 root root 439875 Feb 27 08:08 openssh-clients-5.2p1-1.x86_64.rpm<br />
-rw-r&#8211;r&#8211; 1 root root 277714 Feb 27 08:08 openssh-server-5.2p1-1.x86_64.rpm<br />
# rpm -Uvh openssh*rpm<br />
Preparing&#8230; ########################################### [100%]<br />
1:openssh ########################################### [ 33%]<br />
2:openssh-clients ########################################### [ 67%]<br />
3:openssh-server ########################################### [100%]</p>
<p># service sshd restart</p>
<p>Check the sshd version you are running by typing:</p>
<p>telnet [host] [port]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.omenix.org/patch-your-centos-5-x-openssh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

