The following Fedora EPEL 5 Security updates need testing:
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2011-4585
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2011-3873
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2011-3238
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2011-4573
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2011-3762
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2011-4623
The following builds have been pushed to Fedora EPEL 5 updates-testing
cppcheck-1.51-1.el5
gnokii-0.6.30-1.el5
mimedefang-2.72-2.el5
mr-1.05-1.el5
perl-Convert-UUlib-1.4-1.el5
rubygem-fastercsv-1.5.4-1.el5
t1utils-1.37-1.el5
torque-2.5.7-2.el5.3
Details about builds:
================================================================================
cppcheck-1.51-1.el5 (FEDORA-EPEL-2011-4652)
A tool for static C/C++ code analysis
--------------------------------------------------------------------------------
Update Information:
Update to 1.51.
http://sourceforge.net/apps/trac/cppcheck/query?status=closed&group=resolution&milestone=1.51
--------------------------------------------------------------------------------
ChangeLog:
* Sun Oct 9 2011 Jussi Lehtola <[email protected]> - 1.51-1
- Update to 1.51.
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #744540 - cppcheck-1.51 is available
https://bugzilla.redhat.com/show_bug.cgi?id=744540
--------------------------------------------------------------------------------
================================================================================
gnokii-0.6.30-1.el5 (FEDORA-EPEL-2011-4662)
Linux/Unix tool suite for various mobile phones
--------------------------------------------------------------------------------
Update Information:
gnokii 0.6.30
=============
* libgnokii updates
* fix printing BDAY for phonebook entries in vCard format and add label for
PTT Address (X-SIP;POC) and User ID (X-WV-ID)
* fix mbox format of --getsms for sent messages; closes
https://savannah.nongnu.org/bugs/?30050
* fix char_ucs2_encode() function
* add ids for Nokia 1101, 1110, 2730, 6133, 2330c and 6500c to misc.c only;
1101 is untested, 1110 doesn't support many commands because it's a Series 30;
use model=series40 for all
* fix a problem with a multipart message in default alphabet and extended
alphabet characters
* make sure that Series40 3rd Ed+ get proper capabilties
* when encoding to hex format make sure we're using uppercase that should
be compliant with the larger number of the devices
* avoid segfault with gn_cfg_phone_load() when state is not initialized
* add gn_lib_phoneprofile_load_from_external() for 3rd party apps to
initialize gnokii not using gnokii config file
* add BM memory for Cell Broadcast Messages, untested reportedly supported
by some AT phones
* do not change the translation domain of the calling program; this didn't
affect gnokii, xgnokii or smsd because they use the same translation domain as
libgnokii
* fix calendar functions flags for 5130, 5310
* nk6510 driver updates
* fix parsing SMS date from saved messages, bug #29830
* parse call notification frames on Series 40 (tested on 3rd Ed.); closes
https://savannah.nongnu.org/bugs/?20895
* free the cached file lists up on exist
* fix crash when writing calendar notes to Series 40 3rd Ed. and later
* add support for phonet Linux kernel driver for Nokia phones over USB
connections only (use connection=phonet port=usbpn0)
* when WriteCalendarNote fails with 0xf0 frame fallback to
WriteCalendarNote2 as suggested by Daniele Forsi
* nk7110 driver updates
* fix reading SMS from AR and TE
* fake driver updates
* implement enough GN_OP_GetSMSStatus and GN_OP_DeleteSMS to test smsd
receiving with static and file SMS (Daniele Forsi)
* at driver updates
* drop "T" modifier from ATDT because not all phones ignore it and it
prevents the use of direct dialling from phonebooks; see gnokii man page and
GSM 07.07
* for GetSMSStatus sum messages from ME and SM
* xgnokii updates
* support UTF-8 text when editing SMS and when showing details; fixes
https://bugs.launchpad.net/bugs/604947
* smsd updates
* add SQLite3 backend module
* gnokii updates
* place gnokii-errors into the better location - freedesktop compliant
--------------------------------------------------------------------------------
ChangeLog:
* Sun Oct 9 2011 Robert Scheck <[email protected]> 0.6.30-1
- Update to 0.6.30 and added SQLite subpackage (#466880, #735717)
* Wed Mar 23 2011 Dan HorĂ¡k <[email protected]> - 0.6.29-3
- rebuilt for mysql 5.5.10 (soname bump in libmysqlclient)
* Tue Feb 8 2011 Fedora Release Engineering <[email protected]>
- 0.6.29-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #466880 - gnokii contains standard rpaths
https://bugzilla.redhat.com/show_bug.cgi?id=466880
[ 2 ] Bug #735717 - Update Request: gnokii 0.6.30-1 - upgrade to new upstream
version
https://bugzilla.redhat.com/show_bug.cgi?id=735717
--------------------------------------------------------------------------------
================================================================================
mimedefang-2.72-2.el5 (FEDORA-EPEL-2011-4655)
E-Mail filtering framework using Sendmail's Milter interface
--------------------------------------------------------------------------------
Update Information:
* The "make unstripped" target has disappeared. Instead, use: make
INSTALL_STRIP_FLAG=''
* The RPM_INSTALL_ROOT make variable has disappeared. Instead, use the
standard DESTDIR: make install DESTDIR=/some/dir
* In mimedefang.c, truncate overlong responses from the multiplexor. Also
sanitize replies so "\r" doesn't get fed to smfi_setmlreply
* If a slave process replies with a very long reply, have the multiplexor
consume (and discard) the excess input so the multiplexor-to-slave protocol
does not become de-synchronized
* When mimedefang becomes a daemon, have it wait for a "go/no-go" message
from the child before exiting. This should eliminate race conditions whereby
the MTA starts before the milter socket is present
* Avoid run-time errors from Unix::Syslog on some platforms
* Change md_syslog to log the Sendmail Queue-ID if it is available
* Remove references to ParanoidFiler
--------------------------------------------------------------------------------
ChangeLog:
* Sat Oct 8 2011 Robert Scheck <[email protected]> 2.72-2
- Added build requirement to perl(ExtUtils::MakeMaker)
- Reflected changed parameters to disable binary stripping
* Sat Oct 8 2011 Robert Scheck <[email protected]> 2.72-1
- Upgrade to 2.72
* Tue Feb 8 2011 Fedora Release Engineering <[email protected]>
- 2.71-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
mr-1.05-1.el5 (FEDORA-EPEL-2011-4654)
A multiple repository management tool
--------------------------------------------------------------------------------
Update Information:
* Sat Oct 08 2011 Fabian Affolter <[email protected]> - 1.05-1
- Updated to new upstream version 1.05
--------------------------------------------------------------------------------
ChangeLog:
* Sat Oct 8 2011 Fabian Affolter <[email protected]> - 1.05-1
- Updated to new upstream version 1.05
--------------------------------------------------------------------------------
================================================================================
perl-Convert-UUlib-1.4-1.el5 (FEDORA-EPEL-2011-4667)
Perl interface to the uulib library
--------------------------------------------------------------------------------
Update Information:
* Avoid a classical buffer overflow in case a progress message is too long
* This release adds depdencies for snprintf/vsnprintf
* Some uuencode encoders do not generate a final "space" line before the
"end" marker, so do not rely on the line to be there
--------------------------------------------------------------------------------
================================================================================
rubygem-fastercsv-1.5.4-1.el5 (FEDORA-EPEL-2011-4671)
Faster, smaller and cleaner replacement to standard CSV library
--------------------------------------------------------------------------------
Update Information:
Changes for 1.5.4:
* Improved test coverage for the parser
* Improved documentation
* Fixed a bug that prevented "^" from being used as ":quote_char"
* Switched from abort() to throwing exceptions on Ruby 1.9
Changes for 1.5.3:
* A bug fix from Timothy Elliott to return the new parser to its strict quote
tolerance
Changes for 1.5.2:
* A bug fix to allow IO Exceptions to reach the calling code from Moses Hohman
* Added support for ":write_headers => false" to Table.to_csv()
--------------------------------------------------------------------------------
ChangeLog:
* Sat Oct 8 2011 Robert Scheck <[email protected]> 1.5.4-1
- Upgrade to 1.5.4
* Wed Feb 9 2011 Fedora Release Engineering <[email protected]>
- 1.5.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
t1utils-1.37-1.el5 (FEDORA-EPEL-2011-4651)
Collection of Type 1 and 2 font manipulation utilities
--------------------------------------------------------------------------------
Update Information:
t1asm: Use a dynamically allocated buffer to handle huge characters (reported
by Werner Lemberg)
--------------------------------------------------------------------------------
ChangeLog:
* Sat Oct 8 2011 Robert Scheck <[email protected]> 1.37-1
- Update to 1.37
* Wed Feb 9 2011 Fedora Release Engineering <[email protected]>
- 1.36-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
torque-2.5.7-2.el5.3 (FEDORA-EPEL-2011-4653)
Tera-scale Open-source Resource and QUEue manager
--------------------------------------------------------------------------------
Update Information:
The SysV init script for the pbs_server could hang when executed on a system
with no existing torque serverdb file.
--------------------------------------------------------------------------------
ChangeLog:
* Sun Oct 9 2011 Steve Traylen <[email protected]> - 2.5.7-2 3
- Add patch torque-initd-hangs-rhbz-744138.patch
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #744138 - /etc/init.d/pbs_server create hangs on first time run
https://bugzilla.redhat.com/show_bug.cgi?id=744138
--------------------------------------------------------------------------------
_______________________________________________
epel-devel-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/epel-devel-list