Fedora Linux 9408 Published by Philipp Esselbach 0

A cman-kernel update has been released for Fedora Core 4

---------------------------------------------------------------------
Fedora Update Notification
FEDORA-2005-533
2005-07-11
---------------------------------------------------------------------

Product : Fedora Core 4
Name : cman-kernel
Version : 2.6.11.5
Release : 20050601.152643.FC4.8
Summary : cman-kernel - The Cluster Manager kernel modules
Description :
cman-kernel - The Cluster Manager kernel modules

Fedora Linux 9408 Published by Philipp Esselbach 0

An updated gnbd-kernel package has been released for Fedora Core 4

---------------------------------------------------------------------
Fedora Update Notification
FEDORA-2005-532
2005-07-11
---------------------------------------------------------------------

Product : Fedora Core 4
Name : gnbd-kernel
Version : 2.6.11.2
Release : 20050420.133124.FC4.42
Summary : gnbd-kernel - The kernel module for GFS's Network Block Device
Description :
gnbd-kernel - The kernel module for GFS's Network Block Device

Fedora Linux 9408 Published by Philipp Esselbach 0

A new dlm-kernel package has been released for Fedora Core 4

---------------------------------------------------------------------
Fedora Update Notification
FEDORA-2005-531
2005-07-11
---------------------------------------------------------------------

Product : Fedora Core 4
Name : dlm-kernel
Version : 2.6.11.5
Release : 20050601.152643.FC4.9
Summary : dlm-kernel - The Distributed Lock Manager kernel modules.
Description :
dlm-kernel - The Distributed Lock Manager kernel modules.

Fedora Linux 9408 Published by Philipp Esselbach 0

New kdegraphics packages are available for Fedora Core 4

---------------------------------------------------------------------
Fedora Update Notification
FEDORA-2005-529
2005-07-11
---------------------------------------------------------------------

Product : Fedora Core 4
Name : kdegraphics
Version : 3.4.1
Release : 0.fc4.2
Summary : K Desktop Environment - Graphics Applications
Description :
Graphics applications for the K Desktop Environment.

Includes:
kdvi (displays TeX .dvi files)
kfax (displays faxfiles)
kghostview (displays postscript files)
kcoloredit (palette editor and color chooser)
kamera (digital camera support)
kiconedit (icon editor)
kpaint (a simple drawing program)
ksnapshot (screen capture utility)
kview (image viewer for GIF, JPEG, TIFF, etc.)
kuickshow (quick picture viewer)
kooka (scanner application)
kruler (screen ruler and color measurement tool)

Fedora Linux 9408 Published by Philipp Esselbach 0

A new kernel package is avaiable for Fedora Core 4

---------------------------------------------------------------------
Fedora Update Notification
FEDORA-2005-528
2005-07-07
---------------------------------------------------------------------

Product : Fedora Core 4
Name : kernel
Version : 2.6.12
Release : 1.1390_FC4
Summary : The Linux kernel (the core of the Linux operating system)
Description :
The kernel package contains the Linux kernel (vmlinuz), the core of any Linux operating system. The kernel handles the basic functions of the operating system: memory allocation, process allocation, device input and output, etc.

Fedora Linux 9408 Published by Philipp Esselbach 0

A selinux-policy-targeted update has been released for Fedora Core 4

---------------------------------------------------------------------
Fedora Update Notification
FEDORA-2005-513
2005-07-07
---------------------------------------------------------------------

Product : Fedora Core 4
Name : selinux-policy-targeted
Version : 1.24
Release : 3
Summary : SELinux targeted policy configuration
Description :
Security-enhanced Linux is a patch of the Linux:registered: kernel and a number of utilities with enhanced security functionality designed to add mandatory access controls to Linux. The Security-enhanced Linux kernel contains new architectural components originally developed to improve the security of the Flask operating system. These architectural components provide general support for the enforcement of many kinds of mandatory access control policies, including those based on the concepts of Type Enforcement:registered:, Role-based Access Control, and Multi-level Security.

