--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2009-0267
2009-08-11 20:14:22
--------------------------------------------------------------------------------
Name : php-PHPMailer
Product : Fedora EPEL 5
Version : 5.0.2
Release : 3.el5
URL : http://phpmailer.worxware.com/
Summary : PHP email transport class with a lot of features
Description :
Full Featured Email Transfer Class for PHP. PHPMailer features:
* Supports emails digitally signed with S/MIME encryption!
* Supports emails with multiple TOs, CCs, BCCs and REPLY-TOs
* Works on any platform.
* Supports Text & HTML emails.
* Embedded image support.
* Multipart/alternative emails for mail clients that do not read
HTML email.
* Flexible debugging.
* Custom mail headers.
* Redundant SMTP servers.
* Support for 8bit, base64, binary, and quoted-printable encoding.
* Word wrap.
* Multiple fs, string, and binary attachments (those from database,
string, etc).
* SMTP authentication.
* Tested on multiple SMTP servers: Sendmail, qmail, Postfix, Gmail,
Imail, Exchange, etc.
* Good documentation, many examples included in download.
* It's swift, small, and simple.
--------------------------------------------------------------------------------
Update Information:
Full Featured Email Transfer Class for PHP. PHPMailer features: *
Supports emails digitally signed with S/MIME encryption! * Supports emails
with multiple TOs, CCs, BCCs and REPLY-TOs * Works on any platform. *
Supports Text & HTML emails. * Embedded image support. *
Multipart/alternative emails for mail clients that do not read HTML
email. * Flexible debugging. * Custom mail headers. * Redundant
SMTP servers. * Support for 8bit, base64, binary, and quoted-printable
encoding. * Word wrap. * Multiple fs, string, and binary attachments
(those from database, string, etc). * SMTP authentication. *
Tested on multiple SMTP servers: Sendmail, qmail, Postfix, Gmail, Imail,
Exchange, etc. * Good documentation, many examples included in download.
* It's swift, small, and simple.
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #505356 - Review Request: php-PHPMailer - PHP email transport class with a lot of features
https://bugzilla.redhat.com/show_bug.cgi?id=505356
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update php-PHPMailer' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2009-0153
2009-07-29 22:24:57
--------------------------------------------------------------------------------
Name : php-pear-Net-Sieve
Product : Fedora EPEL 5
Version : 1.1.7
Release : 1.el5
URL : http://pear.php.net/package/Net_Sieve
Summary : Communication with timsieved
Description :
Provides an API to talk to the timsieved server that comes with Cyrus IMAPd.
Can be used to install, remove, mark active, etc sieve scripts.
--------------------------------------------------------------------------------
Update Information:
Initial import in EPEL Provides an API to talk to the timsieved server that
comes with Cyrus IMAPd. Can be used to install, remove, mark active, etc sieve
scripts.
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update php-pear-Net-Sieve' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2009-0271
2009-08-11 20:14:27
--------------------------------------------------------------------------------
Name : php-pear-Log
Product : Fedora EPEL 5
Version : 1.11.5
Release : 1.el5
URL : http://pear.php.net/package/Log
Summary : Abstracted logging facility for PHP
Description :
The Log framework provides an abstracted logging system.
It supports logging to console, file, syslog, SQL, Sqlite, mail, and mcal
targets. It also provides a subject - observer mechanism.
php-pear-Log can optionally use package "php-pear-DB" (version >= 1.3)
and "php-pear-MDB2" (version >= 2.0.0RC1).
--------------------------------------------------------------------------------
Update Information:
Package changelog - rename Log.xml to php-pear-Log.xml (PHP Guidelines)
Upstream changelog version 1.11.5 - The class name is now reported correctly
when the shortcut functions are used. (Bug #16452) Upstream changelog version
1.11.4 - The window handler now works when output buffering is enabled. (Bug
15379) - The window handler will now scroll to the bottom when clicked. (Kevin
Wood)
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update php-pear-Log' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2009-0288
2009-08-18 00:09:58
--------------------------------------------------------------------------------
Name : imapsync
Product : Fedora EPEL 5
Version : 1.286
Release : 1.el5
URL : http://freshmeat.net/projects/imapsync/
Summary : Tool to migrate email between IMAP servers
Description :
imapsync is a tool for facilitating incremental recursive IMAP
transfers from one mailbox to another. It is useful for mailbox migration,
and reduces the amount of data transferred by only copying messages that
are not present on both servers. Read, unread, and deleted flags are preserved,
and the process can be stopped and resumed. The original messages can
optionally be deleted after a successful transfer.
--------------------------------------------------------------------------------
Update Information:
Update to imapsync 1.286
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update imapsync' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2009-0147
2009-07-29 22:24:49
--------------------------------------------------------------------------------
Name : php-pear-Event-Dispatcher
Product : Fedora EPEL 5
Version : 1.1.0
Release : 1.el5
URL : http://pear.php.net/package/Event_Dispatcher
Summary : Dispatch notifications using PHP callbacks
Description :
The Event_Dispatcher acts as a notification dispatch table.
It is used to notify other objects of interesting things. This
information is encapsulated in Event_Notification objects. Client
objects register themselves with the Event_Dispatcher as observers of
specific notifications posted by other objects. When an event occurs,
an object posts an appropriate notification to the Event_Dispatcher.
The Event_Dispatcher dispatches a message to each registered
observer, passing the notification as the sole argument.
--------------------------------------------------------------------------------
Update Information:
Packaging improvment (upstream + RPM) - Swapped to package 2.0 - Swapped to
PHPUnit 3 - rename Event_Dispatcher.xml to php-pear-Event-Dispatcher.xml
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update php-pear-Event-Dispatcher' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2009-0269
2009-08-11 20:14:25
--------------------------------------------------------------------------------
Name : php-pear-Auth-SASL
Product : Fedora EPEL 5
Version : 1.0.3
Release : 1.el5
URL : http://pear.php.net/package/Auth_SASL
Summary : Abstraction of various SASL mechanism responses
Description :
Provides code to generate responses to common SASL mechanisms, including:
o Digest-MD5
o CramMD5
o Plain
o Anonymous
o Login (Pseudo mechanism)
--------------------------------------------------------------------------------
Update Information:
Upstream Changelog QA release * Move SVN to proper directory structure
[cweiske] * Fix Bug #8775: Error in package.xml * Fix Bug #14671: Security
issue due to seeding random number generator [cweiske]
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update php-pear-Auth-SASL' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2009-0272
2009-08-11 20:14:28
--------------------------------------------------------------------------------
Name : potrace
Product : Fedora EPEL 5
Version : 1.8
Release : 4.el5
URL : http://potrace.sourceforge.net
Summary : Transform bitmaps into vector graphics
Description :
Potrace is a utility for tracing a bitmap, which means, transforming a bitmap
into a smooth, scalable image. The input is a bitmap (PBM, PGM, PPM, or BMP
format), and the default output is an encapsulated PostScript file (EPS).
A typical use is to create EPS files from scanned data, such as company or
university logos, handwritten notes, etc. The resulting image is not "jaggy"
like a bitmap, but smooth. It can then be rendered at any resolution.
Potrace can currently produce the following output formats: EPS, PostScript,
PDF, SVG (scalable vector graphics), Xfig, Gimppath, and PGM (for easy
antialiasing). Additional backends might be added in the future.
Mkbitmap is a program distributed with Potrace which can be used to pre-process
the input for better tracing behavior on greyscale and color images.
--------------------------------------------------------------------------------
Update Information:
First release in Fedora.
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #515206 - Review Request: potrace - Transform bitmaps into vector graphics
https://bugzilla.redhat.com/show_bug.cgi?id=515206
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update potrace' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2009-0275
2009-08-12 19:28:12
--------------------------------------------------------------------------------
Name : pymssql
Product : Fedora EPEL 5
Version : 1.0.2
Release : 1.el5
URL : http://pymssql.sourceforge.net/
Summary : A simple database interface to MS-SQL for Python
Description :
pymssql is the Python language extension module that provides access to
Microsoft SQL Servers from Python scripts. It is compliant with Python
DB-API 2.0 Specification.
--------------------------------------------------------------------------------
Update Information:
No ABI changes. Fixes critical bug however.
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #516917 - Some queries overwritten with binary garbage
https://bugzilla.redhat.com/show_bug.cgi?id=516917
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update pymssql' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2009-0193
2009-08-05 03:10:25
--------------------------------------------------------------------------------
Name : mydns
Product : Fedora EPEL 5
Version : 1.2.8.27
Release : 3.el5
URL : http://mydns-ng.com/
Summary : A Database based DNS server
Description :
A nameserver that serves records directly from your database.
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update mydns' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2009-0266
2009-08-11 20:14:20
--------------------------------------------------------------------------------
Name : perl-Net-Jabber
Product : Fedora EPEL 5
Version : 2.0
Release : 10.el5
URL : http://search.cpan.org/dist/Net-Jabber/
Summary : Net::Jabber - Jabber Perl Library
Description :
Net::Jabber provides a Perl user with access to the Jabber Instant
Messaging protocol.
For more information about Jabber visit:
http://www.jabber.org
--------------------------------------------------------------------------------
Update Information:
First release of the EL-5 branch.
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update perl-Net-Jabber' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------