[CentOS] CentOS-announce Digest, Vol 133, Issue 10

Wed Mar 23 12:00:01 UTC 2016
centos-announce-request at centos.org <centos-announce-request at centos.org>

Send CentOS-announce mailing list submissions to
	centos-announce at centos.org

To subscribe or unsubscribe via the World Wide Web, visit
	https://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
	centos-announce-request at centos.org

You can reach the person managing the list at
	centos-announce-owner at centos.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of CentOS-announce digest..."


Today's Topics:

   1. Announcing release of Ruby on Rails 4.2 on CentOS	Linux 6
      x86_64 SCL (Dominic Cleal)
   2. Announcing release of Ruby on Rails 4.2 on CentOS	Linux 7
      x86_64 SCL (Dominic Cleal)
   3. CEBA-2016:0469  CentOS 6 haproxy BugFix Update (Johnny Hughes)
   4. CEBA-2016:0480  CentOS 6 grub BugFix Update (Johnny Hughes)
   5. CEBA-2016:0468 CentOS 6 389-ds-base BugFix Update (Johnny Hughes)
   6. CEBA-2016:0476 CentOS 6 glusterfs BugFix Update (Johnny Hughes)
   7. CEBA-2016:0473 CentOS 6 kexec-tools BugFix Update (Johnny Hughes)
   8. CEBA-2016:0472  CentOS 6 crash BugFix Update (Johnny Hughes)
   9. CEEA-2016:0479 CentOS 6 sdhci Enhancement Update (Johnny Hughes)
  10. CEBA-2016:0474  CentOS 6 sssd BugFix Update (Johnny Hughes)
  11. CEBA-2016:0483  CentOS 6 libvirt BugFix Update (Johnny Hughes)
  12. CEBA-2016:0481  CentOS 6 mysql BugFix Update (Johnny Hughes)
  13. CEEA-2016:0470 CentOS 6 ca-certificates	Enhancement Update
      (Johnny Hughes)
  14. CEBA-2016:0484 CentOS 6 sg3_utils BugFix Update (Johnny Hughes)
  15. CEBA-2016:0487  CentOS 6 vsftpd BugFix Update (Johnny Hughes)
  16. CEBA-2016:0485 CentOS 6 libcgroup BugFix Update (Johnny Hughes)
  17. CEBA-2016:0488  CentOS 6 kdebase BugFix Update (Johnny Hughes)
  18. CEBA-2016:0486  CentOS 6 zsh BugFix Update (Johnny Hughes)
  19. CEBA-2016:0471  CentOS 6 httpd BugFix Update (Johnny Hughes)


----------------------------------------------------------------------

Message: 1
Date: Mon, 21 Mar 2016 13:28:49 +0000
From: Dominic Cleal <dominic at cleal.org>
To: centos-announce at centos.org
Subject: [CentOS-announce] Announcing release of Ruby on Rails 4.2 on
	CentOS	Linux 6 x86_64 SCL
Message-ID: <56EFF711.5080002 at cleal.org>
Content-Type: text/plain; charset="utf-8"

