Thursday, November 7, 2013

Fedora 20 Beta status is Go, ongoing release schedule adjustments!

At the Fedora 20 Beta Go/No-Go Meeting that just occurred, it was
agreed to Go with the Fedora 20 Beta by Fedora QA and Fedora
Development (with silent approval from me ;-).

Fedora 20 Beta will be publicly available on Tuesday, November 12,
2013.

!!!Schedule adjustment!!!
Due to possible collision with holidays, FESCo approved [1] one
week shorter Beta to Final period with Final Change Deadline on
Nov 26. Be aware of this change and queue your updates on time!

Many thanks to everyone who helped with this release and fixing
all (heisen)bugs!

Meeting details can be seen here:
Minutes: http://bit.ly/1dQmqdr
Log: http://bit.ly/1bdSrZ3

Jaroslav

_______________________________________________
devel-announce mailing list
devel-announce@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel-announce

[CentOS-announce] CEBA-2013:1506 CentOS 6 udev Update

CentOS Errata and Bugfix Advisory 2013:1506

Upstream details at : https://rhn.redhat.com/errata/RHBA-2013-1506.html

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

i386:
b037d6c2c622f7a34fa0765e4bfd64cd1859207946dbb2c81b31b1c023474a3c libgudev1-147-2.46.el6_4.2.i686.rpm
6188b3eb42bf874d8a246e06511bfa799caf7b1cf3ea61daa8512a564dfa91df libgudev1-devel-147-2.46.el6_4.2.i686.rpm
6918e179150b87608ca4afdfaca40cb81d252d82d4d5782a842ea16b2f922525 libudev-147-2.46.el6_4.2.i686.rpm
b543f81d1516650b23013a477bbb2b4c88e87f7126fda4476acae8ce84ebae0e libudev-devel-147-2.46.el6_4.2.i686.rpm
aece91f7bda8f95d7596555acbc7b7d629ca8463cf3cb0a70b3a9159537bc4a8 udev-147-2.46.el6_4.2.i686.rpm

x86_64:
b037d6c2c622f7a34fa0765e4bfd64cd1859207946dbb2c81b31b1c023474a3c libgudev1-147-2.46.el6_4.2.i686.rpm
6a537fc17943a2e2bfa28404545b02aa4e87fc4d383c76be9c493bda75f32f8c libgudev1-147-2.46.el6_4.2.x86_64.rpm
6188b3eb42bf874d8a246e06511bfa799caf7b1cf3ea61daa8512a564dfa91df libgudev1-devel-147-2.46.el6_4.2.i686.rpm
343a8ca5cc5f4230119d68610b65f1994b5f2a79b58930fdb42bd9911c8a75e8 libgudev1-devel-147-2.46.el6_4.2.x86_64.rpm
6918e179150b87608ca4afdfaca40cb81d252d82d4d5782a842ea16b2f922525 libudev-147-2.46.el6_4.2.i686.rpm
f6775e18c55f77726482388648ce5acb30084399ab9f1a84392ed728b2208137 libudev-147-2.46.el6_4.2.x86_64.rpm
b543f81d1516650b23013a477bbb2b4c88e87f7126fda4476acae8ce84ebae0e libudev-devel-147-2.46.el6_4.2.i686.rpm
cc89b8410bbc8061c0c66d320793dbe6be8f0bc85759099513663c5ed066bda3 libudev-devel-147-2.46.el6_4.2.x86_64.rpm
5d95c1d1a19cf7e6b3b7be132a95c6a780047bb8b3b216e00012759c522502ec udev-147-2.46.el6_4.2.x86_64.rpm

Source:
a85a5c251c89d8ac6810a7316d0da6980d4cc864b0cad57a59d0ee042b6c4fcf udev-147-2.46.el6_4.2.src.rpm



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

_______________________________________________
CentOS-announce mailing list
CentOS-announce@centos.org
http://lists.centos.org/mailman/listinfo/centos-announce

F21 Self Contained Change: OpenCL

= Proposed Self Contained Change: OpenCL =
https://fedoraproject.org/wiki/Changes/OpenCL

Change Owner(s): Fabian Deutsch <fabiand@fedoraproject.org>

