pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/rt5



Module Name:    pkgsrc
Committed By:   markd
Date:           Thu Nov  2 19:15:11 UTC 2023

Modified Files:
        pkgsrc/devel/rt5: Makefile PLIST distinfo

Log Message:
rt5: update to 5.0.5

RT 5.0.4 -- 2023-05-04
======================

Security

* jQuery UI is updated to version 1.13.2, which addresses a security issue in
  earlier jQuery UI (CVE-2022-31160). This issue does not impact RT directly
  as RT does not currently use the impacted code.

General user features

* Split the select of watcher criteria in query builder; with a single
  select, this list would grow too long
* Display entry hint in people section of ticket display page
* Add missing css rules to buttons to improve UI consistency
* Increase search field column width, mainly for role fields
* Include custom roles in the core watcher search criteria
* Hide asset menu search if simple search is disabled
* Fix multiple mt-* classes that are applied at the same time to fix
  display bugs
* Retain Class and ObjectType when query parsing contains errors;
  prevents query parsing actions in transaction search from reverting
  to ticket search
* Clear floating elements from correspondence
* Show custom field diffs in transaction history
* Fix bug that caused HTML custom fields to show 'text/html' as value
* Move user custom fields on "Settings > About me"" page to make better
  use of space
* Fix the menu drift when clicking on repositioned submenus caused by
  screen width overflow
* Fix issue where a submenu could flash out when clicking a submenu
  option (specifically, in Chrome-based browsers)
