The following Fedora EPEL 5 Security updates need testing: https://admin.fedoraproject.org/updates/cgit-0.8.2.1-4.el5 https://admin.fedoraproject.org/updates/wordpress-mu-2.9.2-1.el5 https://admin.fedoraproject.org/updates/python26-2.6.5-5.el5 https://admin.fedoraproject.org/updates/php-pear-CAS-1.1.3-1.el5
The following builds have been pushed to Fedora EPEL 5 updates-testing archimedes-0.9.1-1.el5 erlang-getopt-0.3-3.el5 mimedefang-2.71-1.el5 mod_pubcookie-3.3.4a-3.el5 perl-SOAP-Lite-0.710.07-3.el5 php-domxml-php4-php5-1.21.2-1.el5 php-pecl-memcache-2.2.6-1.el5 python-routes-1.12.1-1.el5 rubygem-ruby_parser-2.0.4-3.el5 Details about builds: ================================================================================ archimedes-0.9.1-1.el5 (FEDORA-EPEL-2010-3475) 2D Quantum Monte Carlo simulator for semiconductor devices -------------------------------------------------------------------------------- Update Information: new upstream release -------------------------------------------------------------------------------- ChangeLog: * Sat Oct 2 2010 Chitlesh Goorah <chitlesh [AT] fedoraproject DOT org> - 0.9.1-1 - new upstream release -------------------------------------------------------------------------------- ================================================================================ erlang-getopt-0.3-3.el5 (FEDORA-EPEL-2010-3483) Erlang module to parse command line arguments using the GNU getopt syntax -------------------------------------------------------------------------------- Update Information: Initial commit for EPEL-5 -------------------------------------------------------------------------------- References: [ 1 ] Bug #638948 - Review Request: erlang-getopt - Erlang module to parse command line arguments using the GNU getopt syntax https://bugzilla.redhat.com/show_bug.cgi?id=638948 -------------------------------------------------------------------------------- ================================================================================ mimedefang-2.71-1.el5 (FEDORA-EPEL-2010-3481) E-Mail filtering framework using Sendmail's Milter interface -------------------------------------------------------------------------------- Update Information: * More spelunking in the awful innards of Perl reveals that our original fix in 2.70 for handling of $SIG{FOO}... didn't completely fix the problem. On systems where Perl was compiled to use threading, running "md-mx-ctrl reread" could result in subsequent failure by scanners to set signal dispositions. This has been fixed. * Fix typo in examples/init-script.in * Fix compatibility with Postfix (broken in 2.70.) * Fixed a bug in embedded Perl: We have to call PERL_SET_CONTEXT after forking or Perl gets confused. In particular, setting signal-handling dispositions using $SIG{FOO} = sub { ... } breaks. * Clarify wording of mimedefang-filter man page. * Remove obsolete code that used to attempt to generate working directory names. Deactivate the no-longer-needed "-M" mimedefang option. * Add new "-y" option to mimedefang-multiplexor. This limits the number of concurrent "recipok" commands on a per-domain basis. * Remove Anomy::HTMLCleaner support. * use MIME::Parser::Filer's ignore_filename() call instead of subclassing to override evil_filename(). Same effect, less code. * refactor resend_message_one_recipient() to use resend_message_specifying_mode() instead of reimplementing it. * header_timezone() now generates a strictly RFC2822-compliant timezone string without needing POSIX::strftime() * Ensure that decode_mimewords() is called in scalar context. -------------------------------------------------------------------------------- ChangeLog: * Tue Oct 5 2010 Robert Scheck <rob...@fedoraproject.org> 2.71-1 - Upgrade to 2.71 -------------------------------------------------------------------------------- ================================================================================ mod_pubcookie-3.3.4a-3.el5 (FEDORA-EPEL-2010-3480) A solution for single sign-on authentication to websites -------------------------------------------------------------------------------- Update Information: Here is where you give an explanation of your update. -------------------------------------------------------------------------------- References: [ 1 ] Bug #490940 - Review Request: mod_pubcookie - A solution for single sign-on authentication to websites https://bugzilla.redhat.com/show_bug.cgi?id=490940 -------------------------------------------------------------------------------- ================================================================================ perl-SOAP-Lite-0.710.07-3.el5 (FEDORA-EPEL-2010-3478) Client and server side SOAP implementation -------------------------------------------------------------------------------- Update Information: This update removes a bogus "provide" of perl(LWP::Protocol) (amongst others) that could cause this package to be installed at times when perl-libwww-perl (the package that really provides this functionality) should have been installed, resulting in non-functional applications. -------------------------------------------------------------------------------- ChangeLog: * Fri Sep 24 2010 Paul Howarth <p...@city-fan.org> - 0.710.07-3 - Filter bogus provide of perl(LWP::Protocol) (#557485) - Filter additional bogus provides: - perl(My::PingPong) - perl(URI::jabber) - perl(URI::mq) - perl(URI::tcp) - Re-enable the test suite - BR: perl(version) and perl(MIME::Parser), needed for test suite - Don't ship patch backup files -------------------------------------------------------------------------------- References: [ 1 ] Bug #557485 - Extra provides need trimming https://bugzilla.redhat.com/show_bug.cgi?id=557485 -------------------------------------------------------------------------------- ================================================================================ php-domxml-php4-php5-1.21.2-1.el5 (FEDORA-EPEL-2010-3482) XML transition from PHP4 domxml to PHP5 dom module -------------------------------------------------------------------------------- Update Information: Upstream Changelog: * fix DomNode->add_child() -------------------------------------------------------------------------------- ChangeLog: * Tue Oct 5 2010 Remi Collet <fed...@famillecollet.com> - 1.21.2-1 - update to 1.21.2 (minor bugfix) * Thu Jun 3 2010 Remi Collet <fed...@famillecollet.com> - 1.21.1-3 - fix URL -------------------------------------------------------------------------------- ================================================================================ php-pecl-memcache-2.2.6-1.el5 (FEDORA-EPEL-2010-3479) Extension to work with the Memcached caching daemon -------------------------------------------------------------------------------- Update Information: Release notes Version 2.2.6 (stable) * Fixed pecl bug #16536 (Weight of 0 causes SegFault on memcache_add_server) * Fixed pecl bug #17130 (Uninitialized tv.tv_usec causing PHP to loop endlessly) * Fixed pecl bug #13623 (Memcache-client makes php segfault in semi-related code) -------------------------------------------------------------------------------- ChangeLog: * Wed Oct 6 2010 Remi Collet <fed...@famillecollet.com> 2.2.6-1 - new version 2.2.6 (bug fixes) - clean requires (php-zend-abi for EL5) - run a simple load test in %check -------------------------------------------------------------------------------- ================================================================================ python-routes-1.12.1-1.el5 (FEDORA-EPEL-2010-3476) Rails-like routes for Python -------------------------------------------------------------------------------- Update Information: ***Release 1.12.1 (March 11, 2010)*** * Fix bug with routes not generating URL’s with callables in defaults. * Fix bug with routes not handling sub-domain defaults during generation. ***Release 1.12 (February 28, 2010)*** * Split up the Routes docs. * Fix bug with relative URL’s using qualified merging host and URL without including the appropriate slash. Fixes #13. * Fix bug with mapper.extend and Routes modifying their original args. Fixes #24. * Fix url.current() not returning current args when explicit is True. * Added explicit way to directly use the Mapper to match with environ. * Fix bug with improper len placement for submapper. * Adding regular expression builder for entire regexp for faster rejection in a single regexp match should none of the routes match. * Give Mapper a tabular string representation. * Make SubMapper objects nestable and add route-generation helpers. * Add SubMapper-based collections. * Make the deprecated Mapper.minimization False (disabled) by default. * Make the mapper explicit (true) by default. ***Release 1.11 (September 28, 2009)*** * Extensive documentation rewrite. * Added Mapper.extend function that allows one to add lists of Routes objects to the mapper in one batch, optionally with a path_prefix. * Added Mapper.submapper function that returns a SubMapper object to enable easier declaration of routes that have multiple keyword argument options in common. * Mapper controller_scan argument now handles None, and lists of controller names in addition to a callable. * Route object now takes a name parameter, which is the name it responds to. This name is automatically added when called by using Mapper’s connect class method. * Added optional LRU object for use with Routes when URL’s change too often for the Routes urlcache dict to be a viable option. -------------------------------------------------------------------------------- ChangeLog: * Wed May 5 2010 Luke Macken <lmac...@redhat.com> - 1.12.1-1 - Update to 1.12.1 -------------------------------------------------------------------------------- ================================================================================ rubygem-ruby_parser-2.0.4-3.el5 (FEDORA-EPEL-2010-3477) A ruby parser written in pure ruby -------------------------------------------------------------------------------- _______________________________________________ epel-devel-list mailing list epel-devel-list@redhat.com https://www.redhat.com/mailman/listinfo/epel-devel-list