summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2019-06-13 03:19:13 +0000
committerryoon <ryoon@pkgsrc.org>2019-06-13 03:19:13 +0000
commit50bc930db4c733eb691779f3a2dc21e49178152a (patch)
tree26856dce57d8a4b3a559f4e7056f6aa5ea146ef1 /devel
parent5120eb3ad460b29c004fdc055ad34667050effc7 (diff)
downloadpkgsrc-50bc930db4c733eb691779f3a2dc21e49178152a.tar.gz
Update to 4.2.16
This patch is provided by spz@, thank you. Changelog: 4.2.16 Security Updates * One of RT's dependencies, the Perl module Email::Address, has a denial of service vulnerability which could induce a denial of service of RT itself. We recommend updating to Email::Address version 1.912 or later. The Email::Address vulnerabilities are assigned CVE-2015-7686 and CVE-2015-12558. CVE-2015-7686 was addressed in RT with a previous update. Email::Address version 1.912 addresses both of these CVEs with updates directly in the source module. Thanks to Ricardo Signes for helping us with these updates. * One of RT's dependencies, the Perl module Email::Address::List, relies on and operates similarly to Email::Address and therefore also has potential denial of service vulnerabilities. These vulnerabilities are assigned CVE-2018-18898. We recommend administrators install Email::Address::List version 0.06 or later. Thanks to Lukas Kramer for reporting the issue and Alex Vandiver for contributing fixes. * An optional RT dependency, HTML::Gumbo, incorrectly escaped HTML in some cases. Since RT relies on this module to escape HTML content, it's possible this issue could allow malicious HTML to be displayed in RT. For RT's using this optional module, we recommend administrators install HTML::Gumbo version 0.18 or later. Thanks to Ruslan Zakirov for updating this module. * The version of jQuery used in RT 4.2 and 4.4 has a Cross-site Scripting (XSS) vulnerability when using cross-domain Ajax requests. This vulnerability is assigned CVE-2015-9251. RT does not use this jQuery feature so it is not directly vulnerable. jQuery version 1.12 no longer receives official updates, however a fix was posted with recommendations for applications to patch locally, so RT will follow this recommendation and ship with a patched version. 4.2.15 General user UI * Show the Ticket's Subject when modifying the ticket. * Re-format RT/Config.pm so the `# loc` comment parses correctly. Web Administration * Stop wrapping ShowUser in <a> tags to avoid unnecessary nested links. * When listing group members, sort by text-only representation of the user, not HTML (I#30771) * In the group admin page, stop pre-computing ShowUser. * In shredder, check for both id and name mismatches when loading objects * Retain scrip sort order in pagination links Internals * Cache OCFVs to improve performance searching for duplicates when adding values. * Remove unused dependencies on File::Copy and Carp. * On Oracle, return the empty string instead of undef for Subject when it has no value on a ticket. * Handle alphabetic words in RT::Plugin::Version Developer * Avoid using $id in /Ticket/Display.html so callbacks can modify id in ARGS. Documentation * Mention the RT-Attach-Message: yes header in template docs. * Fix incorrect path in portlet documentation. Internationalization * Many changes to refactor sections of RT's internationalization code. 4.2.14 Security * RT 4.0.0 and above are vulnerable to an information leak of cross-site request forgery (CSRF) verification tokens if a user visits a specific URL crafted by an attacker. This vulnerability is assigned CVE-2017-5943. It was discovered by a third-party security researcher. * RT 4.0.0 and above are vulnerable to a cross-site scripting (XSS) attack if an attacker uploads a malicious file with a certain content type. Installations which use the AlwaysDownloadAttachments config setting are unaffected. This fix addresses all existant and future uploaded attachments. This vulnerability is assigned CVE-2016-6127. This was responsibly disclosed to us first by Scott Russo and the GE Application Security Assessment Team. * One of RT's dependencies, a Perl module named Email::Address, has a denial of service vulnerability which could induce a denial of service of RT itself. We recommend administrators install Email::Address version 1.908 or above, though we additionally provide a new workaround within RT. The Email::Address vulnerability was assigned CVE-2015-7686. This vulnerability's application to RT was brought to our attention by Pali Rohár. * RT 4.0.0 and above are vulnerable to timing side-channel attacks for user passwords. By carefully measuring millions or billions of login attempts, an attacker could crack a user's password even over the internet. RT now uses a constant-time comparison algorithm for secrets to thwart such attacks. This vulnerability is assigned CVE-2017-5361. This was responsibly disclosed to us by Aaron Kondziela. * RT's ExternalAuth feature is vulnerable to a similar timing side-channel attack. Both RT 4.0/4.2 with the widely-deployed RT::Authen::ExternalAuth extension, as well as the core ExternalAuth feature in RT 4.4 are vulnerable. Installations which don't use ExternalAuth, or which use ExternalAuth for LDAP/ActiveDirectory authentication, or which use ExternalAuth for cookie-based authentication, are unaffected. Only ExternalAuth in DBI (database) mode is vulnerable. * RT 4.0.0 and above are potentially vulnerable to a remote code execution attack in the dashboard subscription interface. A privileged attacker can cause unexpected code to be executed through carefully-crafted saved search names. Though we have not been able to demonstrate an actual attack owing to other defenses in place, it could be possible. This fix addresses all existant and future saved searches. This vulnerability is assigned CVE-2017-5944. It was discovered by an internal security audit. * RT 4.0.0 and above have misleading documentation which could reduce system security. The RestrictLoginReferrer config setting (which has security implications) was inconsistent with its implementation, which checked for a slightly different variable name. RT will now check for the incorrect name and produce an error message. This was responsibly disclosed to us by Alex Vandiver. General user UI * Avoid divide-by-zero in charts with no data (I#32143) * Remove dashboard from menu if it can't be loaded (I#29719) * Avoid wrapping one-time recipient checkbox separately from its label (I#32117) * Use only top-level attachments for generating one-time recipient lists to avoid e.g. phishing addresses * Fix bulk update for asset custom fields (I#32509) * Sort one-time recipient addresses (I#31879) * Fix article quicksearch degrading the article menu (#31591) * Avoid noisy "CF changed from 0 to 0" messages (I#32440) * Avoid showing a truncated list of articles due to permissions (I#31989) * Include the new Request Tracker logo * Stop double-escaping HTML which is made into links (I#31169) Email * Avoid overaggressively trimming whitespace from MIME encoded-words * Add config option $OverrideMailPrecedence to help avoid out-of-office autoreplies * Fix issues with encrypted attachments being unreadable/absent Database * Replace deprecated NOCREATEUSER with NOSUPERUSER for Postgres 9.6 (I#32511) rt-serializer/rt-importer * Fix several incorrect references in output (I#31803, I#31804, I#31805, I#31808) * Add --exclude-organization option (I#31812, I#31813) * Add --limit-queues and --limit-cfs options * Suppress semi-unmigrated link relationships by default * Add --hyperlink-unmigrated option * Fix queue change transactions to mention unmigrated queues by name * Support for dashboards in menu preference (I#31810) * Support for RT at a Glance preference (I#31809) * Don't skip RT->System searches * Avoid breaking rights granted to users (I#31806) Web Administration * Add checkbox for selecting all custom field values in admin UI * Log a history entry when adjusting whether a user is Privileged * Log history entries when adding/removing a group member both to the group and to the member * Hide disabled scrips by default, adding a "include disabled scrips" checkbox (I#30131) * Add missing timezone field on user create/modify (I#29977) * Add RT extension names and versions to System Configuration page (I#31482) Server Administration * Avoid error messages in 4.0.1 upgrade step * Improve automatic identification of `find` command * Add RefreshIntervals config option for managing homepage and dashboard refresh * Log failure to unlink temp file after email parse (I#32142) * Make automatically linking a used article to the ticket configurable with $LinkArticlesOnInclude config * Avoid undef warnings with mbox MailCommand and FastCGI * Avoid regex deprecation warnings on perl 5.21.1+ * Avoid issues with modern Perl versions excluding ./ from @INC * Reduce log levels of custom field loading issues caused by ordinary end-user actions (I#31742) * Adapt SMIME probe to work with openssl 1.1 * Double bcrypt cost for password hashing * Avoid "Couldn't load object RT::Transaction #0" warnings (I#31548) * Avoid broken DateTime::Locale versions (I#31542) * Avoid incompatible DBD::mysql version (I#32670) Developer * Clarify the usage of skip_update in /Ticket/Update.html BeforeUpdate callback * Fix whitespace-related test failures under Mojolicious 7.0 * Fix test failures when /usr/bin/sendmail absent * Factor out _OutgoingMailFrom into a separate method for extensibility * Ensure that Test::NoWarnings is skipped if skip_all is used * Fix bug where RT::Ticket->Create's SquelchMailTo would squelch only to the first address (I#31600) * Avoid test failure caused by hash randomization * Set up default args for customizations calling SignEncrypt directly * New callbacks: /Elements/ShowCustomFieldWikitext WikiFormatArgs /Search/Elements/Chart AfterChartTable * Improved callbacks: /Elements/Tabs Privileged adds Search_Args and Has_Query parameters Documentation * Update links to the RT wiki * Update mailing list references to point to community forum * Improve documentation around creating a custom theme (I#31800) * Document how to include custom fields in format strings Internationalization * Improvth @RefreshIntervals * Update translations for: Brazilian Portuguese, Dutch, German, Latvian, Macedonian, Russian, Serbian, Slovenian, and Spanish 4.2.13 General User UI * Avoid race condition where a ticket's Started timestamp could be before its Created timestamp * Users without ability to update a saved search are no longer shown an Update button * IP custom field textboxes now wide enough for full IPv6 addresses (I#24565) * Self-service Cc field now allows for autocompleting multiple users * When possible sort charts numerically rather than ascii-betically * QuickCreate now respects DefaultQueue and RememberDefaultQueue (I#30913) * Make user preferences use label tags for better clickiness (I#30953) * Hide "Transaction has no content" from Extract Article (I#31027) * Improve CSRF detection by whitelisting more specific parameters (I#31090) * Empty selection boxes no longer render 1px wide (I#31316) * Show queue ID if the user can't see the queue name * Search builder display format now properly supports "large" sizing * Fix SMIME encoding issue (I#31155) * Improve messaging and logging around reminders that users can't see * Queue name on ticket display is now a link to a search for all active tickets in that queue * Support autocomplete custom fields in bulk update (I#15259) * Hint to the user that not all CF types are supported by bulk update, instead of silently excluding them (I#15259) * Improve compliance with RFC4480 for GPG armor lines (I#30372) * Restore behavior of $EditCustomFieldsSingleColumn config (I#18555) * Fix a regression with time zones in datetime custom fields (I#31674) * Fix certain attachment links containing HTML metacharacters from double escaping (I#31751) * Fix custom attachment URLs for self-service users (I#30960) Database * "schema" upgrade files no longer issue CREATE INDEX statements, instead there are now "indexes" upgrade files that describe the end state of the indexes RT requires. This better handles indexes that may have been deployed by hand or otherwise already exist. * We now correctly shred ObjectCustomFields records when shredding a CustomField * Add $MaxFulltextAttachmentSize RT_Config option (default: 0 meaning no limit) for tuning how very large attachments are included in the full-text index * Improve 4.0 upgrade scripts running under 4.2 Web Administration * We now record transactions for changes to queues * Improve visual design of Shredder forms Server Administration * Add missing dependency on Encode 2.64 * New RT_SiteConfig.pm files now get a "use utf8;" by default to allow config options to use Unicode * bcrypt cost has been doubled on schedule to improve password hashing security * Allow multiple --action and --action-arg options in rt-crontool * Fix "use of localtime without parentheses" warning * rt-email-dashboards now has a --log parameter for setting log level * Add config %ReferrerComponents to provide fine-grained control over referrer checking behavior * Clarify web config validation log messages (I#31117) * Add a no_ticket_transactions option to user shredder * Remove now-unnecessary dependency on Apache::DBI (I#31210) * Avoid DateTime::Locale versions 1.00 and 1.01 https://rt.cpan.org/Public/Bug/Display.html?id=110244 * Have ./configure test whether to use GNU-style syntax or BSD-style syntax for `find -perm` (I#31308) Developer * Improve test compatibility with File::Which 1.17 * Improve test compatibility with HTML::FormatText::WithLinks::AndTables * Remove unused RT::Shredder::Record * Transactions now have a ColumnMap * New callbacks: /Ticket/Create.html MassageCloneArgs /Admin/Queues/Modify.html FormStart /Ticket/Elements/ShowBasics AfterTimeLeft, AfterPriority, AfterQueue, and AfterTable /Ticket/Elements/ShowSummary AfterBasics, AfterPeople, AfterReminders, and AfterDates /Ticket/Graphs/index.html BeforeActionList, FormStart, AfterForm, and Default /Ticket/Update.html RightColumnBottom /Admin/CustomFields/Modify.html EndOfPage /Elements/CollectionAsTable/Row EachField /Dashboards/Subscription.html SubscriptionFormEnd, SubscriptionFields, and MassageSubscriptionFields /Elements/ShowTransactionAttachments BeforeAttachment * Improved callbacks: /Admin/CustomFields/Modify.html Initial adds $Results Documentation * New documentation on format strings (docs/format-strings.pod) for controlling how search results are displayed * Update documentation to expect that most installations will deploy fulltext search * Also remind users that they should set up backups in the README * Fix UPGRADING-4.2's description of PostgreSQL full-text search using GiST; it uses GIN indexes (I#31844) Internationalization * Adjust the string "CustomFields" to instead use the existing "Custom Fields" to ease translation * We now display translated ticket properties and statuses on graphs * Update translations for: Brazilian Portuguese, Czech, Finnish, French, German, Greek, Hungarian, Japanese, Latvian, Lithuanian, Occitan, Polish, Russian, Spanish, Swedish, and Turkish
Diffstat (limited to 'devel')
-rw-r--r--devel/rt4/Makefile7
-rw-r--r--devel/rt4/PLIST16
-rw-r--r--devel/rt4/distinfo12
-rw-r--r--devel/rt4/patches/patch-Makefile.in14
4 files changed, 27 insertions, 22 deletions
diff --git a/devel/rt4/Makefile b/devel/rt4/Makefile
index 4f0d35a6a6f..3f089be20d9 100644
--- a/devel/rt4/Makefile
+++ b/devel/rt4/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.27 2018/08/22 09:44:59 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2019/06/13 03:19:13 ryoon Exp $
-DISTNAME= rt-4.2.12
+DISTNAME= rt-4.2.16
PKGNAME= ${DISTNAME:S/rt/rt4/}
-PKGREVISION= 2
+#PKGREVISION= 2
CATEGORIES= devel
MASTER_SITES= https://download.bestpractical.com/pub/rt/release/
@@ -57,6 +57,7 @@ DEPENDS+= p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils
#DEPENDS+= {perl>=5.20.0,p5-Locale-Maketext>=1.06}:../../misc/p5-Locale-Maketext
DEPENDS+= p5-Locale-Maketext-Fuzzy-[0-9]*:../../misc/p5-Locale-Maketext-Fuzzy
DEPENDS+= p5-Locale-Maketext-Lexicon>=0.32:../../misc/p5-Locale-Maketext-Lexicon
+DEPENDS+= p5-Locale-PO-[0-9]*:../../devel/p5-Locale-PO
DEPENDS+= p5-Log-Dispatch>=2.30:../../devel/p5-Log-Dispatch
# Mail::Header is a part of p5-MailTools.
DEPENDS+= p5-MailTools>=1.57:../../mail/p5-MailTools
diff --git a/devel/rt4/PLIST b/devel/rt4/PLIST
index a44f750ee14..49e09aff45e 100644
--- a/devel/rt4/PLIST
+++ b/devel/rt4/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2018/01/01 22:29:25 rillig Exp $
+@comment $NetBSD: PLIST,v 1.12 2019/06/13 03:19:13 ryoon Exp $
share/examples/rt4/RT_Config.pm
share/examples/rt4/RT_SiteConfig.pm
share/rt4/bin/rt
@@ -30,6 +30,7 @@ share/rt4/data/docs/extending/clickable_links.pod
share/rt4/data/docs/extending/external_custom_fields.pod
share/rt4/data/docs/extending/using_forms_widgets.pod
share/rt4/data/docs/extensions.pod
+share/rt4/data/docs/format-strings.pod
share/rt4/data/docs/full_text_indexing.pod
share/rt4/data/docs/glossary.pod
share/rt4/data/docs/hacking.pod
@@ -317,6 +318,7 @@ share/rt4/data/html/Elements/RT__SavedSearch/ColumnMap
share/rt4/data/html/Elements/RT__Scrip/ColumnMap
share/rt4/data/html/Elements/RT__Template/ColumnMap
share/rt4/data/html/Elements/RT__Ticket/ColumnMap
+share/rt4/data/html/Elements/RT__Transaction/ColumnMap
share/rt4/data/html/Elements/RT__User/ColumnMap
share/rt4/data/html/Elements/Refresh
share/rt4/data/html/Elements/RefreshHomepage
@@ -654,6 +656,7 @@ share/rt4/data/po/pl.po
share/rt4/data/po/pt.po
share/rt4/data/po/pt_BR.po
share/rt4/data/po/pt_PT.po
+share/rt4/data/po/ro.po
share/rt4/data/po/rt.pot
share/rt4/data/po/ru.po
share/rt4/data/po/sk.po
@@ -1039,6 +1042,7 @@ share/rt4/data/static/images/jquery_ui/ui-icons_2e83ff_256x240.png
share/rt4/data/static/images/jquery_ui/ui-icons_454545_256x240.png
share/rt4/data/static/images/jquery_ui/ui-icons_888888_256x240.png
share/rt4/data/static/images/jquery_ui/ui-icons_cd0a0a_256x240.png
+share/rt4/data/static/images/request-tracker-logo.png
share/rt4/data/static/images/star.gif
share/rt4/data/static/images/tablesorter/asc.gif
share/rt4/data/static/images/tablesorter/bg.gif
@@ -1052,7 +1056,7 @@ share/rt4/data/static/js/farbtastic.js
share/rt4/data/static/js/forms.js
share/rt4/data/static/js/history-folding.js
share/rt4/data/static/js/i18n.js
-share/rt4/data/static/js/jquery-1.9.1.min.js
+share/rt4/data/static/js/jquery-1.12.4p1.min.js
share/rt4/data/static/js/jquery-ui-1.10.0.custom.min.js
share/rt4/data/static/js/jquery-ui-patch-datepicker.js
share/rt4/data/static/js/jquery-ui-timepicker-addon.js
@@ -1090,6 +1094,7 @@ share/rt4/etc/upgrade/3.3.0/acl.Oracle
share/rt4/etc/upgrade/3.3.0/acl.Pg
share/rt4/etc/upgrade/3.3.0/acl.SQLite
share/rt4/etc/upgrade/3.3.0/acl.mysql
+share/rt4/etc/upgrade/3.3.0/indexes
share/rt4/etc/upgrade/3.3.0/schema.Oracle
share/rt4/etc/upgrade/3.3.0/schema.Pg
share/rt4/etc/upgrade/3.3.0/schema.mysql
@@ -1109,8 +1114,7 @@ share/rt4/etc/upgrade/3.7.19/content
share/rt4/etc/upgrade/3.7.3/schema.Oracle
share/rt4/etc/upgrade/3.7.3/schema.Pg
share/rt4/etc/upgrade/3.7.3/schema.mysql
-share/rt4/etc/upgrade/3.7.81/schema.Oracle
-share/rt4/etc/upgrade/3.7.81/schema.mysql
+share/rt4/etc/upgrade/3.7.81/indexes
share/rt4/etc/upgrade/3.7.82/content
share/rt4/etc/upgrade/3.7.85/content
share/rt4/etc/upgrade/3.7.86/content
@@ -1120,7 +1124,7 @@ share/rt4/etc/upgrade/3.8.0/content
share/rt4/etc/upgrade/3.8.1/content
share/rt4/etc/upgrade/3.8.2/content
share/rt4/etc/upgrade/3.8.3/content
-share/rt4/etc/upgrade/3.8.3/schema.Pg
+share/rt4/etc/upgrade/3.8.3/indexes
share/rt4/etc/upgrade/3.8.4/content
share/rt4/etc/upgrade/3.8.6/content
share/rt4/etc/upgrade/3.8.8/content
@@ -1330,6 +1334,7 @@ share/rt4/lib/RT/GroupMembers.pm
share/rt4/lib/RT/Groups.pm
share/rt4/lib/RT/Handle.pm
share/rt4/lib/RT/I18N.pm
+share/rt4/lib/RT/I18N/Extract.pm
share/rt4/lib/RT/I18N/cs.pm
share/rt4/lib/RT/I18N/de.pm
share/rt4/lib/RT/I18N/fr.pm
@@ -1428,7 +1433,6 @@ share/rt4/lib/RT/Shredder/Plugin/SQLDump.pm
share/rt4/lib/RT/Shredder/Plugin/Summary.pm
share/rt4/lib/RT/Shredder/Plugin/Tickets.pm
share/rt4/lib/RT/Shredder/Plugin/Users.pm
-share/rt4/lib/RT/Shredder/Record.pm
share/rt4/lib/RT/Squish.pm
share/rt4/lib/RT/Squish/CSS.pm
share/rt4/lib/RT/Squish/JS.pm
diff --git a/devel/rt4/distinfo b/devel/rt4/distinfo
index ec54364f752..d6e283927a4 100644
--- a/devel/rt4/distinfo
+++ b/devel/rt4/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.13 2016/01/30 23:54:20 ryoon Exp $
+$NetBSD: distinfo,v 1.14 2019/06/13 03:19:13 ryoon Exp $
-SHA1 (rt-4.2.12.tar.gz) = ddbf70752c2b96354caf7687534addf075859d4d
-RMD160 (rt-4.2.12.tar.gz) = 6726a687ba8042b35aa78337609c3d710d98264c
-SHA512 (rt-4.2.12.tar.gz) = e816c5481bdb158209bd78bc82af4abc0243af500abe55ae3aac666259e983282d82577de6207899745b4781fb0a50d3094901a248e7ac958dd852343b6f2676
-Size (rt-4.2.12.tar.gz) = 7537620 bytes
-SHA1 (patch-Makefile.in) = d46b5cd6e9de77409ac8d6b6c172bc9dd3ed96be
+SHA1 (rt-4.2.16.tar.gz) = 63a247de25eebb053d102fb8ffaa004edaea2fb7
+RMD160 (rt-4.2.16.tar.gz) = b7e1f7fcf388dbc14d0f37d324e0283622bf0ca6
+SHA512 (rt-4.2.16.tar.gz) = fa4e40270d285c9b0154f2d2ac9b17756bd717989591bc995a7c7175e142f4bce3768672dd9b1ca54cf5c3da39d9b29d3e7ae10098547b5b563035494da24f17
+Size (rt-4.2.16.tar.gz) = 7787267 bytes
+SHA1 (patch-Makefile.in) = 9009623bc764c351dcb79d365a4b0728b18f4205
SHA1 (patch-config.layout) = 1e237d38d4e3a2ad6c240feb3e58f1345c7ff476
diff --git a/devel/rt4/patches/patch-Makefile.in b/devel/rt4/patches/patch-Makefile.in
index 039ba07028d..fd85dd23ad8 100644
--- a/devel/rt4/patches/patch-Makefile.in
+++ b/devel/rt4/patches/patch-Makefile.in
@@ -1,19 +1,19 @@
-$NetBSD: patch-Makefile.in,v 1.1 2014/06/17 11:10:40 markd Exp $
+$NetBSD: patch-Makefile.in,v 1.2 2019/06/13 03:19:13 ryoon Exp $
NetBSD find doesn't know about "-not" so use "!"
---- Makefile.in.orig 2014-06-13 03:14:21.000000000 +0000
+--- Makefile.in.orig 2019-01-31 14:39:47.000000000 +0000
+++ Makefile.in
@@ -302,7 +302,7 @@ fixperms:
+
+ # Make upgrade scripts executable if they are in the source.
#
- # Note that we use the deprecated (by GNU/POSIX find) -perm +0NNN syntax
- # instead of -perm /0NNN since BSD find doesn't support the latter.
-- ( cd etc/upgrade && find . -type f -not -name '*.in' -perm +0111 -print ) | while read file ; do \
-+ ( cd etc/upgrade && find . -type f '!' -name '*.in' -perm +0111 -print ) | while read file ; do \
+- ( cd etc/upgrade && find . -type f -not -name '*.in' -perm @FINDPERM@0111 -print ) | while read file ; do \
++ ( cd etc/upgrade && find . -type f '!' -name '*.in' -perm @FINDPERM@0111 -print ) | while read file ; do \
chmod a+x "$(DESTDIR)$(RT_ETC_PATH)/upgrade/$$file" ; \
done
-@@ -453,7 +453,7 @@ etc-install:
+@@ -459,7 +459,7 @@ etc-install:
@COMMENT_INPLACE_LAYOUT@ -( cd etc/upgrade && find . -type d -print ) | while read dir ; do \
@COMMENT_INPLACE_LAYOUT@ $(INSTALL) -m 0755 -d "$(DESTDIR)$(RT_ETC_PATH)/upgrade/$$dir" ; \
@COMMENT_INPLACE_LAYOUT@ done