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
CentOS Errata and Bugfix Advisory 2016:1411
Upstream details at : https://rhn.redhat.com/errata/RHBA-2016-1411.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
i386:
ff9bdaf436aa2f17fa7bb0e87e3d8febc9a1721b0f8f2ef77aa4f2ea3300501b nfs-utils-1.2.3-70.el6_8.1.i686.rpm
x86_64:
d78069f9272515986a18b3e3a37e8a4bda60efd3a411040de23eb0fb4f396036 nfs-utils-1.2.3-70.el6_8.1.x86_64.rpm
Source:
e26a25187e78d7a500457b5ba87f8a5510753e497af12ccb9f39d6c887cf41bb nfs-utils-1.2.3-70.el6_8.1.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:1412
Upstream details at : https://rhn.redhat.com/errata/RHBA-2016-1412.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
i386:
fff0dd32f665f2b79fa4ebeeb6ae7a11b301a6c834e0fbb36df4e9c1df1d1445 squid-3.1.23-16.el6_8.5.i686.rpm
x86_64:
5116eea8aeb7ae1ee1c6b1981d0f945623d9fa4360fc03683d408715beb49ff8 squid-3.1.23-16.el6_8.5.x86_64.rpm
Source:
7574e5a7ca27204f424e247bc8b308369c0b811bd9b23639553eaf7c25317b61 squid-3.1.23-16.el6_8.5.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:1408
Upstream details at : https://rhn.redhat.com/errata/RHBA-2016-1408.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
i386:
0701d9ea4900a07ebd52010c4c31c2f3052cbd8549eef0f78036067998fbc756 tar-1.23-15.el6_8.i686.rpm
x86_64:
74e71d3b7d5325624f338a70c53d2d67b4c4a902dc2755aafbcf484df3999beb tar-1.23-15.el6_8.x86_64.rpm
Source:
16497bd856ba5d588a2ec69e2b58d9fad95f34ca279118807cc1c3ac1e6a8154 tar-1.23-15.el6_8.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:1400
Upstream details at : https://rhn.redhat.com/errata/RHBA-2016-1400.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
i386:
af346f6cabbfdf94737f2594b49e2ebd96dd79714bec9b1ebadec30822f02c70 mdadm-3.3.4-1.el6_8.5.i686.rpm
x86_64:
cd1543eaa8b7e7592f6e14cc078e7b9634326efacafe38985132fe6d64239c78 mdadm-3.3.4-1.el6_8.5.x86_64.rpm
Source:
2d71f4664c46a4db5d770ff8cb269b53cb23bfdca831033678bc03b89143b2f5 mdadm-3.3.4-1.el6_8.5.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:1405
Upstream details at : https://rhn.redhat.com/errata/RHBA-2016-1405.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
i386:
d8041c3a9f61587a42ff479156751198a57d1fdc970f5a019b43a39a7b61902e lftp-4.0.9-6.el6_8.2.i686.rpm
f668cb9d616b16b3dd352664110d4df2792075db082f602ce556cfae9ebed7fc lftp-scripts-4.0.9-6.el6_8.2.noarch.rpm
x86_64:
d8041c3a9f61587a42ff479156751198a57d1fdc970f5a019b43a39a7b61902e lftp-4.0.9-6.el6_8.2.i686.rpm
e524c9d1cce7b3c0086d2c7872b7493f537a80cbfc6e601ebd973c40e0ef32c7 lftp-4.0.9-6.el6_8.2.x86_64.rpm
f668cb9d616b16b3dd352664110d4df2792075db082f602ce556cfae9ebed7fc lftp-scripts-4.0.9-6.el6_8.2.noarch.rpm
Source:
1533f445a0e3ed91de9f9eeb70479e9763b25fe7be3f9f69e11a777515c90752 lftp-4.0.9-6.el6_8.2.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:1401
Upstream details at : https://rhn.redhat.com/errata/RHBA-2016-1401.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
i386:
87a690ed7263508e30e94c5cf3559beac16b05587bc5499d584d28ede2af5e54 rgmanager-3.0.12.1-26.el6_8.3.i686.rpm
x86_64:
8c5cc94b9358c08f99660c3c833de60e9320c09c3189236e03e0c61a9c488856 rgmanager-3.0.12.1-26.el6_8.3.x86_64.rpm
Source:
6219426587f3f21b4ac7e48ba60338a3c4a6e0228208e3c3897aa3e94b0d7572 rgmanager-3.0.12.1-26.el6_8.3.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:1399
Upstream details at : https://rhn.redhat.com/errata/RHBA-2016-1399.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
i386:
68c53991d7dc7ca75cdbd8c26b2258b0cd52fc1cb01b3991b2e7076491498554 autofs-5.0.5-123.el6_8.i686.rpm
x86_64:
4059f171dc1b3d1ee90c1a5dd240c23f41939bc6ad291350626fffda14fcb199 autofs-5.0.5-123.el6_8.x86_64.rpm
Source:
47dbcff544699c805635405c87ca22d31305d8eef20b67ec9b1fb94069b17781 autofs-5.0.5-123.el6_8.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:1392 Important
Upstream details at : https://rhn.redhat.com/errata/RHSA-2016-1392.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
i386:
3ba2329533bfe42576f424632f1db5cd816e3c768f895cd7ac1955944ef33f8d thunderbird-45.2-1.el5.centos.i386.rpm
x86_64:
1f3ebde7fd1829758faed41e807423c3b926a87aceaab8060be8b59c90b8c2bb thunderbird-45.2-1.el5.centos.x86_64.rpm
Source:
22f6e1b779c81c7a2e2670ef9b70b7df9ed25ed91bb4d23e7ee835c8b2f3cff5 thunderbird-45.2-1.el5.centos.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:1392 Important
Upstream details at : https://rhn.redhat.com/errata/RHSA-2016-1392.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
x86_64:
c86b3d368508a59cd16d64e04a1bc193d775c7fbd451fc13d7a7c2f7c1a23043 thunderbird-45.2-1.el7.centos.x86_64.rpm
Source:
0afe6ca8e844277a55e85ad18c97c5bc1f3554c517181d4711904ac434947f08 thunderbird-45.2-1.el7.centos.src.rpm
--
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #centos(a)irc.freenode.net
Twitter: @JohnnyCentOS
CentOS Errata and Enhancement Advisory 2016:1394
Upstream details at : https://rhn.redhat.com/errata/RHEA-2016-1394.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
x86_64:
38665ae0af8a8192bebd09c5f624f7acf95a07b8ab6197ae20766c79c327ad9a kmod-i40e-1.5.10_k-1.el7_2.x86_64.rpm
Source:
05c0b3ff6a502a50a80a5024fcb158604723884cd8e5dddfcc40001420a021cb i40e-1.5.10_k-1.el7_2.src.rpm
--
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #centos(a)irc.freenode.net
Twitter: @JohnnyCentOS
CentOS Errata and Enhancement Advisory 2016:1394
Upstream details at : https://rhn.redhat.com/errata/RHEA-2016-1394.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
x86_64:
2a1c1b67665db54057507583ecdf00b98a14ffe148d8306e18522bf654d258cf kmod-i40evf-1.5.10_k-1.el7_2.x86_64.rpm
Source:
69581fb96f87613531f5b8532435e908f99e286402c42f3b6335da009c3f5f0b i40evf-1.5.10_k-1.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:1392 Important
Upstream details at : https://rhn.redhat.com/errata/RHSA-2016-1392.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
i386:
4bb99c7b348a1507e1aac8a03f31c3c030fba5ed556ed4841f9a34ddecbda953 thunderbird-45.2-1.el6.centos.i686.rpm
x86_64:
60a356711d21bb97f9c2ea44226bbb08ff09156303329a74b4366c9e85294647 thunderbird-45.2-1.el6.centos.x86_64.rpm
Source:
9872bdd23676d96e6ddb0761d1190d25277e35d53ab3f7388f2a266a58693d55 thunderbird-45.2-1.el6.centos.src.rpm
--
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #centos(a)irc.freenode.net
Twitter: @JohnnyCentOS
CentOS Errata and Enhancement Advisory 2016:1390
Upstream details at : https://rhn.redhat.com/errata/RHEA-2016-1390.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
x86_64:
89b552cce1a54801c5d8f77a296885a6f2be44bc2e2b8b2e0421902d4d47d9f3 kmod-rtsx_usb_sdmmc-0.1_rh1-1.el7_2.x86_64.rpm
Source:
bd0c23cdf6c494f2ddf5e41b5e887028afe7a50618d2a761df37bc11137e82c8 rtsx_usb_sdmmc-0.1_rh1-1.el7_2.src.rpm
--
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #centos(a)irc.freenode.net
Twitter: @JohnnyCentOS
CentOS Errata and Enhancement Advisory 2016:1390
Upstream details at : https://rhn.redhat.com/errata/RHEA-2016-1390.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
x86_64:
3ca04e56e7e50aaaca87c41de77cafd8ce7cf263a5c5ac90b748b40697d508ff kmod-rtsx_usb-0.1_rh1-1.el7_2.x86_64.rpm
Source:
cc23d2231ff30dbdc46e02764978d18d49caa7115d93a2ff5b9b57f6b0db61e0 rtsx_usb-0.1_rh1-1.el7_2.src.rpm
--
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #centos(a)irc.freenode.net
Twitter: @JohnnyCentOS
CentOS Errata and Enhancement Advisory 2016:1388
Upstream details at : https://rhn.redhat.com/errata/RHEA-2016-1388.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
i386:
4b162428dc9c65381dd763228edca7b47d49a0e2c59e5181fa1fb3d6e8c6f9c1 tzdata-2016f-1.el6.noarch.rpm
e6720b3e289f6a6f557a1e6b28f2ba1fd1ce8cbf1a5af6ac5e75979b4e5b3f6e tzdata-java-2016f-1.el6.noarch.rpm
x86_64:
4b162428dc9c65381dd763228edca7b47d49a0e2c59e5181fa1fb3d6e8c6f9c1 tzdata-2016f-1.el6.noarch.rpm
e6720b3e289f6a6f557a1e6b28f2ba1fd1ce8cbf1a5af6ac5e75979b4e5b3f6e tzdata-java-2016f-1.el6.noarch.rpm
Source:
b4aedecfd82d8d8cb121ad6cfeb5d04147ee692c263e3be32c0dcd142ab01344 tzdata-2016f-1.el6.src.rpm
--
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #centos(a)irc.freenode.net
Twitter: @JohnnyCentOS
CentOS Errata and Enhancement Advisory 2016:1388
Upstream details at : https://rhn.redhat.com/errata/RHEA-2016-1388.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
x86_64:
9cfaa0a8cab180a43620668afd9f276942b6d0b64897af14889a2136a1c52bf2 tzdata-2016f-1.el7.noarch.rpm
0377528b43794c2661f5e7200d7fbdeed2fc610c10130a777402a4342eda31a8 tzdata-java-2016f-1.el7.noarch.rpm
Source:
88848093c1d0e49c4dc4debe737914a3af2f328879882a347561cc43e1870935 tzdata-2016f-1.el7.src.rpm
--
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #centos(a)irc.freenode.net
Twitter: @JohnnyCentOS
CentOS Errata and Enhancement Advisory 2016:1388
Upstream details at : https://rhn.redhat.com/errata/RHEA-2016-1388.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
i386:
b6b5b63b31f42b6e194c762ae5ec10cdd1e08359ed7015d0425d9375918d391b tzdata-2016f-1.el5.i386.rpm
3813186374237f8d57dcc12305989ffc85439da688547bc0a3d00d278939e648 tzdata-java-2016f-1.el5.i386.rpm
x86_64:
fef29332530b30b2f4cd78fbd72808af620b9bcaee2c511094d281ef683310e3 tzdata-2016f-1.el5.x86_64.rpm
e2c8f6d3e3588cad6d7e387d269c106bd9ed4cabc1ff6e6aa693d16ce635e168 tzdata-java-2016f-1.el5.x86_64.rpm
Source:
a246561964dc10dca6846bd3124776797047a4baef0c21079dfb528e96c73e5a tzdata-2016f-1.el5.src.rpm
--
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #centos(a)irc.freenode.net
Twitter: JohnnyCentOS
We are happy to announce the General Availability of Gluster 3.8 for
CentOS Linux 6. Earlier versions (3.6 and 3.7) are still available and
will keep receiving updates until the upstream Gluster Community marks
them End-Of-Life.
GlusterFS 3.8 brings many improvements and new functionalities. These
are documented in the 3.8.0 release notes:
https://github.com/gluster/glusterfs/blob/release-3.8/doc/release-notes/3.8…
To install GlusterFS 3.8, only two commands are needed:
# yum install centos-release-gluster
# yum install glusterfs-server
The centos-release-gluster content comes from the
centos-release-gluster38 package delivered via CentOS Extras repos. This
contains all the metadata and dependancy information, needed to install
GlusterFS 3.8.
Deployments that have centos-release-gluster36 or -gluster37 installed
will not automatically upgrade to version 3.8. These installations will
continue to stick to their current stable version with minor updates.
The existing quickstart guide will still work with the new version of
Gluster. In fact, we do not expect to see any issues with use-cases that
work on 3.7 already. Installation and configuration is the same in the
new version:
https://wiki.centos.org/SpecialInterestGroup/Storage/gluster-Quickstart
More details about the packages that the Gluster project provides in the
Storage SIG is available in the documentation:
https://wiki.centos.org/SpecialInterestGroup/Storage/Gluster
The centos-release-gluster* repositories offer additional packages that
enhance the usability of Gluster itself. Users can request additional
tools and applications to be provided, just send us an email with your
suggestions. The current list of packages that is (planned to become)
available can be found here:
https://wiki.centos.org/SpecialInterestGroup/Storage/Gluster/Ecosystem-pkgs
These Gluster repositories and packages are provided through the Storage
SIG. General information about the SIG can be read in the wiki:
https://wiki.centos.org/SpecialInterestGroup/Storage
We welcome all feedback, comments and contributions. You can get in
touch with the CentOS Storage SIG on the centos-devel mailing list
( https://lists.centos.org ) and with the Gluster developer and user
communities at https://www.gluster.org/mailman/listinfo , we are also
available on irc at #gluster on irc.freenode.net, and on twitter at
@gluster .
Cheers,
Niels de Vos
Storage SIG member & Gluster maintainer