CentOS Errata and Bugfix Advisory 2016:0480
Upstream details at : https://rhn.redhat.com/errata/RHBA-2016-0480.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
i386:
ac987f9ac0e6d691e41acd15278c88d8395b98be601b0a1f4f36454bbb094a1c grub-0.97-94.el6_7.1.i686.rpm
x86_64:
7dee1da0de07f6ac93e51a00e3465c80e413586d5a865ff60f40cd7de8069d6e grub-0.97-94.el6_7.1.x86_64.rpm
Source:
27ba2edc14823145de96f1f98636dedbaf98e9c520d803c041e8ea1072ff8d7f grub-0.97-94.el6_7.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:0469
Upstream details at : https://rhn.redhat.com/errata/RHBA-2016-0469.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
i386:
c45e323d582b1e22dd553c8efb97f6dd5265cda4f6e6c8f41c8736e9cf2bdc5f haproxy-1.5.4-2.el6_7.2.i686.rpm
x86_64:
7e51d9a8f4f23857c7c533f707cec3efa8af725f7221abfc58ef8d227592d1c5 haproxy-1.5.4-2.el6_7.2.x86_64.rpm
Source:
162b5ded55dd1ed43a10baaa5c1b2d5ed5b0fa2da88f673b4143a5eedee8ba48 haproxy-1.5.4-2.el6_7.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:0464
Upstream details at : https://rhn.redhat.com/errata/RHEA-2016-0464.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
x86_64:
c24738b7d58cc0a24d4ba2bb6ff090bb641fa0f12bcc0e7f31ffcc2cc3a6e773 kmod-i40e-1.3.21_k-1.el7_2.x86_64.rpm
Source:
867a83ca723b110a44c2aca41b39cd373751a44ac6ae1d17336ffaca02b5c3e8 i40e-1.3.21_k-1.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 Ruby on Rails
4.2 on CentOS Linux 7 x86_64, delivered via a Software Collection
(SCL) built by the CentOS 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 sclo-ror42
$ scl enable sclo-ror42 bash
At this point you can use Ruby on Rails in the usual way with the
`rails` command. Examples of commands might be:
$ rails new --skip-bundle example
$ rails generate model Article
'byebug' and 'webconsole' development dependencies are not supplied, so
should be removed from generated Gemfiles.
In order to compile assets, uncomment or add the gem 'therubyracer' to
the application Gemfile. Add the v8314 SCL to use this supplied gem:
$ scl enable sclo-ror42 v8314 bash
To deploy an application under Passenger, see the wiki documentation:
https://wiki.centos.org/SpecialInterestGroup/SCLo/RubyOnRails
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-ror42 collection delivers Ruby on Rails version 4.2.5.1,
modelled on previous collections (e.g. rh-ror41) and provides all of
Rails with full asset compilation support, plus extras such as jQuery
(1.11.2 & 2.1.3). It depends on the rh-ruby22 and v8314 collections.
For more on Ruby on Rails, see http://rubyonrails.org/.
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 Rails collection
released here, we also build and deliver databases, web servers, and
language stacks including multiple versions of PostgreSQL, MariaDB,
Apache HTTP Server, NodeJS, Ruby, Python and others.
Software Collections SIG release was announced at
https://lists.centos.org/pipermail/centos-announce/2015-October/021446.html
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.
We meet every second Wednesday at 16:00 UTC in #centos-devel (ref:
https://www.centos.org/community/calendar) for an informal open forum
open to anyone who might have comments, concerns or wants to get started
with SCLs in CentOS.
--
Dominic Cleal
dominic(a)cleal.org
I am pleased to announce the immediate availability of Ruby on Rails
4.2 on CentOS Linux 6 x86_64, delivered via a Software Collection
(SCL) built by the CentOS 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 sclo-ror42
$ scl enable sclo-ror42 bash
At this point you can use Ruby on Rails in the usual way with the
`rails` command. Examples of commands might be:
$ rails new --skip-bundle example
$ rails generate model Article
'byebug' and 'webconsole' development dependencies are not supplied, so
should be removed from generated Gemfiles.
In order to compile assets, uncomment or add the gem 'therubyracer' to
the application Gemfile. Add the v8314 SCL to use this supplied gem:
$ scl enable sclo-ror42 v8314 bash
To deploy an application under Passenger, see the wiki documentation:
https://wiki.centos.org/SpecialInterestGroup/SCLo/RubyOnRails
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-ror42 collection delivers Ruby on Rails version 4.2.5.1,
modelled on previous collections (e.g. rh-ror41) and provides all of
Rails with full asset compilation support, plus extras such as jQuery
(1.11.2 & 2.1.3). It depends on the rh-ruby22 and v8314 collections.
For more on Ruby on Rails, see http://rubyonrails.org/.
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 Rails collection
released here, we also build and deliver databases, web servers, and
language stacks including multiple versions of PostgreSQL, MariaDB,
Apache HTTP Server, NodeJS, Ruby, Python and others.
Software Collections SIG release was announced at
https://lists.centos.org/pipermail/centos-announce/2015-October/021446.html
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.
We meet every second Wednesday at 16:00 UTC in #centos-devel (ref:
https://www.centos.org/community/calendar) for an informal open forum
open to anyone who might have comments, concerns or wants to get started
with SCLs in CentOS.
--
Dominic Cleal
dominic(a)cleal.org
CentOS Errata and Enhancement Advisory 2016:0463
Upstream details at : https://rhn.redhat.com/errata/RHEA-2016-0463.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
x86_64:
b55aaa5f5f809c60a134bb428d2d14af44155f0a8ea12cb9201d6f69ec33c44b tzdata-2016b-1.el7.noarch.rpm
8717b9268d08bb26e2445937d475aeb605735143879403b210071f6ace89abec tzdata-java-2016b-1.el7.noarch.rpm
Source:
0cbb34392a2f51e4033c328d66d4956f372263105bd599471fcf2a7aea3e8983 tzdata-2016b-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:0463
Upstream details at : https://rhn.redhat.com/errata/RHEA-2016-0463.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
i386:
c2b3f2307a45c548af1a5ef01118154abf2b392b5f470cf48870725f61c792ff tzdata-2016b-1.el6.noarch.rpm
ec58f2853bfc0c420ebf6f281a697530eec99a740d39c98207be2b7ef1ab1285 tzdata-java-2016b-1.el6.noarch.rpm
x86_64:
c2b3f2307a45c548af1a5ef01118154abf2b392b5f470cf48870725f61c792ff tzdata-2016b-1.el6.noarch.rpm
ec58f2853bfc0c420ebf6f281a697530eec99a740d39c98207be2b7ef1ab1285 tzdata-java-2016b-1.el6.noarch.rpm
Source:
7067903f26b0cfa462bc91d06f8b32407003d6f263e619b82082a44130336bd3 tzdata-2016b-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:0463
Upstream details at : https://rhn.redhat.com/errata/RHEA-2016-0463.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
i386:
7a28c670b58f7c12f06b5bfb5a93c24342ec7988c975bba138b9b5cbceae47c8 tzdata-2016b-1.el5.i386.rpm
7b47f4d24382b4a8854ecf04b1b81d82af84db0bf287794e1737d5e94c1ea111 tzdata-java-2016b-1.el5.i386.rpm
x86_64:
d1aebb60e6530b1939c55adf7cc7a11a516e6549fe8356e1270b68808622cc90 tzdata-2016b-1.el5.x86_64.rpm
223e2e0595104cffa3e399ece521da0931fc48b74926b124b81a5269a5974d5a tzdata-java-2016b-1.el5.x86_64.rpm
Source:
956d1f95c0e2df902c890f824f288e97fdc098f849dab043a939bf8bfdb992fb tzdata-2016b-1.el5.src.rpm
--
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #centos(a)irc.freenode.net
Twitter: JohnnyCentOS