This change will bring basic OpenCL support to Fedora to support the
development of OpenCL enabled software and the development of OpenCL
implementations itself. The change includes enabling Mesa's OpenCL state-
tracker (in 9.3 with ICD support), packaging pocl - an CPU only OpenCL
implementation - and the introduction of several other OpenCL related
packages.

== Detailed description ==
The change is intended to give developers a starting point to be able to use
OpenCL and to improve existing OpenCL implementations.

The change will include the following sub changes:

Add OpenCL implementations
* Enable OpenCL state-tracker in Mesa NEW
* Package pocl - CPU-only OpenCL implementation DONE
* Package beignet - Intel Ivy Bridge 1 only

Package implementation dependencies:
* Package libclc - needed by Mesa's state-tracker DONE
* Fix OpenCL path owenrship - Who owns /etc/OpenCL DONE
* Review Request: opencl-filesystem - OpenCL filesystem layout - A package
owning shared paths DONE

Package related packages
* Review Request: gocl - GLib/GObject based library for OpenCL - glib based
OpenCL library DONE
* Review Request: clinfo - Enumerate OpenCL platforms and devices - A tool to
query informations about the available OpenCL platforms DONE
* Review Request: erlang-cl - OpenCL binding for Erlang DONE
* Package ViennaCL - A math library whcih can utilize CPU (OpenMP) and GPU
(OpenCL/CUDA) WIP
* Package pyopencl - A python library for accessing OpenCL BLOCKED BY rhbz
#1002898
* Package ocltoys - A couple of OpenCL examples for testing NEW

* Update existing packages if needed
** gegl (to be investigated)
** ocl-icd (done)

* Potential projects to be packaged:
** Package khronos icd - probably not
** Package radeontop - To monitor a Radeon GPU (which supports OpenCL)
** Package piglit - This will be a testuite for the OpenCL implementations,
has some non-fedora deps

* Other stuff:
** Add a new group to comps or a opencl-dev package?
** Add virtual provides to the opencl implementations - So a app requiring
opencl just needs to require the virtual package (so any provider)
** Version opencl-headers

== Scope ==
Proposal owners: Mainly packaging
Other developers: N/A (not a System Wide Change)
Release engineering: N/A (not a System Wide Change)
Policies and guidelines: N/A (not a System Wide Change)
_______________________________________________
devel-announce mailing list
devel-announce@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel-announce

F21 System Wide Change: Python 3.4

= Proposed System Wide Change: Python 3.4 =
https://fedoraproject.org/wiki/Changes/Python_3.4

Change owner(s): Slavek Kabrda <bkabrda@redhat.com>

Update the Python 3 stack in Fedora from Python 3.3 to Python 3.4.

== Detailed description ==
Python 3.4 adds numerous features and optimizations. See the upstream notes at
http://www.python.org/dev/peps/pep-0429/#features-for-3-4 and
http://docs.python.org/dev/whatsnew/3.4.html.

== Scope ==
Compare with the Python 3.3 feature page [1].

We need to wait for Python 3.4 to reach feature freeze (planned for 3.4.0 beta
1: November 24, 2013), so that the bytecode format for .pyc files is frozen,
together with the ABI for extension modules.

At that point we can rebase python3 to the latest release candidate of that
code. We would then need to rebuild all python 3 packages. See
https://fedoraproject.org/wiki/Python3#Python_3_already_in_Fedora

For bonus points, we ought to tell "file" and "rpmlint" about the new bytecode
format for .pyc files.

Note that the suffix of some files should change, and this may require slight
packaging tweaks in the various packages that ship Python 3 code:

* bytecode files changing from .cpython-33.pyc (and .cpython-33.pyo) to
.cpython-34.pyc (and .cpython-34.pyo)
* extension modules changing from .cpython-33m.so to .cpython-34m.so and
.cpython-33dm.so to .cpython-34dm.so

Notes about porting from Python 3.3 can be found at
http://docs.python.org/dev/whatsnew/3.4.html#porting-to-python-3-4.