I am pleased to announce the immediate availability of Ruby on Rails
4.2 on CentOS Linux 6 x86_64, delivered via a Software Collection
(SCL) built by the CentOS SCLo Special Interest Group
(https://wiki.centos.org/SpecialInterestGroup/SCLo).

QuickStart
----------
You can get started in three easy steps:
   $ sudo yum install centos-release-scl
   $ sudo yum install sclo-ror42
   $ scl enable sclo-ror42 bash

At this point you can use Ruby on Rails in the usual way with the
`rails` command. Examples of commands might be:
   $ rails new --skip-bundle example
   $ rails generate model Article

'byebug' and 'webconsole' development dependencies are not supplied, so
should be removed from generated Gemfiles.

In order to compile assets, uncomment or add the gem 'therubyracer' to
the application Gemfile. Add the v8314 SCL to use this supplied gem:
   $ scl enable sclo-ror42 v8314 bash

To deploy an application under Passenger, see the wiki documentation:
https://wiki.centos.org/SpecialInterestGroup/SCLo/RubyOnRails

About Software Collections
--------------------------
Software Collections give you the power to build, install, and use
multiple versions of software on the same system, without affecting
system-wide installed packages. Each collection is delivered as a group
of RPMs, with the grouping being done using the name of the collection
as a prefix of all packages that are part of the software collection.

The sclo-ror42 collection delivers Ruby on Rails version 4.2.5.1,
modelled on previous collections (e.g. rh-ror41) and provides all of
Rails with full asset compilation support, plus extras such as jQuery
(1.11.2 & 2.1.3). It depends on the rh-ruby22 and v8314 collections.

For more on Ruby on Rails, see http://rubyonrails.org/.

The SCLo SIG in CentOS
----------------------
The Software Collections SIG group is an open community group
co-ordinating the development of the SCL technology, and helping curate
a reference set of collections. In addition to the Rails collection
released here, we also build and deliver databases, web servers, and
language stacks including multiple versions of PostgreSQL, MariaDB,
Apache HTTP Server, NodeJS, Ruby, Python and others.

Software Collections SIG release was announced at
https://lists.centos.org/pipermail/centos-announce/2015-October/021446.html

You can learn more about Software Collections concepts at:
http://softwarecollections.org
You can find information on the SIG at
https://wiki.centos.org/SpecialInterestGroup/SCLo ; this includes howto
get involved and help with the effort.

We meet every second Wednesday at 16:00 UTC in #centos-devel (ref:
https://www.centos.org/community/calendar), for an informal open forum
open to anyone who might have comments, concerns or wants to get started
with SCLs in CentOS.

-- 
Dominic Cleal
dominic at cleal.org

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: OpenPGP digital signature
URL: <http://lists.centos.org/pipermail/centos-announce/attachments/20160321/424e0655/attachment-0001.sig>

------------------------------

Message: 2
Date: Mon, 21 Mar 2016 13:29:47 +0000
From: Dominic Cleal <dominic at cleal.org>
To: centos-announce at centos.org
Subject: [CentOS-announce] Announcing release of Ruby on Rails 4.2 on
	CentOS	Linux 7 x86_64 SCL
Message-ID: <56EFF74B.8060509 at cleal.org>
Content-Type: text/plain; charset="utf-8"

I am pleased to announce the immediate availability of Ruby on Rails
4.2 on CentOS Linux 7 x86_64, delivered via a Software Collection
(SCL) built by the CentOS SCLo Special Interest Group
(https://wiki.centos.org/SpecialInterestGroup/SCLo).

QuickStart
----------
You can get started in three easy steps:
   $ sudo yum install centos-release-scl
   $ sudo yum install sclo-ror42
   $ scl enable sclo-ror42 bash

At this point you can use Ruby on Rails in the usual way with the
`rails` command. Examples of commands might be:
   $ rails new --skip-bundle example
   $ rails generate model Article

'byebug' and 'webconsole' development dependencies are not supplied, so
should be removed from generated Gemfiles.

In order to compile assets, uncomment or add the gem 'therubyracer' to
the application Gemfile. Add the v8314 SCL to use this supplied gem:
   $ scl enable sclo-ror42 v8314 bash

To deploy an application under Passenger, see the wiki documentation:
https://wiki.centos.org/SpecialInterestGroup/SCLo/RubyOnRails

About Software Collections
--------------------------
Software Collections give you the power to build, install, and use
multiple versions of software on the same system, without affecting
system-wide installed packages. Each collection is delivered as a group
of RPMs, with the grouping being done using the name of the collection
as a prefix of all packages that are part of the software collection.

The sclo-ror42 collection delivers Ruby on Rails version 4.2.5.1,
modelled on previous collections (e.g. rh-ror41) and provides all of
Rails with full asset compilation support, plus extras such as jQuery
(1.11.2 & 2.1.3). It depends on the rh-ruby22 and v8314 collections.

For more on Ruby on Rails, see http://rubyonrails.org/.

The SCLo SIG in CentOS
----------------------
The Software Collections SIG group is an open community group
co-ordinating the development of the SCL technology, and helping curate
a reference set of collections. In addition to the Rails collection
released here, we also build and deliver databases, web servers, and
language stacks including multiple versions of PostgreSQL, MariaDB,
Apache HTTP Server, NodeJS, Ruby, Python and others.

Software Collections SIG release was announced at
https://lists.centos.org/pipermail/centos-announce/2015-October/021446.html

You can learn more about Software Collections concepts at:
http://softwarecollections.org
You can find information on the SIG at
https://wiki.centos.org/SpecialInterestGroup/SCLo ; this includes howto
get involved and help with the effort.

We meet every second Wednesday at 16:00 UTC in #centos-devel (ref:
https://www.centos.org/community/calendar), for an informal open forum
open to anyone who might have comments, concerns or wants to get started
with SCLs in CentOS.

-- 
Dominic Cleal
dominic at cleal.org

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: OpenPGP digital signature
URL: <http://lists.centos.org/pipermail/centos-announce/attachments/20160321/e1016e83/attachment-0001.sig>

------------------------------

Message: 3
Date: Tue, 22 Mar 2016 17:35:49 +0000
From: Johnny Hughes <johnny at centos.org>
To: centos-announce at centos.org
Subject: [CentOS-announce] CEBA-2016:0469  CentOS 6 haproxy BugFix
	Update
Message-ID: <20160322173549.GA58412 at n04.lon1.karan.org>
Content-Type: text/plain; charset=us-ascii


CentOS Errata and Bugfix Advisory 2016:0469 

Upstream details at : https://rhn.redhat.com/errata/RHBA-2016-0469.html

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

i386:
c45e323d582b1e22dd553c8efb97f6dd5265cda4f6e6c8f41c8736e9cf2bdc5f  haproxy-1.5.4-2.el6_7.2.i686.rpm

x86_64:
7e51d9a8f4f23857c7c533f707cec3efa8af725f7221abfc58ef8d227592d1c5  haproxy-1.5.4-2.el6_7.2.x86_64.rpm

Source:
162b5ded55dd1ed43a10baaa5c1b2d5ed5b0fa2da88f673b4143a5eedee8ba48  haproxy-1.5.4-2.el6_7.2.src.rpm



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



------------------------------

Message: 4
Date: Tue, 22 Mar 2016 17:37:00 +0000
From: Johnny Hughes <johnny at centos.org>
To: centos-announce at centos.org
Subject: [CentOS-announce] CEBA-2016:0480  CentOS 6 grub BugFix Update
Message-ID: <20160322173700.GA58787 at n04.lon1.karan.org>
Content-Type: text/plain; charset=us-ascii


CentOS Errata and Bugfix Advisory 2016:0480 

Upstream details at : https://rhn.redhat.com/errata/RHBA-2016-0480.html

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

i386:
ac987f9ac0e6d691e41acd15278c88d8395b98be601b0a1f4f36454bbb094a1c  grub-0.97-94.el6_7.1.i686.rpm

x86_64:
7dee1da0de07f6ac93e51a00e3465c80e413586d5a865ff60f40cd7de8069d6e  grub-0.97-94.el6_7.1.x86_64.rpm

Source:
27ba2edc14823145de96f1f98636dedbaf98e9c520d803c041e8ea1072ff8d7f  grub-0.97-94.el6_7.1.src.rpm



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



------------------------------

Message: 5
Date: Tue, 22 Mar 2016 17:37:24 +0000
From: Johnny Hughes <johnny at centos.org>
To: centos-announce at centos.org
Subject: [CentOS-announce] CEBA-2016:0468 CentOS 6 389-ds-base BugFix
	Update
Message-ID: <20160322173724.GA58858 at n04.lon1.karan.org>
Content-Type: text/plain; charset=us-ascii


CentOS Errata and Bugfix Advisory 2016:0468 

Upstream details at : https://rhn.redhat.com/errata/RHBA-2016-0468.html

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

i386:
c2af38939e36c4c8254fbc4ccbcb91d95298b915243d5a49d627bdcc28106f3d  389-ds-base-1.2.11.15-72.el6_7.i686.rpm
8f15a75d1dcdb72a2bd1be0b8b6994ba16d9e1fddfce64668d316a4786915e0f  389-ds-base-devel-1.2.11.15-72.el6_7.i686.rpm
6f13d9f79b7ee66347e03a5aeea013529f15870c4de65e9a498b8fd0fd3d0b6b  389-ds-base-libs-1.2.11.15-72.el6_7.i686.rpm

x86_64:
b6f1a3b6a701ecb8cecaf8965fa7e7f9a01434117bcfd2f9096757e4e6da63e5  389-ds-base-1.2.11.15-72.el6_7.x86_64.rpm
8f15a75d1dcdb72a2bd1be0b8b6994ba16d9e1fddfce64668d316a4786915e0f  389-ds-base-devel-1.2.11.15-72.el6_7.i686.rpm
770da14786812860ef59147c9b6034fdc40610d8c6a94e267d0f27522c8def95  389-ds-base-devel-1.2.11.15-72.el6_7.x86_64.rpm
6f13d9f79b7ee66347e03a5aeea013529f15870c4de65e9a498b8fd0fd3d0b6b  389-ds-base-libs-1.2.11.15-72.el6_7.i686.rpm
c96371ce99f1100fe3b1bb0e303d955f4a849903193fed965a166787966e1c86  389-ds-base-libs-1.2.11.15-72.el6_7.x86_64.rpm

Source:
474ca9cc028d36a64bc4184c6f5cd34e73ba33878607d8c5fa4b4b9722e7f504  389-ds-base-1.2.11.15-72.el6_7.src.rpm



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



------------------------------

Message: 6
Date: Tue, 22 Mar 2016 17:37:57 +0000
From: Johnny Hughes <johnny at centos.org>
To: centos-announce at centos.org
Subject: [CentOS-announce] CEBA-2016:0476 CentOS 6 glusterfs BugFix
	Update
Message-ID: <20160322173757.GA59100 at n04.lon1.karan.org>
Content-Type: text/plain; charset=us-ascii


CentOS Errata and Bugfix Advisory 2016:0476 

Upstream details at : https://rhn.redhat.com/errata/RHBA-2016-0476.html

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


x86_64:
76ec585c04a25aa628f467f3b1641a7a749b4cf1dcd7ee5ea8823bb46cbf76a5  glusterfs-3.6.0.55-1.el6.x86_64.rpm
2d2f63711bd2831363caa89835987daadf0bf240e2a4689fd5c660f8f99a58e1  glusterfs-api-3.6.0.55-1.el6.x86_64.rpm
05833c767ef2d3e5a46cdd8d47c7f17d20e58739e893df1ba0ddf14bf7e29380  glusterfs-api-devel-3.6.0.55-1.el6.x86_64.rpm
0d1600093d107c3e03efaba6895117bd237cc7db9f2f0310b2915c9e46ba1ff4  glusterfs-cli-3.6.0.55-1.el6.x86_64.rpm
839f980ebb4c0049a7a7b9c8e8f8d0845b5b01144a10b1c230a01761b6130e5d  glusterfs-devel-3.6.0.55-1.el6.x86_64.rpm
b222262f1b97e4c891b1c17ebb047c4817b70fa58670a8196ee5b4cb4b21ee3e  glusterfs-fuse-3.6.0.55-1.el6.x86_64.rpm
b3990dfb1247bcde3ac6e945ee11d8c3de6986e17b057fe801fbfad354390b68  glusterfs-libs-3.6.0.55-1.el6.x86_64.rpm
d5d2f9e0ad327e100588f7b3735c03dbd72f233772e17ae390e00361334add31  glusterfs-rdma-3.6.0.55-1.el6.x86_64.rpm

Source:
4eb216f9c3d46b1a1389091627f4c2d934570680a936a6046e6e87766e684b97  glusterfs-3.6.0.55-1.el6.src.rpm



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



------------------------------

Message: 7
Date: Tue, 22 Mar 2016 17:38:25 +0000
From: Johnny Hughes <johnny at centos.org>
To: centos-announce at centos.org
Subject: [CentOS-announce] CEBA-2016:0473 CentOS 6 kexec-tools BugFix
	Update
Message-ID: <20160322173825.GA59300 at n04.lon1.karan.org>
Content-Type: text/plain; charset=us-ascii


CentOS Errata and Bugfix Advisory 2016:0473 

Upstream details at : https://rhn.redhat.com/errata/RHBA-2016-0473.html

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

i386:
fac652c7621d05e87295b3cdeb82610c83849dab286a380865bcc8ba1fc43cf8  kexec-tools-2.0.0-286.el6_7.2.i686.rpm
65f69875920cdf0bbfd62f5c8337ca2ef80903c41005e8412aadced4ad7ce497  kexec-tools-eppic-2.0.0-286.el6_7.2.i686.rpm

x86_64:
edb1cf38d7e5a5d80185a2c82278a01c7a3fb85eaae8f7420355a670901cb6a5  kexec-tools-2.0.0-286.el6_7.2.x86_64.rpm
15946565894bf81c4c0832ea0ad2a4067c5bec8dc3d21792d89231536584a524  kexec-tools-eppic-2.0.0-286.el6_7.2.x86_64.rpm

Source:
b531353abb2ba3fbdae3f8f77931627314889359b0dab5574c453385b73208f2  kexec-tools-2.0.0-286.el6_7.2.src.rpm



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



------------------------------

Message: 8
Date: Tue, 22 Mar 2016 17:38:55 +0000
From: Johnny Hughes <johnny at centos.org>
To: centos-announce at centos.org
Subject: [CentOS-announce] CEBA-2016:0472  CentOS 6 crash BugFix
	Update
Message-ID: <20160322173855.GA59519 at n04.lon1.karan.org>
Content-Type: text/plain; charset=us-ascii


CentOS Errata and Bugfix Advisory 2016:0472 

Upstream details at : https://rhn.redhat.com/errata/RHBA-2016-0472.html

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

i386:
f6d36b137d4cf104f57bd254c9335de1a9c07f086f323c010b17d29b64ccb594  crash-7.1.0-3.el6_7.1.i686.rpm
cb959c55bf49702a41e1048203a6bd279eaa1d399c313c812f7774a8aa025801  crash-devel-7.1.0-3.el6_7.1.i686.rpm

x86_64:
64249bd9250eb476a6a2d6650055f5e91cb5144ba89fbefc187063b79652146b  crash-7.1.0-3.el6_7.1.x86_64.rpm
cb959c55bf49702a41e1048203a6bd279eaa1d399c313c812f7774a8aa025801  crash-devel-7.1.0-3.el6_7.1.i686.rpm
02d03de596cb9d1495a47baa3280418d2dd14e7cba21e5b4b169647f1a75315c  crash-devel-7.1.0-3.el6_7.1.x86_64.rpm

Source:
0121153be6b22fae60d780cbfce2d40a8351538ffd92aefd76b412b97021cb1c  crash-7.1.0-3.el6_7.1.src.rpm



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



------------------------------

Message: 9
Date: Tue, 22 Mar 2016 17:39:26 +0000
From: Johnny Hughes <johnny at centos.org>
To: centos-announce at centos.org
Subject: [CentOS-announce] CEEA-2016:0479 CentOS 6 sdhci Enhancement
	Update
Message-ID: <20160322173926.GA59698 at n04.lon1.karan.org>
Content-Type: text/plain; charset=us-ascii


CentOS Errata and Enhancement Advisory 2016:0479 

Upstream details at : https://rhn.redhat.com/errata/RHEA-2016-0479.html

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

i386:
e6d661ae130d63e2736f2a398b4c2ff082b805e54ac3487166307479a2be6e85  kmod-sdhci-0.1_rh1-1.el6_7.i686.rpm

x86_64:
10ba2f07d379e62c2d2800f44d0c20ab2d8fc3dad78ab07ea29b4a8333a06904  kmod-sdhci-0.1_rh1-1.el6_7.x86_64.rpm

Source:
f1660f119a8ec4e6424f961bebdfb5f210b24dd4324e84f4d186256617ff0421  sdhci-0.1_rh1-1.el6_7.src.rpm



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



------------------------------

Message: 10
Date: Tue, 22 Mar 2016 17:40:11 +0000
From: Johnny Hughes <johnny at centos.org>
To: centos-announce at centos.org
Subject: [CentOS-announce] CEBA-2016:0474  CentOS 6 sssd BugFix Update
Message-ID: <20160322174011.GA60463 at n04.lon1.karan.org>
Content-Type: text/plain; charset=us-ascii


CentOS Errata and Bugfix Advisory 2016:0474 

Upstream details at : https://rhn.redhat.com/errata/RHBA-2016-0474.html

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

i386:
35a5fbdf181b1e48eb85ee81cc61ef06e9d45738d6dcf341261a54e7ec39cc2f  libipa_hbac-1.12.4-47.el6_7.8.i686.rpm
f2b3a8f3e2511f161d7a7bd6e76cb172ff917c0796bd0d06547ceee05ec5dc0d  libipa_hbac-devel-1.12.4-47.el6_7.8.i686.rpm
779466a7c7581460dc581773929c5f8f43b2fa70f5c90fec2ad8a1ab857ac16b  libipa_hbac-python-1.12.4-47.el6_7.8.i686.rpm
37fb79ebc506564b60b900d7015bc9a3d6d327b9aa59ba786dec8170df1bdbaf  libsss_idmap-1.12.4-47.el6_7.8.i686.rpm
103a8af4a28149b037e256456072bf068d0007c6ee64bbdd4e68efaaf1fd5593  libsss_idmap-devel-1.12.4-47.el6_7.8.i686.rpm
23ff4e1f5bb60cfcdfb985a18589f0cd3e7cdb89433073926bff168864aa0adb  libsss_nss_idmap-1.12.4-47.el6_7.8.i686.rpm
a447f60b55d8bfdb93ab8244a47ef584bfaa0b51009eaef1d98af88efdfaba58  libsss_nss_idmap-devel-1.12.4-47.el6_7.8.i686.rpm
30dafcf031d254dfb800d39334ebd5f358de13e55d0ad98adf8ff3a911be3441  libsss_nss_idmap-python-1.12.4-47.el6_7.8.i686.rpm
ec43c3f3a0aefb59a1124c8e2e201fef76f5538a0a2b86dd1cd87dcc20c6d97b  libsss_simpleifp-1.12.4-47.el6_7.8.i686.rpm
97e900179a69fdf0b89e2fc96e7fc0079410223cfc478aa6e55b012c4dce9819  libsss_simpleifp-devel-1.12.4-47.el6_7.8.i686.rpm
6a0d8476b01e781ed6660f9ac0b72020714d6007ed962fb13faa95560f99ae86  python-sssdconfig-1.12.4-47.el6_7.8.noarch.rpm
a1f85f9677ce3bde615668c988f0a42359df0531bb6185505b6724eee89d186e  sssd-1.12.4-47.el6_7.8.i686.rpm
d30be4a063776a2bd56505ceffc4fbc1e5e383bdc3651e4355b155f9eaa74cc0  sssd-ad-1.12.4-47.el6_7.8.i686.rpm
5149a8c81ac43a1a1546cb7c17d296e88492108760564f1bd63eedca7d3683e2  sssd-client-1.12.4-47.el6_7.8.i686.rpm
1d54b9c0bc558205666aff702545ef6c7de5eabefb970c385e7c62d481dd92d7  sssd-common-1.12.4-47.el6_7.8.i686.rpm
b20b658cbfd3efd315e1ddaac6ffc3855367e413a5977b237c551e99a087ca78  sssd-common-pac-1.12.4-47.el6_7.8.i686.rpm
daf3dcd537f09b774f5ac4dd8f188b863c302b1583f19ed94259d13997ce22c6  sssd-dbus-1.12.4-47.el6_7.8.i686.rpm
bc96ecb2a461c42eebe7303329b1a832e378db10cc8a509144247492abd7c0c8  sssd-ipa-1.12.4-47.el6_7.8.i686.rpm
c7fde259b00ce60f109c4cf3bf9165957c01107143d4f099e20cd1930e61f571  sssd-krb5-1.12.4-47.el6_7.8.i686.rpm
5fa3042ec4aeaa6f86efdc6d3a4ecd2ec8e198b4d6899087ca523f5cf6793ef4  sssd-krb5-common-1.12.4-47.el6_7.8.i686.rpm
f6fca4516d3ca1f76a30024146dc08aaf8bb71f53ebc0ca5ed1c8196c7515174  sssd-ldap-1.12.4-47.el6_7.8.i686.rpm
8f3b8b48c2dcbbe6540e0ddf5b52a96e33fac5f231a50c26ef9974d90fd85e20  sssd-proxy-1.12.4-47.el6_7.8.i686.rpm
7f4a5498146e1a6550196c601730d31713695f6770891781fa7e4d2ae6fb35e8  sssd-tools-1.12.4-47.el6_7.8.i686.rpm

x86_64:
35a5fbdf181b1e48eb85ee81cc61ef06e9d45738d6dcf341261a54e7ec39cc2f  libipa_hbac-1.12.4-47.el6_7.8.i686.rpm
133d0f1dd3ec20caf11c67ceb65cc24655453fa08ea6d714e21a3193be40c70b  libipa_hbac-1.12.4-47.el6_7.8.x86_64.rpm
f2b3a8f3e2511f161d7a7bd6e76cb172ff917c0796bd0d06547ceee05ec5dc0d  libipa_hbac-devel-1.12.4-47.el6_7.8.i686.rpm
7602a9b6427f4431a772623013286fdeadde8f5ffc9be08d2ba32847b52f1aca  libipa_hbac-devel-1.12.4-47.el6_7.8.x86_64.rpm
53285a15926fdcf0c5d505debeebcf0649cad1b97fb03544184cec852695fceb  libipa_hbac-python-1.12.4-47.el6_7.8.x86_64.rpm
37fb79ebc506564b60b900d7015bc9a3d6d327b9aa59ba786dec8170df1bdbaf  libsss_idmap-1.12.4-47.el6_7.8.i686.rpm
acf4552fb5794a7d83a701b938b8c6ca75c1299f95a4fa020aad2d0954ea8409  libsss_idmap-1.12.4-47.el6_7.8.x86_64.rpm
103a8af4a28149b037e256456072bf068d0007c6ee64bbdd4e68efaaf1fd5593  libsss_idmap-devel-1.12.4-47.el6_7.8.i686.rpm
651dbefbcca7364dd016a601d5d8726f4bafff1eaa827cc5d536a466e36f7a25  libsss_idmap-devel-1.12.4-47.el6_7.8.x86_64.rpm
23ff4e1f5bb60cfcdfb985a18589f0cd3e7cdb89433073926bff168864aa0adb  libsss_nss_idmap-1.12.4-47.el6_7.8.i686.rpm
d74e2637903914e84a67ddad2e849e7bcb07debf3901f627df737cdccf4f1a2d  libsss_nss_idmap-1.12.4-47.el6_7.8.x86_64.rpm
a447f60b55d8bfdb93ab8244a47ef584bfaa0b51009eaef1d98af88efdfaba58  libsss_nss_idmap-devel-1.12.4-47.el6_7.8.i686.rpm
3d69a924e1ccfd7c6e97bb858962021dd518db15b90ac98985827737e05d30a6  libsss_nss_idmap-devel-1.12.4-47.el6_7.8.x86_64.rpm
eaa237cc20d9c2181721f52ea7dbcbeb6b4849765cbf6613ed1dae86ba933691  libsss_nss_idmap-python-1.12.4-47.el6_7.8.x86_64.rpm
ec43c3f3a0aefb59a1124c8e2e201fef76f5538a0a2b86dd1cd87dcc20c6d97b  libsss_simpleifp-1.12.4-47.el6_7.8.i686.rpm
5ae760d31eb865c74c69ec4000ebc221600339d6feb495ca069abccaad7ec603  libsss_simpleifp-1.12.4-47.el6_7.8.x86_64.rpm
97e900179a69fdf0b89e2fc96e7fc0079410223cfc478aa6e55b012c4dce9819  libsss_simpleifp-devel-1.12.4-47.el6_7.8.i686.rpm
d623e4561cef4ac6ff2534aea2e203fbb120167b139047b51a2ce24eb405b201  libsss_simpleifp-devel-1.12.4-47.el6_7.8.x86_64.rpm
6a0d8476b01e781ed6660f9ac0b72020714d6007ed962fb13faa95560f99ae86  python-sssdconfig-1.12.4-47.el6_7.8.noarch.rpm
e34bc3694aa58537a379a285090fa5ca309fd704e0c71e40bc7c7c966506f395  sssd-1.12.4-47.el6_7.8.x86_64.rpm
df2e66dca1b3ffbb5819731ab8648917de22ffc759388f5389eba45039508315  sssd-ad-1.12.4-47.el6_7.8.x86_64.rpm
5149a8c81ac43a1a1546cb7c17d296e88492108760564f1bd63eedca7d3683e2  sssd-client-1.12.4-47.el6_7.8.i686.rpm
561cff3334390cd4b5c3d6e1e9796aadaf0f61dcd56f93155438e3763b7c0f24  sssd-client-1.12.4-47.el6_7.8.x86_64.rpm
f33d55bcdac09015b692a366f2337ed969b7203eda3a195ec71e4be99810213d  sssd-common-1.12.4-47.el6_7.8.x86_64.rpm
ad67d01e565fd9aa471fc89e63a90ee1414d8f81005279f150cec353020a6e3d  sssd-common-pac-1.12.4-47.el6_7.8.x86_64.rpm
35970412aee8928a190911d606d61012c58fcd936a7e6aee24085345b65a0113  sssd-dbus-1.12.4-47.el6_7.8.x86_64.rpm
4dec7faf6b55c4bd571b70f2c50f57d89b4b324e30a1fd828ea5ccf2071fa93a  sssd-ipa-1.12.4-47.el6_7.8.x86_64.rpm
83b54e429f9375bd9884928291100b1c0f550dab2273377ec969f58b2c278086  sssd-krb5-1.12.4-47.el6_7.8.x86_64.rpm
f8213bc3376c234ab22d5339205967e5a35ea2f064bf18e34bea39b35d4f4fbe  sssd-krb5-common-1.12.4-47.el6_7.8.x86_64.rpm
88550e11e6b902ed1dc6f3f5984f648128f0f2863a10290342fe6c700c994e13  sssd-ldap-1.12.4-47.el6_7.8.x86_64.rpm
faeda571d2df8646dd8cbec3cb3efdc50ffd4e88c2d4fb1d60f826a2dc6dbd06  sssd-proxy-1.12.4-47.el6_7.8.x86_64.rpm
dcc0df88d944781d7ff7be598c4f94865c306a1c57e3d789b39dbf18cab5f4a6  sssd-tools-1.12.4-47.el6_7.8.x86_64.rpm

Source:
f31cb8afe77f5062e9ba6a0590d36b4ad0167d085bf2e97a7ed4b52d97565a0f  sssd-1.12.4-47.el6_7.8.src.rpm



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



------------------------------

Message: 11
Date: Tue, 22 Mar 2016 17:40:46 +0000
From: Johnny Hughes <johnny at centos.org>
To: centos-announce at centos.org
Subject: [CentOS-announce] CEBA-2016:0483  CentOS 6 libvirt BugFix
	Update
Message-ID: <20160322174046.GA60762 at n04.lon1.karan.org>
Content-Type: text/plain; charset=us-ascii


CentOS Errata and Bugfix Advisory 2016:0483 

Upstream details at : https://rhn.redhat.com/errata/RHBA-2016-0483.html

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

i386:
cef9760463cd052f80eabd9e5bceb1291fde993cff986793ef38f35a49ab1512  libvirt-0.10.2-54.el6_7.6.i686.rpm
5bab0049345beb77523a4a1d3682d20828fa78d7b71f9d4cf3eefa500e67f178  libvirt-client-0.10.2-54.el6_7.6.i686.rpm
8e377aa05afb5df73eab731b25f93c62e6fd28fef5b7d2459dd874d19385daa1  libvirt-devel-0.10.2-54.el6_7.6.i686.rpm
33b113b0a93e236041b3ae263f30315c2a45f8c1d62bb64685f15f8c93770ed0  libvirt-python-0.10.2-54.el6_7.6.i686.rpm

x86_64:
62e589a4d9346881ad5abb35f23ef3eacd1764940b8be10f8b84ab8f8e097660  libvirt-0.10.2-54.el6_7.6.x86_64.rpm
5bab0049345beb77523a4a1d3682d20828fa78d7b71f9d4cf3eefa500e67f178  libvirt-client-0.10.2-54.el6_7.6.i686.rpm
edc6dfaef83d916ee9c4566bdadd8f5f93cf59fb6037cb084ae32f0067fe8e5f  libvirt-client-0.10.2-54.el6_7.6.x86_64.rpm
8e377aa05afb5df73eab731b25f93c62e6fd28fef5b7d2459dd874d19385daa1  libvirt-devel-0.10.2-54.el6_7.6.i686.rpm
3361f9c9cdd2b95b1d2d802d4612bc23a6b0bd876dadbee5f4341558a52032b1  libvirt-devel-0.10.2-54.el6_7.6.x86_64.rpm
363b047900a947fc900d66200f2359630a177ac550d88ce916a215078c0985a1  libvirt-lock-sanlock-0.10.2-54.el6_7.6.x86_64.rpm
da870a7396b675957f3168db452b4051bdbbe62bf0b5ece6ab2b17da613f7171  libvirt-python-0.10.2-54.el6_7.6.x86_64.rpm

Source:
fd6f2efb8a7d53cdbb16bd1d4d046c4f16a059188f23e87411727d0c2fe1e72c  libvirt-0.10.2-54.el6_7.6.src.rpm



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



------------------------------

Message: 12
Date: Tue, 22 Mar 2016 19:36:37 +0000
From: Johnny Hughes <johnny at centos.org>
To: centos-announce at centos.org
Subject: [CentOS-announce] CEBA-2016:0481  CentOS 6 mysql BugFix
	Update
Message-ID: <20160322193637.GA63119 at n04.lon1.karan.org>
Content-Type: text/plain; charset=us-ascii


CentOS Errata and Bugfix Advisory 2016:0481 

Upstream details at : https://rhn.redhat.com/errata/RHBA-2016-0481.html

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

i386:
952ac1f9b7b6cfeb74013a179dffb3f669cfeabbfef9244b42cc90eaa3650dda  mysql-5.1.73-5.el6_7.1.i686.rpm
3ed547e5475280645b6c992c4a5f0ed8956dc1fd2dccaf6f01a70103e82166be  mysql-bench-5.1.73-5.el6_7.1.i686.rpm
be1334b5cdc82bfbc5b62f395c749a457c9cd7b854f88956fa295fbe82cbc0d8  mysql-devel-5.1.73-5.el6_7.1.i686.rpm
67fec559902affecd66f1e87c27e7e126fea608fad212aea5c98716283495070  mysql-embedded-5.1.73-5.el6_7.1.i686.rpm
a278816d4dc0049f78cbff65c0a8d3e98f8f4335e8b2c77be3f9750d7924be51  mysql-embedded-devel-5.1.73-5.el6_7.1.i686.rpm
efabf2f0cf666b76cffc660db30287f5499b498e72b3f024b88847cacc00c5c8  mysql-libs-5.1.73-5.el6_7.1.i686.rpm
931f3f4226187a0809b154a570b0b025d40898622c2028b87ef1211878f75f21  mysql-server-5.1.73-5.el6_7.1.i686.rpm
e24b601d00813be177c6e71563326328d4aa18f85ce0e6d3c4dacea3f7a5f7b4  mysql-test-5.1.73-5.el6_7.1.i686.rpm

x86_64:
5cc439b187707a96a5cd7d65dd4b6a8562e2e53f715b4766ced13f1dbc95ba2c  mysql-5.1.73-5.el6_7.1.x86_64.rpm
e9c68daf847bac96eeeeeb213ffd2d7a3421a3c21f9943e88b29c0a94b06789d  mysql-bench-5.1.73-5.el6_7.1.x86_64.rpm
be1334b5cdc82bfbc5b62f395c749a457c9cd7b854f88956fa295fbe82cbc0d8  mysql-devel-5.1.73-5.el6_7.1.i686.rpm
6a817bd4beeacbc143fc18f73ec90ca8d5da6ad38541453915bc9e8807acf6b2  mysql-devel-5.1.73-5.el6_7.1.x86_64.rpm
67fec559902affecd66f1e87c27e7e126fea608fad212aea5c98716283495070  mysql-embedded-5.1.73-5.el6_7.1.i686.rpm
fba87f84c231f4438d8efdabb03759990b3a368a590e33bcdbe6497c0765adef  mysql-embedded-5.1.73-5.el6_7.1.x86_64.rpm
a278816d4dc0049f78cbff65c0a8d3e98f8f4335e8b2c77be3f9750d7924be51  mysql-embedded-devel-5.1.73-5.el6_7.1.i686.rpm
3945d56072b485de64f75fd9621d6a109d26add391e99eea2ebd420d1d424075  mysql-embedded-devel-5.1.73-5.el6_7.1.x86_64.rpm
efabf2f0cf666b76cffc660db30287f5499b498e72b3f024b88847cacc00c5c8  mysql-libs-5.1.73-5.el6_7.1.i686.rpm
6f6cbb6d363e91341047c3a642a7fb69b28f3846772cfe8ec5ddd9318ae1833d  mysql-libs-5.1.73-5.el6_7.1.x86_64.rpm
0eec8ea6938ba4126bfddee86d57966e00cfc01cbfe3437bb2f1e4cea2d4942f  mysql-server-5.1.73-5.el6_7.1.x86_64.rpm
53db0acbeaa604f881e28ae99c6e13982e8d56144b374347c46375097530639b  mysql-test-5.1.73-5.el6_7.1.x86_64.rpm

Source:
2001050ceca41b69d0987da394a5d60120f839d6ba45b7a6db74d7c179f1726d  mysql-5.1.73-5.el6_7.1.src.rpm



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



------------------------------

Message: 13
Date: Tue, 22 Mar 2016 19:37:08 +0000
From: Johnny Hughes <johnny at centos.org>
To: centos-announce at centos.org
Subject: [CentOS-announce] CEEA-2016:0470 CentOS 6 ca-certificates
	Enhancement Update
Message-ID: <20160322193708.GA63304 at n04.lon1.karan.org>
Content-Type: text/plain; charset=us-ascii


CentOS Errata and Enhancement Advisory 2016:0470 

Upstream details at : https://rhn.redhat.com/errata/RHEA-2016-0470.html

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

i386:
a98edbc0d70d87975fcf8b8094b8f20296e30672c4d4f2902b5154f634b20ff8  ca-certificates-2015.2.6-65.0.1.el6_7.noarch.rpm

x86_64:
a98edbc0d70d87975fcf8b8094b8f20296e30672c4d4f2902b5154f634b20ff8  ca-certificates-2015.2.6-65.0.1.el6_7.noarch.rpm

Source:
c0090db524a2fa06cc1df1babdb2354b7f3eed276a9519c73f44a505bc6d30aa  ca-certificates-2015.2.6-65.0.1.el6_7.src.rpm



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



------------------------------

Message: 14
Date: Tue, 22 Mar 2016 19:37:43 +0000
From: Johnny Hughes <johnny at centos.org>
To: centos-announce at centos.org
Subject: [CentOS-announce] CEBA-2016:0484 CentOS 6 sg3_utils BugFix
	Update
Message-ID: <20160322193743.GA63561 at n04.lon1.karan.org>
Content-Type: text/plain; charset=us-ascii


CentOS Errata and Bugfix Advisory 2016:0484 

Upstream details at : https://rhn.redhat.com/errata/RHBA-2016-0484.html

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

i386:
230c48331e6ae9f6a45f5c547e71c72fb52a24e8b760107a4ec62ebee8fefd50  sg3_utils-1.28-10.el6_7.i686.rpm
fd40b60d7fe8b7e564d786a9931a0ad0ab41cec4b47f5f8a097317c557e4c78d  sg3_utils-devel-1.28-10.el6_7.i686.rpm
e7ce6ecc4c4ff7833c11ad2bcc58d452ce0ce6763f5f969b843657a39b85678b  sg3_utils-libs-1.28-10.el6_7.i686.rpm

x86_64:
671ed3089be04a6ec909b73b59bf6cb4c51ad87100943c811f6b3624e03968b5  sg3_utils-1.28-10.el6_7.x86_64.rpm
fd40b60d7fe8b7e564d786a9931a0ad0ab41cec4b47f5f8a097317c557e4c78d  sg3_utils-devel-1.28-10.el6_7.i686.rpm
c362c6b8f480f3ba1753b912b8c02b4e3ca1b266ee22df0bfa32347879138dfa  sg3_utils-devel-1.28-10.el6_7.x86_64.rpm
e7ce6ecc4c4ff7833c11ad2bcc58d452ce0ce6763f5f969b843657a39b85678b  sg3_utils-libs-1.28-10.el6_7.i686.rpm
4817c2692fccb337624aafbdee6918f79ca2428b96b6305b833fdb1238745313  sg3_utils-libs-1.28-10.el6_7.x86_64.rpm

Source:
f4aa823fcf89ac9021399e358f03a751b2e4f21dad6ebf7a069e361a05ddb881  sg3_utils-1.28-10.el6_7.src.rpm



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



------------------------------

Message: 15
Date: Tue, 22 Mar 2016 19:38:10 +0000
From: Johnny Hughes <johnny at centos.org>
To: centos-announce at centos.org
Subject: [CentOS-announce] CEBA-2016:0487  CentOS 6 vsftpd BugFix
	Update
Message-ID: <20160322193810.GA63748 at n04.lon1.karan.org>
Content-Type: text/plain; charset=us-ascii


CentOS Errata and Bugfix Advisory 2016:0487 

Upstream details at : https://rhn.redhat.com/errata/RHBA-2016-0487.html

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

i386:
f5651154ec38f3fc628b92ae9afac0f430339ff19100aaad2b40c17cb3c973ff  vsftpd-2.2.2-14.el6_7.1.i686.rpm

x86_64:
ec79526a8c29a7d7cf56150d3b7161f9d997416e977bc6104d49b0fa5640a0ee  vsftpd-2.2.2-14.el6_7.1.x86_64.rpm

Source:
45fb6931dd98f7a50673dfa200b6f2bc6a447487e48c3ff315e4d99f9bc460e6  vsftpd-2.2.2-14.el6_7.1.src.rpm



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



------------------------------

Message: 16
Date: Tue, 22 Mar 2016 19:38:43 +0000
From: Johnny Hughes <johnny at centos.org>
To: centos-announce at centos.org
Subject: [CentOS-announce] CEBA-2016:0485 CentOS 6 libcgroup BugFix
	Update
Message-ID: <20160322193843.GA64002 at n04.lon1.karan.org>
Content-Type: text/plain; charset=us-ascii


CentOS Errata and Bugfix Advisory 2016:0485 

Upstream details at : https://rhn.redhat.com/errata/RHBA-2016-0485.html

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

i386:
f43bc50d1af8b9f23f8eca5b92874105fc6ca169fd9d6887990e8a47bb5b1207  libcgroup-0.40.rc1-17.el6_7.i686.rpm
bcd55b8ec3f0f1c487650f3f1fa897fee3a7329f9dfd53cbe27fb8fc0fd5eca4  libcgroup-devel-0.40.rc1-17.el6_7.i686.rpm
0be9744e7aed47e9d1863d94d4d8c017d0823b9754ed81e82083f08ed0f93331  libcgroup-pam-0.40.rc1-17.el6_7.i686.rpm

x86_64:
f43bc50d1af8b9f23f8eca5b92874105fc6ca169fd9d6887990e8a47bb5b1207  libcgroup-0.40.rc1-17.el6_7.i686.rpm
3605db81b175eddff9dc8918109737e43db1ca0e95455adcd02366945d8c725e  libcgroup-0.40.rc1-17.el6_7.x86_64.rpm
bcd55b8ec3f0f1c487650f3f1fa897fee3a7329f9dfd53cbe27fb8fc0fd5eca4  libcgroup-devel-0.40.rc1-17.el6_7.i686.rpm
7d8f9fd755c7f0c8f8de5d047f8ed180ca566d0a799d5a3977ce02d3d23d0fd6  libcgroup-devel-0.40.rc1-17.el6_7.x86_64.rpm
0be9744e7aed47e9d1863d94d4d8c017d0823b9754ed81e82083f08ed0f93331  libcgroup-pam-0.40.rc1-17.el6_7.i686.rpm
a7b1dc7f646b9710e10a565a70d0f51e62ae276343b67ca99157afbac7042590  libcgroup-pam-0.40.rc1-17.el6_7.x86_64.rpm

Source:
9442064b0f55605b73ae1967409ef0921ed3f8f5bf0534ca91b6e20e8fbc97c5  libcgroup-0.40.rc1-17.el6_7.src.rpm



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



------------------------------

Message: 17
Date: Tue, 22 Mar 2016 19:39:12 +0000
From: Johnny Hughes <johnny at centos.org>
To: centos-announce at centos.org
Subject: [CentOS-announce] CEBA-2016:0488  CentOS 6 kdebase BugFix
	Update
Message-ID: <20160322193912.GA64253 at n04.lon1.karan.org>
Content-Type: text/plain; charset=us-ascii


CentOS Errata and Bugfix Advisory 2016:0488 

Upstream details at : https://rhn.redhat.com/errata/RHBA-2016-0488.html

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

i386:
5c5ea0378cfd8fb7fdaf2216afb097c046e0c8cdd52a99ce19097892425422d9  kdebase-4.3.4-7.el6_7.i686.rpm
0c9262e181f56a841ef2d3051c62451a058127f616d84f3a8870375b94c3b7dd  kdebase-devel-4.3.4-7.el6_7.i686.rpm
22081fd363effd3be497bd17563815a8e3ab13046a5ce3974d524ea12852372c  kdebase-libs-4.3.4-7.el6_7.i686.rpm

x86_64:
0ef35aaf693b54193c3297e994fd2f8a5e0e2270865a79e475b098f33fe312f8  kdebase-4.3.4-7.el6_7.x86_64.rpm
0c9262e181f56a841ef2d3051c62451a058127f616d84f3a8870375b94c3b7dd  kdebase-devel-4.3.4-7.el6_7.i686.rpm
4cca26413d49b56305ef906abc9d2c40fed87e72fb4bf12ca57f4933a94076e1  kdebase-devel-4.3.4-7.el6_7.x86_64.rpm
22081fd363effd3be497bd17563815a8e3ab13046a5ce3974d524ea12852372c  kdebase-libs-4.3.4-7.el6_7.i686.rpm
f1be1a69bd7d764913cd502dbc05cb77dc7ed45ad0bdac767f30a0651ef66124  kdebase-libs-4.3.4-7.el6_7.x86_64.rpm

Source:
6fc090ae4274e517d6ef85a834a18abf3f199fd516fafd44135d2d0d5c6789d2  kdebase-4.3.4-7.el6_7.src.rpm



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



------------------------------

Message: 18
Date: Tue, 22 Mar 2016 19:39:40 +0000
From: Johnny Hughes <johnny at centos.org>
To: centos-announce at centos.org
Subject: [CentOS-announce] CEBA-2016:0486  CentOS 6 zsh BugFix Update
Message-ID: <20160322193940.GA64467 at n04.lon1.karan.org>
Content-Type: text/plain; charset=us-ascii


CentOS Errata and Bugfix Advisory 2016:0486 

Upstream details at : https://rhn.redhat.com/errata/RHBA-2016-0486.html

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

i386:
cac87744cf9107aa7ebe544088e0fdbfeaab0b6b282c1c67f70741259f289a01  zsh-4.3.11-4.el6.centos.2.i686.rpm
c5c6b2984eef1d40dd7eae8c47b1ada81ea316a5923f5e55e083c5b0c79b997e  zsh-html-4.3.11-4.el6.centos.2.i686.rpm

x86_64:
4f97d112d64a23991738e506cef95192301a199a815cb31aabae92253c8659cc  zsh-4.3.11-4.el6.centos.2.x86_64.rpm
d57e7ee96118b72123e46601c3657f15c388bcffaf2fb7aa8b966383af0da2f6  zsh-html-4.3.11-4.el6.centos.2.x86_64.rpm

Source:
8c2d4f07b27f13126a66d1dd23073a2fb9e08f02944bb873f3684facf090e173  zsh-4.3.11-4.el6.centos.2.src.rpm



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



------------------------------

Message: 19
Date: Tue, 22 Mar 2016 19:40:12 +0000
From: Johnny Hughes <johnny at centos.org>
To: centos-announce at centos.org
Subject: [CentOS-announce] CEBA-2016:0471  CentOS 6 httpd BugFix
	Update
Message-ID: <20160322194012.GA64780 at n04.lon1.karan.org>
Content-Type: text/plain; charset=us-ascii


CentOS Errata and Bugfix Advisory 2016:0471 

Upstream details at : https://rhn.redhat.com/errata/RHBA-2016-0471.html

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

i386:
8ef008d452a9781ad6405588ad203c8907fc5787baaf08bb4528bc254c384c6e  httpd-2.2.15-47.el6.centos.4.i686.rpm
0f1af72e1069037f3207483cf193966a94d342e4ddec1aced4d006673b5a827b  httpd-devel-2.2.15-47.el6.centos.4.i686.rpm
cb2e60f075fbd9ea95f54b570b7ac0038de9dc415a5e47e9a985b6aa96521cd0  httpd-manual-2.2.15-47.el6.centos.4.noarch.rpm
e9b3ce0f53607d3956e2d9359772f732993df690f99c6e2896aa346a4c38a676  httpd-tools-2.2.15-47.el6.centos.4.i686.rpm
b0e31571b0b0d03988aad5b593a085dea5abd77f406e2789ff3154c151730897  mod_ssl-2.2.15-47.el6.centos.4.i686.rpm

x86_64:
95bf97728db26c9a33e9392417bc038f0f7a53f6cbfd41fcd622fe07d5ceb374  httpd-2.2.15-47.el6.centos.4.x86_64.rpm
0f1af72e1069037f3207483cf193966a94d342e4ddec1aced4d006673b5a827b  httpd-devel-2.2.15-47.el6.centos.4.i686.rpm
76c69d3a404261e6232e6123137f44e2818489ded2e9fd9798248b02e2dd929f  httpd-devel-2.2.15-47.el6.centos.4.x86_64.rpm
cb2e60f075fbd9ea95f54b570b7ac0038de9dc415a5e47e9a985b6aa96521cd0  httpd-manual-2.2.15-47.el6.centos.4.noarch.rpm
6c868afaf3591df9f7b7f6bceb3f1b4f5cbcea7b12fdd6acd8f2b2a0e28ce9b5  httpd-tools-2.2.15-47.el6.centos.4.x86_64.rpm
cadd7050bc278b20eba9fb45a12297de47a01cc534651475a7af7c5e485f4346  mod_ssl-2.2.15-47.el6.centos.4.x86_64.rpm

Source:
38df99e5c0e34b7a8eaca526835dbf220c3d1ee26f859cd4d3c3694ff3b94c1f  httpd-2.2.15-47.el6.centos.4.src.rpm



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



------------------------------

_______________________________________________
CentOS-announce mailing list
CentOS-announce at centos.org
https://lists.centos.org/mailman/listinfo/centos-announce


End of CentOS-announce Digest, Vol 133, Issue 10
************************************************