CentOS Errata and Security Advisory 2016:1504 Important
Upstream details at : https://rhn.redhat.com/errata/RHSA-2016-1504.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
x86_64:
a215d3ce20fb0f84cfe22784f73b9c778b94c707a12b0ec583a6c399286ee5be java-1.7.0-openjdk-1.7.0.111-2.6.7.2.el7_2.x86_64.rpm
d600b48d8f8494f9e68e13743fb0bba3f78a73d65fb50ec3bcfffb1f3a17f84b java-1.7.0-openjdk-accessibility-1.7.0.111-2.6.7.2.el7_2.x86_64.rpm
4a031835d8fad4e55f168e2fa48cd9f4c0aa59addc9a2f975e5c1b8f17e1fb1c java-1.7.0-openjdk-demo-1.7.0.111-2.6.7.2.el7_2.x86_64.rpm
f7667f7d9edf36bbc97114cf72a627c38018705d95255ac8f3f0623c24b743ed java-1.7.0-openjdk-devel-1.7.0.111-2.6.7.2.el7_2.x86_64.rpm
9e5146484f0432ac0284467750fc25bc678d7505ee650a97051be77300cb2429 java-1.7.0-openjdk-headless-1.7.0.111-2.6.7.2.el7_2.x86_64.rpm
f307cf34c8406edf17c3bf0a4cc0c68e17b6ef5f9820aac2a426d30cbbf4ff02 java-1.7.0-openjdk-javadoc-1.7.0.111-2.6.7.2.el7_2.noarch.rpm
0335500ced34d5805ead20a1e9e4a659044609dfb3e798943a3ba6c40fb2baae java-1.7.0-openjdk-src-1.7.0.111-2.6.7.2.el7_2.x86_64.rpm
Source:
ff59ff0515d03c3dc54c86f629527ece7e003f5d54ce3a42eb86cc984ec0e4b9 java-1.7.0-openjdk-1.7.0.111-2.6.7.2.el7_2.src.rpm
--
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #centos(a)irc.freenode.net
Twitter: @JohnnyCentOS
CentOS Errata and Security Advisory 2016:1486 Moderate
Upstream details at : https://rhn.redhat.com/errata/RHSA-2016-1486.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
Source:
2ea1482b434b0a735289ccb72fcff96b31a10bdeca0d9529bb9bfefd8e12c651 samba-4.2.10-7.el7_2.src.rpm
--
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #centos(a)irc.freenode.net
Twitter: @JohnnyCentOS
I am pleased to announce the immediate availability of MariaDB in
version 10.1 on CentOS Linux 7 x86_64, delivered via a Software
Collection (SCL) built by the SCLo Special Interest Group
(https://wiki.centos.org/SpecialInterestGroup/SCLo)
QuickStart
----------
You can get started in three easy steps:
$ sudo yum install centos-release-scl
$ sudo yum install rh-mariadb101
$ scl enable rh-mariadb101 bash
At this point you should be able to use mariadb just as a normal
application. Here are some examples of commands you can run:
$ systemctl start rh-mariadb101-mariadb
$ mysql
$ mysql_upgrade
In order to view the individual components included in this collection,
you can run:
$ sudo yum list rh-mariadb101\*
Last but not least you can try this Software Collection in Docker. You
can pull the image with the following command:
$ sudo docker pull centos/mariadb-101-centos7
For more on the docker image follow the link to public source
repository: https://github.com/sclorg/mariadb-container
For more on MariaDB in general, see https://mariadb.org.
About Software Collections
--------------------------
Software Collections give you the power to build, install, and use
multiple versions of software on the same system, without affecting
system-wide installed packages. Each collection is delivered as a group
of RPMs, with the grouping being done using the name of the collection
as a prefix of all packages that are part of the software collection.
The SCLo SIG in CentOS
----------------------
The Software Collections SIG group is an open community group
co-ordinating the development of the SCL technology, and helping curate
a reference set of collections. In addition to the collection MariaDB
being released here, we also build and deliver databases, web servers,
and language stacks including multiple versions of PostgreSQL, MongoDB,
Apache HTTP Server, NodeJS, Python and others.
You can learn more about Software Collections concepts at:
http://softwarecollections.org
You can find information on the SIG at
https://wiki.centos.org/SpecialInterestGroup/SCLo ; this includes howto
get involved and help with the effort.
Enjoy!
Honza
(thanks trepik for preparing the announcement)
I am pleased to announce the immediate availability of MariaDB in
version 10.1 on CentOS Linux 6 x86_64, delivered via a Software
Collection (SCL) built by the SCLo Special Interest Group
(https://wiki.centos.org/SpecialInterestGroup/SCLo)
QuickStart
----------
You can get started in three easy steps:
$ sudo yum install centos-release-scl
$ sudo yum install rh-mariadb101
$ scl enable rh-mariadb101 bash
At this point you should be able to use mariadb just as a normal
application. Here are some examples of commands you can run:
$ service rh-mariadb101-mariadb start
$ mysql
$ mysql_upgrade
In order to view the individual components included in this collection,
you can run:
$ sudo yum list rh-mariadb101\*
For more on MariaDB in general, see https://mariadb.org.
About Software Collections
--------------------------
Software Collections give you the power to build, install, and use
multiple versions of software on the same system, without affecting
system-wide installed packages. Each collection is delivered as a group
of RPMs, with the grouping being done using the name of the collection
as a prefix of all packages that are part of the software collection.
The SCLo SIG in CentOS
----------------------
The Software Collections SIG group is an open community group
co-ordinating the development of the SCL technology, and helping curate
a reference set of collections. In addition to the collection MariaDB
being released here, we also build and deliver databases, web servers,
and language stacks including multiple versions of PostgreSQL, MongoDB,
Apache HTTP Server, NodeJS, Python and others.
You can learn more about Software Collections concepts at:
http://softwarecollections.org
You can find information on the SIG at
https://wiki.centos.org/SpecialInterestGroup/SCLo ; this includes howto
get involved and help with the effort.
Enjoy!
Honza
(thanks trepik for preparing the announcement)
I am pleased to announce the immediate availability of version 9.5 of
the PostgreSQL server on CentOS Linux 7 x86_64, delivered via a Software
Collection (SCL) built by the SCLo Special Interest Group
(https://wiki.centos.org/SpecialInterestGroup/SCLo)
QuickStart
----------
You can get started in three easy steps:
$ sudo yum install centos-release-scl
$ sudo yum install rh-postgresql95
$ scl enable rh-postgresql95 bash
At this point you should be able to use PostgreSQL just as a normal
application. Here are some examples of commands you can run:
$ postgresql-setup --initdb
$ systemctl start rh-postgresql95-postgresql
$ su postgres -c psql
In order to view the individual components included in this collection,
including additional subpackages, you can run:
$ sudo yum list rh-postgresql95\*
Last but not least you can try this Software Collection in Docker. You
can pull the image with the following command:
$ sudo docker pull centos/postgresql-95-centos7
For more on the docker image follow the link to public source
repository: https://github.com/sclorg/postgresql-container
For more on PostgreSQL in general, see http://www.postgresql.org.
About Software Collections
--------------------------
Software Collections give you the power to build, install, and use
multiple versions of software on the same system, without affecting
system-wide installed packages. Each collection is delivered as a group
of RPMs, with the grouping being done using the name of the collection
as a prefix of all packages that are part of the software collection.
The SCLo SIG in CentOS
----------------------
The Software Collections SIG group is an open community group
co-ordinating the development of the SCL technology, and helping curate
a reference set of collections. In addition to the PostgreSQL collection
being released here, we also build and deliver databases, web servers,
and language stacks including multiple versions of MongoDB, MariaDB,
Apache HTTP Server, NodeJS, Python and others.
You can learn more about Software Collections concepts at:
http://softwarecollections.org
You can find information on the SIG at
https://wiki.centos.org/SpecialInterestGroup/SCLo ; this includes howto
get involved and help with the effort.
Enjoy!
Honza
(thanks trepik for preparing the announcement)
I am pleased to announce the immediate availability of version 9.5 of
the PostgreSQL server on CentOS Linux 6 x86_64, delivered via a Software
Collection (SCL) built by the SCLo Special Interest Group
(https://wiki.centos.org/SpecialInterestGroup/SCLo)
QuickStart
----------
You can get started in three easy steps:
$ sudo yum install centos-release-scl
$ sudo yum install rh-postgresql95
$ scl enable rh-postgresql95 bash
At this point you should be able to use PostgreSQL just as a normal
application. Here are some examples of commands you can run:
$ postgresql-setup --initdb
$ service rh-postgresql95-postgresql start
$ su postgres -c psql
In order to view the individual components included in this collection,
including additional subpackages, you can run:
$ sudo yum list rh-postgresql95\*
For more on PostgreSQL in general, see http://www.postgresql.org.
About Software Collections
--------------------------
Software Collections give you the power to build, install, and use
multiple versions of software on the same system, without affecting
system-wide installed packages. Each collection is delivered as a group
of RPMs, with the grouping being done using the name of the collection
as a prefix of all packages that are part of the software collection.
The SCLo SIG in CentOS
----------------------
The Software Collections SIG group is an open community group
co-ordinating the development of the SCL technology, and helping curate
a reference set of collections. In addition to the PostgreSQL collection
being released here, we also build and deliver databases, web servers,
and language stacks including multiple versions of MongoDB, MariaDB,
Apache HTTP Server, NodeJS, Python and others.
You can learn more about Software Collections concepts at:
http://softwarecollections.org
You can find information on the SIG at
https://wiki.centos.org/SpecialInterestGroup/SCLo ; this includes howto
get involved and help with the effort.
Enjoy!
Honza
(thanks trepik for preparing the announcement)
I am pleased to announce the immediate availability of Python in version
3.5 on CentOS Linux 7 x86_64, delivered via a Software Collection (SCL)
built by the SCLo Special Interest Group
(https://wiki.centos.org/SpecialInterestGroup/SCLo)
QuickStart
----------
You can get started in three easy steps:
$ sudo yum install centos-release-scl
$ sudo yum install rh-python35
$ scl enable rh-python35 bash
At this point you should be able to use python just as a normal
application. Here are some examples of commands you can run:
$ python my-app.py
$ sudo easy_install Flask
$ sudo easy_install Django
In order to view the individual components included in this collection,
including additional python modules, you can run:
$ sudo yum list rh-python35\*
Last but not least you can try this Software Collection in Docker. You
can pull the image with the following command:
$ sudo docker pull centos/python-35-centos7
For more on the docker image follow the link to public source
repository: https://github.com/sclorg/s2i-python-container
For more on Python in general, see https://www.python.org/.
About Software Collections
--------------------------
Software Collections give you the power to build, install, and use
multiple versions of software on the same system, without affecting
system-wide installed packages. Each collection is delivered as a group
of RPMs, with the grouping being done using the name of the collection
as a prefix of all packages that are part of the software collection.
The SCLo SIG in CentOS
----------------------
The Software Collections SIG group is an open community group
co-ordinating the development of the SCL technology, and helping curate
a reference set of collections. In addition to the collection Python
being released here, we also build and deliver databases, web servers,
and language stacks including multiple versions of PostgreSQL, MariaDB,
Apache HTTP Server, NodeJS, Ruby, Ruby on Rails and others.
You can learn more about Software Collections concepts at:
http://softwarecollections.org
You can find information on the SIG at
https://wiki.centos.org/SpecialInterestGroup/SCLo ; this includes howto
get involved and help with the effort.
Enjoy!
Honza
(thanks trepik for preparing the announcement)
I am pleased to announce the immediate availability of Ruby on Rails in
version 4.2 on CentOS Linux 7 x86_64, delivered via a Software
Collection (SCL) built by the SCLo Special Interest Group
(https://wiki.centos.org/SpecialInterestGroup/SCLo)
QuickStart
----------
You can get started in three easy steps:
$ sudo yum install centos-release-scl
$ sudo yum install rh-ror42
$ scl enable rh-ror42 rh-nodejs4 bash
At this point you should be able to use rails just as a normal
application. Here are some examples of commands you can run:
$ rails new project
$ cd project
$ rails server -p 8080
$ rails generate controller pages
In order to view the individual components included in this collection,
you can run:
$ sudo yum list rh-ror42\*
Last but not least you can try this Software Collection in Docker. You
can pull the image with the following command:
$ sudo docker pull centos/ror-42-centos7
For more on the docker image follow the link to public source
repository: https://github.com/sclorg/ror-container
For more on Ruby on Rails in general, see http://rubyonrails.org.
About Software Collections
--------------------------
Software Collections give you the power to build, install, and use
multiple versions of software on the same system, without affecting
system-wide installed packages. Each collection is delivered as a group
of RPMs, with the grouping being done using the name of the collection
as a prefix of all packages that are part of the software collection.
The SCLo SIG in CentOS
----------------------
The Software Collections SIG group is an open community group
co-ordinating the development of the SCL technology, and helping curate
a reference set of collections. In addition to the collection Ruby on
Rails being released here, we also build and deliver databases, web
servers, and language stacks including multiple versions of PostgreSQL,
MariaDB, Apache HTTP Server, NodeJS, Python and others.
You can learn more about Software Collections concepts at:
http://softwarecollections.org
You can find information on the SIG at
https://wiki.centos.org/SpecialInterestGroup/SCLo ; this includes howto
get involved and help with the effort.
Enjoy!
Honza
(thanks trepik for preparing the announcement)
I am pleased to announce the immediate availability of Ruby in version
2.3 on CentOS Linux 7 x86_64, delivered via a Software Collection (SCL)
built by the SCLo Special Interest Group
(https://wiki.centos.org/SpecialInterestGroup/SCLo)
QuickStart
----------
You can get started in three easy steps:
$ sudo yum install centos-release-scl
$ sudo yum install rh-ruby23
$ scl enable rh-ruby23 bash
At this point you should be able to use ruby just as a normal
application. Here are some examples of commands you can run:
$ ruby my-app.rb
$ gem install activeresource
$ bundle
$ irb
In order to view the individual components included in this collection,
you can run:
$ sudo yum list rh-ruby23\*
Last but not least you can try this Software Collection in Docker. You
can pull the image with the following command:
$ sudo docker pull centos/ruby-23-centos7
For more on the docker image follow the link to public source
repository: https://github.com/sclorg/s2i-ruby-container
For more on Ruby in general, see https://www.ruby-lang.org or
https://rubygems.org.
About Software Collections
--------------------------
Software Collections give you the power to build, install, and use
multiple versions of software on the same system, without affecting
system-wide installed packages. Each collection is delivered as a group
of RPMs, with the grouping being done using the name of the collection
as a prefix of all packages that are part of the software collection.
The SCLo SIG in CentOS
----------------------
The Software Collections SIG group is an open community group
co-ordinating the development of the SCL technology, and helping curate
a reference set of collections. In addition to the collection Ruby being
released here, we also build and deliver databases, web servers, and
language stacks including multiple versions of PostgreSQL, MariaDB,
Apache HTTP Server, NodeJS, Python and others.
You can learn more about Software Collections concepts at:
http://softwarecollections.org
You can find information on the SIG at
https://wiki.centos.org/SpecialInterestGroup/SCLo ; this includes howto
get involved and help with the effort.
Enjoy!
Honza
(thanks trepik for preparing the announcement)
I am pleased to announce the immediate availability of Maven in version
3.3 on CentOS Linux 7 x86_64, delivered via a Software Collection (SCL)
built by the SCLo Special Interest Group
(https://wiki.centos.org/SpecialInterestGroup/SCLo)
QuickStart
----------
You can get started in three easy steps:
$ sudo yum install centos-release-scl
$ sudo yum install rh-maven33
$ scl enable rh-maven33 bash
At this point you should be able to use maven just as a normal
application. Here are some examples of commands you can run:
$ mvn --version
$ mvn compile
$ mvn clean dependency:copy-dependencies <package>
$ mvn test
In order to view the individual components included in this collection,
you can run:
$ sudo yum list rh-maven33\*
For more on Maven in general, see http://maven.apache.org/.
About Software Collections
--------------------------
Software Collections give you the power to build, install, and use
multiple versions of software on the same system, without affecting
system-wide installed packages. Each collection is delivered as a group
of RPMs, with the grouping being done using the name of the collection
as a prefix of all packages that are part of the software collection.
The SCLo SIG in CentOS
----------------------
The Software Collections SIG group is an open community group
co-ordinating the development of the SCL technology, and helping curate
a reference set of collections. In addition to the collection Maven
being released here, we also build and deliver databases, web servers,
and language stacks including multiple versions of PostgreSQL, MariaDB,
Apache HTTP Server, NodeJS, Python and others.
You can learn more about Software Collections concepts at:
http://softwarecollections.org
You can find information on the SIG at
https://wiki.centos.org/SpecialInterestGroup/SCLo ; this includes howto
get involved and help with the effort.
Enjoy!
Honza
(thanks trepik for preparing the announcement)
I am pleased to announce the immediate availability of Maven in version
3.3 on CentOS Linux 7 x86_64, delivered via a Software Collection (SCL)
built by the SCLo Special Interest Group
(https://wiki.centos.org/SpecialInterestGroup/SCLo)
QuickStart
----------
You can get started in three easy steps:
$ sudo yum install centos-release-scl
$ sudo yum install rh-maven33
$ scl enable rh-maven33 bash
At this point you should be able to use maven just as a normal
application. Here are some examples of commands you can run:
$ mvn --version
$ mvn compile
$ mvn clean dependency:copy-dependencies <package>
$ mvn test
In order to view the individual components included in this collection,
you can run:
$ sudo yum list rh-maven33\*
For more on Maven in general, see http://maven.apache.org/.
About Software Collections
--------------------------
Software Collections give you the power to build, install, and use
multiple versions of software on the same system, without affecting
system-wide installed packages. Each collection is delivered as a group
of RPMs, with the grouping being done using the name of the collection
as a prefix of all packages that are part of the software collection.
The SCLo SIG in CentOS
----------------------
The Software Collections SIG group is an open community group
co-ordinating the development of the SCL technology, and helping curate
a reference set of collections. In addition to the collection Maven
being released here, we also build and deliver databases, web servers,
and language stacks including multiple versions of PostgreSQL, MariaDB,
Apache HTTP Server, NodeJS, Python and others.
You can learn more about Software Collections concepts at:
http://softwarecollections.org
You can find information on the SIG at
https://wiki.centos.org/SpecialInterestGroup/SCLo ; this includes howto
get involved and help with the effort.
Enjoy!
Honza
(thanks trepik for preparing the announcement)
I am pleased to announce the immediate availability of NodeJS in version
4 on CentOS Linux 7 x86_64, delivered via a Software Collection (SCL)
built by the SCLo Special Interest Group
(https://wiki.centos.org/SpecialInterestGroup/SCLo)
QuickStart
----------
You can get started in three easy steps:
$ sudo yum install centos-release-scl
$ sudo yum install rh-nodejs4
$ scl enable rh-nodejs4 bash
At this point you should be able to use NodeJS just as a normal
application. Here are some examples of commands you can run:
$ node my-app.js
$ npm install uglify-js --global
$ uglifyjs my-app.js -o my-app.min.jso
In order to view the individual components included in this collection,
including additional NodeJS modules, you can run:
$ sudo yum list rh-nodejs4\*
Last but not least you can try this Software Collection in Docker. You
will be able to pull the image with the following command soon (not yet
ready):
$ sudo docker pull centos/nodejs-4-centos7
For more on the docker image follow the link to public source
repository: https://github.com/sclorg/s2i-nodejs-container
For more on NodeJS in general, see https://nodejs.org.
About Software Collections
--------------------------
Software Collections give you the power to build, install, and use
multiple versions of software on the same system, without affecting
system-wide installed packages. Each collection is delivered as a group
of RPMs, with the grouping being done using the name of the collection
as a prefix of all packages that are part of the software collection.
The SCLo SIG in CentOS
----------------------
The Software Collections SIG group is an open community group
co-ordinating the development of the SCL technology, and helping curate
a reference set of collections. In addition to the collection NodeJS
being released here, we also build and deliver databases, web servers,
and language stacks including multiple versions of PostgreSQL, MariaDB,
Apache HTTP Server, Python, Ruby, Ruby on Rails and others.
You can learn more about Software Collections concepts at:
http://softwarecollections.org
You can find information on the SIG at
https://wiki.centos.org/SpecialInterestGroup/SCLo ; this includes howto
get involved and help with the effort.
Enjoy!
Honza
(thanks trepik for preparing the announcement)
CentOS Errata and Security Advisory 2016:1422 Important
Upstream details at : https://rhn.redhat.com/errata/RHSA-2016-1422.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
x86_64:
045c43a0da2efc68117105e9018c475dc4cbb90a98aeb06542973ce953af1040 httpd-2.4.6-40.el7.centos.4.x86_64.rpm
16550ea80cc0241c3e25fece54a8ee4592fa1183056d8b72f0cd82278817554e httpd-devel-2.4.6-40.el7.centos.4.x86_64.rpm
9db85efe6e5a599a11eb853e9133e7f2e07b32cb5029c8f360bd8b9664ba31c8 httpd-manual-2.4.6-40.el7.centos.4.noarch.rpm
b2f351116f23f0bef4293f62430cf6028d5b174823af5d1e53ad4c86c70ac14b httpd-tools-2.4.6-40.el7.centos.4.x86_64.rpm
388627215a1cf1cea9eac7ced702226998663154b63d10e93399a31ca3591f7e mod_ldap-2.4.6-40.el7.centos.4.x86_64.rpm
9f3104a304983a1ccf7fac98abca9a0ca411624d7ee2c998c8f1db5efb94c5b5 mod_proxy_html-2.4.6-40.el7.centos.4.x86_64.rpm
cbdf94bb93b19fb4f4dbe452a3b2b2988e028bde5376782a0ec0185815b9a893 mod_session-2.4.6-40.el7.centos.4.x86_64.rpm
3f72250641bc96c5c190e933b496352c65318474492806b99ed0cab4cdbefd9d mod_ssl-2.4.6-40.el7.centos.4.x86_64.rpm
Source:
fc08ade63965c80e7ae80bcaef7cbbb496d76ec3e8e03409b1a223af657ef98f httpd-2.4.6-40.el7.centos.4.src.rpm
--
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #centos(a)irc.freenode.net
Twitter: @JohnnyCentOS
CentOS Errata and Bugfix Advisory 2016:1398
Upstream details at : https://rhn.redhat.com/errata/RHBA-2016-1398.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
i386:
4f0fd724b83152c25d4ade110d436b0b09e26d88d8b669506062d6f2ed9c6afe yum-3.2.29-75.el6.centos.noarch.rpm
a6599ce85c7e40f43b57521d2bf6b5bd95e7b5ffba389852033e5272311808ef yum-cron-3.2.29-75.el6.centos.noarch.rpm
x86_64:
4f0fd724b83152c25d4ade110d436b0b09e26d88d8b669506062d6f2ed9c6afe yum-3.2.29-75.el6.centos.noarch.rpm
a6599ce85c7e40f43b57521d2bf6b5bd95e7b5ffba389852033e5272311808ef yum-cron-3.2.29-75.el6.centos.noarch.rpm
Source:
9e8819f2ccb9799ebca816b69b2d67f777b125ca3643081cd1ce5d516fdb8800 yum-3.2.29-75.el6.centos.src.rpm
--
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #centos(a)irc.freenode.net
Twitter: @JohnnyCentOS
CentOS Errata and Bugfix Advisory 2016:1396
Upstream details at : https://rhn.redhat.com/errata/RHBA-2016-1396.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
i386:
50d2c2219124e491a499055ce422f2ff8973e5221a3fb70069bbc8b609e5272f debugmode-9.03.53-1.el6.centos.1.i686.rpm
cd13c03b683a6f43445bde07e2c06182f3d0660ccb6a6d3bb082fa4c34986b41 initscripts-9.03.53-1.el6.centos.1.i686.rpm
x86_64:
d9f8539aa5318949d033392c1a4f013a8abce6ee56a428b8d654a748c3ea7d97 debugmode-9.03.53-1.el6.centos.1.x86_64.rpm
e236676eb4b14060c17c4d673d9810b002ee812b640e9ce3cf595617b34f0fb6 initscripts-9.03.53-1.el6.centos.1.x86_64.rpm
Source:
e61492fda1592b4e59e9cc0baf29ecc74a55c42b36eacb9c843baffccf09dc0b initscripts-9.03.53-1.el6.centos.1.src.rpm
--
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #centos(a)irc.freenode.net
Twitter: @JohnnyCentOS