Proposal owners: This change is isolated to Python 3 stack, which is not yet
crucial for Fedora. Still, as the time of moving Fedora to Python 3 is
hopefully approaching, we need to do this very cautiously. I will prepare
Python 3.4 prerelease RPMs in a private repo and will do a test rebuild of all
Python 3 dependent packages, filing bugs/sending patches to upstreams. This
will give us a good notion of how drastic this change will be and whether or
not we really want to undergo it. Overall, the change should have roughly this
schedule:

* After change is accepted: Start building Python 3.4 prereleases in a private
repo, continuously upgrading with latest upstream prerelease versions.
* November 24, 2013 (3.4.0 beta 1: feature freeze): Start rebuilding Python 3
dependent packages in the repo.
* February 23, 2014 (3.4.0 final) If everything goes well (meaning that all
essential packages in Fedora build and work with Python 3.4) up to this point,
merge into F21.

Other developers: I'll gladly accept any help with
rebuilding/porting/patching/bug reporting of dependent packages as well as
suggestions for Python 3.4 packaging itself. When we're sure that we really
want to do the transition, it'd be great if package owners rebuilt their
packages themselves.

Release engineering: Nothing.

Policies and guidelines: None.

[1] https://fedoraproject.org/wiki/Features/Python_3.3
_______________________________________________
devel-announce mailing list
devel-announce@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel-announce

Fedora 20 Beta Go/No-Go Meeting #3, Thursday, November 07 @ 17:00 UTC

Join us on irc.freenode.net in #fedora-meeting-2 for this important
meeting, wherein we shall determine the readiness of the Fedora 20 Beta.

This is the third attempt to release Fedora 20 Beta. Currently, RC5 is
under validation, please help if you can [1]. Two new blocker bugs are
proposed.

Thursday, November 07, 2013 17:00 UTC (12 PM EST, 9 AM PST, 18:00 CET)
(Beware of time change - now in the US!)

"Before each public release Development, QA and Release Engineering meet
to determine if the release criteria are met for a particular release.
This meeting is called the Go/No-Go Meeting."

"Verifying that the Release criteria are met is the responsibility of
the QA Team."

For more details about this meeting see:
https://fedoraproject.org/wiki/Go_No_Go_Meeting

In the meantime, keep an eye on the Fedora 20 Beta Blocker list:
http://qa.fedoraproject.org/blockerbugs/milestone/20/beta/buglist

[1] https://lists.fedoraproject.org/pipermail/test/2013-November/118688.html
_______________________________________________
devel-announce mailing list
devel-announce@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel-announce

Wednesday, November 6, 2013

[USN-2013-1] MAAS vulnerabilities

==========================================================================
Ubuntu Security Notice USN-2013-1
November 07, 2013

maas vulnerabilities
==========================================================================

A security issue affects these releases of Ubuntu and its derivatives:

- Ubuntu 13.04
- Ubuntu 12.10
- Ubuntu 12.04 LTS

Summary:

MAAS could be made to run programs as an administrator.

Software Description:
- maas: Ubuntu MAAS Server

Details:

It was discovered that maas-import-pxe-files incorrectly loaded
configuration information from the current working directory. A local
attacker could execute code as an administrator if maas-import-pxe-files
were run from an attacker-controlled directory. (CVE-2013-1057)

It was discovered that maas-import-pxe-files doesn't cryptographically
verify downloaded content. An attacker could modify images without
detection. (CVE-2013-1058)

Update instructions:

The problem can be corrected by updating your system to the following
package versions:

Ubuntu 13.04:
maas-cluster-controller 1.3+bzr1461+dfsg-0ubuntu2.3

Ubuntu 12.10:
maas-cluster-controller 1.2+bzr1373+dfsg-0ubuntu1.1

Ubuntu 12.04 LTS:
maas-cluster-controller 1.2+bzr1373+dfsg-0ubuntu1~12.04.4

In general, a standard system update will make all the necessary changes.

References:
http://www.ubuntu.com/usn/usn-2013-1
CVE-2013-1057, CVE-2013-1058

Package Information:
https://launchpad.net/ubuntu/+source/maas/1.3+bzr1461+dfsg-0ubuntu2.3
https://launchpad.net/ubuntu/+source/maas/1.2+bzr1373+dfsg-0ubuntu1.1
https://launchpad.net/ubuntu/+source/maas/1.2+bzr1373+dfsg-0ubuntu1~12.04.4

