I am pleased to announce the immediate availability of Varnish Cache in
version 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:
# 1. Install a package with repository for your system
# On CentOS, install package centos-release-scl available in CentOS
repository:
$ sudo yum install centos-release-scl-rh
# 2. Install the collection:
$ sudo yum install rh-varnish5
# 3. Start using software collections:
$ scl enable rh-varnish5 bash
At this point you should be able to use varnish just as a normal
application.
Some usage examples follow:
$ systemctl start rh-varnish5-varnish
$ varnishtop
This collections is CentOS-based rebuild built by SCLo SIG community,
and the packages have been available in Red Hat Software Collections 3.1
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 how to 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 Ruby in version
2.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:
# 1. Install a package with repository for your system:
# On CentOS, install package centos-release-scl available in CentOS
repository:
$ sudo yum install centos-release-scl
# On RHEL, enable RHSCL repository for you system:
$ sudo yum-config-manager --enable rhel-server-rhscl-7-rpms
# 2. Install the collection:
$ sudo yum install rh-ruby25
# 3. Start using software collections:
$ scl enable rh-ruby25 bash
The last command runs the Bash shell in the environment with rh-ruby25
Software Collection enabled, which means that at this point you are able
to use ruby just as a normal application. Some examples of available
commands follow:
$ ruby my-app.rb
$ gem install activeresource
$ bundle
$ irb
This collections is CentOS-based rebuild built by SCLo SIG community,
and the packages have been available in Red Hat Software Collections 3.1
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 how to 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 10.0 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:
# 1. Install a package with repository for your system:
# On CentOS, install package centos-release-scl available in CentOS
repository:
$ sudo yum install centos-release-scl
# On RHEL, enable RHSCL repository for you system:
$ sudo yum-config-manager --enable rhel-server-rhscl-7-rpms
# 2. Install the collection:
$ sudo yum install rh-postgresql10
# 3. Start using software collections:
$ scl enable rh-postgresql10 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-postgresql10-postgresql start
$ psql
This collections is CentOS-based rebuild built by SCLo SIG community,
and the packages have been available in Red Hat Software Collections 3.1
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 how to 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 Perl in version
5.26 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:
# 1. Install a package with repository for your system:
# On CentOS, install package centos-release-scl available in CentOS
repository:
$ sudo yum install centos-release-scl
# On RHEL, enable RHSCL repository for you system:
$ sudo yum-config-manager --enable rhel-server-rhscl-7-rpms
# 2. Install the collection:
$ sudo yum install rh-perl526
# 3. Start using the software collection:
$ scl enable rh-perl526 bash
At this point you should be able to use perl just as a normal
application. Some examples of new available commands follow:
$ perl my-app.pl
$ sudo yum install rh-perl526-perl-CPAN make
$ sudo cpan App::cpanminus
$ sudo cpanm -n Furl
This collections is CentOS-based rebuild built by SCLo SIG community,
and the packages have been available in Red Hat Software Collections 3.1
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 how to 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.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:
# 1. Install a package with repository for your system:
# On CentOS, install package centos-release-scl available in CentOS
repository:
$ sudo yum install centos-release-scl
# On RHEL, enable RHSCL repository for you system:
$ sudo yum-config-manager --enable rhel-server-rhscl-7-rpms
# 2. Install the collection:
$ sudo yum install rh-mongodb36
# 3. Start using software collections:
$ scl enable rh-mongodb36 bash
At this point you should be able to use MongoDB just as a normal
application. Some examples of usage follows:
$ service rh-mongodb36-mongod start
$ mongo
This collections is CentOS-based rebuild built by SCLo SIG community,
and the packages have been available in Red Hat Software Collections 3.1
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 how to 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 HAProxy in
version 1.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:
# 1. Install a package with repository for your system:
# On CentOS, install package centos-release-scl available in CentOS
repository:
$ sudo yum install centos-release-scl
# On RHEL, enable RHSCL repository for you system:
$ sudo yum-config-manager --enable rhel-server-rhscl-7-rpms
# 2. Install the collection:
$ sudo yum install rh-haproxy18
# 3. Start using software collections:
$ scl enable rh-haproxy18 bash
At this point you should be able to use varnish just as a normal
application. Some usage examples follow:
$ systemctl start rh-haproxy18-haproxy
This collections is CentOS-based rebuild built by SCLo SIG community,
and the packages have been available in Red Hat Software Collections 3.1
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 how to 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 2018:1780 Important
Upstream details at : https://access.redhat.com/errata/RHSA-2018:1780
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
x86_64:
2bad0902c6d8582ef5bb5758c6860951f34cb646b69eda066162ed5cb83aa500 xmlrpc-client-3.1.3-9.el7_5.noarch.rpm
a47c496fc4e85d23172c9fb69e236caecfd9aa8e813ff15eeab908309b203a4f xmlrpc-common-3.1.3-9.el7_5.noarch.rpm
4b0992a8b0e3c18327635bfe9a1a6f4e946eeb8c9db62aacaf16e728ae061390 xmlrpc-javadoc-3.1.3-9.el7_5.noarch.rpm
ac336edfd9e783d9a98e89d517a049e98e6bacfbc4a6564d44c1778aa6b27b69 xmlrpc-server-3.1.3-9.el7_5.noarch.rpm
Source:
6e330c0f41b9a2eb2b51a7de6242c122be29713ee6e9356fe739dbc52225ea84 xmlrpc-3.1.3-9.el7_5.src.rpm
--
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #centos(a)irc.freenode.net
Twitter: @JohnnyCentOS
CentOS Errata and Security Advisory 2018:1777 Important
Upstream details at : https://access.redhat.com/errata/RHSA-2018:1777
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
i386:
5088ad1f19a26726e8847982bdca51ff071b8bf9d48202f26a713052c2527785 procps-3.2.8-45.el6_9.3.i686.rpm
dd01689106c323bea94b4f56f3416482629dd2ce6137921f13258e102ef960f0 procps-devel-3.2.8-45.el6_9.3.i686.rpm
x86_64:
5088ad1f19a26726e8847982bdca51ff071b8bf9d48202f26a713052c2527785 procps-3.2.8-45.el6_9.3.i686.rpm
ba2b604c6da10bf7d2df547760c5db6f91bef6644716c3cd708597c0a80d2179 procps-3.2.8-45.el6_9.3.x86_64.rpm
dd01689106c323bea94b4f56f3416482629dd2ce6137921f13258e102ef960f0 procps-devel-3.2.8-45.el6_9.3.i686.rpm
9310f7af0fd82d64736c7b837a5ed4776418c2c45bd74e1d8df540f3916b2dfc procps-devel-3.2.8-45.el6_9.3.x86_64.rpm
Source:
828effa30b5895235b5db5f2fce5c8f56525e3dbc31d49e90a12741ffc4480de procps-3.2.8-45.el6_9.3.src.rpm
--
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #centos(a)irc.freenode.net
Twitter: @JohnnyCentOS
CentOS Errata and Enhancement Advisory 2018:1774
Upstream details at : https://access.redhat.com/errata/RHEA-2018:1774
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
i386:
e931f163e9536a55e4ce801be0a99e186664f8133888edaf7ade5846824f4422 microcode_ctl-1.17-25.7.el6_9.i686.rpm
x86_64:
c458d93f0a6aab4ab68c11304c8c3d5dd9972bf97d497539e2459a0cca9aed0f microcode_ctl-1.17-25.7.el6_9.x86_64.rpm
Source:
55c74ae1211a4790d87dcd9b4b363bd5e1c09e5cb81b4d17bfef5c9dcf7faa20 microcode_ctl-1.17-25.7.el6_9.src.rpm
--
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #centos(a)irc.freenode.net
Twitter: @JohnnyCentOS
CentOS Errata and Bugfix Advisory 2018:1409
Upstream details at : https://access.redhat.com/errata/RHBA-2018:1409
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
x86_64:
350780b7d24f8b0fd04831658c88eccb6a0808506cbcaa0bdb1fe82e8294cb8e virt-who-0.21.7-1.el7_5.noarch.rpm
Source:
178862b264a8de13b539cd28f6d0e26cb53ea2fd0b046d7e235a656939a33c2d virt-who-0.21.7-1.el7_5.src.rpm
--
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #centos(a)irc.freenode.net
Twitter: @JohnnyCentOS
CentOS Errata and Bugfix Advisory 2018:1408
Upstream details at : https://access.redhat.com/errata/RHBA-2018:1408
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
x86_64:
c5b48207e2d3003ba38df515a78b57062c7e27a21ebdcd9fd4a4043f55a50622 vdo-6.1.0.168-18.x86_64.rpm
Source:
549871225c07fe3f617c1b77f869d5fb462d2b39435fbd54f5ae2fe4df09ee56 vdo-6.1.0.168-18.src.rpm
--
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #centos(a)irc.freenode.net
Twitter: @JohnnyCentOS
CentOS Errata and Enhancement Advisory 2018:1403
Upstream details at : https://access.redhat.com/errata/RHEA-2018:1403
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
x86_64:
52be736c9ef564f9822e7f0165a77403547bfcb958eba0d3a31e1a751caa95ac targetcli-2.1.fb46-4.el7_5.noarch.rpm
Source:
9f9c7b06a0c5aea9cee8bb066974f2469731b1fdc28f67352203d3fcf16efe73 targetcli-2.1.fb46-4.el7_5.src.rpm
--
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #centos(a)irc.freenode.net
Twitter: @JohnnyCentOS
CentOS Errata and Bugfix Advisory 2018:1339
Upstream details at : https://access.redhat.com/errata/RHBA-2018:1339
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
x86_64:
ad280a3fc20d0d3bc8bd798a290871591fe153427ad0c1014522acff0cc7f155 tzdata-2018e-3.el7.noarch.rpm
8b9e2b9fc44d2fae196765709c89e4a6db201da092c1d7b431963b136169a2da tzdata-java-2018e-3.el7.noarch.rpm
Source:
9c1bc31d45884cd6a66a6e99692bdde4260d68ac57ef8fb11880c607e0a209a4 tzdata-2018e-3.el7.src.rpm
--
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #centos(a)irc.freenode.net
Twitter: @JohnnyCentOS
CentOS Errata and Bugfix Advisory 2018:1378
Upstream details at : https://access.redhat.com/errata/RHBA-2018:1378
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
x86_64:
221d160bd48a63336ea937649ab36bc374699bf4a1c9ba89745e5cff6ef4089c spice-server-0.14.0-2.el7_5.3.x86_64.rpm
5ffde042501d8ffbeaf2fde51f6620822fd74c78f6e5fc5c19d0ea6efaf408af spice-server-devel-0.14.0-2.el7_5.3.x86_64.rpm
Source:
81298357fc7c5de3ad1260be94374a8c37e5ac339223d9b852c347a78193a33d spice-0.14.0-2.el7_5.3.src.rpm
--
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #centos(a)irc.freenode.net
Twitter: @JohnnyCentOS
CentOS Errata and Bugfix Advisory 2018:1059
Upstream details at : https://access.redhat.com/errata/RHBA-2018:1059
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
x86_64:
15d75eda5a93c4952b963dfa8d6524c1ddfb39d796052101596c6a336ca34541 selinux-policy-3.13.1-192.el7_5.3.noarch.rpm
49d6c31552b4b5ad2937379e97581abd881b14d40f37300d94157ce9d2d55d5d selinux-policy-devel-3.13.1-192.el7_5.3.noarch.rpm
764a26894174831ced1bf95a834464096cf0a558ba14c46a9f05eb826062ea19 selinux-policy-doc-3.13.1-192.el7_5.3.noarch.rpm
fd4b202a21b5c407babf0b3df291fed1c34d5a1d9452372da227b7bb529ce730 selinux-policy-minimum-3.13.1-192.el7_5.3.noarch.rpm
25c9912a8a90839023fc4d9d2bfe484c74563b631941b10448c667399045b08e selinux-policy-mls-3.13.1-192.el7_5.3.noarch.rpm
fbc38844dfd206a28bfb4b95dee7fe46a558da488147f6a9aa3871e43032afff selinux-policy-sandbox-3.13.1-192.el7_5.3.noarch.rpm
dbea3932d9f70bf3ab2aba9ce6a61671682bc35061cfdae193764bf0cbfd8734 selinux-policy-targeted-3.13.1-192.el7_5.3.noarch.rpm
Source:
748147c736840dbd38da2df0000a78c8a1078f75e1d4b230d713ec7f22aabc7b selinux-policy-3.13.1-192.el7_5.3.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:1862
Upstream details at : https://access.redhat.com/errata/RHEA-2016:1862
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
x86_64:
568747c5ca347a4f356a979e4bec2782a8296958ff334fec42e0f0f226db1be2 sos-3.5-7.el7.centos.noarch.rpm
Source:
9dbe182c8de035ec4163b1cc2953cf5cd8a23d3f4c6b063d6aba2891687d1812 sos-3.5-7.el7.centos.src.rpm
--
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #centos(a)irc.freenode.net
Twitter: @JohnnyCentOS
CentOS Errata and Enhancement Advisory 2018:1386
Upstream details at : https://access.redhat.com/errata/RHEA-2018:1386
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
x86_64:
7185b6c5c876896b97faae7020a780d7951bdc3cfd87169d61dca0ef2a72ac9e rasdaemon-0.4.1-33.1.el7_5.x86_64.rpm
Source:
f455abf6afb4613d7a8f73f748f947f0694068bd2f868ceab2a8316f5ae1d24b rasdaemon-0.4.1-33.1.el7_5.src.rpm
--
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #centos(a)irc.freenode.net
Twitter: @JohnnyCentOS
CentOS Errata and Security Advisory 2018:1416 Moderate
Upstream details at : https://access.redhat.com/errata/RHSA-2018:1416
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
x86_64:
1b48dabc0010dbceb0442659060767b930eef8dffc36bcbd505315e33586c67e qemu-img-1.5.3-156.el7_5.1.x86_64.rpm
a02b18b0ba9216b7a085221e85bb9a2e4686d08280a90c41044d1cf651153c60 qemu-kvm-1.5.3-156.el7_5.1.x86_64.rpm
27e07ead63f0cea00ec23eb0fb71a0c46526f24fb9b61c7bff14ee3a49e4be68 qemu-kvm-common-1.5.3-156.el7_5.1.x86_64.rpm
f1ae639318b89053e7e0831b3f7d691430f96012d2fedfcfac6ef240ac3a3c52 qemu-kvm-tools-1.5.3-156.el7_5.1.x86_64.rpm
Source:
a074c05ce9b7bad7ffe596b3794308a6ac2b165bd1f7572029912991d1cf596a qemu-kvm-1.5.3-156.el7_5.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 2018:1391
Upstream details at : https://access.redhat.com/errata/RHBA-2018:1391
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
x86_64:
7445111d2f078d2a8d3625f87a4d0c2d9d08ec972c2cd5fe4e84d41ceeabfd86 radvd-1.9.2-9.el7_5.4.x86_64.rpm
Source:
df5ab0b173ad0918e16c5808d3131c6410e9b767a1fd2fdbe8afdaf1c05e899d radvd-1.9.2-9.el7_5.4.src.rpm
--
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #centos(a)irc.freenode.net
Twitter: @JohnnyCentOS
CentOS Errata and Enhancement Advisory 2018:1402
Upstream details at : https://access.redhat.com/errata/RHEA-2018:1402
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
x86_64:
9b806142a1f00c27b13e3da48c3ed4a906ce2d7369fa630fe3ffdc55744412c2 python-rtslib-2.1.fb63-11.el7_5.noarch.rpm
7dfd5cf0d91d79d7f38b0e85462c5b163f77444ed8c0331a8ec55c8078c1c7e0 python-rtslib-doc-2.1.fb63-11.el7_5.noarch.rpm
Source:
db63b292d4ee95b4b002e25510b72b634676f68cf1d23b6191c0c6674bddc701 python-rtslib-2.1.fb63-11.el7_5.src.rpm
--
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #centos(a)irc.freenode.net
Twitter: @JohnnyCentOS