CentOS Errata and Security Advisory 2017:3270 Important
Upstream details at : https://access.redhat.com/errata/RHSA-2017:3270
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
i386:
f43725ed8ac01193b5ffc66369caaed7e8b1bcaeff24e0c8fcf92a36a868f227 apr-1.3.9-5.el6_9.1.i686.rpm
1a0b7a2ea85f3c4aebe8831fca8058ebc002122d8502fca42e7b39858d916faf apr-devel-1.3.9-5.el6_9.1.i686.rpm
x86_64:
f43725ed8ac01193b5ffc66369caaed7e8b1bcaeff24e0c8fcf92a36a868f227 apr-1.3.9-5.el6_9.1.i686.rpm
85a772c6b36978427577f740a9597d7c2bb3e90e5ad1752c3f65cfa2657a9ee7 apr-1.3.9-5.el6_9.1.x86_64.rpm
1a0b7a2ea85f3c4aebe8831fca8058ebc002122d8502fca42e7b39858d916faf apr-devel-1.3.9-5.el6_9.1.i686.rpm
a86fe286455773b17644990de88e5c8cf9400d6dbcb39af0823d8e99cbb92026 apr-devel-1.3.9-5.el6_9.1.x86_64.rpm
Source:
17e84de76c7f30bb574389344dda75b04aad703e40a71342ebf271d33c424551 apr-1.3.9-5.el6_9.1.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 PostgreSQL
in version 9.6 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-postgresql96
$ scl enable rh-postgresql96 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-postgresql96-postgresql start
$ psql
In order to view the individual components included in this collection,
including additional subpackages, you can run:
$ sudo yum list rh-postgresql96\*
This collections is CentOS-based rebuild built by SCLo SIG community,
and the packages have been available in Red Hat Software Collections 3.0
for RHEL:
https://access.redhat.com/documentation/en-us/red_hat_software_collections/…
So, for RHEL-based builds, follow the steps in the documentation above.
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!
--
Jan Staněk
Associate Software Engineer, Brno
Red Hat Czech
jstanek(a)redhat.com IM: jstanek
I am pleased to announce the immediate availability of PostgreSQL
in version 9.6 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-postgresql96
$ scl enable rh-postgresql96 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-postgresql96-postgresql start
$ psql
In order to view the individual components included in this collection,
including additional subpackages, you can run:
$ sudo yum list rh-postgresql96\*
Last but not least you can try this Software Collection in Docker. You
can pull the image with the following command:
$ docker pull centos/postgresql-96-centos7
For more on the docker image follow the link to public source
repository: https://github.com/sclorg/postgresql-container
This collections is CentOS-based rebuild built by SCLo SIG community,
and the packages have been available in Red Hat Software Collections 3.0
for RHEL:
https://access.redhat.com/documentation/en-us/red_hat_software_collections/…
So, for RHEL-based builds, follow the steps in the documentation above.
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!
--
Jan Staněk
Associate Software Engineer, Brno
Red Hat Czech
jstanek(a)redhat.com IM: jstanek
I am pleased to announce the immediate availability of MariaDB
in version 10.2 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-mariadb102
$ scl enable rh-mariadb102 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-mariadb102-mariadb start
$ mysql
$ mysqld
(There is no mistake, to preserve compatibility the binary is named
according to its MySQL sibling.)
In order to view the individual components included in this collection,
including additional subpackages plugins, just run:
$ sudo yum list rh-mariadb102\*
This collections is CentOS-based rebuild built by SCLo SIG community,
and the packages have been available in Red Hat Software Collections 3.0
for RHEL:
https://access.redhat.com/documentation/en-us/red_hat_software_collections/…
So, for RHEL-based builds, follow the steps in the documentation above.
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!
--
Jan Staněk
Associate Software Engineer, Brno
Red Hat Czech
jstanek(a)redhat.com IM: jstanek
I am pleased to announce the immediate availability of Developer Toolset
in version 7 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 devtoolset-7
$ scl enable devtoolset-7 bash
At this point you should be able to use gcc and other tools just as a
normal application. See examples bellow:
$ gcc hello.c
$ sudo yum install devtoolset-7-valgrind
$ valgrind ./a.out
$ gdb ./a.out
In order to view the individual components included in this collection,
including additional development tools, you can run:
$ sudo yum list devtoolset-7\*
Last but not least you can try this Software Collection in Docker. You
can pull the image with the following command:
$ docker pull centos/devtoolset-7-toolchain-centos7
For more on the docker images follow the link to public source
repository: https://github.com/sclorg/devtoolset-container
This collections is CentOS-based rebuild built by SCLo SIG community,
and the packages have been available in Red Hat Software Collections 3.0
for RHEL:
https://access.redhat.com/documentation/en-us/red_hat_software_collections/…
So, for RHEL-based builds, follow the steps in the documentation above.
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!
--
Jan Staněk
Associate Software Engineer, Brno
Red Hat Czech
jstanek(a)redhat.com IM: jstanek
I am pleased to announce the immediate availability of MariaDB
in version 10.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-mariadb102
$ scl enable rh-mariadb102 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-mariadb102-mariadb start
$ mysql
$ mysqld
(There is no mistake, to preserve compatibility the binary is named
according to its MySQL sibling.)
In order to view the individual components included in this collection,
including additional subpackages plugins, just run:
$ sudo yum list rh-mariadb102\*
Last but not least you can try this Software Collection in Docker. You
can pull the image with the following command:
$ docker pull centos/mariadb-102-centos7
For more on the docker image follow the link to public source
repository: https://github.com/sclorg/mariadb-container
This collections is CentOS-based rebuild built by SCLo SIG community,
and the packages have been available in Red Hat Software Collections 3.0
for RHEL:
https://access.redhat.com/documentation/en-us/red_hat_software_collections/…
So, for RHEL-based builds, follow the steps in the documentation above.
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!
--
Jan Staněk
Associate Software Engineer, Brno
Red Hat Czech
jstanek(a)redhat.com IM: jstanek
I am pleased to announce the immediate availability of Developer Toolset
in version 7 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 devtoolset-7
$ scl enable devtoolset-7 bash
At this point you should be able to use gcc and other tools just as a
normal application. See examples bellow:
$ gcc hello.c
$ sudo yum install devtoolset-7-valgrind
$ valgrind ./a.out
$ gdb ./a.out
In order to view the individual components included in this collection,
including additional development tools, you can run:
$ sudo yum list devtoolset-7\*
This collections is CentOS-based rebuild built by SCLo SIG community,
and the packages have been available in Red Hat Software Collections 3.0
for RHEL:
https://access.redhat.com/documentation/en-us/red_hat_software_collections/…
So, for RHEL-based builds, follow the steps in the documentation above.
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!
--
Jan Staněk
Associate Software Engineer, Brno
Red Hat Czech
jstanek(a)redhat.com IM: jstanek
I am pleased to announce the immediate availability of nginx
in version 1.12 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-nginx112
$ scl enable rh-nginx112 bash
At this point you should be able to use nginx just as a normal
application. An example of commands run might be:
$ nginx -v
$ service rh-nginx112-nginx start
In order to view the individual components included in this collection,
including additional subpackages, you can run:
$ sudo yum list rh-nginx112\*
Last but not least you can try this Software Collection in Docker. You
can pull the image with the following command:
$ docker pull centos/nginx-112-centos7
For more on the docker image follow the link to public source
repository: https://github.com/sclorg/nginx-container
This collections is CentOS-based rebuild built by SCLo SIG community,
and the packages have been available in Red Hat Software Collections 3.0
for RHEL:
https://access.redhat.com/documentation/en-us/red_hat_software_collections/…
So, for RHEL-based builds, follow the steps in the documentation above.
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!
--
Jan Staněk
Associate Software Engineer, Brno
Red Hat Czech
jstanek(a)redhat.com IM: jstanek
I am pleased to announce the immediate availability of Maven
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-maven35
$ scl enable rh-maven35 bash
At this time you should be able to use maven as a normal application.
Some available command examples follow:
$ mvn --version
$ mvn package
$ mvn clean dependency:copy-dependencies package
$ mvn site
In order to view the individual components included in this collection,
you can run:
$ sudo yum list rh-maven35\*
This collections is CentOS-based rebuild built by SCLo SIG community,
and the packages have been available in Red Hat Software Collections 3.0
for RHEL:
https://access.redhat.com/documentation/en-us/red_hat_software_collections/…
So, for RHEL-based builds, follow the steps in the documentation above.
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!
--
Jan Staněk
Associate Software Engineer, Brno
Red Hat Czech
jstanek(a)redhat.com IM: jstanek
I am pleased to announce the immediate availability of PHP
in version 7.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-php71
$ scl enable rh-php71 bash
At this point you should be able to use php just as a normal
application. Examples of commands run might be:
$ service rh-php77-php-fpm start
$ php my-app.php
$ sudo yum install rh-php71-php-devel
$ sudo yum install libxml2-devel
$ sudo pear install Cache_Lite
$ sudo pecl install xmldiff
In order to view the individual components included in this collection,
including additional PHP modules, you can run:
$ sudo yum list rh-php71\*
Last but not least you can try this Software Collection in Docker. You
can pull the image with the following command:
$ docker pull centos/php-71-centos7
For more on the docker image follow the link to public source
repository: https://github.com/sclorg/s2i-php-container
This collections is CentOS-based rebuild built by SCLo SIG community,
and the packages have been available in Red Hat Software Collections 3.0
for RHEL:
https://access.redhat.com/documentation/en-us/red_hat_software_collections/…
So, for RHEL-based builds, follow the steps in the documentation above.
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!
--
Jan Staněk
Associate Software Engineer, Brno
Red Hat Czech
jstanek(a)redhat.com IM: jstanek
I am pleased to announce the immediate availability of Python
in version 3.6 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-python36
$ scl enable rh-python36 bash
At this point you should be able to use python just as a normal
application. Some examples of new available commands follow:
$ python my-app.py
$ pip install Flask
$ pip install Django
In order to view the individual components included in this collection,
including additional python modules, you can run:
$ sudo yum list rh-python36\*
Last but not least you can try this Software Collection in Docker. You
can pull the image with the following command:
$ docker pull rhscl/python-36-rhel7
For more on the docker image follow the link to public source
repository: https://github.com/sclorg/s2i-python-container
This collections is CentOS-based rebuild built by SCLo SIG community,
and the packages have been available in Red Hat Software Collections 3.0
for RHEL:
https://access.redhat.com/documentation/en-us/red_hat_software_collections/…
So, for RHEL-based builds, follow the steps in the documentation above.
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!
--
Jan Staněk
Associate Software Engineer, Brno
Red Hat Czech
jstanek(a)redhat.com IM: jstanek
I am pleased to announce the immediate availability of NodeJS
in version 8 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-rh
$ sudo yum install rh-nodejs8
$ scl enable rh-nodejs8 bash
The last command runs the Bash shell in the environment with rh-nodejs8
Software Collection enabled. 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.js
In order to view the individual components included in this collection,
including additional NodeJS modules, you can run:
$ sudo yum list rh-nodejs8\*
Last but not least you can try this Software Collection in Docker. You
can pull the image with the following command:
$ docker pull centos/nodejs-8-centos7
For more on the docker image follow the link to public source
repository: https://github.com/sclorg/s2i-nodejs-container
This collections is CentOS-based rebuild built by SCLo SIG community,
and the packages have been available in Red Hat Software Collections 3.0
for RHEL:
https://access.redhat.com/documentation/en-us/red_hat_software_collections/…
So, for RHEL-based builds, follow the steps in the documentation above.
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!
--
Jan Staněk
Associate Software Engineer, Brno
Red Hat Czech
jstanek(a)redhat.com IM: jstanek
I am pleased to announce the immediate availability of MongoDB
in version 3.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-mongodb34
$ scl enable rh-mongodb34 bash
At this point you should be able to use MongoDB just as a normal
application. Some examples of usage follows:
$ service rh-mongodb34-mongod start
$ mongo
In order to view the individual components included in this collection,
including additional subpackages, you can run:
$ sudo yum list rh-mongodb34\*
Last but not least you can try this Software Collection in Docker. You
can pull the image with the following command:
$ docker pull centos/mongodb-34-centos7
For more on the docker image follow the link to public source
repository: https://github.com/sclorg/mongodb-container
This collections is CentOS-based rebuild built by SCLo SIG community,
and the packages have been available in Red Hat Software Collections 3.0
for RHEL:
https://access.redhat.com/documentation/en-us/red_hat_software_collections/…
So, for RHEL-based builds, follow the steps in the documentation above.
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!
--
Jan Staněk
Associate Software Engineer, Brno
Red Hat Czech
jstanek(a)redhat.com IM: jstanek
I am pleased to announce the immediate availability of MongoDB
in version 3.4 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-mongodb34
$ scl enable rh-mongodb34 bash
At this point you should be able to use MongoDB just as a normal
application. Some examples of usage follows:
$ service rh-mongodb34-mongod start
$ mongo
In order to view the individual components included in this collection,
including additional subpackages, you can run:
$ sudo yum list rh-mongodb34\*
This collections is CentOS-based rebuild built by SCLo SIG community,
and the packages have been available in Red Hat Software Collections 3.0
for RHEL:
https://access.redhat.com/documentation/en-us/red_hat_software_collections/…
So, for RHEL-based builds, follow the steps in the documentation above.
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!
--
Jan Staněk
Associate Software Engineer, Brno
Red Hat Czech
jstanek(a)redhat.com IM: jstanek
CentOS Errata and Security Advisory 2017:3263 Moderate
Upstream details at : https://access.redhat.com/errata/RHSA-2017:3263
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
x86_64:
12128ce4bbba8672939e49a25dc1bfe1a04e639ac96aa5b732c3d053ddb721ea curl-7.29.0-42.el7_4.1.x86_64.rpm
04d8b20bd1d0b3f9085d0c842288fc4cba43f954a90c110d85ff9570162e0976 libcurl-7.29.0-42.el7_4.1.i686.rpm
a7402b46263a2e50e9606dfc8ca9311108f1262feb6e239b276e53a693caa4fb libcurl-7.29.0-42.el7_4.1.x86_64.rpm
bdd1d62cb57d42be83e7541702b54478b0e6cd84e0ee16f256b242b84e922c64 libcurl-devel-7.29.0-42.el7_4.1.i686.rpm
dc6ba209b0ecbb6fd5ff965a48bf331256a1943db9bc8fe10185aadb25ba891e libcurl-devel-7.29.0-42.el7_4.1.x86_64.rpm
Source:
6af0b6df53096c0cc73dc0646a342612cc47630009ee833d537edec482d0f43a curl-7.29.0-42.el7_4.1.src.rpm
--
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #centos(a)irc.freenode.net
Twitter: @JohnnyCentOS
CentOS Errata and Enhancement Advisory 2017:3254
Upstream details at : https://access.redhat.com/errata/RHEA-2017:3254
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
x86_64:
d3dd722c42569b49b5458e13a4522070389df71630975d1484b63796f9b4fae1 pygobject3-devel-3.22.0-1.el7_4.1.x86_64.rpm
4cf52e0fcd8752975217ee69a9b5e8d607402a2be90ea7b660e99e78d775318e python-gobject-3.22.0-1.el7_4.1.x86_64.rpm
d091e348239d90e2b7403048189a2f2d5bd82187e9ad40ebaf540ee2185b0ae4 python-gobject-base-3.22.0-1.el7_4.1.x86_64.rpm
Source:
1f8966ce0ff7e194264648130c38432761f005079d5b1e01e697b803d59946a8 pygobject3-3.22.0-1.el7_4.1.src.rpm
--
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #centos(a)irc.freenode.net
Twitter: @JohnnyCentOS
CentOS Errata and Security Advisory 2017:3247 Critical
Upstream details at : https://access.redhat.com/errata/RHSA-2017:3247
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
x86_64:
69d18c12d8754992222e09d20142293882e45d27e6998df7ea6a4134da97e11d firefox-52.5.0-1.el7.centos.i686.rpm
3fea84e873702db7febafaf1677c89d7038127c3280921b6e8498911618eb4a7 firefox-52.5.0-1.el7.centos.x86_64.rpm
Source:
25633241b2c7d527db4cb389b1fb9a57e8b82cebc8c3794043eb0ddb074438d8 firefox-52.5.0-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 Security Advisory 2017:3247 Critical
Upstream details at : https://access.redhat.com/errata/RHSA-2017:3247
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
i386:
d7077384cc2593c8bc462d76e5167ba9e8fd9bcc517c8ce01dc110ad259b7d6b firefox-52.5.0-1.el6.centos.i686.rpm
x86_64:
d7077384cc2593c8bc462d76e5167ba9e8fd9bcc517c8ce01dc110ad259b7d6b firefox-52.5.0-1.el6.centos.i686.rpm
61d760be7c4fc39ea73792b64bf1c795f2e69cb3da13897e2b3b0e60506f7648 firefox-52.5.0-1.el6.centos.x86_64.rpm
Source:
e1f638e27bac1f4aec6cbbec91a0bfda495c77f6f1089771cb7e45df32f1a616 firefox-52.5.0-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 Bugfix Advisory 2017:3198
Upstream details at : https://access.redhat.com/errata/RHBA-2017:3198
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
i386:
15e09cee7f80c6ba3bf87d5ea0ed7fa2c709535b37c6331e8481c6d4a1d64c1a cloud-init-0.7.5-8.el6.centos.2.i686.rpm
x86_64:
67667e994700b6bf05619abb61076afa14b6b43856153199c88fad3975455069 cloud-init-0.7.5-8.el6.centos.2.x86_64.rpm
Source:
ceff76134475763fff585df8e4bfa43084b2308ecaaa9cb0b35e8b812902996f cloud-init-0.7.5-8.el6.centos.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 2017:3203
Upstream details at : https://access.redhat.com/errata/RHBA-2017:3203
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
i386:
909555668fa1fa8f7d657ab0ebabc1769fe37bc1f8c4a8730522e2aafc86183c sos-3.2-54.el6.centos.1.noarch.rpm
x86_64:
909555668fa1fa8f7d657ab0ebabc1769fe37bc1f8c4a8730522e2aafc86183c sos-3.2-54.el6.centos.1.noarch.rpm
Source:
20e02a7004023ec51788d5adad344e1775c298527cb3a947597db8c514132d23 sos-3.2-54.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 2017:3201
Upstream details at : https://access.redhat.com/errata/RHBA-2017:3201
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
i386:
174e6ff2b9a1fa8cd9fd0036a0b460f4cf5d9dd5dffb145bb2a57ef2c4773788 nfs-utils-1.2.3-75.el6_9.i686.rpm
x86_64:
f1142cc86748e51a2b1fe7d27f06fefc7b99edaa53b2d67f24770f56038c574f nfs-utils-1.2.3-75.el6_9.x86_64.rpm
Source:
7af7f17d707af9596dee83ac1e0c191f4a083ac787cb900c1a303b2eefc3253b nfs-utils-1.2.3-75.el6_9.src.rpm
--
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #centos(a)irc.freenode.net
Twitter: @JohnnyCentOS