[CentOS-announce] CESA-2013:X012 Xen4CentOS Medium kernel Security Update

CentOS Errata and Security Advisory 2013:X012 (Xen4CentOS)

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

-----------------------------
X86_64
-----------------------------
2eb1022ec7ec2d508248c9c152e253aa72acfa08a155701d2791b1458766590a e1000e-2.5.4-3.4.68.2.el6.centos.alt.x86_64.rpm
b65433fa683a36d998f2f660ebdd50d2550aaeafed911a03007649cdec6cf14c kernel-3.4.68-9.el6.centos.alt.x86_64.rpm
824fc0603b694bb586449a8afda87e13db86c07119d55660f731843f7e25e56a kernel-devel-3.4.68-9.el6.centos.alt.x86_64.rpm
44592adfc80413a69e7312b1e114184369c0dfedf61c66f3e7d9b773d8f8bff3 kernel-doc-3.4.68-9.el6.centos.alt.noarch.rpm
0cd7f0883d06c638e1326465a544d0725149418d60bf64e15f401a540d733bb8 kernel-firmware-3.4.68-9.el6.centos.alt.noarch.rpm
ded3dc674c5ba0fa04b582cbc83543c8410c54dcdd3368a6254563e96ff8abab kernel-headers-3.4.68-9.el6.centos.alt.x86_64.rpm
bd29ab597f081e63eda572b67ab5888508771d04ae40b5662ffde763ec15dee8 perf-3.4.68-9.el6.centos.alt.x86_64.rpm


-----------------------------
Source:
-----------------------------
404eef04cf6ca1fb12a1e55946e67eafc26e0d73534a9c17f1738ad2f2a77f6a e1000e-2.5.4-3.4.68.2.el6.centos.alt.src.rpm
c3dbddf3df8a85eea587c4b6d530f70ac106b6cf94cb7c01317ebbbdb629352a kernel-3.4.68-9.el6.centos.alt.src.rpm

=====================================================

Kernel Changelog info from the SPEC file:
* Tue Nov 05 2013 Johnny Hughes <johnny@centos.org> - 3.4.68-9
- upgraded to upstream 3.4.68
- added Source7 to fix centos bug 6721


e1000e Changelog info from the SPEC file:
* Wed Nov 06 2013 Johnny Hughes <johnny@centos.org> - 2.4.14-3.4.68.2.el6.centos.alt
- built against 3.4.68
- upgrade to version 2.5.4


=====================================================

The following kernel.org changelog entries are applicable since the last
kernel update:

https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.4.68

https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.4.67

https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.4.66

https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.4.65

https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.4.64

https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.4.63

https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.4.62

=====================================================

The following bugs have been addressed in this release:

http://bugs.centos.org/view.php?id=6721

====================================================

The following security issues are addressed in this release:

CVE-2013-0343:
http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2013-0343

CVE-2013-2015:
http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2013-2015

CVE-2013-2147:
http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2013-2147

CVE-2013-2888:
http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2013-2888

CVE-2013-2889:
http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2013-2889

CVE-2013-2892:
http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2013-2892

CVE-2013-2893:
http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2013-2893

CVE-2013-2895:
http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2013-2895

CVE-2013-2896:
http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2013-2896

CVE-2013-4299:
http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2013-4299

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

_______________________________________________
CentOS-announce mailing list
CentOS-announce@centos.org
http://lists.centos.org/mailman/listinfo/centos-announce

[announce] NYC*BUG Tonight: Regular Expressions Fundamentals

Nov 6, Wednesday, 645 PM
Regular Expressions Fundamentals, Moe Nasser
Suspenders Bar and Restaurant backroom
111 Broadway in downtown Manhattan

This meeting will cover regex basics, and based on audience
participation, it may go well beyond.

A regular expression (regex) is a sequence of characters describing a
search pattern. Regular expressions can match just about anything. Their
power can shorten code, turbo-charge your use of interactive UNIX
shells, and change the way you use your text editor. And, they're fun.
Regular expressions are everywhere. Regular expression processors exist
in *every* programming language, and they are fundamental to grep(1),
sed(1), awk(1)- as well as UNIX shells. Classic text editors have regex
processing at their core, vi(1), emacs(1), based on ed(1). You may even
use regular expressions without consciously knowing it!

