[CentOS-CR-announce] CESA-2018:1062 Important CentOS 7 kernel Security Update

2018-04-26 Thread Johnny Hughes

CentOS Errata and Security Advisory 2018:1062 Important

Upstream details at : https://access.redhat.com/errata/RHSA-2018:1062

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

x86_64:
285831e886b16964e987e346e210fd16ebdbb415d3698819111a2a79ff1d666c  
kernel-abi-whitelists-3.10.0-862.el7.noarch.rpm
85c811fec0e649804335b805f43dcf8242d422f5e4a3e3d21097656650f2c711  
kernel-doc-3.10.0-862.el7.noarch.rpm




-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net
Twitter: @JohnnyCentOS

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
https://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS] Question about "generic" USB <=> Serial Port kernel drivers...

2018-04-26 Thread Robert Heller
OK, I am running CentOS 6 on my Laptop and Desktop, presently kernel version
2.6.32-696.20.1.el6.x86_64 (yes, a version or so out of date -- I'll probably 
do an update soon -- non-trivial since my Internet connection is via dialup).

I recently bought a couple of Adafruit Arduino compatibles, a Flora and a
Metro 328. Hooking up the Flora and the Metro to a Raspberry Pi running
Raspbian (kernel 4.9.35-v7+), tells me that the Metro 328's USB uses a FTDI
USB serial interface (ftdi_sio.ko) and the Flora uses the cdc_acm (cdc-acm.ko)
USB serial interface. Both of these drivers are available with CentOS 6's
kernel, but since Adafruit uses their own Vendor & Product IDs and my (old)
kernel's ftdi_sio and cdc-acm drivers don't have Adafruit Vendor & Product
IDs, the drivers don't automagically connect. The ftdi_sio has parameters for
the Vendor & Product IDs, and specifing the product ID for the Metro 328
allows the driver to latch onto the Metro 328's USB connect and things work (I
get a /dev/ttyUSB0 device). The cdc-acm does not have any parameters and I 
don't see any way to get it to connect.  I am pretty sure all Adafruit did was 
change the programming of the USB chip to have their Vendor & Product IDs and 
the driver should work (the FTDI one does, once the Vendor & Product IDs are 
passed to it).

My question: since the cdc-acm is not parameterized, I am guessing I need to
get the kernel module source (from RH's kernel source RPM? Or maybe Elrepo has
it?), hack in the Adafruit Vendor & Product IDs into its table of Vendor &
Product IDs and recompile it. Is this correct? Also: is there some "trick"
that allows me to create a kernel module that will work with kernel updates,
without having to re-compile it after every kernel update? 


-- 
Robert Heller -- 978-544-6933
Deepwoods Software-- Custom Software Services
http://www.deepsoft.com/  -- Linux Administration Services
hel...@deepsoft.com   -- Webhosting Services

   
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Posting check

2018-04-26 Thread (RS) Tyler Schroder
Working as intended. 

R. S. Tyler Schroder

> On Apr 26, 2018, at 9:33 PM, Robert Heller  wrote:
> 
> I am wondering if I am able to post to the CentOS list.
> 
> -- 
> Robert Heller -- 978-544-6933
> Deepwoods Software-- Custom Software Services
> http://www.deepsoft.com/  -- Linux Administration Services
> hel...@deepsoft.com   -- Webhosting Services
> 
> ___
> CentOS mailing list
> CentOS@centos.org
> https://lists.centos.org/mailman/listinfo/centos
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


[CentOS] Posting check

2018-04-26 Thread Robert Heller
I am wondering if I am able to post to the CentOS list.

-- 
Robert Heller -- 978-544-6933
Deepwoods Software-- Custom Software Services
http://www.deepsoft.com/  -- Linux Administration Services
hel...@deepsoft.com   -- Webhosting Services

___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Postfix config problem w/ tls

2018-04-26 Thread Chuck Campbell

On 4/26/2018 5:14 PM, Chuck Campbell wrote:
I have followed the guides on setting up postfix relay to my account 
at network solutions.


I added these to main.cf:

inet_interfaces = localhost

relayhost = [mail.mydomain.com]:587

smtp_sasl_auth_enable = yes
smtp_sasl_security_options = noanonymous
smtp_sasl_password_maps = hash:/etc/postfix/sasl_password
smtp_use_tls = yes
smtp_tls_CAfile = /etc/pki/tls/certs/sendmail.pem

The username and password are correct, and all these options work fine 
from thunderbird on a windows box in my local network.


I get no errors on postfix restart, but when I try to send an email 
from the centos box, I get this:


Apr 26 17:00:33 host postfix/smtp[10627]: C9C1D80075: 
to=, 
relay=mail.mydomain.com[xxx.xxx.xxx.xxx]:587, delay=0.87, 
delays=0.08/0.02/0.72/0.04, dsn=5.0.0, status=bounced (host 
mail.mydomain.com[xxx.xxx.xxx.xxx] said: 503 you must authenticate 
first (#5.5.1) (in reply to MAIL FROM command))


Why is tls not authenticating?

Under centos 5 I used sendmail, and it all worked just fine.


-chuck


I changed my sasl_password file to look like this:

[mail.mydomain.com]:587 u...@mydomain.com:password

then did postmap hash:/etc/postfix/sasl_password

It appears taking the <> from around u...@mydomain.com:password has 
fixed the problem.


Also remembering to do

postmap hash:/etc/postfix/sasl_password

instead of

postmap /etc/postfix/sasl_password

thanks,

-chuck




--
ACCEL Services, Inc.| Specialists in Gravity, Magnetics |  (713)993-0671 ph.
|   and Integrated Interpretation   |  (713)993-0608 fax
448 W. 19th St. #325|Since 1992 |  (713)306-5794 cell
 Houston, TX, 77008 |  Chuck Campbell   | campb...@accelinc.com
|  President & Senior Geoscientist  |

 "Integration means more than having all the maps at the same scale!"

___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


[CentOS] Postfix config problem w/ tls

2018-04-26 Thread Chuck Campbell
I have followed the guides on setting up postfix relay to my account at 
network solutions.


I added these to main.cf:

inet_interfaces = localhost

relayhost = [mail.mydomain.com]:587

smtp_sasl_auth_enable = yes
smtp_sasl_security_options = noanonymous
smtp_sasl_password_maps = hash:/etc/postfix/sasl_password
smtp_use_tls = yes
smtp_tls_CAfile = /etc/pki/tls/certs/sendmail.pem

The username and password are correct, and all these options work fine 
from thunderbird on a windows box in my local network.


I get no errors on postfix restart, but when I try to send an email from 
the centos box, I get this:


Apr 26 17:00:33 host postfix/smtp[10627]: C9C1D80075: 
to=, 
relay=mail.mydomain.com[xxx.xxx.xxx.xxx]:587, delay=0.87, 
delays=0.08/0.02/0.72/0.04, dsn=5.0.0, status=bounced (host 
mail.mydomain.com[xxx.xxx.xxx.xxx] said: 503 you must authenticate first 
(#5.5.1) (in reply to MAIL FROM command))


Why is tls not authenticating?

Under centos 5 I used sendmail, and it all worked just fine.


-chuck

--
ACCEL Services, Inc.| Specialists in Gravity, Magnetics |  (713)993-0671 ph.
|   and Integrated Interpretation   |  (713)993-0608 fax
448 W. 19th St. #325|Since 1992 |  (713)306-5794 cell
 Houston, TX, 77008 |  Chuck Campbell   | campb...@accelinc.com
|  President & Senior Geoscientist  |

 "Integration means more than having all the maps at the same scale!"

___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Need help: I219-v driver issue in centos 7 installation

2018-04-26 Thread Phil Perry

On 26/04/18 21:49, Phil Perry wrote:

On 26/04/18 17:03, dibyendukoley1 wrote:

Sir,
Can any one please help me to install I219-V driver.
The driver that is provided by intel that is for freebsd only. I have 
tried

of installing e1000e driver but no luck Please help
Looking forward to you.



Please show the output from:

lspci -nn | grep -i Ethernet



Looking at this further, the kernel e1000e driver should support your 
hardware as it is the latest driver available for your device, but the 
output above will enable us to confirm this.


Are you installing the latest available version of CentOS? Please 
confirm your kernel version:


rpm -qa kernel
uname -a

Thanks
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


[CentOS-CR-announce] CEBA-2018:0919 CentOS 7 yum-utils BugFix Update

2018-04-26 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2018:0919 

Upstream details at : https://access.redhat.com/errata/RHBA-2018:0919

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

x86_64:
1325c69d8ab497f1f91bce803ef37d92f162d66c96e00e0bd948c7ce30835fd6  
yum-NetworkManager-dispatcher-1.1.31-45.el7.noarch.rpm
5c9e4603e13cabcda66ea3ca54144a8c922fffa5d516bf0c5d64711b86cdb7b7  
yum-plugin-aliases-1.1.31-45.el7.noarch.rpm
790271541708a09f74476c9b089964b23a7491f1e25aada59231513ac75a0f3d  
yum-plugin-auto-update-debug-info-1.1.31-45.el7.noarch.rpm
a5e40b41c764da588d9bfb9a72e326b8237cda9cb99b6a9362e355cae14f8988  
yum-plugin-changelog-1.1.31-45.el7.noarch.rpm
0d8756944169bd87ca1d9adbe46fea38e4eaf1d4b4825d773ce3227c0e50577e  
yum-plugin-copr-1.1.31-45.el7.noarch.rpm
089062641ee4070d9887bc7cfa04e99d42e9b0c92f77140f9249e679a108325b  
yum-plugin-fastestmirror-1.1.31-45.el7.noarch.rpm
3766fe14c7d87d728df40e039445328213c82e6b61bc97f858cf8e38628eae6f  
yum-plugin-filter-data-1.1.31-45.el7.noarch.rpm
3d053f402b85e63211637da16942aeea77cfebf637b9e203c1a7ff520eafdd25  
yum-plugin-fs-snapshot-1.1.31-45.el7.noarch.rpm
4a1c79c735d5ebd5de90a7d945b932d4e8d6c05471c0d78c10ed55854d327c51  
yum-plugin-keys-1.1.31-45.el7.noarch.rpm
035e4bc79bab157f406c78a1b2ec812d307310ee5b21eba44a4be46c1ceb0b9b  
yum-plugin-list-data-1.1.31-45.el7.noarch.rpm
91ede72dee9cc57a161639e5ac66d474d3e3ff5f9b64c1808f08bc0525064d9d  
yum-plugin-local-1.1.31-45.el7.noarch.rpm
ffd9a0c5d3cdc78554461a623f8fb71e6980c16e9dbcc8f29e3e85f68302a9a2  
yum-plugin-merge-conf-1.1.31-45.el7.noarch.rpm
f68188e44bccc0b63f2c04353452d5685c77e6a1cd2cabe2a5e0f4cf3f4a4f79  
yum-plugin-ovl-1.1.31-45.el7.noarch.rpm
c8df9e34292a40927ba4a1b766ebcefb15b0617b2b3277182a22410e56b41812  
yum-plugin-post-transaction-actions-1.1.31-45.el7.noarch.rpm
a7a8505418275d203b7de50f60c55fa87100d5eb8aba1471fad9afb7cc23d046  
yum-plugin-pre-transaction-actions-1.1.31-45.el7.noarch.rpm
aed1f5040ff742064dfaec2778685a40b1cd5e341203fa690b5a8913273c16c0  
yum-plugin-priorities-1.1.31-45.el7.noarch.rpm
82e7e11c2e027208d6dbbada42de570315f94fb7d90e7d96fbe42dbc88e1c61d  
yum-plugin-protectbase-1.1.31-45.el7.noarch.rpm
a0025759baf55fdba0e14f3fd690be631c693ed0e32b2b407f880d822ac9a058  
yum-plugin-ps-1.1.31-45.el7.noarch.rpm
fd1d9cb424909951bd1d6a179b5afbd4d1cd2c7c5ffbcd863cc8897108fcc3dd  
yum-plugin-remove-with-leaves-1.1.31-45.el7.noarch.rpm
fdc5118783b998542341b60842bd41e5cf814447d415d05771f840f8da077d69  
yum-plugin-rpm-warm-cache-1.1.31-45.el7.noarch.rpm
ccf34c0a161ff1ec44736f1e49a1123f04788b628a8dc8d73837b390401a492e  
yum-plugin-show-leaves-1.1.31-45.el7.noarch.rpm
b32db856d6d7ec2479b070a15352897bb36a87089fdce9cb64dc9494b2fd7f1f  
yum-plugin-tmprepo-1.1.31-45.el7.noarch.rpm
7923143717e6fbbbfa609ee25832086073e8eb0062288d1573e38893dce3f9c6  
yum-plugin-tsflags-1.1.31-45.el7.noarch.rpm
81ee483bba7a71e4001cbc978887477b5bc29a18c8715c61763c834983579d5a  
yum-plugin-upgrade-helper-1.1.31-45.el7.noarch.rpm
9c26913141b9d2e2781fc1404af0f348c212ef0a240fc29cb2533529f2941ddf  
yum-plugin-verify-1.1.31-45.el7.noarch.rpm
8453cf008bb932c26a0ae72b2ecdf993e38d3a1bce697f84b371a9bbf0bb6be7  
yum-plugin-versionlock-1.1.31-45.el7.noarch.rpm
05bdf1ef3a3117836758284ca1d5c7b3eca35154676593368511246092b2ea3c  
yum-updateonboot-1.1.31-45.el7.noarch.rpm
29fdbbabd9b1e4f799a05a981b7ed287eb0f4d6760e13ee447b4f1d3a1fa91b8  
yum-utils-1.1.31-45.el7.noarch.rpm




-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net
Twitter: @JohnnyCentOS

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
https://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEBA-2018:0759 CentOS 7 yum-rhn-plugin BugFix Update

2018-04-26 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2018:0759 

Upstream details at : https://access.redhat.com/errata/RHBA-2018:0759

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

x86_64:
2f47d26f9b8e73ffb757b641cecf040135b571a90611067b8f503bd5d9b8d1af  
yum-rhn-plugin-2.0.1-10.el7.noarch.rpm




-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net
Twitter: @JohnnyCentOS

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
https://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEBA-2018:0845 CentOS 7 yum BugFix Update

2018-04-26 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2018:0845 

Upstream details at : https://access.redhat.com/errata/RHBA-2018:0845

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

x86_64:
2f0920e89ed8596390dad6da56c9321337d6a283b7cbf8757f3aa8378037aed6  
yum-3.4.3-158.el7.centos.noarch.rpm
3300c4d3de8ec43ce2e88ef434cc3a56dc1c0edefc4c54f5931f08ae1d60a134  
yum-cron-3.4.3-158.el7.centos.noarch.rpm




-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net
Twitter: @JohnnyCentOS

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
https://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEBA-2018:0713 CentOS 7 xorg-x11-xinit BugFix Update

2018-04-26 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2018:0713 

Upstream details at : https://access.redhat.com/errata/RHBA-2018:0713

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

x86_64:
2e7f841297e09406c58d6934fdc17c987e9e5171d25aaba9ac4782e5834dffdf  
xorg-x11-xinit-1.3.4-2.el7.x86_64.rpm
3c13e1e5a2e7be784fbfdcf51882aad43494032ea8f2742012b4d04e343e7d0f  
xorg-x11-xinit-session-1.3.4-2.el7.x86_64.rpm




-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net
Twitter: @JohnnyCentOS

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
https://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEBA-2018:0736 CentOS 7 xorg-x11-server BugFix Update

2018-04-26 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2018:0736 

Upstream details at : https://access.redhat.com/errata/RHBA-2018:0736

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

x86_64:
12096569c4251f93df6d1d24bc7d5b3fa7c3a6f7c70a3bce30c22ed4b14081f3  
xorg-x11-server-common-1.19.5-5.el7.x86_64.rpm
063a7704356ab12a14c2547586fe5b5bf4aa52cfda7767a9d1f483ce04a25b82  
xorg-x11-server-devel-1.19.5-5.el7.i686.rpm
39fc5384fc3143d76ac992c505b34f726c5fef9bb76251f1cb85be176a6707a8  
xorg-x11-server-devel-1.19.5-5.el7.x86_64.rpm
860bfe8f14158051e249e0b00754833f40f3726213dd3f7d2a03e1be2f825c34  
xorg-x11-server-source-1.19.5-5.el7.noarch.rpm
3813df91061a18f49172418b4e4ab109ad2ebecceecc6ff5753e19926fb21f71  
xorg-x11-server-Xdmx-1.19.5-5.el7.x86_64.rpm
35b16a86337511495a312b36d253073b9729da51567bbe6d54e90e25993625b4  
xorg-x11-server-Xephyr-1.19.5-5.el7.x86_64.rpm
2d361dbfb2f2cb131cb0ffc466b545880a83da35dc86a63557ef0957e96e2895  
xorg-x11-server-Xnest-1.19.5-5.el7.x86_64.rpm
cb4d4096b32cb5e14af273e101fe281d37ad4192eef862b661c89829b354f114  
xorg-x11-server-Xorg-1.19.5-5.el7.x86_64.rpm
13a3249fd2da0378d5afe889d60a0264f90fc5955c77fe93dd1423f838505585  
xorg-x11-server-Xvfb-1.19.5-5.el7.x86_64.rpm
40b250a71c74434b6bd6677309365e4db4cfd5ceed1d2ac6006f52f9c7c57841  
xorg-x11-server-Xwayland-1.19.5-5.el7.x86_64.rpm




-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net
Twitter: @JohnnyCentOS

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
https://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEBA-2018:0736 CentOS 7 xorg-x11-drv-wacom BugFix Update

2018-04-26 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2018:0736 

Upstream details at : https://access.redhat.com/errata/RHBA-2018:0736

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

x86_64:
7c570d0d98b51b25c803e971f7808d41b382cbc9da5531fffe7729cb0d0b38f3  
xorg-x11-drv-wacom-0.34.2-4.el7.x86_64.rpm
61633e31a0ebb11c98bf5b8b99a9af76935883488a4d3293b588f41397c1c0ee  
xorg-x11-drv-wacom-devel-0.34.2-4.el7.i686.rpm
31792fbcc0fd34beaef0a078ca2ad777cee693c2f5b513f56affd75dae41ea8b  
xorg-x11-drv-wacom-devel-0.34.2-4.el7.x86_64.rpm




-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net
Twitter: @JohnnyCentOS

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
https://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEBA-2018:0736 CentOS 7 xorg-x11-drv-intel BugFix Update

2018-04-26 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2018:0736 

Upstream details at : https://access.redhat.com/errata/RHBA-2018:0736

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

x86_64:
a6cde3336eae3e76b9c9a6f892648a7e88eb92a9eba6670392d11e001313719f  
intel-gpu-tools-2.99.917-27.20160929.el7.x86_64.rpm
676290b060cc6c5c9592b7951af04ee9257d0a2e65fa52aa9effa7b741ea9ce1  
xorg-x11-drv-intel-2.99.917-27.20160929.el7.i686.rpm
20a7276329e3a53802a14bd65becc585deaafc2bbd9c30698cb9a47c6410d269  
xorg-x11-drv-intel-2.99.917-27.20160929.el7.x86_64.rpm
b18c5d7ce827c9f08aa72946c619cbf77163a10f54b8c5015eb0277c9f2d78df  
xorg-x11-drv-intel-devel-2.99.917-27.20160929.el7.i686.rpm
52a5c1058379bf1c5a9ed72caef762cb3633db65874a98e5cb8413ef67e24d0f  
xorg-x11-drv-intel-devel-2.99.917-27.20160929.el7.x86_64.rpm




-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net
Twitter: @JohnnyCentOS

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
https://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEBA-2018:0736 CentOS 7 xorg-x11-drv-ati BugFix Update

2018-04-26 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2018:0736 

Upstream details at : https://access.redhat.com/errata/RHBA-2018:0736

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

x86_64:
887ebaf16c63c54878d276459ba10a4a994399a227345922e8549457faa4392a  
xorg-x11-drv-ati-7.10.0-1.el7.x86_64.rpm




-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net
Twitter: @JohnnyCentOS

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
https://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEBA-2018:0847 CentOS 7 xfsprogs BugFix Update

2018-04-26 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2018:0847 

Upstream details at : https://access.redhat.com/errata/RHBA-2018:0847

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

x86_64:
df48deebdf76f024cfe2f0cc15a02218232808a5142291ea0800ca2415ab470d  
xfsprogs-4.5.0-15.el7.i686.rpm
e3dd8cd1df637cd46d72fc074cf61c4d76613bcedb987b566a9108345a7a27b7  
xfsprogs-4.5.0-15.el7.x86_64.rpm
7367e2d4804ea709ed0f812026f3edc75ec17500188b0521d5a669acafa0d6bb  
xfsprogs-devel-4.5.0-15.el7.i686.rpm
aef4ff03b9a1d276cf64ddf082982ad475ce10d784d088eab52dfce47d58a56d  
xfsprogs-devel-4.5.0-15.el7.x86_64.rpm




-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net
Twitter: @JohnnyCentOS

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
https://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEBA-2018:0986 CentOS 7 xfsdump BugFix Update

2018-04-26 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2018:0986 

Upstream details at : https://access.redhat.com/errata/RHBA-2018:0986

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

x86_64:
bf786022a4b1c1c6acf26d2a47b13e444867e1f40ddb0ee599ece04cc48d4991  
xfsdump-3.1.7-1.el7.x86_64.rpm




-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net
Twitter: @JohnnyCentOS

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
https://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CESA-2018:0842 Low CentOS 7 xdg-user-dirs Security Update

2018-04-26 Thread Johnny Hughes

CentOS Errata and Security Advisory 2018:0842 Low

Upstream details at : https://access.redhat.com/errata/RHSA-2018:0842

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

x86_64:
433bda80c6c907567b6eb2f93702512e9c06f5649e3d820bda55b9d67c157964  
xdg-user-dirs-0.15-5.el7.x86_64.rpm




-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net
Twitter: @JohnnyCentOS

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
https://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEBA-2018:0840 CentOS 7 wpa_supplicant BugFix Update

2018-04-26 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2018:0840 

Upstream details at : https://access.redhat.com/errata/RHBA-2018:0840

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

x86_64:
a0696cf0bc4e77d8df4e76403244bcf8cd109933e4c10656cb896a0df2f8f67f  
wpa_supplicant-2.6-9.el7.x86_64.rpm




-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net
Twitter: @JohnnyCentOS

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
https://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEBA-2018:0892 CentOS 7 wsmancli BugFix Update

2018-04-26 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2018:0892 

Upstream details at : https://access.redhat.com/errata/RHBA-2018:0892

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

x86_64:
f7c6200c68e588f06aeec3c99383993d77eeddd116c6b35a2bf825f139fbaa9d  
wsmancli-2.6.0-1.el7.x86_64.rpm




-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net
Twitter: @JohnnyCentOS

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
https://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEBA-2018:0703 CentOS 7 webkitgtk4 BugFix Update

2018-04-26 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2018:0703 

Upstream details at : https://access.redhat.com/errata/RHBA-2018:0703

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

x86_64:
9e86c331ae0a4fac7d7fe18ae01d3454a215fa7cc4c935cc874b98d130686741  
webkitgtk4-2.16.6-6.el7.i686.rpm
fc24b3a5def0adcbd3ca966990b6235e387338f3977769bcd78a758555f6cfc4  
webkitgtk4-2.16.6-6.el7.x86_64.rpm
6893f2104dbc3d912f61d79c2cbcd5e55031624f61bf4c31a27eb115597b5ca8  
webkitgtk4-devel-2.16.6-6.el7.i686.rpm
70fe95cc82d7442faf16f40482bbfaf1d5d7bae8b857e6212c82fbe2b7298c21  
webkitgtk4-devel-2.16.6-6.el7.x86_64.rpm
bf40464a67349a139d777cb7c6afb2672b1754145f7f28a28d2d41e3fa27e8f3  
webkitgtk4-doc-2.16.6-6.el7.noarch.rpm
10a4b18827479b8da829d947e938819aadccd94eed2818801649ba3126c87e23  
webkitgtk4-jsc-2.16.6-6.el7.i686.rpm
c48e6284c6d5abe0a077019b48d8eb4d0b7aa9f6d1536920f0de7124d33a8ae6  
webkitgtk4-jsc-2.16.6-6.el7.x86_64.rpm
12ad0a6bdb68cd85c402148d164337dbcf0d724089526c2160aa407aa0c8b06f  
webkitgtk4-jsc-devel-2.16.6-6.el7.i686.rpm
bc66ba808d70ef24dcf8331547b0cbab90a3b315e90cce0fb622c6e429a29141  
webkitgtk4-jsc-devel-2.16.6-6.el7.x86_64.rpm
72066344a4af3c0e5e29bf744533f974b864116fedb34523fa4135866d04  
webkitgtk4-plugin-process-gtk2-2.16.6-6.el7.i686.rpm
5e9db3b638127f600f319037ce923226a9a203209297ac2140b8473dfc80bd72  
webkitgtk4-plugin-process-gtk2-2.16.6-6.el7.x86_64.rpm




-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net
Twitter: @JohnnyCentOS

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
https://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEBA-2018:0770 CentOS 7 wayland-protocols BugFix Update

2018-04-26 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2018:0770 

Upstream details at : https://access.redhat.com/errata/RHBA-2018:0770

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

x86_64:
f2f6b086b368915d126e28c9509954b3b8b2ed87b55f54b303a77a3a25b6f556  
wayland-protocols-devel-1.10-1.el7.noarch.rpm




-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net
Twitter: @JohnnyCentOS

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
https://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEBA-2018:0736 CentOS 7 vulkan BugFix Update

2018-04-26 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2018:0736 

Upstream details at : https://access.redhat.com/errata/RHBA-2018:0736

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

x86_64:
d4e08ec41f7cdf2faa45d70b5337e6ec3ee2a394a3f1fb29fbe445b7bf101bf0  
vulkan-1.0.61.1-2.el7.i686.rpm
64f69869b93c9dedffbfcdf39c6e493a22217633340503fdfed36fba72ea  
vulkan-1.0.61.1-2.el7.x86_64.rpm
22c4dabeb8dd0fd2df51ee6632d8925222f095f8da106f65268018a1c2bc3d09  
vulkan-devel-1.0.61.1-2.el7.i686.rpm
8a7bed3092aaad74a5f99e48d090d6788d57d0ac149a97ed52a18e263f419524  
vulkan-devel-1.0.61.1-2.el7.x86_64.rpm
be2f97e5a4c859cd2cc20421be6462402caac877fdb37be917f09025fec9afa9  
vulkan-filesystem-1.0.61.1-2.el7.noarch.rpm




-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net
Twitter: @JohnnyCentOS

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
https://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEBA-2018:0770 CentOS 7 wayland BugFix Update

2018-04-26 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2018:0770 

Upstream details at : https://access.redhat.com/errata/RHBA-2018:0770

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

x86_64:
5a38ce9e2a6d08b10b1f135c20c8caf75111c6199d473a3275bf5b849968a706  
libwayland-client-1.14.0-2.el7.i686.rpm
5579fa33326a47e7b0bc3ebc99180fed3060ee472bbb27b690ed37d33731a29c  
libwayland-client-1.14.0-2.el7.x86_64.rpm
d466e7de97589932507eeaf9b5587f79661060c21dc253b98c36317b0624c0ba  
libwayland-cursor-1.14.0-2.el7.i686.rpm
fe566ccc7deb20783cde801762f7272108b455cf7f9b63ca8fc465b171b7a525  
libwayland-cursor-1.14.0-2.el7.x86_64.rpm
1971abf81121f98208bd6686f3ea7b514c6633dc9f8738856968cfb9ec205ae0  
libwayland-server-1.14.0-2.el7.i686.rpm
a5e77e6a7e2c150a9f118bb3183da918755a310a5e06367934682730df4e4ba1  
libwayland-server-1.14.0-2.el7.x86_64.rpm
358a4fba2c941611b3410f8faa79d39a2669497c8cfbdac2efd7eafa2a360399  
wayland-devel-1.14.0-2.el7.i686.rpm
35a7fbf2aee475b5f0f8b98b2cc183c77dbdd23a34933ade0c57244e77263835  
wayland-devel-1.14.0-2.el7.x86_64.rpm
a4c69173e6dc8bf50cf131fd4d8da84f86797d2e1ddd509a2d416977920efe7f  
wayland-doc-1.14.0-2.el7.noarch.rpm




-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net
Twitter: @JohnnyCentOS

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
https://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEEA-2018:0895 CentOS 7 virt-who Enhancement Update

2018-04-26 Thread Johnny Hughes

CentOS Errata and Enhancement Advisory 2018:0895 

Upstream details at : https://access.redhat.com/errata/RHEA-2018:0895

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

x86_64:
d94488f2bdda57067f23f9fcb7627d8f176f5b5ea1db66979fc185b3eba39a0b  
virt-who-0.21.5-1.el7.noarch.rpm




-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net
Twitter: @JohnnyCentOS

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
https://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEBA-2018:0672 CentOS 7 virt-viewer BugFix Update

2018-04-26 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2018:0672 

Upstream details at : https://access.redhat.com/errata/RHBA-2018:0672

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

x86_64:
ef6c3dd3437d231ce431a12ea6c1c436bfd3916a7d7f5695e1a280dbbff6f1c2  
virt-viewer-5.0-10.el7.x86_64.rpm




-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net
Twitter: @JohnnyCentOS

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
https://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEEA-2018:0922 CentOS 7 virt-top Enhancement Update

2018-04-26 Thread Johnny Hughes

CentOS Errata and Enhancement Advisory 2018:0922 

Upstream details at : https://access.redhat.com/errata/RHEA-2018:0922

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

x86_64:
20c39252677051be27c499c2e77aa71c1834294aec5266f456d3206e9616d78d  
virt-top-1.0.8-24.el7.x86_64.rpm




-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net
Twitter: @JohnnyCentOS

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
https://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEBA-2018:0677 CentOS 7 virt-p2v BugFix Update

2018-04-26 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2018:0677 

Upstream details at : https://access.redhat.com/errata/RHBA-2018:0677

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

x86_64:
0dc0df5dde4d167fbc0a56d9a1ab5ba16519fcfa89bf509376fe4b5129a1a7b6  
virt-p2v-1.36.10-1.el7.noarch.rpm




-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net
Twitter: @JohnnyCentOS

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
https://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEBA-2018:0809 CentOS 7 vinagre BugFix Update

2018-04-26 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2018:0809 

Upstream details at : https://access.redhat.com/errata/RHBA-2018:0809

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

x86_64:
3b3cbb8bd6fcc37ddb8f72ecc5836767350e3fd069c247c8c59e8d2bd6336752  
vinagre-3.22.0-9.el7.i686.rpm
5d304d39949df0d5cf9d5c8bd16408d8a1443d2a19445b5cf490b7ff25a1e9d5  
vinagre-3.22.0-9.el7.x86_64.rpm




-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net
Twitter: @JohnnyCentOS

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
https://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEEA-2018:0675 CentOS 7 vim Enhancement Update

2018-04-26 Thread Johnny Hughes

CentOS Errata and Enhancement Advisory 2018:0675 

Upstream details at : https://access.redhat.com/errata/RHEA-2018:0675

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

x86_64:
b0fc10789edee9123620b966f9786839209c9a821ecc69246a72eadee031a384  
vim-common-7.4.160-4.el7.x86_64.rpm
2d706161a4957ca253fa432d4c722bf07c534978a921b3fcdec325ab76eb3277  
vim-enhanced-7.4.160-4.el7.x86_64.rpm
85e05927912cda257adca4920de072a75c626ac1b6d8e3d8b1cdedae4fe73982  
vim-filesystem-7.4.160-4.el7.x86_64.rpm
abbf9ac5aca68f02190933b194ad7e1f9e50e1f9c46bedd7b910ad5d521ba03e  
vim-minimal-7.4.160-4.el7.x86_64.rpm
3815b615ff522cc5e68511a1c47dc67d1a498118bc606f99ab73a96191b9c349  
vim-X11-7.4.160-4.el7.x86_64.rpm




-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net
Twitter: @JohnnyCentOS

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
https://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEEA-2018:0726 CentOS 7 virt-manager Enhancement Update

2018-04-26 Thread Johnny Hughes

CentOS Errata and Enhancement Advisory 2018:0726 

Upstream details at : https://access.redhat.com/errata/RHEA-2018:0726

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

x86_64:
5b284b4741439ffaaf70069b38de4ee7c7a6b2121ef6402aeb4ccb789dc6efa8  
virt-install-1.4.3-3.el7.noarch.rpm
83a82bd815527c3be1dcd2523b737042f2e97e42558923e30020023e4d0d9af8  
virt-manager-1.4.3-3.el7.noarch.rpm
d0a93a18cbb60092213f5f262ee5dc56e3998ee796317b9c30cde9794595e52c  
virt-manager-common-1.4.3-3.el7.noarch.rpm




-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net
Twitter: @JohnnyCentOS

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
https://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEEA-2018:0871 CentOS 7 vdo Enhancement Update

2018-04-26 Thread Johnny Hughes

CentOS Errata and Enhancement Advisory 2018:0871 

Upstream details at : https://access.redhat.com/errata/RHEA-2018:0871

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

x86_64:
68dcf07eccaa4b55f6509b702a181995fafda5bba1113ecdc47a5f3c143b0c2e  
vdo-6.1.0.149-16.x86_64.rpm




-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net
Twitter: @JohnnyCentOS

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
https://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEBA-2018:0672 CentOS 7 usbredir BugFix Update

2018-04-26 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2018:0672 

Upstream details at : https://access.redhat.com/errata/RHBA-2018:0672

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

x86_64:
f7e38e8d5e45c343ec2c9f3001cb6ea1798522b0e096e279d58f17587e1ae020  
usbredir-0.7.1-3.el7.i686.rpm
3b0e5a25f9264065e194b03539394bf2b5c94f4aa67fc101bd89d082c10c854f  
usbredir-0.7.1-3.el7.x86_64.rpm
9a15eef35c1e0b087298f026daafb821a66e4a660a9a0d8039714c6cc0df44d4  
usbredir-devel-0.7.1-3.el7.i686.rpm
daa23ce9904f417ab87a4a651bc4b06052a8a9c27df8a0f83c97cb99d14f4eaf  
usbredir-devel-0.7.1-3.el7.x86_64.rpm
435d9a514aac3f104145500883212246ed56020835e531c7ca003ac0f522da4d  
usbredir-server-0.7.1-3.el7.x86_64.rpm




-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net
Twitter: @JohnnyCentOS

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
https://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEBA-2018:0936 CentOS 7 util-linux BugFix Update

2018-04-26 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2018:0936 

Upstream details at : https://access.redhat.com/errata/RHBA-2018:0936

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

x86_64:
47e83e5d568ef316fc279938d50cfb693540a683bcaff2c20276c00279d99fc9  
libblkid-2.23.2-52.el7.i686.rpm
cb97c7daf5a1dd8601aa03cd9ed891208859df67b5f3f92fb66269fbe134f5e4  
libblkid-2.23.2-52.el7.x86_64.rpm
5a507ff430905e463a2014cca1fa5b242a4a4024e48b7f4ebd6f375c7b41dbed  
libblkid-devel-2.23.2-52.el7.i686.rpm
86e5543b250212730afb2530f8ea31ed05c84a124545ee915324d6f3af4c3426  
libblkid-devel-2.23.2-52.el7.x86_64.rpm
29eaac2faa5413ef5ace932d69bda0b10f952fad82148397cfa67026ca48c8f4  
libmount-2.23.2-52.el7.i686.rpm
f4a261a6c7bc0f22065e042bca25e86315e5abe98bb80f3fe1f60f58927037d6  
libmount-2.23.2-52.el7.x86_64.rpm
0e6645a547746d45edd372f605e634666da3a9a257ddfeef30f9c143af10f264  
libmount-devel-2.23.2-52.el7.i686.rpm
4619a047be7fd7bf4545cca95f4ba18288b087d6e2bc6396868803c5f3d3f560  
libmount-devel-2.23.2-52.el7.x86_64.rpm
258d2dc647efbc9dafc6bc6d9253d2e123dc67ee97a6f45b83afb2446ee1d960  
libuuid-2.23.2-52.el7.i686.rpm
5ccafb387f8ccc561dae8b13c2918fbc2c22023310c5de55f729d0d7a739f0ae  
libuuid-2.23.2-52.el7.x86_64.rpm
f5412b03e2a58cec6bd8882a44226369e40c88263969abf29274dd7eeddf1f47  
libuuid-devel-2.23.2-52.el7.i686.rpm
d241c532f62825a40af1bfb97d653ac156625255d71c129d5331d325fa710b93  
libuuid-devel-2.23.2-52.el7.x86_64.rpm
9ca0012cd447cf2e935759f58f36b997197b02f768116687a2754e8a76cf  
util-linux-2.23.2-52.el7.i686.rpm
c1cf9b9c5b1b11020805ae496cf7a01ece0a85d03199c568701539f569bde91e  
util-linux-2.23.2-52.el7.x86_64.rpm
ad478a779bb933b6524957d81021c4b6a04abaca9d66c15b6f9a04761eef8877  
uuidd-2.23.2-52.el7.x86_64.rpm




-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net
Twitter: @JohnnyCentOS

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
https://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEBA-2018:0699 CentOS 7 usb_modeswitch BugFix Update

2018-04-26 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2018:0699 

Upstream details at : https://access.redhat.com/errata/RHBA-2018:0699

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

x86_64:
01aef955dad0aa5f89bd47cc75623dfdf95f4bc607d363af2ea4a311fce2a482  
usb_modeswitch-2.5.1-1.el7.x86_64.rpm




-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net
Twitter: @JohnnyCentOS

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
https://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEBA-2018:0699 CentOS 7 usb_modeswitch-data BugFix Update

2018-04-26 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2018:0699 

Upstream details at : https://access.redhat.com/errata/RHBA-2018:0699

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

x86_64:
1366c876b20d8e37ab78a47757516613103a0853c6262496f0b6a6bc9de9ddae  
usb_modeswitch-data-20170806-1.el7.noarch.rpm




-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net
Twitter: @JohnnyCentOS

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
https://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEBA-2018:1039 CentOS 7 unzip BugFix Update

2018-04-26 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2018:1039 

Upstream details at : https://access.redhat.com/errata/RHBA-2018:1039

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

x86_64:
9454c2fcbd182eaf9c973ee250b8e542f4857e0e5ce69377a17647124c126c4c  
unzip-6.0-19.el7.x86_64.rpm




-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net
Twitter: @JohnnyCentOS

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
https://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEBA-2018:0942 CentOS 7 usbguard BugFix Update

2018-04-26 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2018:0942 

Upstream details at : https://access.redhat.com/errata/RHBA-2018:0942

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

x86_64:
8bb27398436537df5a66ecfc7dfc3dda15269b2b092666ece361f7e889d654f3  
usbguard-0.7.0-8.el7.i686.rpm
5a32bcb8c23de213250b2ddc2d63c22e1500b706eafd3ee1a5a633673144159c  
usbguard-0.7.0-8.el7.x86_64.rpm
03a1f0816bdfe448901be5e2f75b136db49a13d2dda8c63a9e512bff20d813cf  
usbguard-devel-0.7.0-8.el7.i686.rpm
2abb4bf5dde7e5ec37ab4eef146fcbbfc9aec8e28ae2d05641bd6ff96c4be570  
usbguard-devel-0.7.0-8.el7.x86_64.rpm
372262abaa90763c6c9e1a7ba72230bb94da354a5c9656d283ac82b2fbe6fa88  
usbguard-tools-0.7.0-8.el7.x86_64.rpm




-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net
Twitter: @JohnnyCentOS

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
https://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEBA-2018:0967 CentOS 7 tuna BugFix Update

2018-04-26 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2018:0967 

Upstream details at : https://access.redhat.com/errata/RHBA-2018:0967

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

x86_64:
5b1d8affedd477cc01f98991c1cd32624245a2a8219081fb2fb692cee3cbeebd  
oscilloscope-0.13-6.el7.noarch.rpm
cd9990eff1d6ecac5ba62cd41523808b8da7810173a2225221f8655eff22fb7e  
tuna-0.13-6.el7.noarch.rpm




-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net
Twitter: @JohnnyCentOS

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
https://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEBA-2018:0879 CentOS 7 tuned BugFix Update

2018-04-26 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2018:0879 

Upstream details at : https://access.redhat.com/errata/RHBA-2018:0879

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

x86_64:
8cc0a38b13e3ef80127b30b38437c0b60e855c02da1476955f0cf52cd0ae64fd  
tuned-2.9.0-1.el7.noarch.rpm
f2d73d0d8b096c814e22d1df75686c56f344b5d94ab0e24a4b3f17dac7e607dd  
tuned-gtk-2.9.0-1.el7.noarch.rpm
df2d474e04c506ff569a6bf85afaee68402a7cfc4d7901013fdeff00d6691279  
tuned-profiles-atomic-2.9.0-1.el7.noarch.rpm
661a034ba93de6e128f8b24255a868acc26d21f6ebae7ffa37fc133778be617e  
tuned-profiles-compat-2.9.0-1.el7.noarch.rpm
5f3fcf106ab1afcafa1eb3e3b70db748a9917c6fca060bbd4b81a91822415c25  
tuned-profiles-cpu-partitioning-2.9.0-1.el7.noarch.rpm
68f491fb4d2d0991a21d1a7db4dcc100a1b42f24e53ca71e9e2811d750828d9f  
tuned-profiles-oracle-2.9.0-1.el7.noarch.rpm
6a8ed60aaa66aab685cda5cf8d7be1875448f6f7f685784040e0b4fa47ed69d4  
tuned-utils-2.9.0-1.el7.noarch.rpm
e571e1939b26f8adc5ca4cf51a42774e330caaac6b672d77f535f437dbce8edf  
tuned-utils-systemtap-2.9.0-1.el7.noarch.rpm




-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net
Twitter: @JohnnyCentOS

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
https://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEBA-2018:0968 CentOS 7 trace-cmd BugFix Update

2018-04-26 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2018:0968 

Upstream details at : https://access.redhat.com/errata/RHBA-2018:0968

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

x86_64:
ca484c5d388b5fed7cfdb7a45f92e1df9aa5a5e2da6e8fd686612af59b210f68  
trace-cmd-2.6.0-10.el7.x86_64.rpm




-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net
Twitter: @JohnnyCentOS

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
https://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEBA-2018:0821 CentOS 7 tracker BugFix Update

2018-04-26 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2018:0821 

Upstream details at : https://access.redhat.com/errata/RHBA-2018:0821

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

x86_64:
fc2050685eadf2590f0914b6faec8f2f9f4905c6834360ca6f4f05167896dd21  
tracker-1.10.5-6.el7.i686.rpm
3f46fc9405feb2a91ac9421f89743126503448dd94c3bd72918d3a329faf27e3  
tracker-1.10.5-6.el7.x86_64.rpm
53ff9623eb4eabd1b0fc10be488fd501a728a5fd416386634152aa66d8400304  
tracker-devel-1.10.5-6.el7.i686.rpm
872d5628b0ec0cef4918591483a13baf4f521b6daf5bdbd599ab041980eae1ef  
tracker-devel-1.10.5-6.el7.x86_64.rpm
d1287627df7950858cb8a10e999c9424eb03cc8bb82a26c0216df5a800a21927  
tracker-docs-1.10.5-6.el7.noarch.rpm
b982c9271b6e195fed525ce80ebb737ccf28f67e54c6db7dedb4a69293056fd3  
tracker-needle-1.10.5-6.el7.x86_64.rpm
927689a1f7f239c21a989af6833f1c7bf439f302e83a48b34784f9ffb18fef2a  
tracker-preferences-1.10.5-6.el7.x86_64.rpm




-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net
Twitter: @JohnnyCentOS

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
https://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEBA-2018:0848 CentOS 7 tpm2-tss BugFix Update

2018-04-26 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2018:0848 

Upstream details at : https://access.redhat.com/errata/RHBA-2018:0848

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

x86_64:
0fc4ba5f0d2cb1ef825cde8a4ddad09eacc49df5aec105209a8b5aad578f86b8  
tpm2-tss-1.3.0-2.el7.i686.rpm
285dea1fb994af57a4e3a05d14285d865f069a042b447c77fd6d36a5f6fb612b  
tpm2-tss-1.3.0-2.el7.x86_64.rpm
c869c83a3f759715a27c2e29ebf2f72c9f22d0876ed5f34fa500a78f9f6fac85  
tpm2-tss-devel-1.3.0-2.el7.i686.rpm
535f920caa2df17600760bee81b8126f1f9206459d1edd788c22f3d35b41015c  
tpm2-tss-devel-1.3.0-2.el7.x86_64.rpm




-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net
Twitter: @JohnnyCentOS

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
https://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEEA-2018:0901 CentOS 7 tpm2-abrmd Enhancement Update

2018-04-26 Thread Johnny Hughes

CentOS Errata and Enhancement Advisory 2018:0901 

Upstream details at : https://access.redhat.com/errata/RHEA-2018:0901

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

x86_64:
5477151944dfcfb2ed85dbc010cab5d528f983a4daf7b09ab4d744c0b172997a  
tpm2-abrmd-1.1.0-8.el7.i686.rpm
27284e48412fb4700acf999edb6e08aac8bdac172371eaf64f356318f388d72c  
tpm2-abrmd-1.1.0-8.el7.x86_64.rpm
fc9dc7e1340ce9d0f224d0751c830e1ee8cb18d1a882177f35cadb00ec907eca  
tpm2-abrmd-devel-1.1.0-8.el7.i686.rpm
0b49aa90f2e94d7fd397a9d93aa16e2d1feea7b2c17f8a14c78ac5bd6ab743fa  
tpm2-abrmd-devel-1.1.0-8.el7.x86_64.rpm




-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net
Twitter: @JohnnyCentOS

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
https://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEBA-2018:0722 CentOS 7 tigervnc BugFix Update

2018-04-26 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2018:0722 

Upstream details at : https://access.redhat.com/errata/RHBA-2018:0722

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

x86_64:
188641556137b1b67e52082287c917d8c8c2469997302f4115831b1226396c19  
tigervnc-1.8.0-5.el7.x86_64.rpm
fbc3cf64ac8ef0641322387c32fb6687bb003276366fdae8ec1528cb5baf6e9a  
tigervnc-icons-1.8.0-5.el7.noarch.rpm
dfdd9ee9711f6ba268e4f68c83475ea8dd5cf6d2ab1e1fa834bef53c96ecc186  
tigervnc-license-1.8.0-5.el7.noarch.rpm
27012f1df5d3c7c17699afaa2face7bf5c2eb92c0f6c7703eb4b75b6740d8e83  
tigervnc-server-1.8.0-5.el7.x86_64.rpm
aec7caef4f3e7851065f69b6aff70dd6117c39f06d6163b5b9a3c4b696837759  
tigervnc-server-applet-1.8.0-5.el7.noarch.rpm
e12891e6c0bb49a937f94410c75bae17a9d2a41e1fd4db02d0b7841436dbe158  
tigervnc-server-minimal-1.8.0-5.el7.x86_64.rpm
b6046b2eb7cd92a1c10a37284582bed12b7342890ffdd5a0da0df18ca35c879b  
tigervnc-server-module-1.8.0-5.el7.x86_64.rpm




-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net
Twitter: @JohnnyCentOS

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
https://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEBA-2018:0992 CentOS 7 tomcat BugFix Update

2018-04-26 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2018:0992 

Upstream details at : https://access.redhat.com/errata/RHBA-2018:0992

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

x86_64:
82d239bfa649268cfba5f619645f0963ec6eee26baaf86268e5cb82a69309c29  
tomcat-7.0.76-6.el7.noarch.rpm
9314db8d9d97a26cd6b48ee010d97340134d29585e0153d1fa00d63d3132d8ba  
tomcat-admin-webapps-7.0.76-6.el7.noarch.rpm
c6d3f9ec46985007f044e782b8fcbd236da2978d17f2ee71586ccb0adee2f9eb  
tomcat-docs-webapp-7.0.76-6.el7.noarch.rpm
9ec2ddd1c0ee873ba0b9366d04be93e64a2130f78ef57c00b0f288cc65b51f60  
tomcat-el-2.2-api-7.0.76-6.el7.noarch.rpm
f3a2a361050fcf3a532ec6548fc250dd2e14779e4f4a07b3912fc1406d158363  
tomcat-javadoc-7.0.76-6.el7.noarch.rpm
eb78ee94163bc3e1af80d5f563864f9ef6ddb382396dfcbc3355cadd0e079d31  
tomcat-jsp-2.2-api-7.0.76-6.el7.noarch.rpm
87c20a78ccb5dc191841a9094b8e36efd0b74656046f193867ed86c35ac167fc  
tomcat-jsvc-7.0.76-6.el7.noarch.rpm
5eca9f5168f55d38534ba220b2c707c68d782e6ec69e3737decfbc1df81a8490  
tomcat-lib-7.0.76-6.el7.noarch.rpm
39feaf6e4e5a14e3083688bef51a9791863c36b28ebe84becb88c419e4b16bfa  
tomcat-servlet-3.0-api-7.0.76-6.el7.noarch.rpm
82e8048c5716af41ab2ef7a8f677163e8c5295e0e9d7666aa3b05a6548dd2c54  
tomcat-webapps-7.0.76-6.el7.noarch.rpm




-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net
Twitter: @JohnnyCentOS

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
https://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEBA-2018:0823 CentOS 7 texinfo BugFix Update

2018-04-26 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2018:0823 

Upstream details at : https://access.redhat.com/errata/RHBA-2018:0823

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

x86_64:
df7c365f639b05423ff2023355a26c165344174fbe445a072a5c94ecacfe1bc1  
info-5.1-5.el7.x86_64.rpm
7712aee3e41ed1f9398cae1cb6442d44c081085a40348620d7d535142c36de44  
texinfo-5.1-5.el7.x86_64.rpm
a488c9a4b9069abd2a5e5384b4bc2ea1a7fc50457e8593b51f272afa65f7a900  
texinfo-tex-5.1-5.el7.x86_64.rpm




-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net
Twitter: @JohnnyCentOS

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
https://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEEA-2018:0660 CentOS 7 tftp Enhancement Update

2018-04-26 Thread Johnny Hughes

CentOS Errata and Enhancement Advisory 2018:0660 

Upstream details at : https://access.redhat.com/errata/RHEA-2018:0660

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

x86_64:
1d58df4ebaa254a1e0efb704e4988faba90c321e02f3aab398105c6a0802599b  
tftp-5.2-22.el7.x86_64.rpm
fadc4af716e13983c5b40ce5e74cd3e98552d8173617e2f64fb22b79c457c88e  
tftp-server-5.2-22.el7.x86_64.rpm




-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net
Twitter: @JohnnyCentOS

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
https://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEBA-2018:0770 CentOS 7 telepathy-glib BugFix Update

2018-04-26 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2018:0770 

Upstream details at : https://access.redhat.com/errata/RHBA-2018:0770

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

x86_64:
282bf6ea6bcc0da76436fc19994809418da5593224301247bdc4d50d248ba289  
telepathy-glib-0.24.1-1.el7.i686.rpm
7c1da3186acdfcf2afb70e5cff8c67de3a245c0fa9351753e946d0f6f8bd4645  
telepathy-glib-0.24.1-1.el7.x86_64.rpm
b652506ae4bbe599c6e23cb43b26c156b8e5aed54265b8fca047d451116ce04a  
telepathy-glib-devel-0.24.1-1.el7.i686.rpm
2b6f33d3ccaa35f8cfcea48ff437ebd84406956d9863779516ee8205a2b71ba1  
telepathy-glib-devel-0.24.1-1.el7.x86_64.rpm
54c3ebb9f931f5867b5728750da7be14fd00d3acf4c37431b4392608cb4a931c  
telepathy-glib-vala-0.24.1-1.el7.x86_64.rpm




-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net
Twitter: @JohnnyCentOS

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
https://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEEA-2018:0705 CentOS 7 tcpdump Enhancement Update

2018-04-26 Thread Johnny Hughes

CentOS Errata and Enhancement Advisory 2018:0705 

Upstream details at : https://access.redhat.com/errata/RHEA-2018:0705

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

x86_64:
83da7640e10f014db9ea6b81379f7ea4bc1ea6270051ba4132c9a89a868257e5  
tcpdump-4.9.2-3.el7.x86_64.rpm




-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net
Twitter: @JohnnyCentOS

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
https://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEBA-2018:0716 CentOS 7 tar BugFix Update

2018-04-26 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2018:0716 

Upstream details at : https://access.redhat.com/errata/RHBA-2018:0716

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

x86_64:
fb7e5e92fcb19372c6941cec46da521af450699f53342eecbddab15391208e8d  
tar-1.26-34.el7.x86_64.rpm




-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net
Twitter: @JohnnyCentOS

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
https://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEEA-2018:0906 CentOS 7 systemtap Enhancement Update

2018-04-26 Thread Johnny Hughes

CentOS Errata and Enhancement Advisory 2018:0906 

Upstream details at : https://access.redhat.com/errata/RHEA-2018:0906

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

x86_64:
51a51b23b49e75b04350ff7c9c578b73ccc5d335b8a934f16a8b395cf13b6978  
systemtap-3.2-4.el7.x86_64.rpm
48a8ebf1dd29285df6c1249ad4b867c398b0aa186ba960ef94fae1126962a706  
systemtap-client-3.2-4.el7.x86_64.rpm
d1c511ed36e212c23e0f00bfa6a5e14e1b8c509fd8e7d5483f3f10b382120715  
systemtap-devel-3.2-4.el7.x86_64.rpm
587d075cf5aed57b938ca331fa72a3ebeba2fd3719eb4209c5e986e3e2d8ae7e  
systemtap-initscript-3.2-4.el7.x86_64.rpm
6d02401f5ca96134486d707df3e0d1d83a59e3ba80049e2ece36c4a8c8fcbb24  
systemtap-runtime-3.2-4.el7.x86_64.rpm
3af714b2ae43b5eea1a2822d1e9568557f0eeb4da5245b6a12ba3b6b6a436b42  
systemtap-runtime-java-3.2-4.el7.x86_64.rpm
2762c20cec965320f3faf1ce11471999ea9c09be6b37592376bc507b243fd736  
systemtap-runtime-python2-3.2-4.el7.x86_64.rpm
8bb842a48820aa1e42d137f7af22b8aa3e2bae9cffaa2bf5150a44fda35f685b  
systemtap-runtime-virtguest-3.2-4.el7.x86_64.rpm
c017312f05b268feba68f75c7167410d9a3f200e25bec81f4b16b2bfe4786246  
systemtap-runtime-virthost-3.2-4.el7.x86_64.rpm
df8d32400beab77bff32cb08eccad93134763fed0faf6f0bba8de3ae854f2c09  
systemtap-sdt-devel-3.2-4.el7.i686.rpm
da5d0cca5f41c29a05bd64d3c4f4e2662210483bfa6fa0120a52d597c85a821f  
systemtap-sdt-devel-3.2-4.el7.x86_64.rpm
18f8fad9f1c36ee868a5a477beae08b88a63d8807238efb349fd8d4e5a5c08cb  
systemtap-server-3.2-4.el7.x86_64.rpm
b327fc8a3e83fbd5025198589f4e811728c2bf51e52072ecdfb0c74a561e45ca  
systemtap-testsuite-3.2-4.el7.x86_64.rpm




-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net
Twitter: @JohnnyCentOS

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
https://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEBA-2018:0711 CentOS 7 systemd BugFix Update

2018-04-26 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2018:0711 

Upstream details at : https://access.redhat.com/errata/RHBA-2018:0711

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

x86_64:
d74c64a82fed2644d66f03e639a04c2cbf67346b92d84be55d8ae2948e38037e  
libgudev1-219-57.el7.i686.rpm
db4fc8532f9dbe55c0708b5a6afef843e075b27b58b0701a4d50c898e0674466  
libgudev1-219-57.el7.x86_64.rpm
11a14687492c4bf86349de595e36ede774bdc7d358be3acb6fd5534fd14bdaad  
libgudev1-devel-219-57.el7.i686.rpm
e3f5e5d3bd146687f0e3679611f50fdbbd757255e1e2f20053031ccfd1a782ba  
libgudev1-devel-219-57.el7.x86_64.rpm
6ae659f2d46872bbfdf3b6618b64ebe0cc42081d599aceb26cb28eae82ced8b2  
systemd-219-57.el7.x86_64.rpm
0d74263feda9b4bcbcde659c7e33317c70c89651be5372fe2d9a6def29b082ed  
systemd-devel-219-57.el7.i686.rpm
3b4da22e2e04dd73d478b2e30973cdd79f2815f2ace3e76cc8ac1968bfbc6e53  
systemd-devel-219-57.el7.x86_64.rpm
38aafc9f5e4f0fa957e1ebf1738bcf6bdececae6632b796a6740b775a002ad55  
systemd-journal-gateway-219-57.el7.x86_64.rpm
5be2a79df8490a8b912fb82a8d888dc687ef0c72849f77958970362081c94fb5  
systemd-libs-219-57.el7.i686.rpm
8f943b6d0cb625d642d93736dc869c79d3f8b0a290120525595b9181bb1a380f  
systemd-libs-219-57.el7.x86_64.rpm
43857396a45a2ad721fa240d809b5452bdcbb745f422436c1333c31c3d5e644d  
systemd-networkd-219-57.el7.x86_64.rpm
39f3263e2f0b6d4ea7c416f0dc3e33d29d82a13535fb70520a681215196f8172  
systemd-python-219-57.el7.x86_64.rpm
4cbfb68f1b1d01ea43aa0d4fc45ae052ba0904dfbc8a9064e4605d7f311ab808  
systemd-resolved-219-57.el7.i686.rpm
f4483a2663bb0d1168f3cc8b5fc5695b049f0889cdf8ef7f625c24ec94a422c1  
systemd-resolved-219-57.el7.x86_64.rpm
cdc28f99807dc534644622aebaddaf38fcbe00e092dd4193518553788d5048b9  
systemd-sysv-219-57.el7.x86_64.rpm




-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net
Twitter: @JohnnyCentOS

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
https://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEBA-2018:0835 CentOS 7 system-config-kickstart BugFix Update

2018-04-26 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2018:0835 

Upstream details at : https://access.redhat.com/errata/RHBA-2018:0835

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

x86_64:
f709c5fecb61fa41f22a8c261f33dced0711efa84fba02a3e027c3a3a5981871  
system-config-kickstart-2.9.7-1.el7.noarch.rpm




-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net
Twitter: @JohnnyCentOS

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
https://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEBA-2018:1005 CentOS 7 sysstat BugFix Update

2018-04-26 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2018:1005 

Upstream details at : https://access.redhat.com/errata/RHBA-2018:1005

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

x86_64:
2e2288720be44e7316bfe1c70b9b2144c4c22e3704e6ccce469ab5c526c5de87  
sysstat-10.1.5-13.el7.x86_64.rpm




-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net
Twitter: @JohnnyCentOS

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
https://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEEA-2018:0792 CentOS 7 supermin Enhancement Update

2018-04-26 Thread Johnny Hughes

CentOS Errata and Enhancement Advisory 2018:0792 

Upstream details at : https://access.redhat.com/errata/RHEA-2018:0792

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

x86_64:
f5a9ac7511e617ead5b5f15b6a751b33f648bf07157d7dc8483512b171c9229b  
supermin-5.1.19-1.el7.x86_64.rpm
aff9e37535b7cb775b65502df47f9e3250a58324a050e72834f28b2303b3707e  
supermin5-5.1.19-1.el7.x86_64.rpm
ed44c1999f5778745dccac77d186fdc8c27ef62131c2be91ab3017934a9f4888  
supermin5-devel-5.1.19-1.el7.i686.rpm
9f69d49b22e964caa62b3e73c5afc40f4b28b7d76770f687916e82aa07370a97  
supermin5-devel-5.1.19-1.el7.x86_64.rpm
151c8d4f5d0505284f294459547aa825b1445b538f923308e617a13cdcfca83c  
supermin-helper-5.1.19-1.el7.x86_64.rpm




-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net
Twitter: @JohnnyCentOS

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
https://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEBA-2018:0824 CentOS 7 sudo BugFix Update

2018-04-26 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2018:0824 

Upstream details at : https://access.redhat.com/errata/RHBA-2018:0824

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

x86_64:
4325c3de6bc3e101b82d44cf48d6e0dbdd29482234f3d94d9b3d9bcc6c2c43e7  
sudo-1.8.19p2-13.el7.x86_64.rpm
03190535148c9d22a81761039c880501346766bab096e402616dbe3246c0ebad  
sudo-devel-1.8.19p2-13.el7.i686.rpm
b67d90170e2134d8465ab64858b5a60bdef0f62ee0d215aacfd6722237e2e71d  
sudo-devel-1.8.19p2-13.el7.x86_64.rpm




-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net
Twitter: @JohnnyCentOS

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
https://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEEA-2018:0938 CentOS 7 subversion Enhancement Update

2018-04-26 Thread Johnny Hughes

CentOS Errata and Enhancement Advisory 2018:0938 

Upstream details at : https://access.redhat.com/errata/RHEA-2018:0938

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

x86_64:
e56162e76bf4a9ced821b1c67179f0459d29dd7156fd59e1a9c345c4b8870b46  
mod_dav_svn-1.7.14-14.el7.x86_64.rpm
4d774e5e0c4f7350386e5db596a1ccb55f7b714b63980517e17957e07a8bdcfc  
subversion-1.7.14-14.el7.i686.rpm
a2d05f39c55d1e4a5c25e1fbe1b10b3f82f4f17f04c455c37852688fff8559c6  
subversion-1.7.14-14.el7.x86_64.rpm
c296e8d2df30f049cd1bff4fbccc1762e4c4fc632dbf6e77e29ae5145bbeb0cd  
subversion-devel-1.7.14-14.el7.i686.rpm
302851e55c02850d3a6b4bbd38ebf04a1b4f5c91a5d8b29904ef2444f7827481  
subversion-devel-1.7.14-14.el7.x86_64.rpm
4e91304ae4e42fbcf98e24b29de3bad890b1198f2b9fce47ad7e6ac923d9ee0d  
subversion-gnome-1.7.14-14.el7.i686.rpm
c82558835377a650143bdf40819654fc42aa7e64bc9e872a1579d1d4893a2f64  
subversion-gnome-1.7.14-14.el7.x86_64.rpm
75e9a7f59617e9ec8e4914c1503641bf3131dfb05e30136622ecc0cf603ce6b2  
subversion-javahl-1.7.14-14.el7.i686.rpm
8d7b97756178ce5e90346c75c8e6da8e00cbdbdd6505cd5b8b4860c5abe77786  
subversion-javahl-1.7.14-14.el7.x86_64.rpm
96e5d3b7a8e24d344c4c9fd79a29432858527cdad2d581f48ad33edf788266dd  
subversion-kde-1.7.14-14.el7.i686.rpm
a76a72fd74ca79de500b4b20a922af2fa05b506357b73142d7a329e60e7e3453  
subversion-kde-1.7.14-14.el7.x86_64.rpm
547337e683daac323e412a85bc9065a3898984904433c865cf9be5c3365c9f7d  
subversion-libs-1.7.14-14.el7.i686.rpm
e606aa4ae4a987c65f8ccc36c26e8ac250c9ee4830d69122304226aa06f45a7f  
subversion-libs-1.7.14-14.el7.x86_64.rpm
bee46c0c39811bd26190eaaa5777d901d57221b63c55b7fbcec415a88a039dc3  
subversion-perl-1.7.14-14.el7.i686.rpm
68166ff2363def208a251035978719d15e349401aa94dd062642026a506fca1a  
subversion-perl-1.7.14-14.el7.x86_64.rpm
9c0c1abcab32e93cafb6f38d12c96f9ab476e98d6b2e2017cb5b2f6bd3999bc8  
subversion-python-1.7.14-14.el7.x86_64.rpm
a4641148165b279ec40e42e660a7b5a1b0f54651ee6d1727739cb6340cc64606  
subversion-ruby-1.7.14-14.el7.i686.rpm
1bbee14b1a36f204559267e16dd9a23bcf083589f86bf0c28fefcf87df0238fb  
subversion-ruby-1.7.14-14.el7.x86_64.rpm
115e3ea72202e58788d6b8bd26e3ce7106e00c69bc54e209f487435b9fe9ca45  
subversion-tools-1.7.14-14.el7.x86_64.rpm




-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net
Twitter: @JohnnyCentOS

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
https://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEBA-2018:0681 CentOS 7 subscription-manager-migration-data BugFix Update

2018-04-26 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2018:0681 

Upstream details at : https://access.redhat.com/errata/RHBA-2018:0681

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

x86_64:
56a7f6173166140852db0c1a0732a814604c83a7f9a1a0637f44d4961c15ce71  
subscription-manager-migration-data-2.0.39-1.el7.noarch.rpm




-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net
Twitter: @JohnnyCentOS

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
https://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEBA-2018:0685 CentOS 7 strigi BugFix Update

2018-04-26 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2018:0685 

Upstream details at : https://access.redhat.com/errata/RHBA-2018:0685

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

x86_64:
ab8216383206e3e87f81377ac092960c83f03c4cce19eac8a5a28a95d0454e03  
strigi-0.7.7-13.20120626.el7.x86_64.rpm
5d8d6df9d7ef1724465632bfa40249f3f109e8ab93e0b9bf012e13bd7d543ea6  
strigi-devel-0.7.7-13.20120626.el7.i686.rpm
228f33af867e134c5b5a03d114fed46d18a7e896ab2c6b51707df5bce6356efa  
strigi-devel-0.7.7-13.20120626.el7.x86_64.rpm
df086648d2f4c897ff490d809d85817da39c9721d998485de3abd5e27782d06e  
strigi-libs-0.7.7-13.20120626.el7.i686.rpm
47134a7e2a9deaa7b86803f133ad79405fad7266b1594c6946b18936f5a05b85  
strigi-libs-0.7.7-13.20120626.el7.x86_64.rpm




-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net
Twitter: @JohnnyCentOS

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
https://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEBA-2018:0739 CentOS 7 strace BugFix Update

2018-04-26 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2018:0739 

Upstream details at : https://access.redhat.com/errata/RHBA-2018:0739

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

x86_64:
8df06850be55e92afcfb19ea3a981220d0828425a5291a260c7c6fa5f751cb17  
strace-4.12-6.el7.x86_64.rpm




-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net
Twitter: @JohnnyCentOS

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
https://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEBA-2018:0825 CentOS 7 squid BugFix Update

2018-04-26 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2018:0825 

Upstream details at : https://access.redhat.com/errata/RHBA-2018:0825

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

x86_64:
4b00cfefb0310f4cc66f2392ddaa498f120fb83000c58582ac082ee03758a023  
squid-3.5.20-12.el7.x86_64.rpm
438d02e8e49c9aa1f6a6b68c7ae1f3b76efb5f6514af456c32fa09d0ab9da499  
squid-migration-script-3.5.20-12.el7.x86_64.rpm
8fc2fa3b9158735187ecbc225b001ef5fac2c9829a32e0783af11c3818f3925a  
squid-sysvinit-3.5.20-12.el7.x86_64.rpm




-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net
Twitter: @JohnnyCentOS

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
https://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEBA-2018:1017 CentOS 7 spice-vdagent BugFix Update

2018-04-26 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2018:1017 

Upstream details at : https://access.redhat.com/errata/RHBA-2018:1017

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

x86_64:
8dc91df7fc0c763677526df3391d3e24c13368db5646e529bb0b3eab48e7b876  
spice-vdagent-0.14.0-15.el7.x86_64.rpm




-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net
Twitter: @JohnnyCentOS

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
https://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEBA-2018:0802 CentOS 7 spice-protocol BugFix Update

2018-04-26 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2018:0802 

Upstream details at : https://access.redhat.com/errata/RHBA-2018:0802

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

x86_64:
e3783851886592cb1f5a8df1080a4414ab6ae4b3299b93dc458aeb02c016833c  
spice-protocol-0.12.13-2.el7.noarch.rpm




-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net
Twitter: @JohnnyCentOS

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
https://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEBA-2018:0672 CentOS 7 spice-gtk BugFix Update

2018-04-26 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2018:0672 

Upstream details at : https://access.redhat.com/errata/RHBA-2018:0672

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

x86_64:
5a36a80bf63bb4200cf7db94d398254d36fdd703fc7a465666e7e12329c7a9a5  
spice-glib-0.34-3.el7.i686.rpm
4d53118029ed693722776bed03cebef70e9a0e83775d5dc044c5fd16cd2bb3f4  
spice-glib-0.34-3.el7.x86_64.rpm
5ff7e12d1ec6e901c38b208f864ac59a2a3100a31cfa52e7991d2d5a31cec064  
spice-glib-devel-0.34-3.el7.i686.rpm
4204a9e0b41eb2c66cc860ac21f7db9e7ffa0e3cfa8454c085ebe12b613e75ec  
spice-glib-devel-0.34-3.el7.x86_64.rpm
147cfbe3824d8279e73afcda2eddca143501c1029a68672d72edef6cb8218e86  
spice-gtk3-0.34-3.el7.i686.rpm
5f87593ad1642706ec307a17d89c05785c5536bafb18e62bc664a2a27a90a8b5  
spice-gtk3-0.34-3.el7.x86_64.rpm
fdbb0026a3790dc008af3ca61ee4d9a516c8816034bcfce21a71691091c924cf  
spice-gtk3-devel-0.34-3.el7.i686.rpm
7d6bc538f2cf0ee7036ac2a4ffa0efe1c5e391c2bfa34627fd3b9f3a91612ce3  
spice-gtk3-devel-0.34-3.el7.x86_64.rpm
8551b119c42d850ce167ee0b058cb04c7aa8a7f87cef9fe12fe645b4fbfd5d37  
spice-gtk3-vala-0.34-3.el7.x86_64.rpm
35cade56044cc4788a5936e913e73ad873c9abf47113d00a931cee4981333238  
spice-gtk-tools-0.34-3.el7.x86_64.rpm




-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net
Twitter: @JohnnyCentOS

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
https://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEBA-2018:0802 CentOS 7 spice BugFix Update

2018-04-26 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2018:0802 

Upstream details at : https://access.redhat.com/errata/RHBA-2018:0802

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

x86_64:
5f085b94b0abb3a25c53a1cf8e038c17b24eb0cf243e2d4c1fba98602d9a81b3  
spice-server-0.14.0-2.el7.x86_64.rpm
0107714f7f6bcc7be1ac75eeddc181c6c0e48c4b5f24bb352490257a6f9d9d2a  
spice-server-devel-0.14.0-2.el7.x86_64.rpm




-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net
Twitter: @JohnnyCentOS

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
https://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEBA-2018:0875 CentOS 7 smartmontools BugFix Update

2018-04-26 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2018:0875 

Upstream details at : https://access.redhat.com/errata/RHBA-2018:0875

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

x86_64:
0396c93aeab023e7ef2cfde8cee9c87f2f576c7a808439acd16380096a9b3bd7  
smartmontools-6.5-1.el7.x86_64.rpm




-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net
Twitter: @JohnnyCentOS

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
https://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEBA-2018:0989 CentOS 7 slapi-nis BugFix Update

2018-04-26 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2018:0989 

Upstream details at : https://access.redhat.com/errata/RHBA-2018:0989

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

x86_64:
5c0f8967bb94da17359eb3cf9a873b9ffbc57b9ac84d5b360c1a82fc6ddb1764  
slapi-nis-0.56.0-8.el7.x86_64.rpm




-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net
Twitter: @JohnnyCentOS

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
https://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEEA-2018:0836 CentOS 7 shotwell Enhancement Update

2018-04-26 Thread Johnny Hughes

CentOS Errata and Enhancement Advisory 2018:0836 

Upstream details at : https://access.redhat.com/errata/RHEA-2018:0836

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

x86_64:
841283018401b44ff625641102e43014a37510159c8300a352a073cf7dd06b48  
shotwell-0.24.5-2.el7.i686.rpm
2f0b6d6032efee53bd0171b41f3b52779dadaf944691683e515034a14038  
shotwell-0.24.5-2.el7.x86_64.rpm




-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net
Twitter: @JohnnyCentOS

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
https://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEBA-2018:0769 CentOS 7 shared-mime-info BugFix Update

2018-04-26 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2018:0769 

Upstream details at : https://access.redhat.com/errata/RHBA-2018:0769

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

x86_64:
07ebf2b2fecbc13b450ae892c5c482827fb07662af9c4809031ebce4493dc36b  
shared-mime-info-1.8-4.el7.x86_64.rpm




-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net
Twitter: @JohnnyCentOS

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
https://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEBA-2018:0995 CentOS 7 setroubleshoot-plugins BugFix Update

2018-04-26 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2018:0995 

Upstream details at : https://access.redhat.com/errata/RHBA-2018:0995

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

x86_64:
48f46d7e4dc4bd250e88552d877034fd19cf9e8d7a70826c32fe868d2d8c191f  
setroubleshoot-plugins-3.0.66-2.1.el7.noarch.rpm




-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net
Twitter: @JohnnyCentOS

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
https://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEBA-2018:1015 CentOS 7 setup BugFix Update

2018-04-26 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2018:1015 

Upstream details at : https://access.redhat.com/errata/RHBA-2018:1015

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

x86_64:
851825472d79da3d8b3a83e70a8e8914476e1785c8e144efaf8bcb49e6cd830a  
setup-2.8.71-9.el7.noarch.rpm




-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net
Twitter: @JohnnyCentOS

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
https://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEBA-2018:0994 CentOS 7 setroubleshoot BugFix Update

2018-04-26 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2018:0994 

Upstream details at : https://access.redhat.com/errata/RHBA-2018:0994

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

x86_64:
46b30a4b0e4f0756a0114d7cb0156d8d6b9f680e3185192c50e939ba9850301a  
setroubleshoot-3.2.29-3.el7.x86_64.rpm
b21058870f3b983ba970e9822b328a15d89639a5281b7fc43825872667899ab5  
setroubleshoot-server-3.2.29-3.el7.x86_64.rpm




-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net
Twitter: @JohnnyCentOS

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
https://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEBA-2018:0916 CentOS 7 setools BugFix Update

2018-04-26 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2018:0916 

Upstream details at : https://access.redhat.com/errata/RHBA-2018:0916

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

x86_64:
8bd137185ad038bd45a5da19d7e85662dbd5c632d367fce5fb968f68e772558a  
setools-3.3.8-2.el7.x86_64.rpm
f32fc85a3240e867e92709cffdd0be2d74f2f7dc770ffa8bc0488a48fe208821  
setools-console-3.3.8-2.el7.x86_64.rpm
33f79701cb913349d0ac9dd33067b9466c6b658afcaf45a84a0aad758e22ffcc  
setools-devel-3.3.8-2.el7.i686.rpm
93ab3f8bedef2a0bd898f648da15c3d90d58d0f7bd46896536ec88b89aec0e00  
setools-devel-3.3.8-2.el7.x86_64.rpm
d65acd8655ec72cea980d21ef1270680b8d933f7b7088783c9ed96c4e05bf0aa  
setools-gui-3.3.8-2.el7.x86_64.rpm
ba7f3c6f7de8df9af9d6d856027fa6295a77c2abf65a5db68d5c5a266f950e55  
setools-libs-3.3.8-2.el7.i686.rpm
6b6e64ed6c308fee31aa4c822e0bd478d7486da9a874418ca9f2ba24f266919e  
setools-libs-3.3.8-2.el7.x86_64.rpm
aa46183f6f4fdb60a561d607b1d23d11442879522eb55916c6bfec322c47cd9c  
setools-libs-tcl-3.3.8-2.el7.x86_64.rpm




-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net
Twitter: @JohnnyCentOS

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
https://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEBA-2018:0763 CentOS 7 selinux-policy BugFix Update

2018-04-26 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2018:0763 

Upstream details at : https://access.redhat.com/errata/RHBA-2018:0763

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

x86_64:
5e6e02fee9b7a4e69d6d131b1c0c2dd416a17e6ecdeb86a9e360731cc9d7174c  
selinux-policy-3.13.1-192.el7.noarch.rpm
e1618449d2130258e09b384ccf2ac203f6b671b3f1b3f1df467bf5c75fd2777b  
selinux-policy-devel-3.13.1-192.el7.noarch.rpm
198a442fd2648f29b778420b68bbab43deee4184a439133a8c9f2cb8ad3a98ce  
selinux-policy-doc-3.13.1-192.el7.noarch.rpm
f1bc75bb03170898dd982983738101eeb173bf9638b6403e2ab3f28ca4a84986  
selinux-policy-minimum-3.13.1-192.el7.noarch.rpm
60b5d9c369ba9d3c089e083935dd37b8843f8e4634c640ae6c04c30bec65daa5  
selinux-policy-mls-3.13.1-192.el7.noarch.rpm
eb8bc4c69660e85150662a6a28269df78e720318450893b6cd67348ea1453694  
selinux-policy-sandbox-3.13.1-192.el7.noarch.rpm
987861ae1ab59ea675897d402e5a1f5ca82dc90fb0afb00ef8b7e5b7abc742c2  
selinux-policy-targeted-3.13.1-192.el7.noarch.rpm




-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net
Twitter: @JohnnyCentOS

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
https://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEBA-2018:0814 CentOS 7 seabios BugFix Update

2018-04-26 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2018:0814 

Upstream details at : https://access.redhat.com/errata/RHBA-2018:0814

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

x86_64:
8bb8c0733c2046e04b3773a600dfe6a2a5a4e382257709525e6220bebecff85f  
seabios-1.11.0-2.el7.x86_64.rpm
8df3adb67710f75685fe1fa928c86710d824c63743152405583e4c37821c0ce9  
seabios-bin-1.11.0-2.el7.noarch.rpm
71ebdda1eca61e2e1f2769dedda8e34a35714a35095633216b8dadae45ce234f  
seavgabios-bin-1.11.0-2.el7.noarch.rpm




-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net
Twitter: @JohnnyCentOS

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
https://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEBA-2018:1038 CentOS 7 scipy BugFix Update

2018-04-26 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2018:1038 

Upstream details at : https://access.redhat.com/errata/RHBA-2018:1038

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

x86_64:
63885202ce96d751b15bfec0ea75fa7cf0720548dacd20a7ea6a6e227abc1b65  
scipy-0.12.1-6.el7.x86_64.rpm




-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net
Twitter: @JohnnyCentOS

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
https://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEBA-2018:0834 CentOS 7 screen BugFix Update

2018-04-26 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2018:0834 

Upstream details at : https://access.redhat.com/errata/RHBA-2018:0834

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

x86_64:
496d6e07b8ed99cb2549a8ec7356ffd9becfcb5a6d745a5e562480c4e4de6e42  
screen-4.1.0-0.25.20120314git3c2946.el7.x86_64.rpm




-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net
Twitter: @JohnnyCentOS

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
https://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEBA-2018:0761 CentOS 7 scap-security-guide BugFix Update

2018-04-26 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2018:0761 

Upstream details at : https://access.redhat.com/errata/RHBA-2018:0761

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

x86_64:
2ef3408043c6f3e26d50679b9d09873fe03b3ece683531e6788f2ce82a9a36d0  
scap-security-guide-0.1.36-7.el7.centos.noarch.rpm
9efa51e3e6875cd99a0f21bf588723657ad90857addcc409d5108ea5c36f42e8  
scap-security-guide-doc-0.1.36-7.el7.centos.noarch.rpm




-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net
Twitter: @JohnnyCentOS

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
https://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEEA-2018:1008 CentOS 7 scap-workbench Enhancement Update

2018-04-26 Thread Johnny Hughes

CentOS Errata and Enhancement Advisory 2018:1008 

Upstream details at : https://access.redhat.com/errata/RHEA-2018:1008

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

x86_64:
2b0e808e37b1865a70117ad6c75b3b1677ac93ef5751de1072e1e2854fdd0d52  
scap-workbench-1.1.6-1.el7.x86_64.rpm




-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net
Twitter: @JohnnyCentOS

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
https://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEBA-2018:0924 CentOS 7 sbd BugFix Update

2018-04-26 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2018:0924 

Upstream details at : https://access.redhat.com/errata/RHBA-2018:0924

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

x86_64:
fa1ba77d6b62bcd11e45e082fad08e67efab1a09d52ef922f828d51616903494  
sbd-1.3.1-7.el7.x86_64.rpm




-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net
Twitter: @JohnnyCentOS

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
https://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEEA-2018:0793 CentOS 7 sane-backends Enhancement Update

2018-04-26 Thread Johnny Hughes

CentOS Errata and Enhancement Advisory 2018:0793 

Upstream details at : https://access.redhat.com/errata/RHEA-2018:0793

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

x86_64:
7defad798b1ce1efe33e934d96493daa26b44cd7c2e0f2216e78a203270bb733  
sane-backends-1.0.24-11.el7.x86_64.rpm
9fd69362e80c93a5474fbbe0cee4d67bc9af002b55da058a272473e39a981ab2  
sane-backends-devel-1.0.24-11.el7.i686.rpm
01673663592dc6fc8d4ff8501e9bad5b7cc04a1c43ab7dd5c97af8724331b7a2  
sane-backends-devel-1.0.24-11.el7.x86_64.rpm
73bd219776e287ff9823967900b34258ebac1823b38e426e3fc4f9487511b72b  
sane-backends-doc-1.0.24-11.el7.noarch.rpm
13039cbf45f34fe26171c1cdb8ed3936d4eaeac7932f19978902acff4df2e79d  
sane-backends-drivers-cameras-1.0.24-11.el7.i686.rpm
b779ec8b4ae4943f3c187fa550d3d2b9c0f01a0ab7541f2e9215fbc894171657  
sane-backends-drivers-cameras-1.0.24-11.el7.x86_64.rpm
59522ee445d6899b88729343a275f68f604b70c164e8cce75d71a1710e06796b  
sane-backends-drivers-scanners-1.0.24-11.el7.i686.rpm
277c246331930895dadd0a70bd038974f87cbaf5763d4e5c27cbed5edf3c1d70  
sane-backends-drivers-scanners-1.0.24-11.el7.x86_64.rpm
1c0e9976e7ab6ac834442d5600240db5896b7738d0f78772fcc489b2c834a1de  
sane-backends-libs-1.0.24-11.el7.i686.rpm
5a0b7e394bfe951c7dd57c5c9b71dd4327c00deb780021bb86200f25e1434c60  
sane-backends-libs-1.0.24-11.el7.x86_64.rpm




-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net
Twitter: @JohnnyCentOS

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
https://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEBA-2018:0937 CentOS 7 samba BugFix Update

2018-04-26 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2018:0937 

Upstream details at : https://access.redhat.com/errata/RHBA-2018:0937

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

x86_64:
1f527f2db1c82c5421f22ef8e3f585bd5ef086583ad00705fc8233e20bdd256a  
ctdb-4.7.1-6.el7.x86_64.rpm
1593aa17e2219b650cd537e064de5bd561e94f816b557dbda1bd9a23a80a2a54  
ctdb-tests-4.7.1-6.el7.x86_64.rpm
12dde99e440402a1ded1abeea609d6a5ac2d3d3b38ea1463d1de37a50d305269  
libsmbclient-4.7.1-6.el7.x86_64.rpm
efb08eda4a6b29dd5c7ddf41ef04df859f23f307f2a0fa2dcd6ed0e635d9f320  
libsmbclient-devel-4.7.1-6.el7.x86_64.rpm
c6fa5563f3e7bb65f5c03192fc1053468e7fafae088df8d6ab51412caa8d28e2  
libwbclient-4.7.1-6.el7.x86_64.rpm
afc799741e45cb6b89f407a0389f320ac8babec32980207c4f6a230e483d  
libwbclient-devel-4.7.1-6.el7.x86_64.rpm
c4e9be3899aa64801429c64a4badaf2b8b7ebcdcfd4185efd95dfcf30032919b  
samba-4.7.1-6.el7.x86_64.rpm
4e1262420a7cfe38dcdaf2618c388d21c59f67b765b2e6db926e691651c8d734  
samba-client-4.7.1-6.el7.x86_64.rpm
5e55a1c98ed6e5ae7cdaf9abd197aacc3e3f962db4ecb6ddcf97b031a78e66a5  
samba-client-libs-4.7.1-6.el7.x86_64.rpm
2c84034a1b3ddeaa34da28f49ef5e8425aa0ce4bf9706e639173368b18e74b07  
samba-common-4.7.1-6.el7.noarch.rpm
233d01142e99851eb9fa879f9e4bf7f98e32ee6d4849b51e01557fb485a1144c  
samba-common-libs-4.7.1-6.el7.x86_64.rpm
da4eaf3f3fd970132315a4af5ca835fbec4ba9985282b83f8c3a655f972843a4  
samba-common-tools-4.7.1-6.el7.x86_64.rpm
80485986e07638f543c3bbc45a46ca0c7c6f43e9f58725bc2ab98c11de38d54b  
samba-dc-4.7.1-6.el7.x86_64.rpm
2023398b0af1b9ca42332b3dadbbd2d31c2e9a26fbb27edc8a13d8abeeec6dff  
samba-dc-libs-4.7.1-6.el7.x86_64.rpm
e533033745ca30f24c5c3080674394ae520501281bef3986bb98ab43efa5a4a8  
samba-devel-4.7.1-6.el7.x86_64.rpm
189fbc1f0eedce4e3c7fdf0ad00637d243ddd239eaee03f1b20a694c30dfa136  
samba-krb5-printing-4.7.1-6.el7.x86_64.rpm
5b7b0260a6c9d32ce8ce3d778ab1e4a831d5b1bbae5946d0b161c6cd9263fcb6  
samba-libs-4.7.1-6.el7.x86_64.rpm
e49329a230befbc5e32b57890a438256f68e122137d9ff4c8557d8ea5b506f15  
samba-pidl-4.7.1-6.el7.noarch.rpm
ac910e546a42af31f54f9748c14516cd69fc09c8f7aec8c4fb6ad6852fb1f89c  
samba-python-4.7.1-6.el7.x86_64.rpm
784198666b2614a5ec58ec32b387083e85d7a44b9c5bc0abf9e761edd0699c12  
samba-python-test-4.7.1-6.el7.x86_64.rpm
788967a1d2885f03455ed9b304d80dc97d718c6075dae1a040e1ffb0a7caa443  
samba-test-4.7.1-6.el7.x86_64.rpm
eb2d8456520da13c3d812396efdc19c324214fb307b15e0b10c11fed7cc467d1  
samba-test-libs-4.7.1-6.el7.x86_64.rpm
1325f3745907fef754bb0cfbdb8637ab2a4797b4333a2f050a3ab99edcbf8d93  
samba-vfs-glusterfs-4.7.1-6.el7.x86_64.rpm
a00460dc2c5bfd31f08648b2b5bcda895ed7b53bd0330ba25baf9e9ebba0d812  
samba-winbind-4.7.1-6.el7.x86_64.rpm
8443f258cc1fd61e44efeb2c5fedee4f047218211a04b6462a4e5000d89c88c0  
samba-winbind-clients-4.7.1-6.el7.x86_64.rpm
0e3a9d14c3e1f4031423e0606c3440bd31818e97603c1899a28777414ffab344  
samba-winbind-krb5-locator-4.7.1-6.el7.x86_64.rpm
6872e82ca0b112cd41fec8b0e09e565827e899d516febcddcb0ee65bcff37bd8  
samba-winbind-modules-4.7.1-6.el7.x86_64.rpm




-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net
Twitter: @JohnnyCentOS

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
https://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEBA-2018:0856 CentOS 7 rsyslog BugFix Update

2018-04-26 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2018:0856 

Upstream details at : https://access.redhat.com/errata/RHBA-2018:0856

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

x86_64:
f7f3723ece802c0f7ff3098da14cbd8d4271cc7b4fe5d3696cea64712548f835  
rsyslog-8.24.0-16.el7.x86_64.rpm
4cdfb7011475cff6c0a15bfa685b8656cf36a245b437985d005b611f65163612  
rsyslog-crypto-8.24.0-16.el7.x86_64.rpm
4724470775628d8f293949006578dca4d0c533537a47c400539f941204de956c  
rsyslog-doc-8.24.0-16.el7.noarch.rpm
303319db0f6c724719c7abdf689b6306e4ed48e3708ec8d4ec10332f61dc9558  
rsyslog-elasticsearch-8.24.0-16.el7.x86_64.rpm
a7134c2597dfc76f0644aa2a5eeae33fdda012dde9074cca93ebf7a20323083c  
rsyslog-gnutls-8.24.0-16.el7.x86_64.rpm
7da3c53c9d651bf432ddac6c80daa8594a9857a160b7b8d0345b27853f1670ad  
rsyslog-gssapi-8.24.0-16.el7.x86_64.rpm
943920fd865a0538d442949d7e4c7b96e9d211c22bd26f331e6aefbc7a3cf60a  
rsyslog-libdbi-8.24.0-16.el7.x86_64.rpm
a07ffd5d39b27da471112c1561ae8fa276fae00029628e2246b77ada5e3cd306  
rsyslog-mmaudit-8.24.0-16.el7.x86_64.rpm
6f7ff0e126f0b8f64352e2370a3200ef9acd91476080132ac06eb783dcf221d7  
rsyslog-mmjsonparse-8.24.0-16.el7.x86_64.rpm
3708c2f5f462b12a1299b92a86c72129b1a28484b5416e121fae3878f8a27144  
rsyslog-mmnormalize-8.24.0-16.el7.x86_64.rpm
f925182f8577d8030379a5e8cf44ef9ec4947f8661a6b5e221698d2575a205f9  
rsyslog-mmsnmptrapd-8.24.0-16.el7.x86_64.rpm
4aa6e9d6f781e3ecebc57f1af9cbf6a3a533d9e35c98a03afacb9c77713db80b  
rsyslog-mysql-8.24.0-16.el7.x86_64.rpm
3ae1aa5c964b35c30e2c3d536a9eb965e7b84cce77e87cdce7beb3b53e4590ae  
rsyslog-pgsql-8.24.0-16.el7.x86_64.rpm
465790a85a0686f6496b9f502103f9c27e1eaa95e561d1da17231c2a35e41a5a  
rsyslog-relp-8.24.0-16.el7.x86_64.rpm
9bbb6783d9298b52453f669be0d58e04c97402e89f31978921b729ec78b48d3d  
rsyslog-snmp-8.24.0-16.el7.x86_64.rpm
ed3f3db66525dd084f6e0b2fbd60f0853652a043928599fc937d0fad08cebbd1  
rsyslog-udpspoof-8.24.0-16.el7.x86_64.rpm




-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net
Twitter: @JohnnyCentOS

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
https://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEBA-2018:0877 CentOS 7 rpm BugFix Update

2018-04-26 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2018:0877 

Upstream details at : https://access.redhat.com/errata/RHBA-2018:0877

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

x86_64:
51762d304d858d80bb2a262c936baeaed48d73ae7e983ef8f553c817a309ee17  
rpm-4.11.3-32.el7.x86_64.rpm
d7519f4b4012f807634edeeecf948e22b135fb0a56581ed6fc1a17cf6200754f  
rpm-apidocs-4.11.3-32.el7.noarch.rpm
e91a480eaa4f02ff471a596c386ae5ca929361d6253c08f36a7d23fa266afb18  
rpm-build-4.11.3-32.el7.x86_64.rpm
14681d7cd2ba416780ec13db0d34d4ebe3597be0abfd32a73c0881ba4381c9b7  
rpm-build-libs-4.11.3-32.el7.i686.rpm
89845f5ba0f4f72212312bb4934fb5f3c3c35189b942bfed8cb1b91ca5efa77a  
rpm-build-libs-4.11.3-32.el7.x86_64.rpm
44a37fd19593ce1aa8f170e155fed483d8d1b9bb16287672f0471cbd2773a49f  
rpm-cron-4.11.3-32.el7.noarch.rpm
a38478cc824fde3e7b87f03c5c4470040f527206cf251665f902d165c0042b33  
rpm-devel-4.11.3-32.el7.i686.rpm
bb45824244bf37f7c60fa19794fb7dfef66f7286f64a6552a30aa2d2f910f7b3  
rpm-devel-4.11.3-32.el7.x86_64.rpm
7d6b9b78e2297d442fe41f44537b70ce37ca6dd9d70a0cdedc1ee7beca9a73a1  
rpm-libs-4.11.3-32.el7.i686.rpm
c7520e00dca2d806860fa94dd56e55e2ed1b70cd313cdd588f631497e02232d5  
rpm-libs-4.11.3-32.el7.x86_64.rpm
d50548b6f83751e27b2bfdc59b88d52807b90696a309ecf669f533d7edfe9b03  
rpm-plugin-systemd-inhibit-4.11.3-32.el7.x86_64.rpm
a4e601d7672e68bb5442870c6cd8ecaf69da45df591e55eafbdafec94a2e1b53  
rpm-python-4.11.3-32.el7.x86_64.rpm
66c30aa9768964b99d421c566038f876480a091e83eb5b5ce3e4ff14ae7a8254  
rpm-sign-4.11.3-32.el7.x86_64.rpm




-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net
Twitter: @JohnnyCentOS

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
https://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEEA-2018:0692 CentOS 7 rsync Enhancement Update

2018-04-26 Thread Johnny Hughes

CentOS Errata and Enhancement Advisory 2018:0692 

Upstream details at : https://access.redhat.com/errata/RHEA-2018:0692

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

x86_64:
b7a8087f4a1b510373bd2917c7b2becc596d912348eab34e71e213100c5c13d3  
rsync-3.1.2-4.el7.x86_64.rpm




-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net
Twitter: @JohnnyCentOS

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
https://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEBA-2018:1013 CentOS 7 rpcbind BugFix Update

2018-04-26 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2018:1013 

Upstream details at : https://access.redhat.com/errata/RHBA-2018:1013

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

x86_64:
ee8a276378192fc9556355996a488ba0d1009cc882692c04cfea7fc139662fac  
rpcbind-0.2.0-44.el7.x86_64.rpm




-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net
Twitter: @JohnnyCentOS

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
https://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEBA-2018:0698 CentOS 7 rng-tools BugFix Update

2018-04-26 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2018:0698 

Upstream details at : https://access.redhat.com/errata/RHBA-2018:0698

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

x86_64:
5d2e674b1412bae901bc6b9448508da21f2138ddeddfa82dd255f4dc2c2135fd  
rng-tools-5-13.el7.x86_64.rpm




-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net
Twitter: @JohnnyCentOS

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
https://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEBA-2018:0759 CentOS 7 rhnsd BugFix Update

2018-04-26 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2018:0759 

Upstream details at : https://access.redhat.com/errata/RHBA-2018:0759

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

x86_64:
6bbea91f228fcc97c0b1410063c3cebc6cc1158921f00f2a036fa91cc186e519  
rhnsd-5.0.13-10.el7.x86_64.rpm




-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net
Twitter: @JohnnyCentOS

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
https://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEBA-2018:0759 CentOS 7 rhnlib BugFix Update

2018-04-26 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2018:0759 

Upstream details at : https://access.redhat.com/errata/RHBA-2018:0759

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

x86_64:
118c541e00333eda6eb46ccbf7720218f62de258512f69d0eb3a72f1727c5bfc  
rhnlib-2.5.65-7.el7.noarch.rpm




-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net
Twitter: @JohnnyCentOS

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
https://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEBA-2018:0759 CentOS 7 rhn-client-tools BugFix Update

2018-04-26 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2018:0759 

Upstream details at : https://access.redhat.com/errata/RHBA-2018:0759

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

x86_64:
0ac916ca004b2f09ad0e31b3a326cb7247e75e97152a1e7e40f4a71f783bfd22  
rhn-check-2.0.2-21.el7.noarch.rpm
a3ef0a0c9f8e918bb76f47c5a2ced1b26800883aefb4f86a07094d79fa1d0250  
rhn-client-tools-2.0.2-21.el7.noarch.rpm
d6cfc9d8697c4f16571d78c42d0458d9f35abeb8e79b60f7687771d6e7fc4fb9  
rhn-setup-2.0.2-21.el7.noarch.rpm
46fe67f84dd52940d0a1ce934f140e6402c3245c67f78cf32e6bb8a5c2c605b9  
rhn-setup-gnome-2.0.2-21.el7.noarch.rpm




-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net
Twitter: @JohnnyCentOS

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
https://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEBA-2018:0897 CentOS 7 rest BugFix Update

2018-04-26 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2018:0897 

Upstream details at : https://access.redhat.com/errata/RHBA-2018:0897

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

x86_64:
ddbf6aa3b99a3d448e98eb028475726cc0700bdf4f008d930cdf689a65c88662  
rest-0.8.0-2.el7.i686.rpm
e54f6287a9374f228405901cf52d61f997c4bd2ebf950db0f132aa371bf7d5ce  
rest-0.8.0-2.el7.x86_64.rpm
a95eae0e4e18ef477eaa0cb4cc9f0f139b6095a78d9366b02b2b3ca668f23fd1  
rest-devel-0.8.0-2.el7.i686.rpm
2241955c10eb3242b7678d9866ce207f1d249964b28cb8a776e41679c03df153  
rest-devel-0.8.0-2.el7.x86_64.rpm




-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net
Twitter: @JohnnyCentOS

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
https://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEBA-2018:0757 CentOS 7 resource-agents BugFix Update

2018-04-26 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2018:0757 

Upstream details at : https://access.redhat.com/errata/RHBA-2018:0757

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

x86_64:
f9b19c4bcd9ba633dc0bb9ea2037fc374c37b21a0d0b25b60b9d5b6f0fc2a169  
resource-agents-3.9.5-124.el7.x86_64.rpm




-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net
Twitter: @JohnnyCentOS

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
https://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEBA-2018:1002 CentOS 7 redhat-support-tool BugFix Update

2018-04-26 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2018:1002 

Upstream details at : https://access.redhat.com/errata/RHBA-2018:1002

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

x86_64:
b3ef512b93b4467369cbe0fdcce78d5d439a1f84368a84861790b1affcefa338  
redhat-support-tool-0.9.10-1.el7.noarch.rpm




-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net
Twitter: @JohnnyCentOS

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
https://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEEA-2018:0867 CentOS 7 redhat-rpm-config Enhancement Update

2018-04-26 Thread Johnny Hughes

CentOS Errata and Enhancement Advisory 2018:0867 

Upstream details at : https://access.redhat.com/errata/RHEA-2018:0867

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

x86_64:
d9ba2ba42d9d521f6e9d7f206602b7f27a1bd3609e61be73528672a9a68e9e7b  
redhat-rpm-config-9.1.0-80.el7.centos.noarch.rpm




-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net
Twitter: @JohnnyCentOS

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
https://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEEA-2018:0954 CentOS 7 rdma-core Enhancement Update

2018-04-26 Thread Johnny Hughes

CentOS Errata and Enhancement Advisory 2018:0954 

Upstream details at : https://access.redhat.com/errata/RHEA-2018:0954

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

x86_64:
124292abf34b3c29f0d52bf3c872c89401a8a9f79d7d9976991f8c92b5c955ec  
ibacm-15-6.el7.x86_64.rpm
0005a9793699f80a34b7b55d4ae270ce7f038caad9bb0b1f3f880df47b3016dc  
iwpmd-15-6.el7.x86_64.rpm
2bc62cce9579030a0d4fce618711e5aeddcb806ca903806ef6d994845232c81c  
libibcm-15-6.el7.i686.rpm
59fea954fe6d467d2c05f7c071bcea38a05d42c3112ec501f76fd84a62e9aaaf  
libibcm-15-6.el7.x86_64.rpm
dc14ef3094cea5ad27e26fdd18fc05fc841694c05b4cc25f287e9d6d7a2be8a6  
libibumad-15-6.el7.i686.rpm
d0b9500922a159ef58ea4f47c51c6d540b78537f32f19fe5ba5c6b2fc8b441ec  
libibumad-15-6.el7.x86_64.rpm
7ccac7ae184813460dc126c394625cf5f162b538a9cd4bb7cf2ee6c3618d09ed  
libibverbs-15-6.el7.i686.rpm
d096c095fbc47faf3f3d259892977e565e611cfdba92256572a3853d5a786a02  
libibverbs-15-6.el7.x86_64.rpm
11b9c8b7580dce3f497746a8d82fa529d7c1c0c65e39d317f15f584acb33e6e5  
libibverbs-utils-15-6.el7.x86_64.rpm
9d727e8eb9d5b89b59b542e65d40f657ecc69f976c1fafc5edbaf48542a5c5b5  
librdmacm-15-6.el7.i686.rpm
da0e70c38f465cc53c2ee570f57dfd6a78c14e4e7aa58047e10183d2e71d9be2  
librdmacm-15-6.el7.x86_64.rpm
26ffe4f41c584ab329c90c0b689dd00c0359a8601f41b0315467a62788e1efd1  
librdmacm-utils-15-6.el7.x86_64.rpm
b0b678a665d85d43d6f5425df92763c2f4d5b3e27354329a433f2737c57a238b  
rdma-core-15-6.el7.i686.rpm
78b4ee23eebed1d67f89baa59ef13a916e90b7d46101288c271ddb8fe9809096  
rdma-core-15-6.el7.x86_64.rpm
3c92c2b8bd50aeecb17bb6775ef07bac2e0f452f8d86056476c2e53bd853dd6e  
rdma-core-devel-15-6.el7.i686.rpm
f7ce960aec508cce2478ee1192f14dc70f14bd9415767cc16d3bec9a10cb5fe6  
rdma-core-devel-15-6.el7.x86_64.rpm
9be96f40a16f1c206580385642fcc1614df2218cd92d8137097a84762f5a8ec2  
srp_daemon-15-6.el7.x86_64.rpm




-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net
Twitter: @JohnnyCentOS

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
https://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEBA-2018:1000 CentOS 7 rear BugFix Update

2018-04-26 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2018:1000 

Upstream details at : https://access.redhat.com/errata/RHBA-2018:1000

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

x86_64:
af0b0ec459a5d5d1a930f52923af3f2ec62c8200dc437f588e2884a9161aaa70  
rear-2.00-6.el7.x86_64.rpm




-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net
Twitter: @JohnnyCentOS

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
https://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEBA-2018:0909 CentOS 7 rasdaemon BugFix Update

2018-04-26 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2018:0909 

Upstream details at : https://access.redhat.com/errata/RHBA-2018:0909

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

x86_64:
edb6df0d4cd954806784eef750d4874d060bba236cf3d8b8ac085f570e180efe  
rasdaemon-0.4.1-32.el7.x86_64.rpm




-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net
Twitter: @JohnnyCentOS

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
https://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEEA-2018:0667 CentOS 7 quota Enhancement Update

2018-04-26 Thread Johnny Hughes

CentOS Errata and Enhancement Advisory 2018:0667 

Upstream details at : https://access.redhat.com/errata/RHEA-2018:0667

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

x86_64:
ecc500417bf273cfc079025bde86ce7501d6339e8b7276d0a384d1f7df257a8e  
quota-4.01-17.el7.x86_64.rpm
9bce36f358e2b396967ac83c8112c618b45b8065acefa69c5febc3a4741bf652  
quota-devel-4.01-17.el7.i686.rpm
fcd3475d3cd80a27cf159cf803f9c75e0ed5408bb32c2d5b0a0f41a7f39fe85f  
quota-devel-4.01-17.el7.x86_64.rpm
0e7ad613fc03dd8e424cadcb947e28bb6ef2ad9fcd85fb5d4bba181dfb2b97b0  
quota-doc-4.01-17.el7.noarch.rpm
4a144c60c88e5eb0f2e3d2929422a1d8a2fa05336ec7c550b560564d8f08739c  
quota-nld-4.01-17.el7.x86_64.rpm
86d0006019da7865eeac5460846d72fb86b5f034be749b7b4ec1c6035f71714a  
quota-nls-4.01-17.el7.noarch.rpm
8947f197e699e9866d570cf247067f008291595b5d9084f060bfba3c749fa5cd  
quota-warnquota-4.01-17.el7.x86_64.rpm




-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net
Twitter: @JohnnyCentOS

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
https://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEBA-2018:0710 CentOS 7 qt5-qtx11extras BugFix Update

2018-04-26 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2018:0710 

Upstream details at : https://access.redhat.com/errata/RHBA-2018:0710

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

x86_64:
b437a7beefe056c1926a4bc551d6ccf3c9312f6fd6427b422df18ebb6ef78bc1  
qt5-qtx11extras-5.9.2-1.el7.i686.rpm
e4e4a0a8bd12a9bdd053bc934ec2fb2e92780773affcd19a94012f5f832e53f2  
qt5-qtx11extras-5.9.2-1.el7.x86_64.rpm
c3145d5474fad0797b1a4826934cf9ff20b604bfc62d7c667c23504cc92b2c39  
qt5-qtx11extras-devel-5.9.2-1.el7.i686.rpm
700a815b0622706e0eaa82b475ff3090141fd08285bebfc46416793c4ecef3b8  
qt5-qtx11extras-devel-5.9.2-1.el7.x86_64.rpm
52e4440e7fe5ae8fccba54f64746e71802b6cd8ae41d072828a9df3e71129671  
qt5-qtx11extras-doc-5.9.2-1.el7.noarch.rpm




-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net
Twitter: @JohnnyCentOS

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
https://lists.centos.org/mailman/listinfo/centos-cr-announce


  1   2   3   4   5   >