Sun Mar 1 21:25:17 2015 UTC ()
Update to 4.2.10

Changelog:
RT 4.2.10 -- 2015-02-26
-----------------------

RT 4.2.10 contains important security fixes, as well as minor bugfixes.

This release is primarily a security release; it addresses CVE-014-9472,
a denial-of-service via RT's email gateway, as well as CVE-2015-1165 and
CVE-2015-1464, which allow for information disclosure and session
hijacking via RT's RSS feeds.

As part of these security updates, RT's dependency on the Encode module
has been changed, to Encode 2.64.  If upgrading, be sure to run
rt-test-dependencies to verify that your installed version of Encode
meets this requirement; if not, you will need to install a newer version
from CPAN.

This release is also a bugfix release; most notably, it addresses a bug
which causes RT to generate blank outgoing text/plain parts.  This fix
requires installing the HTML::FormatExternal module, and having an
external tool (w3m, elinks, etc) installed on the server.

It also introduces indexed full-text searching for MySQL without the
need to recompile MySQL to use the external Sphinx tool; instead, a
MyISAM table is used for indexing.  On MySQL 5.6 and above, an
additional InnoDB table can also be used.

The complete list of changes includes:

General user UI
 * Speed up the default simple search on all FTS-enabled installs by not
   OR'ing it with a Subject match.  This returns equivalent results for
   almost all tickets, and allows the database to make full use of the
   FTS index.
 * Pressing enter in user preference form fields no longer instead
   resets the auth token (#19431)
 * Pressing enter in ticket create and modify form fields now creates or
   updates the ticket, instead being equivalent to "add more
   attachments", or the "search" on People pages (#19431)
 * Properly encode headers in forwarded emails that contain non-ASCII
   text (#29753)
 * Allow users to customize visibility of chart/table/TicketSQL in saved
   charts
 * Allow groups to be added as requestors on tickets
 * Perform group searches case-insensitively on People page (#27835)
 * Ticket create transactions for tickets created via the web UI now
   contain mocked-up From, To, and Date headers; this causes them to
   render more correctly when forwarded
 * Update wording of error message for saved searches without a
   description (#30435)
 * Flush TSV download every 10 rows, for responsiveness
 * Retain values in Quick Create on homepage if it fails (#19431)
 * Limit the custom field value autocomplete to 10 values, like other
   autocompletes (#30190)
 * Fix a regression in 4.0.20/4.2.4 which caused some users to have
   blank homepages (#30106)
 * Fix styling on "unread messages" box on Ballard and Web2 themes
 * Fix format of Date headers in RSS feeds (#29712)
 * Adjust width of transaction date to accommodate all date formats
   (#30176)
 * Allow searching for tickets by queue lifecycle

Command-line
 * Fix server name displayed at password prompt when RT is deployed at
   a non-root path like /rt (#22708)

Admin
 * If the optional HTML::FormatExternal module is installed, use w3m,
   elinks, links, html2text, or lynx to format HTML to text.  This
   addresses problems with the pure-Perl HTML-to-text converted which
   resulted in blank outgoing emails.  (#30176)
 * Add support for native (non-Sphinx) indexed full-text search on
   MySQL.  This uses the InnoDB fulltext engine on MySQL 5.6, and an
   additional MyISAM table on prior versions of MySQL.
 * Support MySQL database names with dashes in them (#7568)
 * Properly escape quotes and backslashes in config options in web
   installer (#29990)
 * Increase length of template title form input
 * Clarify wording on updating old Organization values by rt-validator
 * Resolve a runtime error for SMIME without secret keys (#30436)
 * Empty email addresses are no longer caught as being "an RT address"
   if there exist queues without Correspond addresses set (#18380)
 * Allow Parents/Children/Members/MemberOf in CreateTickets action
 * Allow RT-Originator to be overridden in templates
 * Ensure that HTML-encoded entities are indexed in FTS
 * Fix uninitialized value warnings from charts grouped by date
 * Remove no-op $CanonicalizeOnCreate configuration variable;
   RT::User->CanonicalizeUserInfo is always called
 * Make NotifyGroup action respect AlwaysNotifyActor argument
 * Fix X-RT-Interface header on incoming email on existent tickets
 * Warn on startup if queues have invalid lifecycles set (#28352)

Developer
 * Add AfterHeaders callback to ShowMessageHeaders
 * Update all upgrade steps to use .in files (#18856)
 * Add policy tests to enforce the new upgrade step standards
 * Remove +x bit from multiple non-executable files
 * Make Obfuscate callback in configuration options be passed the
   current user, as was documented
 * Remove obsolete _CacheConfig parameters
 * Preferentially use IN rather than multiple OR clauses
 * Respect RowsPerPage for external custom field values
 * Localize default statuses from RT_Config.pm, instead of hardcoding
 * Add callbacks within Dates box after each type of Date
 * Pass the CustomFieldObj down to CustomFieldValue objects intact, so
   its ContextObj can be inspected; this is particularly useful for
   external custom fields.
 * Allow more than one right per @ACL in initialdata
 * Don't hardcode share/html in tests, for non-default layouts
 * Base detection of new themes on presence of main.css file, not
   base.css file (#30554)
 * Allow for relative "lib" in @INC when running tests
 * Allow EditComponentName customfield callback to alter Rows/Cols
   values

Serializer/importer
 * Memory usage improvements in both serialization and import
 * Templates, Scrips, and ObjectScrips now serialize correctly
   when not cloning

Documentation
 * Document how to enable un-indexed full-text-search, and its drawbacks
 * Note that after restoring from backups, PostgreSQL may need to have
   statistics updated
 * New documentation on writing portlets
 * Add an =pod directive so the first paragraph of UPGRADING is not
   skipped
 * Clarify when UPGRADING-x.y steps should be run
 * Better document known bugs with Sphinx FTS
 * Add missing semicolon on Shredder suggested indexes


(ryoon)
diff -r1.15 -r1.16 pkgsrc/devel/rt4/Makefile
diff -r1.7 -r1.8 pkgsrc/devel/rt4/PLIST
diff -r1.9 -r1.10 pkgsrc/devel/rt4/distinfo

cvs diff -r1.15 -r1.16 pkgsrc/devel/rt4/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/rt4/Makefile 2014/11/30 00:20:44 1.15
+++ pkgsrc/devel/rt4/Makefile 2015/03/01 21:25:17 1.16
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.15 2014/11/30 00:20:44 ryoon Exp $ 1# $NetBSD: Makefile,v 1.16 2015/03/01 21:25:17 ryoon Exp $
2 2
3DISTNAME= rt-4.2.9 3DISTNAME= rt-4.2.10
4PKGNAME= ${DISTNAME:S/rt/rt4/} 4PKGNAME= ${DISTNAME:S/rt/rt4/}
5CATEGORIES= devel 5CATEGORIES= devel
6MASTER_SITES= http://download.bestpractical.com/pub/rt/release/ 6MASTER_SITES= http://download.bestpractical.com/pub/rt/release/
7 7
8MAINTAINER= ryoon@NetBSD.org 8MAINTAINER= ryoon@NetBSD.org
9HOMEPAGE= http://www.bestpractical.com/rt/ 9HOMEPAGE= http://www.bestpractical.com/rt/
10COMMENT= Industrial-grade ticketing system 10COMMENT= Industrial-grade ticketing system
11LICENSE= gnu-gpl-v2 11LICENSE= gnu-gpl-v2
12 12
13# Dependency info. from sbin/rt-test-dependencies 13# Dependency info. from sbin/rt-test-dependencies
14# Core dependencies 14# Core dependencies
15DEPENDS+= p5-Apache-Session>=1.53:../../www/p5-Apache-Session 15DEPENDS+= p5-Apache-Session>=1.53:../../www/p5-Apache-Session
16DEPENDS+= p5-CGI>=3.38:../../www/p5-CGI 16DEPENDS+= p5-CGI>=3.38:../../www/p5-CGI
@@ -26,27 +26,27 @@ DEPENDS+= p5-Date-Manip-[0-9]*:../../dev @@ -26,27 +26,27 @@ DEPENDS+= p5-Date-Manip-[0-9]*:../../dev
26DEPENDS+= p5-Email-Address-List>=0.02:../../mail/p5-Email-Address-List 26DEPENDS+= p5-Email-Address-List>=0.02:../../mail/p5-Email-Address-List
27DEPENDS+= p5-DateTime>=0.44:../../time/p5-DateTime 27DEPENDS+= p5-DateTime>=0.44:../../time/p5-DateTime
28DEPENDS+= p5-DateTime-Format-Natural>0.67:../../time/p5-DateTime-Format-Natural 28DEPENDS+= p5-DateTime-Format-Natural>0.67:../../time/p5-DateTime-Format-Natural
29DEPENDS+= p5-DateTime-Locale>=0.40:../../time/p5-DateTime-Locale 29DEPENDS+= p5-DateTime-Locale>=0.40:../../time/p5-DateTime-Locale
30DEPENDS+= p5-DBI-[0-9]*:../../databases/p5-DBI 30DEPENDS+= p5-DBI-[0-9]*:../../databases/p5-DBI
31DEPENDS+= p5-DBIx-SearchBuilder>=1.65:../../databases/p5-DBIx-SearchBuilder 31DEPENDS+= p5-DBIx-SearchBuilder>=1.65:../../databases/p5-DBIx-SearchBuilder
32DEPENDS+= p5-Devel-GlobalDestruction-[0-9]*:../../devel/p5-Devel-GlobalDestruction 32DEPENDS+= p5-Devel-GlobalDestruction-[0-9]*:../../devel/p5-Devel-GlobalDestruction
33DEPENDS+= p5-Devel-StackTrace>=1.19:../../devel/p5-Devel-StackTrace 33DEPENDS+= p5-Devel-StackTrace>=1.19:../../devel/p5-Devel-StackTrace
34# Digest::base is a part of perl base. 34# Digest::base is a part of perl base.
35DEPENDS+= {perl>=5.8.1,p5-Digest-MD5>=2.27}:../../security/p5-Digest-MD5 35DEPENDS+= {perl>=5.8.1,p5-Digest-MD5>=2.27}:../../security/p5-Digest-MD5
36DEPENDS+= p5-Digest-SHA-[0-9]*:../../security/p5-Digest-SHA 36DEPENDS+= p5-Digest-SHA-[0-9]*:../../security/p5-Digest-SHA
37DEPENDS+= p5-Email-Address>=1.897:../../mail/p5-Email-Address 37DEPENDS+= p5-Email-Address>=1.897:../../mail/p5-Email-Address
38DEPENDS+= p5-Email-Address-List-[0-9]*:../../mail/p5-Email-Address-List 38DEPENDS+= p5-Email-Address-List-[0-9]*:../../mail/p5-Email-Address-List
39DEPENDS+= {perl>=5.11.3,p5-Encode>=2.39}:../../textproc/p5-Encode 39DEPENDS+= p5-Encode>=2.64:../../textproc/p5-Encode
40# Errno is a part of perl base. 40# Errno is a part of perl base.
41# File::Glob is a part of perl base. 41# File::Glob is a part of perl base.
42DEPENDS+= p5-File-ShareDir-[0-9]*:../../devel/p5-File-ShareDir 42DEPENDS+= p5-File-ShareDir-[0-9]*:../../devel/p5-File-ShareDir
43# File::Spec is a part of perl base. 43# File::Spec is a part of perl base.
44DEPENDS+= {perl>=5.10.1,p5-File-Temp>=0.19}:../../devel/p5-File-Temp 44DEPENDS+= {perl>=5.10.1,p5-File-Temp>=0.19}:../../devel/p5-File-Temp
45# HTML::Entities is a part of p5-HTML-Parser. 45# HTML::Entities is a part of p5-HTML-Parser.
46DEPENDS+= p5-HTML-FormatText-WithLinks>=0.14:../../textproc/p5-HTML-FormatText-WithLinks 46DEPENDS+= p5-HTML-FormatText-WithLinks>=0.14:../../textproc/p5-HTML-FormatText-WithLinks
47DEPENDS+= p5-HTML-FormatText-WithLinks-AndTables-[0-9]*:../../textproc/p5-HTML-FormatText-WithLinks-AndTables 47DEPENDS+= p5-HTML-FormatText-WithLinks-AndTables-[0-9]*:../../textproc/p5-HTML-FormatText-WithLinks-AndTables
48DEPENDS+= p5-HTML-Mason-PSGIHandler>=0.52:../../www/p5-HTML-Mason-PSGIHandler 48DEPENDS+= p5-HTML-Mason-PSGIHandler>=0.52:../../www/p5-HTML-Mason-PSGIHandler
49DEPENDS+= p5-HTML-Quoted-[0-9]*:../../www/p5-HTML-Quoted 49DEPENDS+= p5-HTML-Quoted-[0-9]*:../../www/p5-HTML-Quoted
50DEPENDS+= p5-HTML-RewriteAttributes>=0.05:../../www/p5-HTML-RewriteAttributes 50DEPENDS+= p5-HTML-RewriteAttributes>=0.05:../../www/p5-HTML-RewriteAttributes
51DEPENDS+= p5-HTML-Scrubber>=0.08:../../www/p5-HTML-Scrubber 51DEPENDS+= p5-HTML-Scrubber>=0.08:../../www/p5-HTML-Scrubber
52DEPENDS+= p5-IPC-Run3-[0-9]*:../../devel/p5-IPC-Run3 52DEPENDS+= p5-IPC-Run3-[0-9]*:../../devel/p5-IPC-Run3

cvs diff -r1.7 -r1.8 pkgsrc/devel/rt4/PLIST (expand / switch to unified diff)

--- pkgsrc/devel/rt4/PLIST 2014/11/30 00:20:44 1.7
+++ pkgsrc/devel/rt4/PLIST 2015/03/01 21:25:17 1.8
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.7 2014/11/30 00:20:44 ryoon Exp $ 1@comment $NetBSD: PLIST,v 1.8 2015/03/01 21:25:17 ryoon Exp $
2share/examples/rt4/RT_Config.pm 2share/examples/rt4/RT_Config.pm
3share/examples/rt4/RT_SiteConfig.pm 3share/examples/rt4/RT_SiteConfig.pm
4share/rt4/bin/rt 4share/rt4/bin/rt
5share/rt4/bin/rt-crontool 5share/rt4/bin/rt-crontool
6share/rt4/bin/rt-mailgate 6share/rt4/bin/rt-mailgate
7share/rt4/data/docs/README 7share/rt4/data/docs/README
8share/rt4/data/docs/UPGRADING-2.0 8share/rt4/data/docs/UPGRADING-2.0
9share/rt4/data/docs/UPGRADING-3.0 9share/rt4/data/docs/UPGRADING-3.0
10share/rt4/data/docs/UPGRADING-3.2 10share/rt4/data/docs/UPGRADING-3.2
11share/rt4/data/docs/UPGRADING-3.4 11share/rt4/data/docs/UPGRADING-3.4
12share/rt4/data/docs/UPGRADING-3.6 12share/rt4/data/docs/UPGRADING-3.6
13share/rt4/data/docs/UPGRADING-3.8 13share/rt4/data/docs/UPGRADING-3.8
14share/rt4/data/docs/UPGRADING-4.0 14share/rt4/data/docs/UPGRADING-4.0
@@ -48,26 +48,27 @@ share/rt4/data/docs/images/queue-created @@ -48,26 +48,27 @@ share/rt4/data/docs/images/queue-created
48share/rt4/data/docs/images/theme_editor_defaults.png 48share/rt4/data/docs/images/theme_editor_defaults.png
49share/rt4/data/docs/incremental-export/README 49share/rt4/data/docs/incremental-export/README
50share/rt4/data/docs/incremental-export/Record_Local.pm 50share/rt4/data/docs/incremental-export/Record_Local.pm
51share/rt4/data/docs/incremental-export/schema.mysql 51share/rt4/data/docs/incremental-export/schema.mysql
52share/rt4/data/docs/initialdata.pod 52share/rt4/data/docs/initialdata.pod
53share/rt4/data/docs/network-diagram.svg 53share/rt4/data/docs/network-diagram.svg
54share/rt4/data/docs/reminders.pod 54share/rt4/data/docs/reminders.pod
55share/rt4/data/docs/reporting/feeds.pod 55share/rt4/data/docs/reporting/feeds.pod
56share/rt4/data/docs/rt_perl.pod 56share/rt4/data/docs/rt_perl.pod
57share/rt4/data/docs/schema.dot 57share/rt4/data/docs/schema.dot
58share/rt4/data/docs/security.pod 58share/rt4/data/docs/security.pod
59share/rt4/data/docs/web_deployment.pod 59share/rt4/data/docs/web_deployment.pod
60share/rt4/data/docs/writing_extensions.pod 60share/rt4/data/docs/writing_extensions.pod
 61share/rt4/data/docs/writing_portlets.pod
61share/rt4/data/fonts/Droid.README 62share/rt4/data/fonts/Droid.README
62share/rt4/data/fonts/DroidSans.ttf 63share/rt4/data/fonts/DroidSans.ttf
63share/rt4/data/fonts/DroidSansFallback.ttf 64share/rt4/data/fonts/DroidSansFallback.ttf
64share/rt4/data/html/Admin/Articles/Classes/CustomFields.html 65share/rt4/data/html/Admin/Articles/Classes/CustomFields.html
65share/rt4/data/html/Admin/Articles/Classes/GroupRights.html 66share/rt4/data/html/Admin/Articles/Classes/GroupRights.html
66share/rt4/data/html/Admin/Articles/Classes/Modify.html 67share/rt4/data/html/Admin/Articles/Classes/Modify.html
67share/rt4/data/html/Admin/Articles/Classes/Objects.html 68share/rt4/data/html/Admin/Articles/Classes/Objects.html
68share/rt4/data/html/Admin/Articles/Classes/Topics.html 69share/rt4/data/html/Admin/Articles/Classes/Topics.html
69share/rt4/data/html/Admin/Articles/Classes/UserRights.html 70share/rt4/data/html/Admin/Articles/Classes/UserRights.html
70share/rt4/data/html/Admin/Articles/Classes/index.html 71share/rt4/data/html/Admin/Articles/Classes/index.html
71share/rt4/data/html/Admin/Articles/Elements/Topics 72share/rt4/data/html/Admin/Articles/Elements/Topics
72share/rt4/data/html/Admin/Articles/index.html 73share/rt4/data/html/Admin/Articles/index.html
73share/rt4/data/html/Admin/CustomFields/GroupRights.html 74share/rt4/data/html/Admin/CustomFields/GroupRights.html
@@ -1217,40 +1218,41 @@ share/rt4/etc/upgrade/4.1.5/schema.Oracl @@ -1217,40 +1218,41 @@ share/rt4/etc/upgrade/4.1.5/schema.Oracl
1217share/rt4/etc/upgrade/4.1.5/schema.Pg 1218share/rt4/etc/upgrade/4.1.5/schema.Pg
1218share/rt4/etc/upgrade/4.1.5/schema.mysql 1219share/rt4/etc/upgrade/4.1.5/schema.mysql
1219share/rt4/etc/upgrade/4.1.6/content 1220share/rt4/etc/upgrade/4.1.6/content
1220share/rt4/etc/upgrade/4.1.7/schema.Oracle 1221share/rt4/etc/upgrade/4.1.7/schema.Oracle
1221share/rt4/etc/upgrade/4.1.7/schema.Pg 1222share/rt4/etc/upgrade/4.1.7/schema.Pg
1222share/rt4/etc/upgrade/4.1.7/schema.SQLite 1223share/rt4/etc/upgrade/4.1.7/schema.SQLite
1223share/rt4/etc/upgrade/4.1.7/schema.mysql 1224share/rt4/etc/upgrade/4.1.7/schema.mysql
1224share/rt4/etc/upgrade/4.1.8/schema.Oracle 1225share/rt4/etc/upgrade/4.1.8/schema.Oracle
1225share/rt4/etc/upgrade/4.1.8/schema.Pg 1226share/rt4/etc/upgrade/4.1.8/schema.Pg
1226share/rt4/etc/upgrade/4.1.8/schema.SQLite 1227share/rt4/etc/upgrade/4.1.8/schema.SQLite
1227share/rt4/etc/upgrade/4.1.8/schema.mysql 1228share/rt4/etc/upgrade/4.1.8/schema.mysql
1228share/rt4/etc/upgrade/4.1.9/content 1229share/rt4/etc/upgrade/4.1.9/content
1229share/rt4/etc/upgrade/4.2.1/content 1230share/rt4/etc/upgrade/4.2.1/content
 1231share/rt4/etc/upgrade/${PKGVERSION}/content
1230share/rt4/etc/upgrade/4.2.2/content 1232share/rt4/etc/upgrade/4.2.2/content
1231share/rt4/etc/upgrade/4.2.2/schema.mysql 1233share/rt4/etc/upgrade/4.2.2/schema.mysql
1232share/rt4/etc/upgrade/4.2.4/content 1234share/rt4/etc/upgrade/4.2.4/content
1233share/rt4/etc/upgrade/4.2.6/content 1235share/rt4/etc/upgrade/4.2.6/content
1234share/rt4/etc/upgrade/4.2.6/schema.mysql 1236share/rt4/etc/upgrade/4.2.6/schema.mysql
1235share/rt4/etc/upgrade/4.2.7/content 1237share/rt4/etc/upgrade/4.2.7/content
1236share/rt4/etc/upgrade/4.2.8/content 1238share/rt4/etc/upgrade/4.2.8/content
1237share/rt4/etc/upgrade/generate-rtaddressregexp 1239share/rt4/etc/upgrade/generate-rtaddressregexp
1238share/rt4/etc/upgrade/sanity-check-stylesheets.pl 1240share/rt4/etc/upgrade/sanity-check-stylesheets
1239share/rt4/etc/upgrade/shrink_cgm_table.pl 1241share/rt4/etc/upgrade/shrink-cgm-table
1240share/rt4/etc/upgrade/shrink_transactions_table.pl 1242share/rt4/etc/upgrade/shrink-transactions-table
1241share/rt4/etc/upgrade/split-out-cf-categories 1243share/rt4/etc/upgrade/split-out-cf-categories
1242share/rt4/etc/upgrade/switch-templates-to 1244share/rt4/etc/upgrade/switch-templates-to
1243share/rt4/etc/upgrade/time-worked-history.pl 1245share/rt4/etc/upgrade/time-worked-history
1244share/rt4/etc/upgrade/upgrade-articles 1246share/rt4/etc/upgrade/upgrade-articles
1245share/rt4/etc/upgrade/upgrade-mysql-schema.pl 1247share/rt4/etc/upgrade/upgrade-mysql-schema.pl
1246share/rt4/etc/upgrade/vulnerable-passwords 1248share/rt4/etc/upgrade/vulnerable-passwords
1247share/rt4/lib/RT.pm 1249share/rt4/lib/RT.pm
1248share/rt4/lib/RT/ACE.pm 1250share/rt4/lib/RT/ACE.pm
1249share/rt4/lib/RT/ACL.pm 1251share/rt4/lib/RT/ACL.pm
1250share/rt4/lib/RT/Action.pm 1252share/rt4/lib/RT/Action.pm
1251share/rt4/lib/RT/Action/AutoOpen.pm 1253share/rt4/lib/RT/Action/AutoOpen.pm
1252share/rt4/lib/RT/Action/AutoOpenInactive.pm 1254share/rt4/lib/RT/Action/AutoOpenInactive.pm
1253share/rt4/lib/RT/Action/Autoreply.pm 1255share/rt4/lib/RT/Action/Autoreply.pm
1254share/rt4/lib/RT/Action/CreateTickets.pm 1256share/rt4/lib/RT/Action/CreateTickets.pm
1255share/rt4/lib/RT/Action/EscalatePriority.pm 1257share/rt4/lib/RT/Action/EscalatePriority.pm
1256share/rt4/lib/RT/Action/ExtractSubjectTag.pm 1258share/rt4/lib/RT/Action/ExtractSubjectTag.pm

cvs diff -r1.9 -r1.10 pkgsrc/devel/rt4/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/rt4/distinfo 2014/11/30 00:20:44 1.9
+++ pkgsrc/devel/rt4/distinfo 2015/03/01 21:25:17 1.10
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.9 2014/11/30 00:20:44 ryoon Exp $ 1$NetBSD: distinfo,v 1.10 2015/03/01 21:25:17 ryoon Exp $
2 2
3SHA1 (rt-4.2.9.tar.gz) = f3433d388d59283b4ea28d588af69fd16f870aae 3SHA1 (rt-4.2.10.tar.gz) = 92af386e9c09a0e9489ec1cd55b66c65b77d22be
4RMD160 (rt-4.2.9.tar.gz) = 4da68de9789933d2b92d74ce98422d4dd638f88b 4RMD160 (rt-4.2.10.tar.gz) = 43eae6a7d1a4710965e9926f57d27fcdfc3322cf
5Size (rt-4.2.9.tar.gz) = 7496950 bytes 5Size (rt-4.2.10.tar.gz) = 7628431 bytes
6SHA1 (patch-Makefile.in) = d46b5cd6e9de77409ac8d6b6c172bc9dd3ed96be 6SHA1 (patch-Makefile.in) = d46b5cd6e9de77409ac8d6b6c172bc9dd3ed96be
7SHA1 (patch-config.layout) = 1e237d38d4e3a2ad6c240feb3e58f1345c7ff476 7SHA1 (patch-config.layout) = 1e237d38d4e3a2ad6c240feb3e58f1345c7ff476