******

Some of us are meeting earlier at 6 PM to continue organizing for
NYCBSDCon Feb 1 2014. The web site is slowly being updated at nycbsdcon.org

*******

There will be no December meeting, but rather a large party for December
9th at Suspenders organized with an array of other technical user groups
in NYC. It will be a great opportunity to publicize NYCBSDCon.

*******

The January meeting will not be held January 1, but rather January 8,
the second Wednesday of the month.
_______________________________________________
announce mailing list
announce@lists.nycbug.org
http://www.nycbug.org/mailman/listinfo/announce

[USN-2012-1] Light Display Manager vulnerability

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.14 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQIcBAEBCgAGBQJSek4wAAoJEGVp2FWnRL6T4loP/RrfPwME1wRfhDMKv/wA8Xbg
wIx96zEZikLThmmYgPeRMEsW2y9bS70Ih5TCZZgkw9Y066vOJIzp2SlVTZEk9ynR
f23uc+7XJLTVHmGMNuiMCH13sTZC3I7D/6iRR7LibXJ70uxVsQlzWX9YHidUONoF
3QlIIi9kshIykp1y6pBtB12oHE9i7iRW2WvFoeS5lMIPVfGTci3dJbP/6xBwhLiK
AK4z7f+NjUKqPKcA20ZkFS7lP2LT4M74TjVDcRk8a32EO7S9ae3ZQTU8cHoWUG4q
RPNJWpFo/5VyL+glF6TwMZ02VI+O+g00MAM2+oqVkOq33WFgUUXk5ZG9QEU57MNW
61ahNL76cro9g3zwlIq1o5mYaPeyIOcQpVOK/Yrotzmyp3nuazvlmTKnFD1cEWPW
3Y4RGavuG2wl1qpUbXr1yVz9mcMdjrKcpzGvLofYuo2RLDGA892kLb7NcGz39Tzl
MC50QEUxgHClpD5juACYoTqDRpZNqvkyqw1HuohanKLjnG5zqfY8Ybkry5gZrEB5
5Fre3pN9fWAuklBbdZbN0YnMwA6B6KDeim/dmRihODaVuF6NZqmH55VQwnbSLDfq
ROrzDwMhL6+14PCnKmZL+qlY4l5azvHPN6uIxmgxdWksE0/qcr4pF4bJzGD8FTM3
795uH5q8axYh6NYR44Rq
=RMt7
-----END PGP SIGNATURE-----
==========================================================================
Ubuntu Security Notice USN-2012-1
November 06, 2013

lightdm vulnerability
==========================================================================

A security issue affects these releases of Ubuntu and its derivatives:

- Ubuntu 13.10

Summary:

Light Display Manager could be made to expose sensitive information
locally.

Software Description:
- lightdm: Display Manager

Details:

Christian Prim discovered that Light Display Manager incorrectly applied
the AppArmor security profile when the Guest account is used. A local
attacker could use this issue to possibly gain access to sensitive
information.

Update instructions:

The problem can be corrected by updating your system to the following
package versions:

Ubuntu 13.10:
lightdm 1.8.4-0ubuntu1

This update uses a new upstream release, which includes additional bug
fixes. After a standard system update you need to reboot your computer to
make all the necessary changes.

References:
http://www.ubuntu.com/usn/usn-2012-1
CVE-2013-4459

Package Information:
https://launchpad.net/ubuntu/+source/lightdm/1.8.4-0ubuntu1

Tuesday, November 5, 2013

[CentOS-announce] CESA-2013:1505 Important CentOS 6 java-1.6.0-openjdk Update

CentOS Errata and Security Advisory 2013:1505 Important

Upstream details at : https://rhn.redhat.com/errata/RHSA-2013-1505.html

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

