The CentOS Plus Repository

For more information on the CentOS Plus repo and how to use it see:

http://wiki.centos.org/Repositories/CentOSPlus

This repository is for items that actually upgrade certain base CentOS
componets.  This repo will change CentOS to not be exactly like the 
upstream providers content.

The CentOS developement team has tested every item in this repo, and
they build and work under CentOS-4. They have not been tested by the
upstream provider, and are not available in the upstream products.

You should understand that use of these components removes the 100%
binary compatibility with the upstream products.  That said, here is
what is available in this repo.

In the below descriptions, the exact versioning has been replaced with
x's ... as this is generic information.  See the actual RPM directories
in the ARCH that you are interested in for the latest version of each
of the packages for that specific ARCH.

Every effort will be made to keep these files updated, BUT the main
CentOS distro will be updated first, and these files will be updated
after the main distro updates have been completed and pushed.  This
should not cause a considerable delay, and normally updates should
be completed within 72 hours of the main distro.

Please see the wiki link above for instructions on how to use the 
centosplus repository.

-------------------------
The CentOS Web Stack
-------------------------
The CentOS Web Stack contains several packages that are updates and it
is designed to be used together as a whole.  For information on using the
Web Stack, please see:

http://wiki.centos.org/Repositories/CentOSPlus/CentOSWebStack

-------------------------------------
postfix-2.x.x-x.x.RHEL4.mysql_pgsql.centos4
-------------------------------------
This is Postfix compiled with mysql and pgsql support so that you can use a
database for both usernames and to hold mail.  If you need mysql support
for your postfix mail server, you can upgrade a currently installed
version like this: 

yum --enablerepo=centosplus upgrade postfix*

or do an install like this:

yum --enablerepo=centosplus install postfix*

----------------------------------
kernel-2.6.x-x.x.x.xxx.plus.c4
----------------------------------
This is a kernel that has many of the options and modules turned on which
are turned off by default in the upstream providers kernels.  A list of 
some of the items that this Kernel includes are:

File Systems:
NTFS (read and write)
XFS (read and write)
JFS (read and write)
ReiserFS (read and write)
UFS {BSD default FS} (read only)
BeOS FS (read only)
AFS (read only)

Hardware Modules:
All USB
All Firewire
All SCSI
Video4 Linux and all Video, Audio and Radio modules

IPX, DECNET, netware file mount support, ability to write to a Windows
Dynamic Partition.  There are other items as well.  See this link for
the actual config files used to build the latest unsupported kernel:

http://mirror.centos.org/centos/4/docs/kernel-unsupported/

Note: Starting with kernel-2.6.9-42.x.x.plus.c4, xfs-kernel-modules is
provided for the centosplus kernels and the standard centos kernels.
These modules are newer XFS code from SGI than the standard 2.6.9
modules included in the CentOS kernel.

---------------------
File System Utilities
---------------------
Because of the added file system support for the above kernel, we have
also added tools to create XFS, JFS and ReiserFS partitions and make
file systems on those partitions.  Here are the packages for each FS:

XFS:
dmapi
dmapi-devel
xfsdump
xfsprogs
xfsprogs-devel

JFS:
jfsutils

ReiserFS:
reiserfs-utils


Thanks,
The CentOS Development Team