* Fix runtime error in SelfService Asset Display (I#37377)
* Improve Reports/Update This Menu CSS styling
* Improve 'Error: public key' template to avoid confusion for new
  installs (I#37360)
* Show RT support email address in the RemoteAuth error page
* Show RT support email address on PSGI/database error page
* Block ticket creation/update when there's invalid recipients
* Disable browser spell check for custom code box (thanks Christian
  Mehlmauer!)
* Make Actions page menu scrollable in case it's too long to fit on
  screen
* Allow CKEditor (rich text) boxes to vary in height based on
  context/usage
* Fix bug preventing the toggling/display of initially rolled-up widgets
* Allow unchecking of "Suppress if empty" checkbox for dashboard
  subscriptions
* Load more history for unread messages with on scroll setting so new
  messages can be accessed via the "Jump to Unread" button
* Exclude favion.png from generated dashboard email
* Add extra css to dashboard emails to improve display for some
  email web clients (such as Gmail and Outlook)
* Fix Ticket/Create.html's display of Links block
* Refactor Edit Links to fix bug in page display
* Exclude asset custom roles from ticket search
* Fix custom role's name in the result message when adding members
* Add support for custom roles in asset searches
* Improve performance of one-time email lookup
* Improve page layout by dropping an extra form-row wrapper
  (LabeledValue already has one)
* Fix layout of ticket graph page
* Add back missing current-value span to fix alignment of rows in asset
  widget of ticket page
* Re-add the missing Creator row for article display
* Revert LabeledValue changes to role inputs
* Make article autocomplete case insensitive
* Force EmailAddress to be the default return value for EmailInput
* Prettify "Show ticket history" by making it look like a button
* Add multiple order by and order indicators in search results header
* Make autocomplete work in dynamically created modal popup
* Support to pass user name as default value for owner input
  autocomplete
* Allow to show empty option even when default value is present;
  allows current Priority filter to show while allowing user to unset it
* Allow users to filter ticket search results via headers
* Allow text but not icons to wrap in search header (in Firefox)
* Provide default 'select all' for some search terms; prevents erroneous
 "error parsing your search query" messages (I#36902)
* Reset queue-level default values on queue change on ticket create
  page; previously, defaults didn't change even if another queue was
  selected (I#37242)
* Show end users a message if a SQL error occurs
* Update search results to use Bootstrap/modern pagination styles
* Add box to jump to search results page
* Add UI for custom field validation hints
* Improve color and spacing for custom field FriendlyPattern UI
* Target keyboard shortcuts accurately for search result modal popups
* Fix combobox controls to not clear user inputs on dropdown click
* Format auth token list with a title box
* Removed extra space between Cc and Bcc in the ticket update cc Element
* Handle implicit form submissions in search filter modals (i.e., act
  as if the "Apply" button was clicked)
* Fix broken search input formatting on "Manage GnuPG Keys" page
* Always show a Logout link in the menu
* Make number of search results per-page configurable
* Add information about search preferences
* Remove extra space from titleboxes in query builder's Sort and Display
  Columns boxes
* Prevent main navigation from overlapping with custom logo
* Make pie/bar in js charts clickable again for saved searches
* Automatically enable live search for selects that have 10 or more
  options
* Force to use light theme for dashboard emails; prevents broken
  display of dashboard emails in email clients that try to automatically
  apply your system's dark/light theme to emails
* In query builder, show a solid funnel next to header column if that
  column is a filter in the search
* Add "unknown" default priority option to priority select list; shows
  if a ticket's priority is unknown or no longer valid
* Make search filter modal popups scrollable (in case of long content)
* In query builder, increase queue limit to 100 in search filter (as
  the modal is now scrollable)
* Add URL shortening of search URLs
* Add shortener support to saved searches
* Shorten subqueries on chart page
* Fix bug that adds duplicated criteria to queries generated on chart
  page
* Reduce whitespace between the continuous descriptive paragraphs
* When commenting or corresponding, only quote text from transaction
  areas in the ticket history
* Remove unnecessary spacing in layout of user custom fields in
  SelfService Prefs
* Fix label typo for asset description
* Fix bug that could prevent live-search in select widgets (Safari and
  Firefox)
* Improve UI consistency by wrapping textarea/attachment inputs in a
  form-row
* Remove extra vertical space of select inputs to be consistent with
  other inputs
* Use consistent space among input rows for ticket forms
* Replace fontawesome funnel icon with bootstrap version
* Drop the obsolete fontawesome filter icon
* Removed extra space between Cc and Bcc in the ticket update cc Element
* Update data-live-search attr for bootstrap select before initialization
* Show customized operator/value inputs for cfs on admin user search page
* Support to wrap textarea/attachment inputs into a form-row for space settings
* Remove extra vertical space of selectized inputs to be consistent with
  other inputs
* Use consistent space among input rows for ticket forms
* Use HTML content for articles by default
* Format article HTML content correctly when EscapeHTML is disabled
* Add extra newlines to make boundaries of different article fields clear
* Clarify usage of the $EmailSubjectTagRegex setting
* Adapt formatting for mixed HTML and plain text quoting in Outlook message
* Display key details for text/calendar messages (meeting invitations)
* Various improvements for search filter controls
* Limit dropdown size in owner search filter modal
* Convert some search icons to inline svg for easier styling
* Drop the duplicated div.value in EditTopics
* Hide tooltips everywhere on click

RT 5.0.5 -- 2023-10-19
======================

Security

The following security issues are fixed in this release. Thanks to
Tom Wolters of Chapter8 and the National Cyber Security Centre in
The Netherlands for reporting the the first two findings.

* RT is vulnerable to accepting unvalidated RT email headers in
incoming email and the mail-gateway REST interface. This vulnerability
is assigned CVE-2023-41259.

* RT is vulnerable to information leakage via response messages
returned from requests sent via the mail-gateway REST interface. This
vulnerability is assigned CVE-2023-41260.

Related to the above, in addition to upgrading to this new version,
access to the mail-gateway REST endpoint can, and in most cases
should, be restricted to only the RT server itself (localhost). This
access restriction can typically be applied in the web server running
with your RT (Apache or other). This configuration is more clearly
documented as part of this release and we recommend all RT admins
review your web server configuration and consider restricting access
to this mail-gateway REST endpoint.

* RT 5.0 is vulnerable to information leakage via transaction searches
made by authenticated users in the transaction query builder. This
vulnerability is assigned CVE-2023-45024. Thanks to edk and bakerst of
Libera Chat for reporting this finding.

* RT 5.0 can reveal information about data on various RT objects in
errors and other response messages to REST 2 requests.

General user features

* Include "Create" transactions when checking if there are unread messages
* Support HasUnreadMessages and HasNoUnreadMessages criteria for ticket search
* Make simple search result refresh always function
* Support to download custom field attachments from SelfService
* Allow additional ticket relationship graph directions
* Add the missing Principals autocomplete URL for Self Service
* On the People page, list current user in "All Recipients" if it's a watcher
* Align existing attachment list
* Show direct members for charts grouped by watchers in perl calculation
* Add the same separator as ticket cfs for user cfs in Spreadsheet
* Exclude owner email address from one time Cc/Bcc inputs
* Require unique name for Conditions and Actions
* Enable the selectpicker class for multiselect cfs
* Don't highlight "RT for" as the active menu
* Show that a principal is disabled while editing people inline
* Fix empty updates sending emails with html signatures
* Remove mobile restrictions for CKEditor
* Get the Stylesheet of the called user object instead of its CurrentUser
* Tweak quoted selection content and quote it with blockquote for html
* Fix lifecycle new status removal
* Improve Lifecycle validation messages
* Allow to wrap for normal collection list headers
* Make search chart tables responsive
* Adjust EmailInput element to use the correct autocomplete helper
* Make Principals Helper compatible with EmailInput element
* Add a __SelectedUser__ search placeholder and portlet to set it
* Do not disable inline edit after errors
* Fix Find Group portlet input size
* Fix Find Asset portlet input size
* Avoid adding duplicated prefixes like "Ticket ID: " on bulk update pages
* Use id prefix for core field update messages consistently
* Rebalance page menu when the entire page (not just DOM) is ready
* Return success when disabling a disabled record via REST 2
* On ticket update, update names in Cc/Bcc select boxes when
  checking/unchecking one-time "All recipients"
* On dashboard edit, drop height CSS rules for each section in source
  selection boxes to prevent overlap


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/rt5/Makefile pkgsrc/devel/rt5/PLIST \
    pkgsrc/devel/rt5/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/rt5/Makefile
diff -u pkgsrc/devel/rt5/Makefile:1.1 pkgsrc/devel/rt5/Makefile:1.2
--- pkgsrc/devel/rt5/Makefile:1.1       Thu Oct  6 02:18:16 2022
+++ pkgsrc/devel/rt5/Makefile   Thu Nov  2 19:15:10 2023
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.1 2022/10/06 02:18:16 markd Exp $
+# $NetBSD: Makefile,v 1.2 2023/11/02 19:15:10 markd Exp $
 
-DISTNAME=      rt-5.0.3
+DISTNAME=      rt-5.0.5
 PKGNAME=       ${DISTNAME:S/rt/rt5/}
 CATEGORIES=    devel
 MASTER_SITES=  https://download.bestpractical.com/pub/rt/release/
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://www.bestpractical.com/rt/
+HOMEPAGE=      https://bestpractical.com/request-tracker/
 COMMENT=       Industrial-grade ticketing system
 LICENSE=       gnu-gpl-v2
 
@@ -26,10 +26,9 @@ DEPENDS+=    p5-Clone-[0-9]*:../../devel/p5
 DEPENDS+=      p5-Convert-Color-[0-9]*:../../converters/p5-Convert-Color
 DEPENDS+=      p5-Crypt-Eksblowfish-[0-9]*:../../security/p5-Crypt-Eksblowfish
 DEPENDS+=      p5-DBI-[0-9]*:../../databases/p5-DBI
-DEPENDS+=      p5-DBIx-SearchBuilder>=1.71:../../databases/p5-DBIx-SearchBuilder
+DEPENDS+=      p5-DBIx-SearchBuilder>=1.77:../../databases/p5-DBIx-SearchBuilder
 DEPENDS+=      p5-Data-GUID-[0-9]*:../../devel/p5-Data-GUID
 DEPENDS+=      p5-Data-ICal-[0-9]*:../../time/p5-Data-ICal
-DEPENDS+=      p5-Data-Page-Pageset-[0-9]*:../../devel/p5-Data-Page-Pageset
 DEPENDS+=      p5-Date-Extract>=0.02:../../time/p5-Date-Extract
 DEPENDS+=      p5-Date-Manip-[0-9]*:../../devel/p5-Date-Manip
 DEPENDS+=      p5-DateTime>=0.44:../../time/p5-DateTime
@@ -122,7 +121,6 @@ DEPENDS+=   p5-Text-Wrapper-[0-9]*:../../t
 # Time::ParseDate is a part of p5-Time-modules.
 DEPENDS+=      p5-Time-modules-[0-9]*:../../time/p5-Time-modules
 DEPENDS+=      p5-Tree-Simple>=1.04:../../devel/p5-Tree-Simple
-DEPENDS+=      p5-UNIVERSAL-require-[0-9]*:../../devel/p5-UNIVERSAL-require
 DEPENDS+=      p5-URI>=1.59:../../www/p5-URI
 # URI::QueryParam is a part of p5-URI.
 DEPENDS+=      p5-Web-Machine>=0.12:../../www/p5-Web-Machine
@@ -146,7 +144,7 @@ DEPENDS+=   p5-GnuPG-Interface-[0-9]*:../.
 DEPENDS+=      p5-PerlIO-eol-[0-9]*:../../devel/p5-PerlIO-eol
 
 # Graphviz dependencies
-DEPENDS+=      p5-GraphViz-[0-9]*:../../graphics/p5-GraphViz
+DEPENDS+=      p5-GraphViz2-[0-9]*:../../graphics/p5-GraphViz2
 
 # SMIME dependencies
 DEPENDS+=      p5-Crypt-X509-[0-9]*:../../security/p5-Crypt-X509
Index: pkgsrc/devel/rt5/PLIST
diff -u pkgsrc/devel/rt5/PLIST:1.1 pkgsrc/devel/rt5/PLIST:1.2
--- pkgsrc/devel/rt5/PLIST:1.1  Thu Oct  6 02:18:16 2022
+++ pkgsrc/devel/rt5/PLIST      Thu Nov  2 19:15:10 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2022/10/06 02:18:16 markd Exp $
+@comment $NetBSD: PLIST,v 1.2 2023/11/02 19:15:10 markd Exp $
 share/examples/rt5/RT_Config.pm
 share/examples/rt5/RT_SiteConfig.pm
 share/rt5/bin/rt
@@ -35,6 +35,7 @@ share/rt5/data/docs/customizing/template
 share/rt5/data/docs/customizing/timezones_in_charts.pod
 share/rt5/data/docs/dashboards.pod
 share/rt5/data/docs/dashboards_reporting.pod
+share/rt5/data/docs/email_management.pod
 share/rt5/data/docs/extending/clickable_links.pod
 share/rt5/data/docs/extending/external_custom_fields.pod
 share/rt5/data/docs/extending/mail_plugins.pod
@@ -81,6 +82,8 @@ share/rt5/data/docs/images/lifecycle-ui-
 share/rt5/data/docs/images/lifecycle-ui-modify.png
 share/rt5/data/docs/images/lifecycle-ui-rights.png
 share/rt5/data/docs/images/order-history-example.png
+share/rt5/data/docs/images/query-builder-dynamic-filter-priority.png
+share/rt5/data/docs/images/query-builder-dynamic-sort.png
 share/rt5/data/docs/images/queue-created-started-chart.png
 share/rt5/data/docs/images/quote-selection-highlighted.png
 share/rt5/data/docs/images/quote-selection-ticket-update.png
@@ -189,6 +192,7 @@ share/rt5/data/html/Admin/Elements/Selec
 share/rt5/data/html/Admin/Elements/SelectCustomFieldRenderType
 share/rt5/data/html/Admin/Elements/SelectCustomFieldType
 share/rt5/data/html/Admin/Elements/SelectGroups
+share/rt5/data/html/Admin/Elements/SelectLookupType
 share/rt5/data/html/Admin/Elements/SelectNewGroupMembers
 share/rt5/data/html/Admin/Elements/SelectScripAction
 share/rt5/data/html/Admin/Elements/SelectScripCondition
@@ -253,6 +257,7 @@ share/rt5/data/html/Admin/Scrips/Create.
 share/rt5/data/html/Admin/Scrips/Elements/EditBasics
 share/rt5/data/html/Admin/Scrips/Elements/EditCustomCode
 share/rt5/data/html/Admin/Scrips/Elements/SelectTemplate
+share/rt5/data/html/Admin/Scrips/Logging.html
 share/rt5/data/html/Admin/Scrips/Modify.html
 share/rt5/data/html/Admin/Scrips/Objects.html
 share/rt5/data/html/Admin/Scrips/index.html
@@ -266,6 +271,7 @@ share/rt5/data/html/Admin/Tools/EditConf
 share/rt5/data/html/Admin/Tools/GnuPG.html
 share/rt5/data/html/Admin/Tools/Queries.html
 share/rt5/data/html/Admin/Tools/RightsInspector.html
+share/rt5/data/html/Admin/Tools/Shortener.html
 share/rt5/data/html/Admin/Tools/Shredder/Dumps/dhandler
 share/rt5/data/html/Admin/Tools/Shredder/Elements/DumpFileLink
 share/rt5/data/html/Admin/Tools/Shredder/Elements/Error/NoRights
@@ -455,6 +461,7 @@ share/rt5/data/html/Elements/GotoUser
 share/rt5/data/html/Elements/Header
 share/rt5/data/html/Elements/HeaderJavascript
 share/rt5/data/html/Elements/JavascriptConfig
+share/rt5/data/html/Elements/LabeledValue
 share/rt5/data/html/Elements/Lifecycle/Graph
 share/rt5/data/html/Elements/ListActions
 share/rt5/data/html/Elements/ListMenu
@@ -499,8 +506,10 @@ share/rt5/data/html/Elements/RT__Transac
 share/rt5/data/html/Elements/RT__User/ColumnMap
 share/rt5/data/html/Elements/Refresh
 share/rt5/data/html/Elements/RefreshHomepage
+share/rt5/data/html/Elements/SavedSearchSelectUser
 share/rt5/data/html/Elements/SavedSearches
 share/rt5/data/html/Elements/ScrubHTML
+share/rt5/data/html/Elements/SearchFilter
 share/rt5/data/html/Elements/Section
 share/rt5/data/html/Elements/SelectArticle
 share/rt5/data/html/Elements/SelectArticleAutocomplete
@@ -540,7 +549,9 @@ share/rt5/data/html/Elements/SelfService
 share/rt5/data/html/Elements/SelfServiceTopArticles
 share/rt5/data/html/Elements/SetupSessionCookie
 share/rt5/data/html/Elements/ShortcutHelp
+share/rt5/data/html/Elements/ShowArticle
 share/rt5/data/html/Elements/ShowArticleCustomFields
+share/rt5/data/html/Elements/ShowCalendarInvitation
 share/rt5/data/html/Elements/ShowCustomDateRanges
 share/rt5/data/html/Elements/ShowCustomFieldBinary
 share/rt5/data/html/Elements/ShowCustomFieldCustomGroupings
@@ -606,6 +617,7 @@ share/rt5/data/html/Helpers/Autocomplete
 share/rt5/data/html/Helpers/Autocomplete/autohandler
 share/rt5/data/html/Helpers/BuildFormatString
 share/rt5/data/html/Helpers/CollectionListRow
+share/rt5/data/html/Helpers/Permalink
 share/rt5/data/html/Helpers/PreviewScrips
 share/rt5/data/html/Helpers/RightsInspector/Revoke
 share/rt5/data/html/Helpers/RightsInspector/Search
@@ -750,6 +762,7 @@ share/rt5/data/html/SelfService/Closed.h
 share/rt5/data/html/SelfService/Create.html
 share/rt5/data/html/SelfService/CreateTicketInQueue.html
 share/rt5/data/html/SelfService/Display.html
+share/rt5/data/html/SelfService/Download/CustomFieldValue/dhandler
 share/rt5/data/html/SelfService/Elements/GotoTicket
 share/rt5/data/html/SelfService/Elements/Header
 share/rt5/data/html/SelfService/Elements/MyGroupRequests
@@ -757,6 +770,7 @@ share/rt5/data/html/SelfService/Elements
 share/rt5/data/html/SelfService/Elements/RequestUpdate
 share/rt5/data/html/SelfService/Elements/SearchArticle
 share/rt5/data/html/SelfService/Helpers/Autocomplete/CustomFieldValues
+share/rt5/data/html/SelfService/Helpers/Autocomplete/Principals
 share/rt5/data/html/SelfService/Helpers/Autocomplete/Users
 share/rt5/data/html/SelfService/Helpers/ShortcutHelp
 share/rt5/data/html/SelfService/Helpers/TextDiff
@@ -817,7 +831,6 @@ share/rt5/data/html/Ticket/Forward.html
 share/rt5/data/html/Ticket/Graphs/Elements/EditGraphProperties
 share/rt5/data/html/Ticket/Graphs/Elements/ShowGraph
 share/rt5/data/html/Ticket/Graphs/Elements/ShowLegends
-share/rt5/data/html/Ticket/Graphs/dhandler
 share/rt5/data/html/Ticket/Graphs/index.html
 share/rt5/data/html/Ticket/History.html
 share/rt5/data/html/Ticket/Modify.html
@@ -831,6 +844,7 @@ share/rt5/data/html/Ticket/Update.html
 share/rt5/data/html/Ticket/autohandler
 share/rt5/data/html/Tools/MyDay.html
 share/rt5/data/html/Tools/MyReminders.html
+share/rt5/data/html/Tools/PreviewSearches.html
 share/rt5/data/html/Tools/index.html
 share/rt5/data/html/Transaction/Display.html
 share/rt5/data/html/User/Elements/AssetList
@@ -1074,14 +1088,11 @@ share/rt5/data/static/RichText/plugins/a
 share/rt5/data/static/RichText/plugins/about/dialogs/hidpi/logo_ckeditor.png
 share/rt5/data/static/RichText/plugins/about/dialogs/logo_ckeditor.png
 share/rt5/data/static/RichText/plugins/autocomplete/skins/default.css
-share/rt5/data/static/RichText/plugins/ccmsconfighelper/docs/install.html
 share/rt5/data/static/RichText/plugins/clipboard/dialogs/paste.js
 share/rt5/data/static/RichText/plugins/colordialog/dialogs/colordialog.css
 share/rt5/data/static/RichText/plugins/colordialog/dialogs/colordialog.js
 share/rt5/data/static/RichText/plugins/confighelper/LICENSE
 share/rt5/data/static/RichText/plugins/confighelper/README.md
-share/rt5/data/static/RichText/plugins/confighelper/docs/install.html
-share/rt5/data/static/RichText/plugins/confighelper/docs/styles.css
 share/rt5/data/static/RichText/plugins/dialog/dialogDefinition.js
 share/rt5/data/static/RichText/plugins/dialog/styles/dialog.css
 share/rt5/data/static/RichText/plugins/docprops/dialogs/docprops.js
@@ -1104,12 +1115,7 @@ share/rt5/data/static/RichText/plugins/m
 share/rt5/data/static/RichText/plugins/pastefromgdocs/filter/default.js
 share/rt5/data/static/RichText/plugins/pastefromword/filter/default.js
 share/rt5/data/static/RichText/plugins/pastetools/filter/common.js
-share/rt5/data/static/RichText/plugins/pbckcode/CHANGELOG.md
-share/rt5/data/static/RichText/plugins/pbckcode/LICENSE
-share/rt5/data/static/RichText/plugins/pbckcode/README.md
-share/rt5/data/static/RichText/plugins/pbckcode/dialogs/PBSyntaxHighlighter.js
-share/rt5/data/static/RichText/plugins/pbckcode/dialogs/pbckcode.js
-share/rt5/data/static/RichText/plugins/pbckcode/dialogs/style.css
+share/rt5/data/static/RichText/plugins/pastetools/filter/image.js
 share/rt5/data/static/RichText/plugins/specialchar/dialogs/lang/_translationstatus.txt
 share/rt5/data/static/RichText/plugins/specialchar/dialogs/lang/af.js
 share/rt5/data/static/RichText/plugins/specialchar/dialogs/lang/ar.js
@@ -1210,10 +1216,6 @@ share/rt5/data/static/RichText/skins/boo
 share/rt5/data/static/RichText/skins/bootstrapck/images/lock.png
 share/rt5/data/static/RichText/skins/bootstrapck/images/refresh.png
 share/rt5/data/static/RichText/skins/bootstrapck/readme.md
-share/rt5/data/static/RichText/skins/bootstrapck/sample/bootstrapck-sample.html
-share/rt5/data/static/RichText/skins/bootstrapck/sample/css/bootstrapck-sample.css
-share/rt5/data/static/RichText/skins/bootstrapck/sample/js/analytics.js
-share/rt5/data/static/RichText/skins/bootstrapck/sample/js/jquery-1.11.0.min.js
 share/rt5/data/static/RichText/skins/bootstrapck/scss/browser-specific/gecko/editor_gecko.scss
 share/rt5/data/static/RichText/skins/bootstrapck/scss/browser-specific/ie/dialog_ie.scss
 share/rt5/data/static/RichText/skins/bootstrapck/scss/browser-specific/ie/editor_ie.scss
@@ -1271,6 +1273,7 @@ share/rt5/data/static/css/elevator-light
 share/rt5/data/static/css/elevator-light/layout.css
 share/rt5/data/static/css/elevator-light/lifecycleui.css
 share/rt5/data/static/css/elevator-light/login.css
+share/rt5/data/static/css/elevator-light/mail.css
 share/rt5/data/static/css/elevator-light/main.css
 share/rt5/data/static/css/elevator-light/misc.css
 share/rt5/data/static/css/elevator-light/nav.css
@@ -1344,6 +1347,8 @@ share/rt5/data/static/images/farbtastic/
 share/rt5/data/static/images/farbtastic/mask.png
 share/rt5/data/static/images/farbtastic/wheel.png
 share/rt5/data/static/images/favicon.png
+share/rt5/data/static/images/funnel-fill.svg
+share/rt5/data/static/images/funnel.svg
 share/rt5/data/static/images/jquery_ui/ui-bg_glass_55_fbf9ee_1x400.png
 share/rt5/data/static/images/jquery_ui/ui-bg_glass_65_ffffff_1x400.png
 share/rt5/data/static/images/jquery_ui/ui-bg_glass_75_dadada_1x400.png
@@ -1369,6 +1374,7 @@ share/rt5/data/static/js/bootstrap.bundl
 share/rt5/data/static/js/cascaded.js
 share/rt5/data/static/js/chartjs-plugin-colorschemes.min.js
 share/rt5/data/static/js/chosen.jquery.min.js
+share/rt5/data/static/js/clipboard.min.js
 share/rt5/data/static/js/d3.min.js
 share/rt5/data/static/js/dropzone.min.js
 share/rt5/data/static/js/event-registration.js
@@ -1646,6 +1652,18 @@ share/rt5/etc/upgrade/4.5.8/content
 share/rt5/etc/upgrade/5.0.2/content
 share/rt5/etc/upgrade/5.0.3/indexes
 share/rt5/etc/upgrade/5.0.3/schema.Pg
+share/rt5/etc/upgrade/5.0.4/acl.Pg
+share/rt5/etc/upgrade/5.0.4/content
+share/rt5/etc/upgrade/5.0.4/schema.Oracle
+share/rt5/etc/upgrade/5.0.4/schema.Pg
+share/rt5/etc/upgrade/5.0.4/schema.SQLite
+share/rt5/etc/upgrade/5.0.4/schema.mysql
+share/rt5/etc/upgrade/5.0.5/content
+share/rt5/etc/upgrade/5.0.5/indexes
+share/rt5/etc/upgrade/5.0.5/schema.Oracle
+share/rt5/etc/upgrade/5.0.5/schema.Pg
+share/rt5/etc/upgrade/5.0.5/schema.SQLite
+share/rt5/etc/upgrade/5.0.5/schema.mysql
 share/rt5/etc/upgrade/generate-rtaddressregexp
 share/rt5/etc/upgrade/reset-sequences
 share/rt5/etc/upgrade/sanity-check-stylesheets
@@ -1668,6 +1686,7 @@ share/rt5/lib/RT/Action/AddPriority.pm
 share/rt5/lib/RT/Action/AutoOpen.pm
 share/rt5/lib/RT/Action/AutoOpenInactive.pm
 share/rt5/lib/RT/Action/Autoreply.pm
+share/rt5/lib/RT/Action/ClearCustomFieldValues.pm
 share/rt5/lib/RT/Action/CreateTickets.pm
 share/rt5/lib/RT/Action/EscalatePriority.pm
 share/rt5/lib/RT/Action/ExtractSubjectTag.pm
@@ -1803,8 +1822,10 @@ share/rt5/lib/RT/Interface/Web/MenuBuild
 share/rt5/lib/RT/Interface/Web/Middleware/StaticHeaders.pm
 share/rt5/lib/RT/Interface/Web/QueryBuilder.pm
 share/rt5/lib/RT/Interface/Web/QueryBuilder/Tree.pm
+share/rt5/lib/RT/Interface/Web/ReportsRegistry.pm
 share/rt5/lib/RT/Interface/Web/Request.pm
 share/rt5/lib/RT/Interface/Web/Scrubber.pm
+share/rt5/lib/RT/Interface/Web/Scrubber/Permissive.pm
 share/rt5/lib/RT/Interface/Web/Session.pm
 share/rt5/lib/RT/LDAPImport.pm
 share/rt5/lib/RT/Lifecycle.pm
@@ -1902,6 +1923,7 @@ share/rt5/lib/RT/Record/AddAndSort.pm
 share/rt5/lib/RT/Record/Role.pm
 share/rt5/lib/RT/Record/Role/Lifecycle.pm
 share/rt5/lib/RT/Record/Role/Links.pm
+share/rt5/lib/RT/Record/Role/LookupType.pm
 share/rt5/lib/RT/Record/Role/Rights.pm
 share/rt5/lib/RT/Record/Role/Roles.pm
 share/rt5/lib/RT/Record/Role/Status.pm
@@ -1931,6 +1953,8 @@ share/rt5/lib/RT/SearchBuilder/Role.pm
 share/rt5/lib/RT/SearchBuilder/Role/Roles.pm
 share/rt5/lib/RT/SharedSetting.pm
 share/rt5/lib/RT/SharedSettings.pm
+share/rt5/lib/RT/Shortener.pm
+share/rt5/lib/RT/Shorteners.pm
 share/rt5/lib/RT/Shredder.pm
 share/rt5/lib/RT/Shredder/Constants.pm
 share/rt5/lib/RT/Shredder/Dependencies.pm
@@ -1950,6 +1974,7 @@ share/rt5/lib/RT/Shredder/Plugin/Users.p
 share/rt5/lib/RT/Squish.pm
 share/rt5/lib/RT/Squish/CSS.pm
 share/rt5/lib/RT/Squish/JS.pm
+share/rt5/lib/RT/StaticUtil.pm
 share/rt5/lib/RT/StyleGuide.pod
 share/rt5/lib/RT/System.pm
 share/rt5/lib/RT/Template.pm
@@ -1985,11 +2010,14 @@ share/rt5/lib/RT/User.pm
 share/rt5/lib/RT/Users.pm
 share/rt5/lib/RT/Util.pm
 share/rt5/sbin/rt-attributes-viewer
+share/rt5/sbin/rt-clean-attributes
 share/rt5/sbin/rt-clean-sessions
+share/rt5/sbin/rt-clean-shorteners
 share/rt5/sbin/rt-dump-initialdata
 share/rt5/sbin/rt-dump-metadata
 share/rt5/sbin/rt-email-dashboards
 share/rt5/sbin/rt-email-digest
+share/rt5/sbin/rt-email-expiring-auth-tokens
 share/rt5/sbin/rt-email-group-admin
 share/rt5/sbin/rt-externalize-attachments
 share/rt5/sbin/rt-fulltext-indexer
Index: pkgsrc/devel/rt5/distinfo
diff -u pkgsrc/devel/rt5/distinfo:1.1 pkgsrc/devel/rt5/distinfo:1.2
--- pkgsrc/devel/rt5/distinfo:1.1       Thu Oct  6 02:18:16 2022
+++ pkgsrc/devel/rt5/distinfo   Thu Nov  2 19:15:10 2023
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.1 2022/10/06 02:18:16 markd Exp $
+$NetBSD: distinfo,v 1.2 2023/11/02 19:15:10 markd Exp $
 
-BLAKE2s (rt-5.0.3.tar.gz) = b46baa1082e4358313b1af5d536e810f15fddb6c4883fb14750142c74fcebced
-SHA512 (rt-5.0.3.tar.gz) = 9378c5df44434d3c73ca2fcce32d32693806561b6a6db5afd206f812eb26b5c9e87efdcb573ec60a4961cb45781839fcea925816b2478a726810373f23148773
-Size (rt-5.0.3.tar.gz) = 18601901 bytes
+BLAKE2s (rt-5.0.5.tar.gz) = b96354bfc3b9b2211a066b57ab6d393ab0f2c205553ce4f1e35e498ddb027c5e
+SHA512 (rt-5.0.5.tar.gz) = 0d49bae9cbeefb93c48cd6d4e5389d12922a5ef93374945d29d69afc723ff1c1b78f8a02c2971bcfae0ce7dfef8aae8874fc14603b11d05a0d90db6f6fa0aff6
+Size (rt-5.0.5.tar.gz) = 19055361 bytes
 SHA1 (patch-Makefile.in) = 9009623bc764c351dcb79d365a4b0728b18f4205
 SHA1 (patch-config.layout) = 9e94a03bc33ea2bbb353172ce9d89365dc8bc723



Home | Main Index | Thread Index | Old Index