i386:
11734d052a16bfaab1b98c03458e0b1a83f9dbcf1c6aaedad6f212cb6458ec20 java-1.6.0-openjdk-1.6.0.0-1.65.1.11.14.el6_4.i686.rpm
b106eb987e683a099ac16bdb1a6579e75b7eb7c52cc02c7cb9f94cdfbba3212b java-1.6.0-openjdk-demo-1.6.0.0-1.65.1.11.14.el6_4.i686.rpm
5f888eb576d1b15e47ff30f2918b3fa3f8b5577f41fb5a8391bb8417e519b7d7 java-1.6.0-openjdk-devel-1.6.0.0-1.65.1.11.14.el6_4.i686.rpm
588afe9ff72a004c506c8732d802ce4145ca7f8ebbab8c24b57295858510a92c java-1.6.0-openjdk-javadoc-1.6.0.0-1.65.1.11.14.el6_4.i686.rpm
95966320da3423eec4b370ef046c59d62beb5527bce6e71edc9b7e8b1bbfae12 java-1.6.0-openjdk-src-1.6.0.0-1.65.1.11.14.el6_4.i686.rpm

x86_64:
504433cff9bb1720eb16ae2a02b75327dd7f8a445c302a963b4e4a70165312f6 java-1.6.0-openjdk-1.6.0.0-1.65.1.11.14.el6_4.x86_64.rpm
f97c9909c18ae5c144a0689d0b8499cc05a7f5a1384e48e3773f0d874b489911 java-1.6.0-openjdk-demo-1.6.0.0-1.65.1.11.14.el6_4.x86_64.rpm
2d73d7cb54635bf1332de5da46e731ae69c1e70bce2f5d7f58397e04b024a4b7 java-1.6.0-openjdk-devel-1.6.0.0-1.65.1.11.14.el6_4.x86_64.rpm
4c98737fc8ef9dc7e96f8d980bd72c72f19ae31c6081fa11a404042778461fc5 java-1.6.0-openjdk-javadoc-1.6.0.0-1.65.1.11.14.el6_4.x86_64.rpm
c529ce8d81427d3b1d60d3b27d829ea6f6f4bc2678e335416887702a7edb2ae3 java-1.6.0-openjdk-src-1.6.0.0-1.65.1.11.14.el6_4.x86_64.rpm

Source:
9d916f361bddbfc4a948e0ffe035feabfe6c1c7be531bf22c14d211651826182 java-1.6.0-openjdk-1.6.0.0-1.65.1.11.14.el6_4.src.rpm



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

_______________________________________________
CentOS-announce mailing list
CentOS-announce@centos.org
http://lists.centos.org/mailman/listinfo/centos-announce

[CentOS-announce] CEBA-2013:1502 CentOS 6 e2fsprogs Update

CentOS Errata and Bugfix Advisory 2013:1502

Upstream details at : https://rhn.redhat.com/errata/RHBA-2013-1502.html

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

i386:
2e985c764113c3864a6e8da89939b40c4e21d7e90b50da8008f16bdda1a46105 e2fsprogs-1.41.12-14.el6_4.4.i686.rpm
7b91e6b1a014ab0db9ac309662ac7e47ef4685ac7ed350f8a1915324658125d5 e2fsprogs-devel-1.41.12-14.el6_4.4.i686.rpm
1f0c281760a4e0586d54ae1bfa160e23e77d96352f6024cbcd3cbf8765fa8a07 e2fsprogs-libs-1.41.12-14.el6_4.4.i686.rpm
24c327fea89ae753a345d985a2af1ede933a289c6fcca698ac943e4ba85f5bfd libcom_err-1.41.12-14.el6_4.4.i686.rpm
e451aff77e22c6c7fad3b3c054e30b98c08c03a12d49e5d6959f9a33562516bf libcom_err-devel-1.41.12-14.el6_4.4.i686.rpm
018aa0194f392b02b670d18e451a3d61974cfee93e0ae5d1e52b3cf7792a9bf9 libss-1.41.12-14.el6_4.4.i686.rpm
989e905e80f950194b9cdc1671af7106a6005e04099029d538caf4603f64eea6 libss-devel-1.41.12-14.el6_4.4.i686.rpm

