The following builds have been pushed to Fedora EPEL 5 updates-testing GitPython-0.2.0-0.3.beta1.el5 fop-0.95-1.el5 gtk-murrine-engine-0.53.1-5.el5 lwp-2.6-1.el5 mirrormanager-1.3.6-1.el5 perl-Carp-Always-0.09-2.el5 perl-IPC-Run3-0.043-4.el5 perl-Net-FTPSSL-0.15-1.el5.1 perl-Package-DeprecationManager-0.04-2.el5 perl-Package-Stash-0.05-1.el5 perl-Syntax-Highlight-Engine-Kate-0.04-1.el5 rpc2-2.10-1.el5 rubygem-gherkin-2.1.5-3.el5 rvm-1.17-2.el5 spamassassin-FuzzyOcr-3.6.0-2.el5 ssmtp-2.61-15.el5 teal-1_40b-3.el5 x509watch-0.2.0-1.el5
Details about builds: ================================================================================ GitPython-0.2.0-0.3.beta1.el5 (FEDORA-EPEL-2010-3140) Python Git Library -------------------------------------------------------------------------------- Update Information: add Requires on /usr/bin/git New upstream release with a wide variety of code cleanup, bugfixes, and improvements. See http://gitorious.org/git- python/mainline/blobs/master/CHANGES for more details. This update does not appear to maintain backward compatibility, so dependent applications may require some modifications. -------------------------------------------------------------------------------- ChangeLog: * Fri Jul 30 2010 Dennis Gilmore <den...@ausil.us> - 0.2.0-0.3.beta1 - Require /usr/bin/git * Wed Jul 21 2010 David Malcolm <dmalc...@redhat.com> - 0.2.0-0.2.beta1 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild -------------------------------------------------------------------------------- ================================================================================ fop-0.95-1.el5 (FEDORA-EPEL-2010-3135) XSL-driven print formatter -------------------------------------------------------------------------------- ================================================================================ gtk-murrine-engine-0.53.1-5.el5 (FEDORA-EPEL-2010-3144) Murrine GTK2 engine -------------------------------------------------------------------------------- Update Information: Initial build for EPEL5. This the newest version that will build on EPEL5. -------------------------------------------------------------------------------- ================================================================================ lwp-2.6-1.el5 (FEDORA-EPEL-2010-3145) C library for user-mode threading -------------------------------------------------------------------------------- Update Information: This is part of a new upstream release of the Coda distributed filesystem. Upstream release notes can be found at: http://www.coda.cs.cmu.edu/maillists /coda-announce/0084.html -------------------------------------------------------------------------------- ChangeLog: * Thu Apr 1 2010 Adam Goode <a...@spicenitz.org> - 2.6-1 - New upstream release + Fix fortify failure whenever a new thread is started (not really) + ARM thumb2 assembly fix -------------------------------------------------------------------------------- ================================================================================ mirrormanager-1.3.6-1.el5 (FEDORA-EPEL-2010-3132) Fedora mirror management system -------------------------------------------------------------------------------- Update Information: Adrian Reber (3): umdl: fix failure when updating from rsync listings. umdl: time.mktime() might return floats mirrorlist_server: handle bad client IP address input BJ Dierkes (1): Fix confirm delete method in webui. Matt Domsch (65): mrr: add --updates-only option remove obsolete TODO items controllers: add mirroradmins query mirroradmins: always return empty list on failure umdl: fix crash in _get_version_from_path() umdl: avoid disappering files report_mirror: handle server HTTP 503 errors generate-worldmap: use "Agg" map, as "Agg2" is no more. autodetect development/13/ style directories and create appropriate Repositories umdl: recognize moving Repository objects from development/13 to releases/13/ mrr: genericize --from and --to version values get_internet2_netblocks: fix URL due to upstream directory change manage-repo-redirects: fix --torepomap manage- repo-redirects: fix the last fix that broke the non --torepomap path Put titles on publiclist pages finish fixing titles expose crawler logs via apache directory listing add crawler log link on host page apache: ensure aliases to special areas come before the WSGI alias set html page titles correctly on all remaining pages s/fedora.tg.util/fedora.tg.tg1utils/ per python-fedora deprecation warning s/fedora.tg.util/fedora.tg.tg1utils/ per python-fedora deprecation warning add config option report_problems_to_email, display on publiclist footer. Merge branch 'master' of ssh+git://git.fedorahosted.org/git/mirrormanager another try at setting the page titles fix generate-worldmap for python- basemap changes ageFileDetails(): account for propogation delays add max_propogation_days config option make clean also removes .py[co] files TODO: convert from kid to genshi templates: use constant titles spec: require python-basemap > 0.99.4 so generate-worldmap works mirrorlist-server: use WSGIDaemonProcess for mirrorlist_client.wsgi mirrormanager.wsgi run 4 instances per app server (up from 2) update copyright in release.py v1.3.4 spec: require python-basemap-data too makefile: add git-sign-push target to remind me crawler: implement canary mode crawler: crawl private i2 hosts that also say i2_clients are ok crawler: send email when marking a whole host not up2date mirrorlist_server: ignore SIGHUP in child - it'll exit soon enough mirrorlist_server: increase socket request queue length to 300 (still limited by kernel options to 128) mirrorlist_server: set request_queue_size earlier mirrorlist_server: don't ignore SIGCHLD mirrorlist tester: more printing, run forever mirrorlist_client: sanitize input into UTF-8 mirrorlist_client: add 60sec timeout to reading from the server mirrorlist_client: use select() waiting on the response from mirrorlist_server mirrorlist_client: a better way to handle socket timeouts mirrorlist_client: leave query params as utf8 mirrorlist_server: handle more failures gracefully mirrorlist_client: add mirrorlist_client.noreverseproxy config parameter umdl: don't use move_repository_from_development() bump version Makefile: fix git- sign-push mirrorlist_server: add mm0:private attribute to <url> in metalinks TODO: add 'create Category' item add repomaps for RHEL category named "RHEL", not "Red Hat Enterprise Linux". Fix references. repomap: remove extra -beta" on prefixes umdl: set Repository.name = directory.name to be guaranteed unique remove robots.txt and favicon.ico. These should come from the hosting organization, not MM. crawler: don't close sys.stdout as logfile, leave that for sys.exit() v1.3.6 - Adrian Reber: umdl: fix failure when updating from rsync listings. umdl: time.mktime() might return floats - BJ Dierkes: Fix confirm delete method in webui. - Matt Domsch: mrr: add --updates-only option controllers: add mirroradmins query umdl: fix crash in _get_version_from_path() umdl: avoid disappering files report_mirror: handle server HTTP 503 errors generate-worldmap: update for newer python-basemap autodetect development/13/ style directories and create appropriate Repositories umdl: recognize moving Repository objects from development/13 to releases/13/ mrr: genericize --from and --to version values get_internet2_netblocks: fix URL due to upstream directory change Put titles on publiclist pages expose crawler logs via apache directory listing add crawler log link on host page apache: ensure aliases to special areas come before the WSGI alias remove python-fedora deprecation warning add config option report_problems_to_email, display on publiclist footer. ageFileDetails(): account for propogation delays add max_propogation_days config option spec: require python-basemap > 0.99.4 so generate-worldmap works mirrorlist-server: use WSGIDaemonProcess for mirrorlist_client.wsgi mirrormanager.wsgi run 4 instances per app server (up from 2) Quite a few bug fixes to the mirrorlist server and client processes to prevent failures in these from hanging yum clients forever. This also somewhat reduces CPU cycles spent spinning while waiting on the mirrorlist_server. Other fixes to key components such as update- master-directory-list, manage-repository-redirects, generate-worldmap (now requires newer python-basemap and -data sets). Adds a configuration option to handle a lack of a reverse proxy ahead of the mirrorlist_client WSGI. This version was used on release day for Fedora 13. -------------------------------------------------------------------------------- ChangeLog: * Sat Jul 31 2010 Matt Domsch <mdom...@fedoraproject.org> - 1.3.6-1 Matt Domsch (8): mirrorlist_server: add mm0:private attribute to <url> in metalinks add repomaps for RHEL category named "RHEL", not "Red Hat Enterprise Linux". Fix references. repomap: remove extra -beta on prefixes umdl: set Repository.name = directory.name to be guaranteed unique remove robots.txt and favicon.ico. These should come from the hosting organization, not MM. crawler: don't close sys.stdout as logfile, leave that for sys.exit() * Wed May 26 2010 Matt Domsch <mdom...@fedoraproject.org> - 1.3.5-1 - Adrian Reber (1): mirrorlist_server: handle bad client IP address input - Matt Domsch (18): spec: require python-basemap-data too makefile: add git-sign-push target to remind me crawler: implement canary mode crawler: crawl private i2 hosts that also say i2_clients are ok crawler: send email when marking a whole host not up2date mirrorlist_server: ignore SIGHUP in child - it'll exit soon enough mirrorlist_server: increase socket request queue length to 300 (still limited by kernel options to 128) mirrorlist_server: set request_queue_size earlier mirrorlist_server: don't ignore SIGCHLD mirrorlist tester: more printing, run forever mirrorlist_client: sanitize input into UTF-8 mirrorlist_client: add 60sec timeout to reading from the server mirrorlist_client: use select() waiting on the response from mirrorlist_server mirrorlist_client: a better way to handle socket timeouts mirrorlist_client: leave query params as utf8 mirrorlist_server: handle more failures gracefully mirrorlist_client: add mirrorlist_client.noreverseproxy config parameter umdl: don't use move_repository_from_development() * Mon Apr 26 2010 Matt Domsch <mdom...@fedoraproject.org> - 1.3.4-1 - Adrian Reber (2): umdl: fix failure when updating from rsync listings. umdl: time.mktime() might return floats - BJ Dierkes (1): Fix confirm delete method in webui. - Matt Domsch (34): mrr: add --updates-only option controllers: add mirroradmins query umdl: fix crash in _get_version_from_path() umdl: avoid disappering files report_mirror: handle server HTTP 503 errors generate-worldmap: update for newer python-basemap autodetect development/13/ style directories and create appropriate Repositories umdl: recognize moving Repository objects from development/13 to releases/13/ mrr: genericize --from and --to version values get_internet2_netblocks: fix URL due to upstream directory change Put titles on publiclist pages expose crawler logs via apache directory listing add crawler log link on host page apache: ensure aliases to special areas come before the WSGI alias remove python-fedora deprecation warning add config option report_problems_to_email, display on publiclist footer. ageFileDetails(): account for propogation delays add max_propogation_days config option spec: require python-basemap > 0.99.4 so generate-worldmap works mirrorlist-server: use WSGIDaemonProcess for mirrorlist_client.wsgi mirrormanager.wsgi run 4 instances per app server (up from 2) -------------------------------------------------------------------------------- ================================================================================ perl-Carp-Always-0.09-2.el5 (FEDORA-EPEL-2010-3123) Warn and die in Perl noisily with stack backtraces -------------------------------------------------------------------------------- ================================================================================ perl-IPC-Run3-0.043-4.el5 (FEDORA-EPEL-2010-3137) Run a subprocess in batch mode -------------------------------------------------------------------------------- ================================================================================ perl-Net-FTPSSL-0.15-1.el5.1 (FEDORA-EPEL-2010-3117) Perl module for FTP over SSL/TLS -------------------------------------------------------------------------------- ================================================================================ perl-Package-DeprecationManager-0.04-2.el5 (FEDORA-EPEL-2010-3133) Manage deprecation warnings for your distribution -------------------------------------------------------------------------------- Update Information: This module allows you to manage a set of deprecations for one or more modules. This package is needed for Class::MOP 1.04. -------------------------------------------------------------------------------- References: [ 1 ] Bug #618638 - Review Request: perl-Package-DeprecationManager - Manage deprecation warnings for your distribution https://bugzilla.redhat.com/show_bug.cgi?id=618638 -------------------------------------------------------------------------------- ================================================================================ perl-Package-Stash-0.05-1.el5 (FEDORA-EPEL-2010-3142) Routines for manipulating stashes -------------------------------------------------------------------------------- Update Information: This is the latest upstream release of the Package::Stash module. -------------------------------------------------------------------------------- ChangeLog: -------------------------------------------------------------------------------- ================================================================================ perl-Syntax-Highlight-Engine-Kate-0.04-1.el5 (FEDORA-EPEL-2010-3069) Port to Perl of the syntax highlight engine of the Kate texteditor -------------------------------------------------------------------------------- Update Information: Syntax::Highlight::Engine::Kate is a port to perl of the syntax highlight engine of the Kate text editor. -------------------------------------------------------------------------------- ================================================================================ rpc2-2.10-1.el5 (FEDORA-EPEL-2010-3145) C library for remote procedure calls over UDP -------------------------------------------------------------------------------- Update Information: This is part of a new upstream release of the Coda distributed filesystem. Upstream release notes can be found at: http://www.coda.cs.cmu.edu/maillists /coda-announce/0084.html -------------------------------------------------------------------------------- ChangeLog: * Thu Apr 1 2010 Adam Goode <a...@spicenitz.org> - 2.10-1 - New upstream release + AES-CCM-16 was incorrectly named AES-CCM-12 + AES-CCM checksum validation always failed when the final block was partial + Send busy responses on new but not yet enabled connections + Make sure we wake up threads waiting for binding to complete + Clean up mrpc2_SendReliably, it sometimes exited too early and ignored the overall timebomb timer + Precompute retransmission intervals * Tue Feb 16 2010 Adam Goode <a...@spicenitz.org> - 2.8-4 - Fix FTBFS (bz 565008) -------------------------------------------------------------------------------- ================================================================================ rubygem-gherkin-2.1.5-3.el5 (FEDORA-EPEL-2010-3147) Fast Gherkin lexer/parser -------------------------------------------------------------------------------- References: [ 1 ] Bug #614451 - Review Request: rubygem-gherkin - A fast Gherkin lexer/parser based on the Ragel State Machine Compiler. https://bugzilla.redhat.com/show_bug.cgi?id=614451 -------------------------------------------------------------------------------- ================================================================================ rvm-1.17-2.el5 (FEDORA-EPEL-2010-3145) C library for unstructured recoverable virtual memory -------------------------------------------------------------------------------- Update Information: This is part of a new upstream release of the Coda distributed filesystem. Upstream release notes can be found at: http://www.coda.cs.cmu.edu/maillists /coda-announce/0084.html -------------------------------------------------------------------------------- ChangeLog: * Thu Apr 1 2010 Adam Goode <a...@spicenitz.org> - 1.17-2 - Restore missing rpath build workaround * Thu Apr 1 2010 Adam Goode <a...@spicenitz.org> - 1.17-1 - New upstream release + Add rvmutl/rdsinit man pages + Make sure we can build with pthread support + Fix several concurrent threading issues * Tue Feb 16 2010 Adam Goode <a...@spicenitz.org> - 1.16-3 - Fix FTBFS (bz 565170) -------------------------------------------------------------------------------- ================================================================================ spamassassin-FuzzyOcr-3.6.0-2.el5 (FEDORA-EPEL-2010-3138) Spamassassin plugin to identify image spam -------------------------------------------------------------------------------- Update Information: FuzzyOcr is a plugin for SpamAssassin which is aimed at unsolicited bulk mail (also known as "Spam") containing images as the main content carrier. Using different methods, it analyzes the content and properties of images to distinguish between normal mails (Ham) and spam mails. -------------------------------------------------------------------------------- References: [ 1 ] Bug #616357 - Review Request: spamassassin-FuzzyOcr - Spamassassin plugin to identify image spam https://bugzilla.redhat.com/show_bug.cgi?id=616357 -------------------------------------------------------------------------------- ================================================================================ ssmtp-2.61-15.el5 (FEDORA-EPEL-2010-3146) Extremely simple MTA to get mail off the system to a Mailhub -------------------------------------------------------------------------------- Update Information: Corrected patch for the "standardise() -- Buffer overflow" bug. -------------------------------------------------------------------------------- ChangeLog: * Tue Jul 27 2010 Manuel "lonely wolf" Wolfshant <wo...@fedoraproject.org> - 2.61-15 - fix regression created by the patch for standardise() -- Buffer overflow -------------------------------------------------------------------------------- References: [ 1 ] Bug #618132 - Ssmtp: Buffer overflow by cutting '\n' sequence from lines with leading dot https://bugzilla.redhat.com/show_bug.cgi?id=618132 -------------------------------------------------------------------------------- ================================================================================ teal-1_40b-3.el5 (FEDORA-EPEL-2010-3134) Verification Utility and Connection Library -------------------------------------------------------------------------------- Update Information: Teal is a C++ multithreaded library to verify verilog designs. It deals with such things as simulation logging, error reporting, threading, memory model management. It basically provides all the low level building blocks needed to start a verification environment. -------------------------------------------------------------------------------- References: [ 1 ] Bug #612384 - Review Request: teal - Verification utility and connection library https://bugzilla.redhat.com/show_bug.cgi?id=612384 -------------------------------------------------------------------------------- ================================================================================ x509watch-0.2.0-1.el5 (FEDORA-EPEL-2010-3139) Simple tool to list expiring or expired X.509 certificates -------------------------------------------------------------------------------- Update Information: x509watch is a simple command line application, written in Perl, that can be used to list soon expiring or already expired X.509 certificates, such as e.g. SSL certificates. All certificates are searched by default in the standard PKI directory, but any other directory can be specified as parameter. Only Base64 encoded DER and PEM X.509 certificates are supported. -------------------------------------------------------------------------------- References: [ 1 ] Bug #618059 - Review Request: x509watch - Simple tool to list expiring or expired X.509 certificates https://bugzilla.redhat.com/show_bug.cgi?id=618059 -------------------------------------------------------------------------------- _______________________________________________ epel-devel-list mailing list epel-devel-list@redhat.com https://www.redhat.com/mailman/listinfo/epel-devel-list