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