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)