x86_64:
c1193c93f40b444f4299284cf5e040cea3aff3366dd5007877d385f9fe1e36cb e2fsprogs-1.41.12-14.el6_4.4.x86_64.rpm
7b91e6b1a014ab0db9ac309662ac7e47ef4685ac7ed350f8a1915324658125d5 e2fsprogs-devel-1.41.12-14.el6_4.4.i686.rpm
b5f9893ca579d529672ac2506f26bfdf4d6d005d4c65f36f10baa17a2d58cb6a e2fsprogs-devel-1.41.12-14.el6_4.4.x86_64.rpm
1f0c281760a4e0586d54ae1bfa160e23e77d96352f6024cbcd3cbf8765fa8a07 e2fsprogs-libs-1.41.12-14.el6_4.4.i686.rpm
96ac105b3fd87d4dc0944083898b54d1a5768bbc6de78b0015552f9f776c645c e2fsprogs-libs-1.41.12-14.el6_4.4.x86_64.rpm
24c327fea89ae753a345d985a2af1ede933a289c6fcca698ac943e4ba85f5bfd libcom_err-1.41.12-14.el6_4.4.i686.rpm
95ea5f8fbc3ebe7cb1edb0f96f55609943d706136a39aacd11703f80a30e4324 libcom_err-1.41.12-14.el6_4.4.x86_64.rpm
e451aff77e22c6c7fad3b3c054e30b98c08c03a12d49e5d6959f9a33562516bf libcom_err-devel-1.41.12-14.el6_4.4.i686.rpm
704e4197883ec6c7fbc7c07eace5cb9abfdf78ad58f2c941426a1910334cb48e libcom_err-devel-1.41.12-14.el6_4.4.x86_64.rpm
018aa0194f392b02b670d18e451a3d61974cfee93e0ae5d1e52b3cf7792a9bf9 libss-1.41.12-14.el6_4.4.i686.rpm
add0da2e80f0c3849719a83a86a5565f3406d7071b0fe7b61933d82de3c08895 libss-1.41.12-14.el6_4.4.x86_64.rpm
989e905e80f950194b9cdc1671af7106a6005e04099029d538caf4603f64eea6 libss-devel-1.41.12-14.el6_4.4.i686.rpm
33dfc9904ad3b7d18a3d7f81ea56f6ba58d4575e7e7fec92b8d67cf253b70965 libss-devel-1.41.12-14.el6_4.4.x86_64.rpm

Source:
e76a30acfe69557020dee6119e8a3cfb17999131e3df3d516f334948aed8f700 e2fsprogs-1.41.12-14.el6_4.4.src.rpm



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

_______________________________________________
CentOS-announce mailing list
CentOS-announce@centos.org
http://lists.centos.org/mailman/listinfo/centos-announce

[CentOS-announce] CEBA-2013:1504 CentOS 6 lvm2 Update

CentOS Errata and Bugfix Advisory 2013:1504

Upstream details at : https://rhn.redhat.com/errata/RHBA-2013-1504.html

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

i386:
afb10969863e5be9dc2e12d3d572b3e30e8db05d2fe2cce77b21378309497033 cmirror-2.02.98-9.el6_4.3.i686.rpm
f3fcebc12a257b9d62ec8f0dd1d7f312e82166a714c60433488f64dc6ec34c12 device-mapper-1.02.77-9.el6_4.3.i686.rpm
9333086c9884b188f8f7500691a92f8d4403c6c61e81997c4789d988aa643ac2 device-mapper-devel-1.02.77-9.el6_4.3.i686.rpm
0cb5c88b3293cf7ebd3734c8840c84ee0f5af46ef7bda1a27ffe9e26943a7964 device-mapper-event-1.02.77-9.el6_4.3.i686.rpm
05a20b870da7917f87dc96c2e78581f6172cf21b07ab8c0a8a93c580a5b1e2c9 device-mapper-event-devel-1.02.77-9.el6_4.3.i686.rpm
66b622c8613c894029bfbd91dfdcb9c6c4b73cd9ac34c51080c0236c748a3c83 device-mapper-event-libs-1.02.77-9.el6_4.3.i686.rpm
e7d9e006dec02f85c6e96a43243e5faa576dfd1681ab3a85773e5fa9969c35df device-mapper-libs-1.02.77-9.el6_4.3.i686.rpm
d4892fb65734d69db76cbdc068f020cd7d57a7a6c6ecd830ad6ac459dfafff56 lvm2-2.02.98-9.el6_4.3.i686.rpm
797cd30c09e767f1d0ee6cdb619614e69b256e297cdf55462f44dedb73c5ae03 lvm2-cluster-2.02.98-9.el6_4.3.i686.rpm
ca4ba74f3845022f12860ed5eba23d0323cd0b8407a969fa3ea857ff4cd418a1 lvm2-devel-2.02.98-9.el6_4.3.i686.rpm
9bacf9832b22c36c34c4b92ed3c4d49f7d3b2766914ac0ac9b12d4bb7515425c lvm2-libs-2.02.98-9.el6_4.3.i686.rpm