This package contains the SELinux example policy configuration along with the Flask configuration information and the application configuration files.

Fedora Linux 9408 Published by Philipp Esselbach 0

A grep update has been released for Fedora Core 4

---------------------------------------------------------------------
Fedora Update Notification
FEDORA-2005-487
2005-07-07
---------------------------------------------------------------------

Product : Fedora Core 4
Name : grep
Version : 2.5.1

Release : 48.2

Summary : The GNU versions of grep pattern matching utilities.
Description :
The GNU versions of commonly used grep utilities. Grep searches through textual input for lines which contain a match to a specified pattern and then prints the matching lines. GNU's grep utilities include grep, egrep and fgrep.

You should install grep on your system, because it is a very useful utility for searching through text.

Fedora Linux 9408 Published by Philipp Esselbach 0

A zlib security update is available for Fedora Core 4

---------------------------------------------------------------------
Fedora Update Notification
FEDORA-2005-523
2005-07-07
---------------------------------------------------------------------

Product : Fedora Core 4
Name : zlib
Version : 1.2.2.2
Release : 4.fc4
Summary : The zlib compression and decompression library.
Description :
Zlib is a general-purpose, patent-free, lossless data compression library which is used by many different programs.

Fedora Linux 9408 Published by Philipp Esselbach 0

A zlib security update is available for Fedora Core 3

---------------------------------------------------------------------
Fedora Update Notification
FEDORA-2005-524
2005-07-07
---------------------------------------------------------------------

Product : Fedora Core 3
Name : zlib
Version : 1.2.1.2
Release : 2.fc3
Summary : The zlib compression and decompression library.
Description :
Zlib is a general-purpose, patent-free, lossless data compression library which is used by many different programs.

Fedora Linux 9408 Published by Philipp Esselbach 0

A system-config-nfs update has been released for Fedora Core 4

---------------------------------------------------------------------
Fedora Update Notification
FEDORA-2005-525
2005-07-07
---------------------------------------------------------------------

Product : Fedora Core 4
Name : system-config-nfs
Version : 1.3.11
Release : 0.fc4.1
Summary : NFS server configuration tool
Description :
system-config-nfs is a graphical user interface for creating, modifying, and deleting nfs shares.

Fedora Linux 9408 Published by Philipp Esselbach 0

A lucene update has been released for Fedora Coore 4

---------------------------------------------------------------------
Fedora Update Notification
FEDORA-2005-521
2005-07-05
---------------------------------------------------------------------

Product : Fedora Core 4
Name : lucene
Version : 1.4.3
Release : 1jpp_3fc
Summary : High-performance, full-featured text search engine
Description :
Jakarta Lucene is a high-performance, full-featured text search engine written entirely in Java. It is a technology suitable for nearly any application that requires full-text search, especially cross-platform.

Fedora Linux 9408 Published by Philipp Esselbach 0

A javacc update has been released for Fedora Core 4

---------------------------------------------------------------------
Fedora Update Notification
FEDORA-2005-520
2005-07-05
---------------------------------------------------------------------

Product : Fedora Core 4
Name : javacc
Version : 3.2
Release : 1jpp_2fc
Summary : A parser/scanner generator for java
Description :
Java Compiler Compiler (JavaCC) is the most popular parser generator for use with Java applications. A parser generator is a tool that reads a grammar specification and converts it to a Java program that can recognize matches to the grammar. In addition to the parser generator itself, JavaCC provides other standard capabilities related to parser generation such as tree building (via a tool called JJTree included with JavaCC), actions, debugging, etc.

Fedora Linux 9408 Published by Philipp Esselbach 0

A gjdoc update has been released for Fedora Core 4

---------------------------------------------------------------------
Fedora Update Notification
FEDORA-2005-519
2005-07-05
---------------------------------------------------------------------

Product : Fedora Core 4
Name : gjdoc
Version : 0.7.5
Release : 3
Summary : GNU Javadoc
Description :
A documentation generation system for "javadoc"-style comments.

