- security fix for rhbz 1450956. --------------------------------------------------------------------------------Fedora Update Notification FEDORA-2017-40a6d19c7b 2017-05-25 19:36:40.049877 --------------------------------------------------------------------------------Name : FlightCrew Product : Fedora 25 Version : 0.9.1 Release : 7.fc25 URL : https://sigil-ebook.com/ Summary : EPUB validator Description : FlightCrew is a C++ epub validator. --------------------------------------------------------------------------------Update Information: - security fix for rhbz 1450956 --------------------------------------------------------------------------------References: [ 1 ] Bug #1450956 - FlightCrew: Insecure use of /tmp https://bugzilla.redhat.com/show_bug.cgi?id=1450956 --------------------------------------------------------------------------------This update can be installed with the "dnf" update program. Use su -c 'dnf upgrade FlightCrew' at the command line. For more information, refer to the dnf documentation available at https://dnf.readthedocs.io/en/latest/command_ref.html All packages are signed with the Fedora Project GPG key. More details on the GPG keys used by the Fedora Project can be found at https://fedoraproject.org/security/ -------------------------------------------------------------------------------- _______________________________________________ package-announce mailing list --
* CVE-2015-4037: insecure temporary file use in /net/slirp.c (bz #1222894). -------------------------------------------------------------------------------- Fedora Update Notification FEDORA-2015-9601 2015-06-07 09:00:37 -------------------------------------------------------------------------------- Name : qemu Product : Fedora 22 Version : 2.3.0 Release : 5.fc22 URL : https://www.qemu.org/ Summary : QEMU is a FAST! processor emulator Description : QEMU is a generic and open source processor emulator which achieves a good emulation speed by using dynamic translation. QEMU has two operating modes: * Full system emulation. In this mode, QEMU emulates a full system (for example a PC), including a processor and various peripherials. It can be used to launch different Operating Systems without rebooting the PC or to debug system code. * User mode emulation. In this mode, QEMU can launch Linux processes compiled for one CPU on another CPU. As QEMU requires no host kernel patches to run, it is safe and easy to use. -------------------------------------------------------------------------------- Update Information: * CVE-2015-4037: insecure temporary file use in /net/slirp.c (bz #1222894) -------------------------------------------------------------------------------- ChangeLog: * Fri Jun 5 2015 Cole Robinson - 2:2.3.0-5 - CVE-2015-4037: insecure temporary file use in /net/slirp.c (bz #1222894) * Wed May 13 2015 Cole Robinson - 2:2.3.0-4 - CVE-2015-3456: (VENOM) fdc: out-of-bounds fifo buffer memory access (bz -------------------------------------------------------------------------------- References: [ 1 ] Bug #1222892 - CVE-2015-4037 qemu: insecure temporary file use in /net/slirp.c https://bugzilla.redhat.com/show_bug.cgi?id=1222892 -------------------------------------------------------------------------------- This update can be installed with the "yum" update program. Use su -c 'yum update qemu' at the command line. For more information, referto "Managing Software with yum", available at . All packages are signed with the Fedora Project GPG key. More details on the GPG keys used by the Fedora Project can be found at https://fedoraproject.org/security/ -------------------------------------------------------------------------------- _______________________________________________ package-announce mailing list
An updated rgmanager package that fixes multiple security issues and several bugs is now available for Red Hat Cluster Suite 4. The Red Hat Security Response Team has rated this update as having low security impact. Common Vulnerability Scoring System (CVSS) base scores,. -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 ==================================================================== Red Hat Security Advisory Synopsis: Low: rgmanager security and bug fix update Advisory ID: RHSA-2011:0264-01 Product: Red Hat Cluster Suite Advisory URL: https://access.redhat.com/errata/RHSA-2011:0264.html Issue date: 2011-02-16 CVE Names: CVE-2008-6552 CVE-2010-3389 ==================================================================== 1. Summary: An updated rgmanager package that fixes multiple security issues and several bugs is now available for Red Hat Cluster Suite 4. The Red Hat Security Response Team has rated this update as having low security impact. Common Vulnerability Scoring System (CVSS) base scores, which give detailed severity ratings, are available for each vulnerability from the CVE links in the References section. 2. Relevant releases/architectures: Red Hat Cluster Suite 4AS - i386, ia64, ppc, x86_64 Red Hat Cluster Suite 4ES - i386, ia64, x86_64 Red Hat Cluster Suite 4WS - i386, ia64, x86_64 3. Description: The rgmanager package contains the Red Hat Resource Group Manager, which provides high availability for critical server applications. Multiple insecure temporary file use flaws were discovered in rgmanager and various resource scripts run by rgmanager. A local attacker could use these flaws to overwrite an arbitrary file writable by the rgmanager process (i.e. user root) with the output of rgmanager or a resource agent via a symbolic link attack. (CVE-2008-6552) It was discovered that certain resource agent scripts set the LD_LIBRARY_PATH environment variable to an insecure value containing empty path elements. A local user able totrick a user running those scripts to run them while working from an attacker-writable directory could use this flaw to escalate their privileges via a specially-crafted dynamic library. (CVE-2010-3389) Red Hat would like to thank Raphael Geissert for reporting the CVE-2010-3389 issue. This update also fixes the following bugs: * Previously, starting threads could incorrectly include a reference to an exited thread if that thread exited when rgmanager received a request to start a new thread. Due to this issue, the new thread did not retry and entered an infinite loop. This update ensures that new threads do not reference old threads. Now, new threads no longer enter an infinite loop in which the rgmanager enables and disables services without failing gracefully. (BZ#502872) * Previously, nfsclient.sh left temporary nfsclient-status-cache-$$ files in /tmp/. (BZ#506152) * Previously, the function local_node_name in /resources/utils/member_util.sh did not correctly check whether magma_tool failed. Due to this issue, empty strings could be returned. This update checks the input and rejects empty strings. (BZ#516758) * Previously, the file system agent could kill a process when an application used a mount point with a similar name to a mount point managed by rgmanager using force_unmount. With this update, the file system agent kills only the processes that access the mount point managed by rgmanager. (BZ#555901) * Previously, simultaneous execution of "lvchange --deltag" from /etc/init.d/rgmanager caused a checksum error on High Availability Logical Volume Manager (HA-LVM). With this update, ownership of LVM tags is checked before removing them. (BZ#559582) * Previously, the isAlive check could fail if two nodes used the same file name. With this update, the isAlive function prevents two nodes from using the same file name. (BZ#469815) * Previously, the S/Lang code could lead to unwanted S/Lang stack leaks during event processing. (BZ#507430) All users of rgmanager are advised to upgrade to this updatedpackage, which corrects these issues. 4. Solution: Before applying this update, make sure all previously-released errata relevant to your system have been applied. This update is available via the Red Hat Network. Details on how to use the Red Hat Network to apply this update are available at 5. Bugs fixed (http://bugzilla.redhat.com/): 469815 - clurgmgrd[15993]: status on clusterfs "gfs" returned 1 (generic error) 498985 - rgmanager is affected by several symlink attack vulnerabilities 506152 - nfsclient.sh leaves temporary files /tmp/nfsclient-status-cache-$$ 507430 - S/Lang stack / memory leaks 516758 - rgmanager: local_node_name does not check if magma_tool failed. 519436 - CVE-2008-6552 cman, gfs2-utils, rgmanager: multiple insecure temporary file use issues 555901 - fs.sh can kill processes that are not on the mount point which is being unmounted 639044 - CVE-2010-3389 rgmanager: insecure library loading vulnerability 6. Package List: Red Hat Cluster Suite 4AS: Source: i386: rgmanager-1.9.88-2.el4.i386.rpm rgmanager-debuginfo-1.9.88-2.el4.i386.rpm ia64: rgmanager-1.9.88-2.el4.ia64.rpm rgmanager-debuginfo-1.9.88-2.el4.ia64.rpm ppc: rgmanager-1.9.88-2.el4.ppc64.rpm rgmanager-debuginfo-1.9.88-2.el4.ppc64.rpm x86_64: rgmanager-1.9.88-2.el4.x86_64.rpm rgmanager-debuginfo-1.9.88-2.el4.x86_64.rpm Red Hat Cluster Suite 4ES: Source: i386: rgmanager-1.9.88-2.el4.i386.rpm rgmanager-debuginfo-1.9.88-2.el4.i386.rpm ia64: rgmanager-1.9.88-2.el4.ia64.rpm rgmanager-debuginfo-1.9.88-2.el4.ia64.rpm x86_64: rgmanager-1.9.88-2.el4.x86_64.rpm rgmanager-debuginfo-1.9.88-2.el4.x86_64.rpm Red Hat Cluster Suite 4WS: Source: i386: rgmanager-1.9.88-2.el4.i386.rpm rgmanager-debuginfo-1.9.88-2.el4.i386.rpm ia64: rgmanager-1.9.88-2.el4.ia64.rpm rgmanager-debuginfo-1.9.88-2.el4.ia64.rpm x86_64: rgmanager-1.9.88-2.el4.x86_64.rpm rgmanager-debuginfo-1.9.88-2.el4.x86_64.rpm These packages are GPG signed by Red Hat for security. Our key and details on how to verify the signature are availablefrom https://access.redhat.com/security/team/key/#package 7. References: https://access.redhat.com/security/cve/CVE-2008-6552 https://access.redhat.com/security/cve/CVE-2010-3389 https://access.redhat.com/security/updates/classification/#low 8. Contact: The Red Hat security contact is . More contact details at https://access.redhat.com/security/team/contact/ Copyright 2011 Red Hat, Inc. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.4 (GNU/Linux) iD8DBQFNW/CaXlSAg2UNWIIRAonpAJ9BaU7Y+6qXzBY5oiQ4PgQFDpQrMQCgrrAw g+llk7ovrBjO2zjH2U/tuSg=lug0 -----END PGP SIGNATURE----- -- Enterprise-watch-list mailing list
An insecure temporary file usage has been reported in Screenie, allowing for symlink attacks.. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Gentoo Linux Security Advisory GLSA 200909-09 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - https://security.gentoo.org/ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Severity: Normal Title: Screenie: Insecure temporary file usage Date: September 09, 2009 Bugs: #250476 ID: 200909-09 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Synopsis ======= An insecure temporary file usage has been reported in Screenie, allowing for symlink attacks. Background ========= Screenie is a small screen frontend that is designed to be a session handler. Affected packages ================ ------------------------------------------------------------------- Package / Vulnerable / Unaffected ------------------------------------------------------------------- 1 app-misc/screenie < 1.30.0-r1 > = 1.30.0-r1 Description ========== Dmitry E. Oboukhov reported that Screenie does not handle "/tmp/.screenie.#####" temporary files securely. Impact ===== A local attacker could perform symlink attacks to overwrite arbitrary files with the privileges of the user running the application. Workaround ========= There is no known workaround at this time. Resolution ========= All Screenie users should upgrade to the latest version: # emerge --sync # emerge --ask --oneshot --verbose =app-misc/screenie-1.30.0-r1 References ========= [ 1 ] CVE-2008-5371 https://www.cve.org/CVERecord?id=CVE-2008-5371 Availability =========== This GLSA and any updates to it are available for viewing at the Gentoo Security Website: https://security.gentoo.org/glsa/200909-09 Concerns? ======== Security is a primary focus of Gentoo Linuxand ensuring the confidentiality and security of our users machines is of utmost importance to us. Any security concerns should be addressed to
An insecure temporary file usage has been reported in Openswan, allowing for symlink attacks.. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Gentoo Linux Security Advisory GLSA 200903-18 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - https://security.gentoo.org/ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Severity: Normal Title: Openswan: Insecure temporary file creation Date: March 09, 2009 Bugs: #238574 ID: 200903-18 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Synopsis ======= An insecure temporary file usage has been reported in Openswan, allowing for symlink attacks. Background ========= Openswan is an implementation of IPsec for Linux. Affected packages ================ ------------------------------------------------------------------- Package / Vulnerable / Unaffected ------------------------------------------------------------------- 1 net-misc/openswan < 2.4.13-r2 > = 2.4.13-r2 Description ========== Dmitry E. Oboukhov reported that the IPSEC livetest tool does not handle the ipseclive.conn and ipsec.olts.remote.log temporary files securely. Impact ===== A local attacker could perform symlink attacks to execute arbitrary code and overwrite arbitrary files with the privileges of the user running the application. Workaround ========= There is no known workaround at this time. Resolution ========= All Openswan users should upgrade to the latest version: # emerge --sync # emerge --ask --oneshot --verbose "> =net-misc/openswan-2.4.13-r2" References ========= [ 1 ] CVE-2008-4190 https://www.cve.org/CVERecord?id=CVE-2008-4190 Availability =========== This GLSA and any updates to it are available for viewing at the Gentoo Security Website: https://security.gentoo.org/glsa/200903-18 Concerns? ======== Security is a primary focus of Gentoo Linux and ensuring the confidentiality and security of our users machines is of utmost importance to us. Any security concerns should be addressed to
An insecure temporary file usage has been reported in Scilab, allowing for symlink attacks.. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Gentoo Linux Security Advisory GLSA 200901-14 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - https://security.gentoo.org/ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Severity: Normal Title: Scilab: Insecure temporary file usage Date: January 21, 2009 Bugs: #245922 ID: 200901-14 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Synopsis ======= An insecure temporary file usage has been reported in Scilab, allowing for symlink attacks. Background ========= Scilab is a scientific software package for numerical computations. Affected packages ================ ------------------------------------------------------------------- Package / Vulnerable / Unaffected ------------------------------------------------------------------- 1 sci-mathematics/scilab < 4.1.2-r1 > = 4.1.2-r1 Description ========== Dmitry E. Oboukhov reported an insecure temporary file usage within the scilink, scidoc and scidem scripts. Impact ===== A local attacker could perform symlink attacks to overwrite arbitrary files with the privileges of the user running the application. Workaround ========= There is no known workaround at this time. Resolution ========= All Scilab users should upgrade to the latest version: # emerge --sync # emerge --ask --oneshot --verbose "> =sci-mathematics/scilab-4.1.2-r1" References ========= [ 1 ] CVE-2008-4983 https://www.cve.org/CVERecord?id=CVE-2008-4983 Availability =========== This GLSA and any updates to it are available for viewing at the Gentoo Security Website: https://security.gentoo.org/glsa/200901-14 Concerns? ======== Security is a primary focus of Gentoo Linux and ensuringthe confidentiality and security of our users machines is of utmost importance to us. Any security concerns should be addressed to
A vulnerability has been discovered in NVClock, allowing for the execution of arbitrary code.. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Gentoo Linux Security Advisory GLSA 200707-08 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - https://security.gentoo.org/ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Severity: Normal Title: NVClock: Insecure file usage Date: July 24, 2007 Bugs: #184071 ID: 200707-08 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Synopsis ======= A vulnerability has been discovered in NVClock, allowing for the execution of arbitrary code. Background ========= NVClock is an utility for changing NVidia graphic chipsets internal frequency. Affected packages ================ ------------------------------------------------------------------- Package / Vulnerable / Unaffected ------------------------------------------------------------------- 1 media-video/nvclock < 0.7-r2 > = 0.7-r2 Description ========== Tavis Ormandy of the Gentoo Linux Security Team discovered that NVClock makes usage of an insecure temporary file in the /tmp directory. Impact ===== A local attacker could create a specially crafted temporary file in /tmp to execute arbitrary code with the privileges of the user running NVCLock. Workaround ========= There is no known workaround at this time. Resolution ========= All NVClock users should upgrade to the latest version: # emerge --sync # emerge --ask --oneshot --verbose "> =media-video/nvclock-0.7-r2" References ========= [ 1 ] CVE-2007-3531 https://www.cve.org/CVERecord?id=CVE-2007-3531 Availability =========== This GLSA and any updates to it are available for viewing at the Gentoo Security Website: https://security.gentoo.org/glsa/200707-08 Concerns? ======== Security isa primary focus of Gentoo Linux and ensuring the confidentiality and security of our users machines is of utmost importance to us. Any security concerns should be addressed to
The Mono runtime implements a JIT engine for the ECMA CLI virtual machine (as well as a byte code interpreter, the class loader, the garbage collector, threading system and metadata access libraries. This advisory covers CVEID: CVE-2006-5072 Mono insecure temporary file usage. ---------------------------------------------------------------------Fedora Update Notification FEDORA-2006-1012 2006-10-06 ---------------------------------------------------------------------Product : Fedora Core 5 Name : mono Version : 1.1.13.7 Release : 2.fc5.1 Summary : a .NET runtime environment Description : The Mono runtime implements a JIT engine for the ECMA CLI virtual machine (as well as a byte code interpreter, the class loader, the garbage collector, threading system and metadata access libraries. ---------------------------------------------------------------------Update Information: CVE-2006-5072 Mono insecure temporary file usage ---------------------------------------------------------------------* Fri Oct 6 2006 Caolan McNamara - 1.1.13.7-2.fc5.1 - CVE-2006-5072 ---------------------------------------------------------------------This update can be downloaded from: df9e1ba65f385c528ed37852c54a12c388ab0a24 SRPMS/mono-1.1.13.7-2.fc5.1.src.rpm df9e1ba65f385c528ed37852c54a12c388ab0a24 noarch/mono-1.1.13.7-2.fc5.1.src.rpm 217c15b29c20b2107445c70c37f9c233a9b973a2 ppc/mono-web-1.1.13.7-2.fc5.1.ppc.rpm 67ebd9aadeb18e2e2cf3af4d8f32227518b72839 ppc/mono-data-sybase-1.1.13.7-2.fc5.1.ppc.rpm d1146d35f6fd8e22116c69384f2f83f1082594ce ppc/bytefx-data-mysql-1.1.13.7-2.fc5.1.ppc.rpm 4d61d3063289c8dfb2c45546d3348af8e04d669c ppc/mono-core-1.1.13.7-2.fc5.1.ppc.rpm 55ab8d9a081fc3a3028ec80731ea77b407f077a2 ppc/mono-devel-1.1.13.7-2.fc5.1.ppc.rpm cd29b353c5224cc60f777f6f2b9e01045a204895 ppc/mono-nunit-1.1.13.7-2.fc5.1.ppc.rpm 7abbd2e981ea61f8eb2fbd38f6e64226b817aecf ppc/ibm-data-db2-1.1.13.7-2.fc5.1.ppc.rpm 531636a6f13e82f53e48d0f7788cc43799915a8d ppc/mono-data-sqlite-1.1.13.7-2.fc5.1.ppc.rpm 31d3c9132c0a7c525a515b5e0226fd31de289384 ppc/mono-data-oracle-1.1.13.7-2.fc5.1.ppc.rpm 5337989d530fe33b75bbf2781cf626958b162691 ppc/mono-data-postgresql-1.1.13.7-2.fc5.1.ppc.rpm fb43b1dbe9cac23193ee930f49f87c424252d4b4 ppc/mono-basic-1.1.13.7-2.fc5.1.ppc.rpm d98face7d3879023886c80f702ebc432a252ed93 ppc/mono-data-1.1.13.7-2.fc5.1.ppc.rpm d209c321f83309e632c4fc8f08371cd82b662345 ppc/mono-extras-1.1.13.7-2.fc5.1.ppc.rpm 66db2b0e57c728a3a7a87196c4e77c7fec1389b1 ppc/mono-data-firebird-1.1.13.7-2.fc5.1.ppc.rpm f205b8995f3276b1c6d6f85b838a1070b7f7a238 ppc/debug/mono-debuginfo-1.1.13.7-2.fc5.1.ppc.rpm 2cb1c608983b74e3b5f43223b0c10ac49bd64bdb ppc/mono-locale-extras-1.1.13.7-2.fc5.1.ppc.rpm 89bb1b0ee6cdc44f8c1206fcb1360eb8a22e6f9d ppc/mono-jscript-1.1.13.7-2.fc5.1.ppc.rpm b607930ee0b97fb0c13183c8340ca86c242adaa9 ppc/mono-winforms-1.1.13.7-2.fc5.1.ppc.rpm cdf5fef63d9f7a0df30a5d1caf36a014132b662d x86_64/mono-data-1.1.13.7-2.fc5.1.x86_64.rpm 7b873fafe8ad9c687c8f8df12a591c460546c2c3 x86_64/ibm-data-db2-1.1.13.7-2.fc5.1.x86_64.rpm 84b2e2315599c8de15a4be3a673b7bed5b212f5b x86_64/mono-jscript-1.1.13.7-2.fc5.1.x86_64.rpm 1de58ded5df78cabff9f903edb0c66f1ab352fd1 x86_64/mono-extras-1.1.13.7-2.fc5.1.x86_64.rpm 9765a98e607bca74af9416e166778659eda08c23 x86_64/mono-basic-1.1.13.7-2.fc5.1.x86_64.rpm 7801b70a095bab0b3c4d52617bca6044023bbdc1 x86_64/debug/mono-debuginfo-1.1.13.7-2.fc5.1.x86_64.rpm fe780c587a8744731381878f1dd610a122960ced x86_64/mono-locale-extras-1.1.13.7-2.fc5.1.x86_64.rpm 1061188ea4a173a85dc882b8b64582d347f4a0a0 x86_64/mono-data-sqlite-1.1.13.7-2.fc5.1.x86_64.rpm 8ac5718880de62bfd3db9cc13ed5a9346925a001 x86_64/mono-web-1.1.13.7-2.fc5.1.x86_64.rpm fd35d6b21836c60243b87dba26d5fda9c29eb4e0 x86_64/mono-data-oracle-1.1.13.7-2.fc5.1.x86_64.rpm 4705908ecbd3da560f2dfd7722f36f612c3cb819 x86_64/mono-core-1.1.13.7-2.fc5.1.x86_64.rpm d664286c337b63e7ceb28e7f216008aa304697e4 x86_64/bytefx-data-mysql-1.1.13.7-2.fc5.1.x86_64.rpm 23037381c18e97b86e49226e5c95d42dfd5d356b x86_64/mono-data-sybase-1.1.13.7-2.fc5.1.x86_64.rpm d7147249b166f84a4b69f4c00c49e7b8b50e8b26 x86_64/mono-nunit-1.1.13.7-2.fc5.1.x86_64.rpm ffb608702c3fbc65853988be685a5ec4f1c7f82e x86_64/mono-data-postgresql-1.1.13.7-2.fc5.1.x86_64.rpm a1d63be0726a65583c5e30dc3a93974ba9af7bf8 x86_64/mono-winforms-1.1.13.7-2.fc5.1.x86_64.rpm e14eb1f6dae6ca593529757e67ab58c2357369d4 x86_64/mono-devel-1.1.13.7-2.fc5.1.x86_64.rpm c07b3a65bd2004ad5771350dee4c417c4a28d9dd x86_64/mono-data-firebird-1.1.13.7-2.fc5.1.x86_64.rpm 060f3c115b2b2b057817481b416fc1f63984e6d7 i386/mono-devel-1.1.13.7-2.fc5.1.i386.rpm 2e4fd13573e4bec3f403f0eb37a076cd767779eb i386/ibm-data-db2-1.1.13.7-2.fc5.1.i386.rpm c935f203124963af6a2f163104e4451f9b26632f i386/mono-data-sybase-1.1.13.7-2.fc5.1.i386.rpm cb9a0e898fb92dd94451b35b56748f5e18dbd06f i386/debug/mono-debuginfo-1.1.13.7-2.fc5.1.i386.rpm 1a51e85624e5db4aab7c523a67baec370d0d17f1 i386/bytefx-data-mysql-1.1.13.7-2.fc5.1.i386.rpm f9e08e9c56a66b187a41ae277e1ce367faaf3c20 i386/mono-data-1.1.13.7-2.fc5.1.i386.rpm b820d3c379ee86a3776eaa364c7a57303c090bbd i386/mono-core-1.1.13.7-2.fc5.1.i386.rpm 0dc5064cf254e1d45ae2210eaf5ad4f93d64bcfc i386/mono-data-firebird-1.1.13.7-2.fc5.1.i386.rpm 9ebcc896ac8238b84f879bedfeae5cf0668afe53 i386/mono-winforms-1.1.13.7-2.fc5.1.i386.rpm ecc415926ccaf7d08b903dcd39d739047ad1cfb3 i386/mono-extras-1.1.13.7-2.fc5.1.i386.rpm 4c9fd536d3803e1d2cc3072dfcddcb7a7091952f i386/mono-jscript-1.1.13.7-2.fc5.1.i386.rpm 44541e50490e54d1c2b42f6d7e10ef256f6e922f i386/mono-data-sqlite-1.1.13.7-2.fc5.1.i386.rpm 9d571658dc8b9089350e2ccb0d450bf611975f08 i386/mono-nunit-1.1.13.7-2.fc5.1.i386.rpm 636e0ed556b0eb4ccd1076d0b2e492186bea0a63 i386/mono-data-postgresql-1.1.13.7-2.fc5.1.i386.rpm e4aee1707cd131f743af8a84773167c500e8994a i386/mono-locale-extras-1.1.13.7-2.fc5.1.i386.rpm bff2af1d1c35caff0096b08ea352bde726de3bca i386/mono-data-oracle-1.1.13.7-2.fc5.1.i386.rpm cdf662e39644e9c2ffb7f93d33abe5888638d826 i386/mono-basic-1.1.13.7-2.fc5.1.i386.rpm a0e3fe6db21a639be848b2a899382549473a2d95 i386/mono-web-1.1.13.7-2.fc5.1.i386.rpm This update can be installed with the 'yum' update program. Use 'yum update package-name' at the command line. For more information, refer to 'Managing Software with yum,' available at . ---------------------------------------------------------------------_______________________________________________ Fedora-package-announce mailing list
Get the latest Linux and open source security news straight to your inbox.