x86_64:
d4e1f0a6e46ac7e86f6624f15ad4271ce51be7eb40d35fc36592525e246cdaf6 cmirror-2.02.98-9.el6_4.3.x86_64.rpm
657a64406e6d2726e24c9c097720945a02934d190739402f941d6d825d7b8f4d device-mapper-1.02.77-9.el6_4.3.x86_64.rpm
9333086c9884b188f8f7500691a92f8d4403c6c61e81997c4789d988aa643ac2 device-mapper-devel-1.02.77-9.el6_4.3.i686.rpm
d0adb6d829ecae82d58dd6edd95fe8aed41fb1e7cadfb53f615cde0f959f36b0 device-mapper-devel-1.02.77-9.el6_4.3.x86_64.rpm
e88a36adbf1eaf2840efc0b618cd6efc20a8e28b6da9feb2da1407db714179d0 device-mapper-event-1.02.77-9.el6_4.3.x86_64.rpm
05a20b870da7917f87dc96c2e78581f6172cf21b07ab8c0a8a93c580a5b1e2c9 device-mapper-event-devel-1.02.77-9.el6_4.3.i686.rpm
1dd4869314116e2e078abfc825b87cc50cd4d4d0a63ebdc5676fca792b9b0e60 device-mapper-event-devel-1.02.77-9.el6_4.3.x86_64.rpm
66b622c8613c894029bfbd91dfdcb9c6c4b73cd9ac34c51080c0236c748a3c83 device-mapper-event-libs-1.02.77-9.el6_4.3.i686.rpm
4db96cc287fbb652572955a5cef45f2a2fca9418a88cc0a9bec3a76691cf8c88 device-mapper-event-libs-1.02.77-9.el6_4.3.x86_64.rpm
e7d9e006dec02f85c6e96a43243e5faa576dfd1681ab3a85773e5fa9969c35df device-mapper-libs-1.02.77-9.el6_4.3.i686.rpm
de142a79204011255d35ce3031d4e6325a64776cbf369d4c9ad8d2fc1d7710ff device-mapper-libs-1.02.77-9.el6_4.3.x86_64.rpm
8fa97478975c6f3f3afc461bef2274c1ac6273c991d34c0cc023ef765d9be1ea lvm2-2.02.98-9.el6_4.3.x86_64.rpm
bc6744f858cf6607a6efb4b3cbd985f07bdd676d9147e9e956ca08ef565b7311 lvm2-cluster-2.02.98-9.el6_4.3.x86_64.rpm
ca4ba74f3845022f12860ed5eba23d0323cd0b8407a969fa3ea857ff4cd418a1 lvm2-devel-2.02.98-9.el6_4.3.i686.rpm
3e07834f92a6785bc4f1b8ac5e5709e6336b6b24eb03c42c88a906ad1b314874 lvm2-devel-2.02.98-9.el6_4.3.x86_64.rpm
9bacf9832b22c36c34c4b92ed3c4d49f7d3b2766914ac0ac9b12d4bb7515425c lvm2-libs-2.02.98-9.el6_4.3.i686.rpm
b676643d3f10a1513b5a87ccaad8bdd3cc72f7df38c52707158af9d386ebe05a lvm2-libs-2.02.98-9.el6_4.3.x86_64.rpm

Source:
d831861cb6943b5e04c2ecde9e286614aeff471e199f7f33723c4ce188ba893f lvm2-2.02.98-9.el6_4.3.src.rpm



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

_______________________________________________
CentOS-announce mailing list
CentOS-announce@centos.org
http://lists.centos.org/mailman/listinfo/centos-announce