Fedora Linux 9408 Published by Philipp Esselbach 0

A PHP security update is available for Fedora Core 4

---------------------------------------------------------------------
Fedora Update Notification
FEDORA-2005-518
2005-07-05
---------------------------------------------------------------------

Product : Fedora Core 4
Name : php
Version : 5.0.4

Release : 10.3

Summary : The PHP HTML-embedded scripting language. (PHP: Hypertext Pre processor)
Description :
PHP is an HTML-embedded scripting language. PHP attempts to make it easy for developers to write dynamically generated webpages. PHP also offers built-in database integration for several commercial and non-commercial database management systems, so writing a database-enabled webpage with PHP is fairly simple. The most common use of PHP coding is probably as a replacement for CGI scripts. The mod_php module enables the Apache Web server to understand and process the embedded PHP language in Web pages.

Fedora Linux 9408 Published by Philipp Esselbach 0

A PHP security update is available for Fedora Core 3

---------------------------------------------------------------------
Fedora Update Notification
FEDORA-2005-517
2005-07-05
---------------------------------------------------------------------

Product : Fedora Core 3
Name : php
Version : 4.3.11

Release : 2.6

Summary : The PHP HTML-embedded scripting language. (PHP: Hypertext Pre processor)
Description :
PHP is an HTML-embedded scripting language. PHP attempts to make it easy for developers to write dynamically generated webpages. PHP also offers built-in database integration for several commercial and non-commercial database management systems, so writing a database-enabled webpage with PHP is fairly simple. The most common use of PHP coding is probably as a replacement for CGI scripts. The mod_php module enables the Apache Web server to understand and process the embedded PHP language in Web pages.

Fedora Linux 9408 Published by Philipp Esselbach 0

Updated kdenetwork packages are available for Fedora Core 3

---------------------------------------------------------------------
Fedora Update Notification
FEDORA-2005-516
2005-07-05
---------------------------------------------------------------------

Product : Fedora Core 3
Name : kdenetwork
Version : 3.3.1
Release : 3.1
Summary : K Desktop Environment - Network Applications
Description :
Networking applications for the K Desktop Environment.

Fedora Linux 9408 Published by Philipp Esselbach 0

A kdeartwork update has been released for Fedora Core 4

---------------------------------------------------------------------
Fedora Update Notification
FEDORA-2005-515
2005-07-05
---------------------------------------------------------------------

Product : Fedora Core 4
Name : kdeartwork
Version : 3.4.1
Release : 0.fc4.2
Summary : Additional artwork (themes, sound themes, ...) for KDE
Description : Additional artwork (themes, sound themes, screensavers
...) for KDE

Fedora Linux 9408 Published by Philipp Esselbach 0

A kdevelop update has been released for Fedora Core 4

---------------------------------------------------------------------
Fedora Update Notification
FEDORA-2005-514
2005-07-05
---------------------------------------------------------------------

Product : Fedora Core 4
Name : kdevelop
Version : 3.2.1
Release : 0.fc4.2
Summary : Integrated Development Environment for C++/C
Description :
The KDevelop Integrated Development Environment provides many features that developers need as well as providing a unified interface to programs like gdb, the C/C++ compiler, and make. KDevelop manages or provides:

All development tools needed for C++ programming like Compiler, Linker, automake and autoconf; KAppWizard, which generates complete, ready-to-go sample applications; Classgenerator, for creating new classes and integrating them into the current project; File management for sources, headers, documentation etc. to be included in the project; The creation of User-Handbooks written with SGML and the automatic generation of HTML-output with the KDE look and feel; Automatic HTML-based API-documentation for your project's classes with cross-references to the used libraries; Internationalization support for your application, allowing translators to easily add their target language to a project;

KDevelop also includes WYSIWYG (What you see is what you get)-creation of user interfaces with a built-in dialog editor; Debugging your application by integrating KDbg; Editing of project-specific pixmaps with KIconEdit; The inclusion of any other program you need for development by adding it to the "Tools"-menu according to your individual needs.