<?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>IUS Community Project &#187; News</title>
	<atom:link href="http://iuscommunity.org/category/news/feed/" rel="self" type="application/rss+xml" />
	<link>http://iuscommunity.org</link>
	<description>a better way to upgrade rhel</description>
	<lastBuildDate>Thu, 06 May 2010 23:53:30 +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>RHEL/Yum Adds Better Support for IUS Package Naming Convention</title>
		<link>http://iuscommunity.org/2010/05/06/rhelyum-adds-better-support-for-ius-package-naming-convention/</link>
		<comments>http://iuscommunity.org/2010/05/06/rhelyum-adds-better-support-for-ius-package-naming-convention/#comments</comments>
		<pubDate>Thu, 06 May 2010 23:47:44 +0000</pubDate>
		<dc:creator>derks</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://iuscommunity.org/?p=197</guid>
		<description><![CDATA[As is documented in a number of places (soon to be removed though), IUS packages introduced an incompatibility with how Yum handled compare_providers.  The issue is outlined in LP#453543.  That said, as of upstream version 3.2.26 and RHEL 5.5/6.0 (backported: 3.2.22-23) Yum now better supports the IUS package naming convention.
In short, IUS names its packages ]]></description>
			<content:encoded><![CDATA[<p>As is documented in a number of places (soon to be removed though), IUS packages introduced an incompatibility with how Yum handled compare_providers.  The issue is outlined in <a href="https://bugs.launchpad.net/ius/+bug/453543" target="_blank">LP#453543</a>.  That said, as of upstream version <a href="http://yum.baseurl.org/wiki/whatsnew/3.2.26" target="_blank">3.2.26</a> and RHEL 5.5/6.0 (backported: 3.2.22-23) Yum now better supports the IUS package naming convention.</p>
<p>In short, IUS names its packages slightly off from stock package names.  For example, mysql becomes mysql50 or mysql51&#8230; php becomes php52 or php53, etc.  The reason is outlined in <a href="https://answers.launchpad.net/ius/+faq/1098" target="_blank">FAQ #1098</a>.  This introduced a dependency issue where if you tried to install a package that say &#8220;Requires: php-mysql&#8221; &#8230; if you had php52 installed, yum would previously attempt to install stock php-mysql rather than the more appropriate php52-mysql.  As of the latest release, Yum now checks to see if a providers &#8216;base package&#8217; is installed, and if so awards it points in the comparison process.  This makes php52-mysql win out as a better provider for the dependency &#8216;php-mysql&#8217; becuase it a) provides php-mysql and b) it&#8217;s base package (php52) is already installed.  Does that sound confusing?</p>
<p>Many thanks to the Yum developers for accepting our request and helping make IUS the best 3rd party repo for upgrading RHEL!</p>
]]></content:encoded>
			<wfw:commentRss>http://iuscommunity.org/2010/05/06/rhelyum-adds-better-support-for-ius-package-naming-convention/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP 5.2.12 Packages for Redhat/CentOS 4 and 5</title>
		<link>http://iuscommunity.org/2009/12/17/php-5-2-12-packages-for-redhatcentos-4-and-5/</link>
		<comments>http://iuscommunity.org/2009/12/17/php-5-2-12-packages-for-redhatcentos-4-and-5/#comments</comments>
		<pubDate>Fri, 18 Dec 2009 01:06:22 +0000</pubDate>
		<dc:creator>derks</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Package Updates]]></category>

		<guid isPermaLink="false">http://iuscommunity.org/?p=177</guid>
		<description><![CDATA[Per today&#8217;s announcement from the PHP Development Group, we have just completed building out updates for our php52 packages bringing them inline with upstream stable 5.2.12.  IUS maintains php52 for Redhat / CentOS Enterprise Linux 4 and 5, and plan to do so until the 5.2 branch is EOL upstream.
Along with this update we have ]]></description>
			<content:encoded><![CDATA[<p>Per today&#8217;s <a href="http://php.net/" target="_blank">announcement</a> from the PHP Development Group, we have just completed building out updates for our php52 packages bringing them inline with upstream stable 5.2.12.  IUS maintains php52 for Redhat / CentOS Enterprise Linux 4 and 5, and plan to do so until the 5.2 branch is EOL upstream.</p>
<p>Along with this update we have also rebuilt the available <a href="http://pecl.php.net" target="_blank">PECL</a> packages for php52 for Redhat/CentOS EL 5 only.  The available PECL packages are:</p>
<ul>
<li>php52-pecl-memcache</li>
<li>php52-pecl-apc</li>
<li>php52-pecl-imagick (new)</li>
</ul>
<p>As you can see this is a pretty skimpy list.  We are hoping to add more PECL packages to this list, but in order to do so we really need contributions from the community.  Our goal would be to eventually have a comparable list of PECL packages to what <a href="https://fedoraproject.org/wiki/EPEL" target="_blank">EPEL</a> has in their repo.  If you are interested in helping contribute packages to the project, please see the <a href="http://wiki.iuscommunity.org/Doc/DeveloperGuide" target="_blank">Developer Guide</a>.<br />
<BR></p>
<h3>Testing IUS Packages</h3>
<p>All packages and updates mentioned in this post are currently in ius-el5-testing meaning that they haven&#8217;t quite made it to our production/stable repositories.  Any help testing packages is more than extremely appreciated.  If you are interested in contributing to the project by way of testing and feedback, see the <a href="http://iuscommunity.org/getting-started">Getting Started Guide</a> and more specifically the section from the wiki on <a href="http://wiki.iuscommunity.org/Doc/ClientUsageGuide#Installing_Packages_from_IUS_Testing">Installing Packages from IUS Testing</a>. Once complete either email us or submit feedback via the appropriate tracker on our <a href="http://bugs.launchpad.net/ius" target="_blank">LaunchPad</a> site.</p>
<p>Along with PHP 5.2.12, there are also updates for:</p>
<ul>
<li>mod_wsgi-python31</li>
<li>rsyslog4</li>
</ul>
<p><BR></p>
<h3>Contacting the IUS Core Development Team</h3>
<p>If you are unable to communicate via our <a href="http://bugs.launchpad.net/ius" target="_blank">bug tracking system</a>, <a href="http://launchpad.net/%7Eius-community" target="_blank">mailing list</a>, <a href="https://answers.launchpad.net/ius" target="_blank">answers section</a>, etc please send us an email to coredev@iuscommunity.org.</p>
<p>We also hangout in #iuscommunity on irc.freenode.net.</p>
]]></content:encoded>
			<wfw:commentRss>http://iuscommunity.org/2009/12/17/php-5-2-12-packages-for-redhatcentos-4-and-5/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>New Wiki and Documentation Now Available</title>
		<link>http://iuscommunity.org/2009/09/22/new-wiki-and-documentation-now-available/</link>
		<comments>http://iuscommunity.org/2009/09/22/new-wiki-and-documentation-now-available/#comments</comments>
		<pubDate>Tue, 22 Sep 2009 20:50:50 +0000</pubDate>
		<dc:creator>derks</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://iuscommunity.org/?p=89</guid>
		<description><![CDATA[We have finally setup the IUS Community Wiki and kicked it off with the following docs:

Client Usage Guide
Developer Guide

The wiki is open for community contributions and editing, though we have limited this to OpenID logins with LaunchPad only.  Our reason in doing so is to limit spammers/bots as well as to encourage anyone and everyone ]]></description>
			<content:encoded><![CDATA[<p>We have finally setup the <a href="http://wiki.iuscommunity.org">IUS Community Wiki</a> and kicked it off with the following docs:</p>
<ul>
<li><a href="http://wiki.iuscommunity.org/Doc/ClientUsageGuide">Client Usage Guide</a></li>
<li><a href="http://wiki.iuscommunity.org/Doc/DeveloperGuide">Developer Guide</a></li>
</ul>
<p>The wiki is open for community contributions and editing, though we have limited this to OpenID logins with LaunchPad only.  Our reason in doing so is to limit spammers/bots as well as to encourage anyone and everyone to join the <a href="http://launchpad.net/~ius-community">IUS Community Members Team</a> on LaunchPad.</p>
<p>If you have any issues using or editing the wiki please send us an email to <a href="mailto:coredev@iuscommunity.org">coredev@iuscommunity.org</a> and we will get things squared away asap.</p>
]]></content:encoded>
			<wfw:commentRss>http://iuscommunity.org/2009/09/22/new-wiki-and-documentation-now-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>We Need Mirrors to Serve Our Yum Repos</title>
		<link>http://iuscommunity.org/2009/09/11/we-need-mirrors-to-serve-our-yum-repos/</link>
		<comments>http://iuscommunity.org/2009/09/11/we-need-mirrors-to-serve-our-yum-repos/#comments</comments>
		<pubDate>Sat, 12 Sep 2009 00:12:52 +0000</pubDate>
		<dc:creator>derks</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://iuscommunity.org/wp/?p=60</guid>
		<description><![CDATA[Well, that might be a bit of an over statement.  We&#8217;ve only been live just about one week now, so technically we don&#8217;t need more mirrors.  That said, the word is getting around and users are starting to subscribe to our repos.  Eventually we will require a geographically distributed list of mirror servers to point ]]></description>
			<content:encoded><![CDATA[<p>Well, that might be a bit of an over statement.  We&#8217;ve only been live just about one week now, so technically we don&#8217;t need more mirrors.  That said, the word is getting around and users are starting to subscribe to our repos.  Eventually we will require a geographically distributed list of mirror servers to point our users to.</p>
<p>If you are at all interested in provided just a little bit of space on your server to mirror our data we would be extremely grateful.  Currently the repo is pretty small:</p>
<pre>[wdierkes@dl01 ~]$ du -hs /exports/pub/ius/
1.3G    /exports/pub/ius/</pre>
<p>We aren&#8217;t expecting the repository to grow at any great speed or anything as we are attempting to keep the package set to a minimum&#8230; that said, the repo will continue to grow and therefore more space will be required.</p>
<p>Please email us at coredev@lists.launchpad.net if you are interested!</p>
<h3>Update: 20010-01-01</h3>
<p>IUS has been growing strong for several months now, and we continue to grow at a rate of 100% +- monthly.  For that reason, we&#8217;d really like to get more community support by way of distributed mirror servers.  As similar to the original post, the data required is now around 1.5G.</p>
<p>For anyone interested, we have updated our wiki to include documentation on mirroring for anyone interested in supporting IUS with bandwidth and web space.</p>
<ul>
<li><a href="http://wiki.iuscommunity.org/Doc/MirroringIUS">http://wiki.iuscommunity.org/Doc/MirroringIUS</a></li>
</ul>
<p>Thanks.</p>
]]></content:encoded>
			<wfw:commentRss>http://iuscommunity.org/2009/09/11/we-need-mirrors-to-serve-our-yum-repos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
