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