CentOS Errata and Security Advisory 2005:848
https://rhn.redhat.com/errata/RHSA-2005-848.html
The following updated files have been uploaded and are currently
syncing to the mirrors:
files:
updates/alpha/RPMS/libc-client-2002e-14.alpha.rpm
updates/alpha/RPMS/libc-client-devel-2002e-14.alpha.rpm
--
Pasi Pirhonen - upi(a)iki.fi - http://iki.fi/upi/
CentOS Errata and Security Advisory 2005:840
https://rhn.redhat.com/errata/RHSA-2005-840.html
The following updated files have been uploaded and are currently
syncing to the mirrors:
files:
updates/alpha/RPMS/xpdf-3.00-11.9.alpha.rpm
--
Pasi Pirhonen - upi(a)iki.fi - http://iki.fi/upi/
CentOS Errata and Security Advisory 2005:840
https://rhn.redhat.com/errata/RHSA-2005-840.html
The following updated files have been uploaded and are currently
syncing to the mirrors:
files:
updates/ia64/RPMS/xpdf-3.00-11.9.ia64.rpm
--
Pasi Pirhonen - upi(a)iki.fi - http://iki.fi/upi/
CentOS Errata and Security Advisory CESA-2005:850
imap security update for CentOS 3 x86_64:
https://rhn.redhat.com/errata/RHSA-2005-850.html
The following updated file has been uploaded and is currently syncing to
the mirrors:
x86_64:
updates/x86_64/RPMS/imap-2002d-12.x86_64.rpm
updates/x86_64/RPMS/imap-devel-2002d-12.x86_64.rpm
updates/x86_64/RPMS/imap-utils-2002d-12.x86_64.rpm
source:
updates/SRPMS/imap-2002d-12.src.rpm
You may update your CentOS-3 x86_64 installations by running the command:
yum update imap\*
Tru
--
Tru Huynh (CentOS-3 i386/x86_64 Package Maintenance)
http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xBEFA581B
CentOS Errata and Security Advisory CESA-2005:850
imap security update for CentOS 3 i386:
https://rhn.redhat.com/errata/RHSA-2005-850.html
The following updated file has been uploaded and is currently syncing to
the mirrors:
i386:
updates/i386/RPMS/imap-2002d-12.i386.rpm
updates/i386/RPMS/imap-devel-2002d-12.i386.rpm
updates/i386/RPMS/imap-utils-2002d-12.i386.rpm
source:
updates/SRPMS/imap-2002d-12.src.rpm
You may update your CentOS-3 i386 installations by running the command:
yum update imap\*
Tru
--
Tru Huynh (CentOS-3 i386/x86_64 Package Maintenance)
http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xBEFA581B
CentOS Errata and Security Advisory CESA-2005:840
xpdf security update for CentOS 3 x86_64:
https://rhn.redhat.com/errata/RHSA-2005-840.html
The following updated file has been uploaded and is currently syncing to
the mirrors:
x86_64:
updates/x86_64/RPMS/xpdf-2.02-9.7.x86_64.rpm
source:
updates/SRPMS/xpdf-2.02-9.7.src.rpm
You may update your CentOS-3 x86_64 installations by running the command:
yum update xpdf
Tru
--
Tru Huynh (CentOS-3 i386/x86_64 Package Maintenance)
http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xBEFA581B
CentOS Errata and Security Advisory CESA-2005:840
xpdf security update for CentOS 3 i386:
https://rhn.redhat.com/errata/RHSA-2005-840.html
The following updated file has been uploaded and is currently syncing to
the mirrors:
i386:
updates/i386/RPMS/xpdf-2.02-9.7.i386.rpm
source:
updates/SRPMS/xpdf-2.02-9.7.src.rpm
You may update your CentOS-3 i386 installations by running the command:
yum update xpdf
Tru
--
Tru Huynh (CentOS-3 i386/x86_64 Package Maintenance)
http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xBEFA581B
The CentOS Development Team is pleased to announce the release of the
Cluster Suite 4 (CS) and Global File System 6.1 (GFS) for CentOS-4 for
the i386 and x86_64 architectures.
The files are located at:
http://mirror.centos.org/centos/4/csgfs/
Documentation for CS / GFS is with the other CentOS-4 docs at:
http://mirror.centos.org/centos/4/docs/
You can add the csgfs repository to your yum configuration by
downloading the CentOS-csgfs.repo file and putting it in
your /etc/yum.repos.d/ directory:
http://mirror.centos.org/centos/4/csgfs/CentOS-csgfs.repo
Installation instructions are provided in the above documentation link.
Thank you,
The CentOS Development Team
CentOS Errata and Enhancement Advisory 2005:1130-2
CentOS 4 x86_86 drbd / heartbeat - Enhancement Update (Extras Only)
We are pleased to add drbd (with integrated heartbeat) to the CentOS
extras repository.
DRBD is a block device which is designed to build high availability
clusters. This is done by mirroring a whole block device via (a
dedicated) network. You could see it as a network raid-1. See the drbd
website for details:
http://www.drbd.org/
Heartbeat performs death-of-node detection, communications and cluster
management in one process. See the heartbeat website for details:
http://www.linux-ha.org/HeartbeatProgram
The heartbeat used by CentOS originates with the ultramonkey project,
though the EL3 version was modified to use EL4 core programs and the
CFLAGS were changed to make it compile on i386 and x86_64. More on
ultramonkey here:
http://www.ultramonkey.org/3/
Using drbd and heartbeat together, you can mirror a partition between
computers via the network, and switch applications on those partitons
between the machines if one of the machines fails.
----------------------
Installation:
You can install drbd and heartbeat with the following command:
yum groupinstall drbd-heartbeat
then you will need to install the drbd kernel module for your kernel.
You can find your current kernel with the command:
uname -r
(currently for me the result is 2.6.9-22.0.1.ELsmp)
then you can install the drbd kernel module with the command:
yum install kernel-module-drbd-2.6.9-22.0.1.ELsmp
(you would substitute you uname -r kernel name for 2.6.9-22.0.1.ELsmp)
If you are using a non standard kernel, you will need to build your own
kernel module for drbd. The lastest drbd source file can be obtained
here:
http://mirror.centos.org/centos/4/extras/SRPMS/
You need the kernel-devel (or kernel-smp-devel) for your kernel
installed as well, and you can make your drbd kernel module with the
command:
rpmbuild --rebuild -target i686 --define "kernelversion 2.6.9-22.0.1.ELsmp" drbd-0.7.14-1.centos4.src.rpm
(you would substitute your kernel version and targeted arch as applicable)
-----------------------
Once installed the drbd and heartbeat configurations need to be setup
via their respective website links above.
----------------------
The following files are added to the extras repository and syncing to
the mirrors:
x86_64:
drbd-0.7.14-1.centos4.x86_64.rpm
heartbeat-1.2.3.cvs.20050927-1.centos4.x86_64.rpm
heartbeat-ldirectord-1.2.3.cvs.20050927-1.centos4.x86_64.rpm
heartbeat-pils-1.2.3.cvs.20050927-1.centos4.x86_64.rpm
heartbeat-stonith-1.2.3.cvs.20050927-1.centos4.x86_64.rpm
ipvsadm-1.24-6.x86_64.rpm
kernel-module-drbd-2.6.9-22.0.1.EL-0.7.14-1.centos4.x86_64.rpm
kernel-module-drbd-2.6.9-22.0.1.ELsmp-0.7.14-1.centos4.x86_64.rpm
kernel-module-drbd-2.6.9-22.EL-0.7.14-1.centos4.x86_64.rpm
kernel-module-drbd-2.6.9-22.ELsmp-0.7.14-1.centos4.x86_64.rpm
libnet-1.1.2.1-2.rf.x86_64.rpm
perl-Mail-IMAPClient-2.2.9-1.rf.noarch.rpm
perl-Net-SSLeay-1.25-3.rf.x86_64.rpm
src:
drbd-0.7.14-1.centos4.src.rpm
heartbeat-1.2.3.cvs.20050927-1.centos4.src.rpm
ipvsadm-1.24-6.src.rpm
libnet-1.1.2.1-2.rf.src.rpm
perl-Mail-IMAPClient-2.2.9-1.rf.src.rpm
perl-Net-SSLeay-1.25-3.rf.src.rpm
CentOS Errata and Enhancement Advisory 2005:1130-2
CentOS 4 i386 drbd / heartbeat - Enhancement Update (Extras Only)
We are pleased to add drbd (with integrated heartbeat) to the CentOS
extras repository.
DRBD is a block device which is designed to build high availability
clusters. This is done by mirroring a whole block device via (a
dedicated) network. You could see it as a network raid-1. See the drbd
website for details:
http://www.drbd.org/
Heartbeat performs death-of-node detection, communications and cluster
management in one process. See the heartbeat website for details:
http://www.linux-ha.org/HeartbeatProgram
The heartbeat used by CentOS originates with the ultramonkey project,
though the EL3 version was modified to use EL4 core programs and the
CFLAGS were changed to make it compile on i386 and x86_64. More on
ultramonkey here:
http://www.ultramonkey.org/3/
Using drbd and heartbeat together, you can mirror a partition between
computers via the network, and switch applications on those partitons
between the machines if one of the machines fails.
----------------------
Installation:
You can install drbd and heartbeat with the following command:
yum groupinstall drbd-heartbeat
then you will need to install the drbd kernel module for your kernel.
You can find your current kernel with the command:
uname -r
(currently for me the result is 2.6.9-22.0.1.ELsmp)
then you can install the drbd kernel module with the command:
yum install kernel-module-drbd-2.6.9-22.0.1.ELsmp
(you would substitute you uname -r kernel name for 2.6.9-22.0.1.ELsmp)
If you are using a non standard kernel, you will need to build your own
kernel module for drbd. The lastest drbd source file can be obtained
here:
http://mirror.centos.org/centos/4/extras/SRPMS/
You need the kernel-devel (or kernel-smp-devel) for your kernel
installed as well, and you can make your drbd kernel module with the
command:
rpmbuild --rebuild -target i686 --define "kernelversion 2.6.9-22.0.1.ELsmp" drbd-0.7.14-1.centos4.src.rpm
(you would substitute your kernel version and targeted arch as applicable)
-----------------------
Once installed the drbd and heartbeat configurations need to be setup
via their respective website links above.
----------------------
The following files are added to the extras repository and syncing to
the mirrors:
i386:
drbd-0.7.14-1.centos4.i386.rpm
heartbeat-1.2.3.cvs.20050927-1.centos4.i386.rpm
heartbeat-ldirectord-1.2.3.cvs.20050927-1.centos4.i386.rpm
heartbeat-pils-1.2.3.cvs.20050927-1.centos4.i386.rpm
heartbeat-stonith-1.2.3.cvs.20050927-1.centos4.i386.rpm
ipvsadm-1.24-6.i386.rpm
kernel-module-drbd-2.6.9-22.0.1.EL-0.7.14-1.centos4.i686.rpm
kernel-module-drbd-2.6.9-22.0.1.ELhugemem-0.7.14-1.centos4.i686.rpm
kernel-module-drbd-2.6.9-22.0.1.ELsmp-0.7.14-1.centos4.i686.rpm
kernel-module-drbd-2.6.9-22.EL-0.7.14-1.centos4.i686.rpm
kernel-module-drbd-2.6.9-22.ELhugemem-0.7.14-1.centos4.i686.rpm
kernel-module-drbd-2.6.9-22.ELsmp-0.7.14-1.centos4.i686.rpm
libnet-1.1.2.1-2.rf.i386.rpm
perl-Mail-IMAPClient-2.2.9-1.rf.noarch.rpm
perl-Net-SSLeay-1.25-3.rf.i386.rpm
src:
drbd-0.7.14-1.centos4.src.rpm
heartbeat-1.2.3.cvs.20050927-1.centos4.src.rpm
ipvsadm-1.24-6.src.rpm
libnet-1.1.2.1-2.rf.src.rpm
perl-Mail-IMAPClient-2.2.9-1.rf.src.rpm
perl-Net-SSLeay-1.25-3.rf.src.rpm
CentOS Errata and Enhancement Advisory 2005:1130-1
CentOS 4 i386 Horde - Enhancement Update (Extras Only)
We are pleased to add the Horde Application Framework as well as the
following horde projects to the CentOS extras repository:
horde
imp-h3
ingo-h3
kronolith-h3
mnemo-h3
nag-h3
gollem-h3
turba-h3
Horde is an full featured webmail system for your server, please see
this link for details:
http://www.horde.org/projects.php
The install directory is /usr/share/horde with all the other
applications in a separate directory under /usr/share/horde.
Setup of each application is required per the on site instructions for
each, starting with the horde application framework.
http://www.horde.org/horde/docs/
----------------------------
Installation of all horde applications can be done with the command:
yum groupinstall Horde-Apps
You may also choose to install individual applications only using yum
like this:
yum install horde imp-h3
-------------------------
The following files are added to the Extras repo and syncing to the
mirrors:
i386:
gollem-h3-1.0-1.centos4.noarch.rpm
horde-3.0.7-1.centos4.noarch.rpm
imp-h3-4.0.4-1.centos4.noarch.rpm
ingo-h3-1.0.2-1.centos4.noarch.rpm
kronolith-h3-2.0.5-1.centos4.noarch.rpm
mnemo-h3-2.0.2-1.centos4.noarch.rpm
nag-h3-2.0.3-1.centos4.noarch.rpm
turba-h3-2.0.4-1.centos4.noarch.rpm
src:
gollem-h3-1.0-1.centos4.src.rpm
horde-3.0.7-1.centos4.src.rpm
imp-h3-4.0.4-1.centos4.src.rpm
ingo-h3-1.0.2-1.centos4.src.rpm
kronolith-h3-2.0.5-1.centos4.src.rpm
mnemo-h3-2.0.2-1.centos4.src.rpm
nag-h3-2.0.3-1.centos4.src.rpm
turba-h3-2.0.4-1.centos4.src.rpm
CentOS Errata and Enhancement Advisory 2005:1130-1
CentOS 4 x86_64 Horde - Enhancement Update (Extras Only)
We are pleased to add the Horde Application Framework as well as the
following horde projects to the CentOS extras repository:
horde
imp-h3
ingo-h3
kronolith-h3
mnemo-h3
nag-h3
gollem-h3
turba-h3
Horde is an full featured webmail system for your server, please see
this link for details:
http://www.horde.org/projects.php
The install directory is /usr/share/horde with all the other
applications in a separate directory under /usr/share/horde.
Setup of each application is required per the on site instructions for
each, starting with the horde application framework.
http://www.horde.org/horde/docs/
----------------------------
Installation of all horde applications can be done with the command:
yum groupinstall Horde-Apps
You may also choose to install individual applications only using yum
like this:
yum install horde imp-h3
-------------------------
The following files are added to the Extras repo and syncing to the
mirrors:
i386:
gollem-h3-1.0-1.centos4.noarch.rpm
horde-3.0.7-1.centos4.noarch.rpm
imp-h3-4.0.4-1.centos4.noarch.rpm
ingo-h3-1.0.2-1.centos4.noarch.rpm
kronolith-h3-2.0.5-1.centos4.noarch.rpm
mnemo-h3-2.0.2-1.centos4.noarch.rpm
nag-h3-2.0.3-1.centos4.noarch.rpm
turba-h3-2.0.4-1.centos4.noarch.rpm
src:
gollem-h3-1.0-1.centos4.src.rpm
horde-3.0.7-1.centos4.src.rpm
imp-h3-4.0.4-1.centos4.src.rpm
ingo-h3-1.0.2-1.centos4.src.rpm
kronolith-h3-2.0.5-1.centos4.src.rpm
mnemo-h3-2.0.2-1.centos4.src.rpm
nag-h3-2.0.3-1.centos4.src.rpm
turba-h3-2.0.4-1.centos4.src.rpm
CentOS Errata and Enhancement Advisory 2005:1127-1
CentOS 4 x86_64 XFCE - Enhancement Update (Extras Only)
This update is for the version of XFCE is that is included in the
Extras repo for CentOS-4 ... this is not an update to the main
CentOS-4 repo.
The XFCE-4.2 desktop environment is being upgraded from 4.2.1 to 4.2.3.
There are some new features added including xfcalendar and xfce4-mixer.
This version is based on the XFCE-4 sources that are included in Fedora
Core (tm) 4 extras and will continue to track against that version
throughout it's lifetime. The older version that this update replaces
was from Fedora Core (tm) 3 sources.
The following files are updated and syncing to the mirrors:
x86_64:
dbh-1.0.24-1.c4.x86_64.rpm
dbh-devel-1.0.24-1.c4.x86_64.rpm
gtk-xfce-engine-2.2.8-1.c4.x86_64.rpm
libxfce4mcs-4.2.3-1.c4.x86_64.rpm
libxfce4mcs-devel-4.2.3-1.c4.x86_64.rpm
libxfce4util-4.2.3.2-1.c4.x86_64.rpm
libxfce4util-devel-4.2.3.2-1.c4.x86_64.rpm
libxfcegui4-4.2.3-2.c4.x86_64.rpm
libxfcegui4-devel-4.2.3-2.c4.x86_64.rpm
xfcalendar-4.2.3-1.c4.x86_64.rpm
xfce4-appfinder-4.2.3-1.c4.x86_64.rpm
xfce4-iconbox-4.2.3-1.c4.x86_64.rpm
xfce4-icon-theme-4.2.3-1.c4.noarch.rpm
xfce4-mixer-4.2.3-1.c4.x86_64.rpm
xfce4-panel-4.2.3-1.c4.x86_64.rpm
xfce4-panel-devel-4.2.3-1.c4.x86_64.rpm
xfce4-session-4.2.3-1.c4.x86_64.rpm
xfce4-session-devel-4.2.3-1.c4.x86_64.rpm
xfce4-session-engines-4.2.3-1.c4.x86_64.rpm
xfce4-systray-4.2.3-1.c4.x86_64.rpm
xfce4-toys-4.2.3-1.c4.x86_64.rpm
xfce4-trigger-launcher-4.2.3-1.c4.x86_64.rpm
xfce-mcs-manager-4.2.3-1.c4.x86_64.rpm
xfce-mcs-manager-devel-4.2.3-1.c4.x86_64.rpm
xfce-mcs-plugins-4.2.3-1.c4.x86_64.rpm
xfce-utils-4.2.3-1.c4.x86_64.rpm
xfdesktop-4.2.3-1.c4.x86_64.rpm
xffm-4.2.3-1.c4.x86_64.rpm
xfprint-4.2.3-1.c4.x86_64.rpm
xfwm4-4.2.3.2-1.c4.x86_64.rpm
xfwm4-themes-4.2.3-1.c4.noarch.rpm
src:
dbh-1.0.24-1.c4.src.rpm
gtk-xfce-engine-2.2.8-1.c4.src.rpm
libxfce4mcs-4.2.3-1.c4.src.rpm
libxfce4util-4.2.3.2-1.c4.src.rpm
libxfcegui4-4.2.3-2.c4.src.rpm
xfcalendar-4.2.3-1.c4.src.rpm
xfce4-appfinder-4.2.3-1.c4.src.rpm
xfce4-iconbox-4.2.3-1.c4.src.rpm
xfce4-icon-theme-4.2.3-1.c4.src.rpm
xfce4-mixer-4.2.3-1.c4.src.rpm
xfce4-panel-4.2.3-1.c4.src.rpm
xfce4-session-4.2.3-1.c4.src.rpm
xfce4-systray-4.2.3-1.c4.src.rpm
xfce4-toys-4.2.3-1.c4.src.rpm
xfce4-trigger-launcher-4.2.3-1.c4.src.rpm
xfce-mcs-manager-4.2.3-1.c4.src.rpm
xfce-mcs-plugins-4.2.3-1.c4.src.rpm
xfce-utils-4.2.3-1.c4.src.rpm
xfdesktop-4.2.3-1.c4.src.rpm
xffm-4.2.3-1.c4.src.rpm
xfprint-4.2.3-1.c4.src.rpm
xfwm4-4.2.3.2-1.c4.src.rpm
xfwm4-themes-4.2.3-1.c4.src.rpm
CentOS Errata and Enhancement Advisory 2005:1127-1
CentOS 4 i386 XFCE - Enhancement Update (Extras Only)
This update is for the version of XFCE is that is included in the
Extras repo for CentOS-4 ... this is not an update to the main
CentOS-4 repo.
The XFCE-4.2 desktop environment is being upgraded from 4.2.1 to 4.2.3.
There are some new features added including xfcalendar and xfce4-mixer.
This version is based on the XFCE-4 sources that are included in Fedora
Core (tm) 4 extras and will continue to track against that version
throughout it's lifetime. The older version that this update replaces
was from Fedora Core (tm) 3 sources.
The following files are updated and syncing to the mirrors:
i386:
dbh-1.0.24-1.c4.i386.rpm
dbh-devel-1.0.24-1.c4.i386.rpm
gtk-xfce-engine-2.2.8-1.c4.i386.rpm
libxfce4mcs-4.2.3-1.c4.i386.rpm
libxfce4mcs-devel-4.2.3-1.c4.i386.rpm
libxfce4util-4.2.3.2-1.c4.i386.rpm
libxfce4util-devel-4.2.3.2-1.c4.i386.rpm
libxfcegui4-4.2.3-2.c4.i386.rpm
libxfcegui4-devel-4.2.3-2.c4.i386.rpm
xfcalendar-4.2.3-1.c4.i386.rpm
xfce4-appfinder-4.2.3-1.c4.i386.rpm
xfce4-iconbox-4.2.3-1.c4.i386.rpm
xfce4-icon-theme-4.2.3-1.c4.noarch.rpm
xfce4-mixer-4.2.3-1.c4.i386.rpm
xfce4-panel-4.2.3-1.c4.i386.rpm
xfce4-panel-devel-4.2.3-1.c4.i386.rpm
xfce4-session-4.2.3-1.c4.i386.rpm
xfce4-session-devel-4.2.3-1.c4.i386.rpm
xfce4-session-engines-4.2.3-1.c4.i386.rpm
xfce4-systray-4.2.3-1.c4.i386.rpm
xfce4-toys-4.2.3-1.c4.i386.rpm
xfce4-trigger-launcher-4.2.3-1.c4.i386.rpm
xfce-mcs-manager-4.2.3-1.c4.i386.rpm
xfce-mcs-manager-devel-4.2.3-1.c4.i386.rpm
xfce-mcs-plugins-4.2.3-1.c4.i386.rpm
xfce-utils-4.2.3-1.c4.i386.rpm
xfdesktop-4.2.3-1.c4.i386.rpm
xffm-4.2.3-1.c4.i386.rpm
xfprint-4.2.3-1.c4.i386.rpm
xfwm4-4.2.3.2-1.c4.i386.rpm
xfwm4-themes-4.2.3-1.c4.noarch.rpm
src:
dbh-1.0.24-1.c4.src.rpm
gtk-xfce-engine-2.2.8-1.c4.src.rpm
libxfce4mcs-4.2.3-1.c4.src.rpm
libxfce4util-4.2.3.2-1.c4.src.rpm
libxfcegui4-4.2.3-2.c4.src.rpm
xfcalendar-4.2.3-1.c4.src.rpm
xfce4-appfinder-4.2.3-1.c4.src.rpm
xfce4-iconbox-4.2.3-1.c4.src.rpm
xfce4-icon-theme-4.2.3-1.c4.src.rpm
xfce4-mixer-4.2.3-1.c4.src.rpm
xfce4-panel-4.2.3-1.c4.src.rpm
xfce4-session-4.2.3-1.c4.src.rpm
xfce4-systray-4.2.3-1.c4.src.rpm
xfce4-toys-4.2.3-1.c4.src.rpm
xfce4-trigger-launcher-4.2.3-1.c4.src.rpm
xfce-mcs-manager-4.2.3-1.c4.src.rpm
xfce-mcs-plugins-4.2.3-1.c4.src.rpm
xfce-utils-4.2.3-1.c4.src.rpm
xfdesktop-4.2.3-1.c4.src.rpm
xffm-4.2.3-1.c4.src.rpm
xfprint-4.2.3-1.c4.src.rpm
xfwm4-4.2.3.2-1.c4.src.rpm
xfwm4-themes-4.2.3-1.c4.src.rpm
The single CD Server edition of CentOS 4.2/x86_64 has now been released.
It lets you setup a basic CentOS 4 system along with the server
components. Anything else that is needed can then be installed via yum
or up2date once the system is running. The resulting installed system is
identical to a normal CentOS 4 install ( with yum and up2date ).
Download the ServerCD from /centos/4/isos/x86_64/ directory on your
local mirror or pickup the torrent. List of mirrors at
http://www.centos.org/mirrors . The torrent is at
http://mirror.centos.org/centos/4/isos/x86_64/CentOS-4.2.ServerCD-x86_64.to…
We appreciate all feedback ( via http://bugs.centos.org/ ), including
RFE's and bug notifications.
Enjoy!
CentOS Errata and Bugfix Advisory 2005:1120-1
CentOS 4 i386 xfsprogs - bugfix update (CENTOSPLUS Only)
This package is for the version of xfsprogs is that is included in the
centosplus repo for CentOS-4 ... this is not an update to the main
CentOS-4 repo.
The SGI team has released a new xfsprogs SRPM for the XFS project.
The following items have changed since the last release of this package:
xfsprogs-2.7.3 (29 September 2005)
- Fix xfs_repair handling of the morebits bit.
- Merge back several kernel changes related to attr2.
- Extended xfs_db expert mode commands
- Clean up some fsxattr uses to reduce number of syscalls,
now that IRIX also supports project identifiers via this
interface.
xfsprogs-2.7.2 (28 September 2005)
- Fix up xfs_repair segmentation fault due to wrong allocation
size.
xfsprogs-2.7.1 (20 September 2005)
- Fix up reporting of devices in xfs_growfs - now uses
/proc/mounts in preference to /etc/mtab.
- Fix a strtok-related bug in the extraction of device names,
also only affecting xfs_growfs.
xfsprogs-2.7.0 (16 September 2005)
- Support for updated extended attributes format (attr2)
- Make xfs_quota tool issue a quota sync in all the needed
places, before reporting, to counter affects of delayed
allocation.
- Quota-related ID signedness issue fixes.
- Expert mode xfs_db commands to set/remove attributes.
xfsprogs-2.6.37 (11 August 2005)
- Fix FreeBSD builds (getmntinfo), thanks to Craig Rodrigues.
--------------------------------------
More information about the XFS project can be obtained at:
http://oss.sgi.com/projects/xfs/
--------------------------------------
The following updated files have been uploaded and are currently
syncing to the mirrors:
i386:
xfsprogs-2.7.3-1.i386.rpm
xfsprogs-devel-2.7.3-1.i386.rpm
src:
xfsprogs-2.7.3-1.src.rpm
CentOS Errata and Bugfix Advisory 2005:1120-1
CentOS 4 x86_64 xfsprogs - bugfix update (CENTOSPLUS Only)
This package is for the version of xfsprogs is that is included in the
centosplus repo for CentOS-4 ... this is not an update to the main
CentOS-4 repo.
The SGI team has released a new xfsprogs SRPM for the XFS project.
The following items have changed since the last release of this package:
xfsprogs-2.7.3 (29 September 2005)
- Fix xfs_repair handling of the morebits bit.
- Merge back several kernel changes related to attr2.
- Extended xfs_db expert mode commands
- Clean up some fsxattr uses to reduce number of syscalls,
now that IRIX also supports project identifiers via this
interface.
xfsprogs-2.7.2 (28 September 2005)
- Fix up xfs_repair segmentation fault due to wrong allocation
size.
xfsprogs-2.7.1 (20 September 2005)
- Fix up reporting of devices in xfs_growfs - now uses
/proc/mounts in preference to /etc/mtab.
- Fix a strtok-related bug in the extraction of device names,
also only affecting xfs_growfs.
xfsprogs-2.7.0 (16 September 2005)
- Support for updated extended attributes format (attr2)
- Make xfs_quota tool issue a quota sync in all the needed
places, before reporting, to counter affects of delayed
allocation.
- Quota-related ID signedness issue fixes.
- Expert mode xfs_db commands to set/remove attributes.
xfsprogs-2.6.37 (11 August 2005)
- Fix FreeBSD builds (getmntinfo), thanks to Craig Rodrigues.
--------------------------------------
More information about the XFS project can be obtained at:
http://oss.sgi.com/projects/xfs/
--------------------------------------
The following updated files have been uploaded and are currently
syncing to the mirrors:
i386:
xfsprogs-2.7.3-1.x86_64.rpm
xfsprogs-devel-2.7.3-1.x86_64.rpm
src:
xfsprogs-2.7.3-1.src.rpm
CentOS Errata and Bugfix Advisory 2005:842
https://rhn.redhat.com/errata/RHBA-2005-842.html
The following updated files have been uploaded and are currently
syncing to the mirrors:
x86_64:
shadow-utils-4.0.3-58.RHEL4.x86_64.rpm
src:
shadow-utils-4.0.3-58.RHEL4.src.rpm
CentOS Errata and Bugfix Advisory 2005:842
https://rhn.redhat.com/errata/RHBA-2005-842.html
The following updated files have been uploaded and are currently
syncing to the mirrors:
i386:
shadow-utils-4.0.3-58.RHEL4.i386.rpm
src:
shadow-utils-4.0.3-58.RHEL4.src.rpm
The following errata for CentOS-2 have been built and uploaded to the
centos mirror:
RHSA-2005:810-01 Important: gdk-pixbuf security update
Files available:
gdk-pixbuf-0.22.0-12.el2.3.i386.rpm
gdk-pixbuf-devel-0.22.0-12.el2.3.i386.rpm
gdk-pixbuf-gnome-0.22.0-12.el2.3.i386.rpm
More details are available from the RedHat web site at
https://rhn.redhat.com/errata/rh21as-errata.html
The easy way to make sure you are up to date with all the latest patches
is to run:
# yum update
--
John Newbigin
Computer Systems Officer
Faculty of Information and Communication Technologies
Swinburne University of Technology
Melbourne, Australia
http://www.ict.swin.edu.au/staff/jnewbigin
CentOS Errata and Security Advisory 2005:811
https://rhn.redhat.com/errata/RHSA-2005-811.html
The following updated files have been uploaded and are currently
syncing to the mirrors:
s390:
updates/s390/RPMS/gtk2-2.4.13-18.s390.rpm
updates/s390/RPMS/gtk2-devel-2.4.13-18.s390.rpm
s390x:
updates/s390x/RPMS/gtk2-2.4.13-18.s390x.rpm
updates/s390x/RPMS/gtk2-devel-2.4.13-18.s390x.rpm
--
Pasi Pirhonen - upi(a)iki.fi - http://iki.fi/upi/
CentOS Errata and Security Advisory 2005:811
https://rhn.redhat.com/errata/RHSA-2005-811.html
The following updated files have been uploaded and are currently
syncing to the mirrors:
s390:
updates/s390/RPMS/gtk2-2.2.4-19.s390.rpm
updates/s390/RPMS/gtk2-devel-2.2.4-19.s390.rpm
s390x:
updates/s390x/RPMS/gtk2-2.2.4-19.s390x.rpm
updates/s390x/RPMS/gtk2-devel-2.2.4-19.s390x.rpm
--
Pasi Pirhonen - upi(a)iki.fi - http://iki.fi/upi/
CentOS Errata and Security Advisory 2005:811
https://rhn.redhat.com/errata/RHSA-2005-811.html
The following updated files have been uploaded and are currently
syncing to the mirrors:
files:
updates/alpha/RPMS/gtk2-2.4.13-18.alpha.rpm
updates/alpha/RPMS/gtk2-devel-2.4.13-18.alpha.rpm
--
Pasi Pirhonen - upi(a)iki.fi - http://iki.fi/upi/
CentOS Errata and Security Advisory 2005:810
https://rhn.redhat.com/errata/RHSA-2005-810.html
The following updated files have been uploaded and are currently
syncing to the mirrors:
s390:
updates/s390/RPMS/gdk-pixbuf-0.22.0-17.el4.3.s390.rpm
updates/s390/RPMS/gdk-pixbuf-devel-0.22.0-17.el4.3.s390.rpm
s390x:
updates/s390x/RPMS/gdk-pixbuf-0.22.0-17.el4.3.s390x.rpm
updates/s390x/RPMS/gdk-pixbuf-devel-0.22.0-17.el4.3.s390x.rpm
--
Pasi Pirhonen - upi(a)iki.fi - http://iki.fi/upi/
CentOS Errata and Security Advisory 2005:810
https://rhn.redhat.com/errata/RHSA-2005-810.html
The following updated files have been uploaded and are currently
syncing to the mirrors:
s390:
updates/s390/RPMS/gdk-pixbuf-0.22.0-13.el3.3.s390.rpm
updates/s390/RPMS/gdk-pixbuf-devel-0.22.0-13.el3.3.s390.rpm
updates/s390/RPMS/gdk-pixbuf-gnome-0.22.0-13.el3.3.s390.rpm
s390x:
updates/s390x/RPMS/gdk-pixbuf-0.22.0-13.el3.3.s390x.rpm
updates/s390x/RPMS/gdk-pixbuf-devel-0.22.0-13.el3.3.s390x.rpm
updates/s390x/RPMS/gdk-pixbuf-gnome-0.22.0-13.el3.3.s390x.rpm
--
Pasi Pirhonen - upi(a)iki.fi - http://iki.fi/upi/