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: Wed Jun 4 11:33:55 UTC 2025
Modified Files:
pkgsrc/devel/rt5: Makefile PLIST distinfo
Log Message:
rt5: update to 5.0.8
5.0.8
=====
The following issues are addressed with these security updates:
* RT 4.4 and 5.0 are vulnerable to Cross Site Scripting via injection
of malicious parameters in a search URL. This vulnerability is assigned
CVE-2025-30087. Thanks to Fabian Russwurm and the Siemens Red Team for
reporting this finding.
* RT 4.4 and 5.0 use the default OpenSSL cipher, 3DES (des3), for encrypting
SMIME email. This is an outdated cipher algorithm, so the default is changed
to aes-128-cbc. In addition, we have made this option configurable so you
can pick an alternate cipher now or in the future, or revert to des3 if
needed for compatibility. This vulnerability is assigned CVE-2025-2545.
Thanks to Ángel González Berdasco and INCIBE-CERT - Spanish National CSIRT
for reporting this finding.
Thanks to Benjamin Vermunicht and Elias Bout of the NATO Cyber Security
Centre (NCSC) for reporting the following two findings.
* RT 5.0 is vulnerable to Cross Site Scripting via JavaScript injection in
an Asset name. This vulnerability is assigned CVE-2025-31501.
* RT 5.0 is vulnerable to Cross Site Scripting via JavaScript injection in
an RT permalink. This vulnerability is assigned CVE-2025-31500.
General user features
* Make all ckeditor toolbar groups the same height
* Skip recipients with deferred email delivery on encryption check
* Only store address part of emails for UpdateCc/UpdateBcc inputs
* Keep all default values for email inputs
* Disable InlineEdit/EnableJSChart for dashboard mail test via web UI
* Handle an edge case where only search Order contains multiple values
* Fix truncated labels in search filter modal
* Skip rendering filter component for unsupported collections
* Add Active/Inactive in Asset Query Builder status dropdown
* Use the same "right" position value in css and js for topactions
* Strip leading/trailing spaces from Queue name automatically on create/update
* Add Nobody to autocompletion of assets single member roles
* Show default queue name if possbile on ticket create
* Add Catalog List portlets
* Fix unbalanced divs in user anonymize modal
* Add user specific fields back for multi-member role GroupBy in search charts
* In ticket history, show scroll if needed for wide content
* Add missing Link columnmap definitions for assets
* Don't return a disabled Default Queue
* Notify the admin if they disabled the system DefaultQueue
* Add loading lazy attribute to img tags in transactions
* Allow users to delete dashboard subscriptions
* Support to specify ReverseHistoryOrderLink in history menu
* Add name attribute to Create New Ticket button
* Highlight active selectize dropdown elements in dark mode
* Highlight autocomplete dropdown items on hover in dark mode
* Fix overflow on ticket search filter modal
* Use owner name instead of id for owner dropdown in search filter
* Improve layout of user preferences page
* Remove modal class selection for creating articles
* Support PriorityAsString in search charts
* Fix main nav overlap on dark theme mobile
* Update prefs page to support single column layout
* Fix resizing quick create asset button
* Update asset simple search for single col layout
* Fix resizing quick create article button
* Update articles overview for single column layout
* Fix titlebox-title overlap on dark theme mobile
* Prevent users from untaking tickets owned by someone else
* Consistently set both $DefaultClass and $ClassObj on article create
5.0.7
=====
RT 5.0.6 included some updates to RT internals to make lifecycles easier
to configure and manage. Once RT 5.0.6 was released and users started testing
with more complicated existing lifecycles, some bugs were discovered. The
following bugs are addressed in RT 5.0.7.
* Merge existing lifecycle mapping configuration on save. Previously, in some
cases, existing mappings would be incorrectly deleted.
* Restore loading lifecycle configuration from files and add a message to
admins to remove config files to delete. The previous change was introduced
to allow lifecycles to be deleted, but it also impacted loading new lifecycle
configurations from files, like when installing an extension. Now admins will be
warned on delete if a lifecycle is being loaded from a file on disk.
Additional Updates
* On the queue admin page, warn if queue addresses are the same as a user address
* In the reports menu, retain the desired order when adding reports
* Prevent Show/Hide "quoted text"/"full description" click events from propagating
* Tweak lifecycle delete button text to make it more clear it deletes the lifecycle
* Document db configs and also the merge behavior of hash configs
* Correct POD warnings in Config docs
* Avoid reloading configs multiple times on configuration content update
* Remove duplicate CLI options
* Do not cast as decimal if using "LIKE" operator for numeric custom fields
* Update the attribute of CustomFieldView to be the same as CustomField
5.0.6
=====
Strict Browser Cache Configuration Option
CVE-2024-3262 describes previously viewed pages being stored in the
browser cache, which is the typical default behavior of most browsers to
enable the "back" button. Someone who gains access to a host computer could
potentially view ticket data using the back button, even after logging out
of RT. The CVE specifically references RT version 4.4.1, but this behavior
is present in most browsers viewing all versions of RT before 5.0.6.
RT 5.0.6 adds a new configuration option, $WebStrictBrowserCache, which
instructs the browser not to cache page content from RT. If you run RT,
including RTIR, with highly sensitive ticket data, you can enable this new
option to prevent browser caching. The default is still disabled, to
allow for normal browser functionality, so you need to enable this option
to run with the new feature.
General user features
* Support to hide empty custom roles on ticket display page
* Support to explicitly bind Business Hours for CustomDateRanges
* Distinguish business hours by adding related css classes in search chart table
* Process ticket owner updates before message updates
* Prevent double-clicking from submitting forms multiple times
* Open results from chart table in new tab
* Create UI for adjusting dashboard column width
* Load owner dropdown via AJAX for inline edit on list to speed up page load
* Multiple updates to provide autocomplete for asset links and to
improve other linking autocomplete (based on code from gibus, thanks!)
* Set filename of attachments when it's absent for Outlook
* Escape one-time checkbox name in case it contains special regex characters
* Provide initial support for charts with transaction searches
* Fix Create Linked Ticket modal on Self Service Asset page
* Move asset widget to right column on self service ticket
* Support inline edit for assets
* On search filter, use a wider modal for Created column just like LastUpdated
* Support URL shortener for links in search pagination
* Add initial support for charts with assets
* Add search filter support to assets
* On charts, increase "Group By" rows to 5 to group by 2 more fields
* Fix ticket/attachment links on SelfService transaction display page
* Remove the empty option from multiple-value select custom fields
* Load the first catalog current user can create assets in on asset create page
* Submit form when catalog changes on asset simple search page
* Improve styling for self service article search
* Make header in search result TSV more consistent with the one in web UI
* Do not use Inter font for monospace so pre tags render correctly in ticket history
* Fix "Update" operation for article saved searches
* Add option to find disabled articles in search
* Support to sort/limit axis labels in search charts
* On SMIME decrypt, try next address if current certificate does not match
* Automatically hide inline edit links/buttons if there are no fields to edit
* Allow one-time email addresses to wrap, preventing overlap with long addresses
* Hide inline edit by default for asset "Dates" that lacks grouped custom fields
* Sync checkboxes before deciding to check/uncheck TxnSendMailToAll
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/rt5/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/rt5/PLIST
cvs rdiff -u -r1.3 -r1.4 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.5 pkgsrc/devel/rt5/Makefile:1.6
--- pkgsrc/devel/rt5/Makefile:1.5 Wed May 8 12:06:01 2024
+++ pkgsrc/devel/rt5/Makefile Wed Jun 4 11:33:55 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2024/05/08 12:06:01 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2025/06/04 11:33:55 markd Exp $
-DISTNAME= rt-5.0.5
+DISTNAME= rt-5.0.8
PKGNAME= ${DISTNAME:S/rt/rt5/}
-PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= https://download.bestpractical.com/pub/rt/release/
Index: pkgsrc/devel/rt5/PLIST
diff -u pkgsrc/devel/rt5/PLIST:1.2 pkgsrc/devel/rt5/PLIST:1.3
--- pkgsrc/devel/rt5/PLIST:1.2 Thu Nov 2 19:15:10 2023
+++ pkgsrc/devel/rt5/PLIST Wed Jun 4 11:33:55 2025
@@ -1,11 +1,11 @@
-@comment $NetBSD: PLIST,v 1.2 2023/11/02 19:15:10 markd Exp $
+@comment $NetBSD: PLIST,v 1.3 2025/06/04 11:33:55 markd Exp $
share/examples/rt5/RT_Config.pm
share/examples/rt5/RT_SiteConfig.pm
share/rt5/bin/rt
share/rt5/bin/rt-crontool
share/rt5/bin/rt-mailgate
+share/rt5/bin/rt-run-scheduled-processes
share/rt5/data/docs/GDPR.pod
-share/rt5/data/docs/README
share/rt5/data/docs/UPGRADING-2.0
share/rt5/data/docs/UPGRADING-3.0
share/rt5/data/docs/UPGRADING-3.2
@@ -48,12 +48,16 @@ share/rt5/data/docs/hacking.pod
share/rt5/data/docs/images/action-decline.png
share/rt5/data/docs/images/added-terms.png
share/rt5/data/docs/images/advanced-search.png
+share/rt5/data/docs/images/approvals.png
share/rt5/data/docs/images/asset-cfs.png
share/rt5/data/docs/images/asset-date-details.png
share/rt5/data/docs/images/asset-search.png
share/rt5/data/docs/images/asset-ticket-create-selfservice.png
share/rt5/data/docs/images/asset-ticket-create.png
share/rt5/data/docs/images/catalog-rights.png
+share/rt5/data/docs/images/chart-limited-to-top-10.png
+share/rt5/data/docs/images/chart-ordered-by-value.png
+share/rt5/data/docs/images/chart-tickets-by-requestor.png
share/rt5/data/docs/images/complicated-search-arrows.png
share/rt5/data/docs/images/create-setowner-action.png
share/rt5/data/docs/images/current-search.png
@@ -88,13 +92,20 @@ share/rt5/data/docs/images/queue-created
share/rt5/data/docs/images/quote-selection-highlighted.png
share/rt5/data/docs/images/quote-selection-ticket-update.png
share/rt5/data/docs/images/saved-dashboard.png
+share/rt5/data/docs/images/scheduled-process-create.png
+share/rt5/data/docs/images/scheduled-process-schedule.png
+share/rt5/data/docs/images/scheduled-processes.png
+share/rt5/data/docs/images/screenshot.png
share/rt5/data/docs/images/search-arrows.png
share/rt5/data/docs/images/search-criteria.png
share/rt5/data/docs/images/search-results.png
share/rt5/data/docs/images/sorting-display-columns.png
share/rt5/data/docs/images/status-change-condition.png
share/rt5/data/docs/images/subscriptions.png
+share/rt5/data/docs/images/support-dashboard.png
share/rt5/data/docs/images/theme_editor_defaults.png
+share/rt5/data/docs/images/unread-messages-column.png
+share/rt5/data/docs/images/unread-notification.png
share/rt5/data/docs/images/user-time-worked-report.png
share/rt5/data/docs/images/with-created-before.png
share/rt5/data/docs/images/with-newline.png
@@ -115,6 +126,7 @@ share/rt5/data/docs/subscriptions_feeds.
share/rt5/data/docs/system_administration/database.pod
share/rt5/data/docs/ticket_metadata.pod
share/rt5/data/docs/tracking-rt-configuration.pod
+share/rt5/data/docs/unread_messages.pod
share/rt5/data/docs/web_deployment.pod
share/rt5/data/docs/working_with_rt.pod
share/rt5/data/docs/writing_extensions.pod
@@ -139,6 +151,7 @@ share/rt5/data/html/Admin/Articles/Eleme
share/rt5/data/html/Admin/Articles/index.html
share/rt5/data/html/Admin/Assets/Catalogs/Create.html
share/rt5/data/html/Admin/Assets/Catalogs/CustomFields.html
+share/rt5/data/html/Admin/Assets/Catalogs/CustomRoles.html
share/rt5/data/html/Admin/Assets/Catalogs/DefaultValues.html
share/rt5/data/html/Admin/Assets/Catalogs/Elements/EditBasics
share/rt5/data/html/Admin/Assets/Catalogs/GroupRights.html
@@ -215,6 +228,7 @@ share/rt5/data/html/Admin/Global/CustomF
share/rt5/data/html/Admin/Global/DashboardsInMenu.html
share/rt5/data/html/Admin/Global/GroupRights.html
share/rt5/data/html/Admin/Global/MyRT.html
+share/rt5/data/html/Admin/Global/RightsHistory.html
share/rt5/data/html/Admin/Global/Scrips.html
share/rt5/data/html/Admin/Global/SelfServiceHomePage.html
share/rt5/data/html/Admin/Global/Template.html
@@ -271,6 +285,10 @@ 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/ScheduledProcesses/Create.html
+share/rt5/data/html/Admin/Tools/ScheduledProcesses/Elements/ScheduledProcess
+share/rt5/data/html/Admin/Tools/ScheduledProcesses/Modify.html
+share/rt5/data/html/Admin/Tools/ScheduledProcesses/index.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
@@ -324,7 +342,6 @@ share/rt5/data/html/Articles/Article/Ext
share/rt5/data/html/Articles/Article/ExtractIntoClass.html
share/rt5/data/html/Articles/Article/ExtractIntoTopic.html
share/rt5/data/html/Articles/Article/History.html
-share/rt5/data/html/Articles/Article/PreCreate.html
share/rt5/data/html/Articles/Article/Search.html
share/rt5/data/html/Articles/Elements/BeforeMessageBox
share/rt5/data/html/Articles/Elements/CheckSkipCreate
@@ -342,7 +359,6 @@ share/rt5/data/html/Articles/Elements/Sh
share/rt5/data/html/Articles/Elements/ShowTopicLink
share/rt5/data/html/Articles/Elements/SubjectOverride
share/rt5/data/html/Articles/Elements/UpdatedArticles
-share/rt5/data/html/Articles/Helpers/CreateInClass
share/rt5/data/html/Articles/Topics.html
share/rt5/data/html/Articles/index.html
share/rt5/data/html/Asset/Create.html
@@ -358,6 +374,7 @@ share/rt5/data/html/Asset/Elements/EditB
share/rt5/data/html/Asset/Elements/EditCatalogPeople
share/rt5/data/html/Asset/Elements/EditDates
share/rt5/data/html/Asset/Elements/EditPeople
+share/rt5/data/html/Asset/Elements/EditPeopleInline
share/rt5/data/html/Asset/Elements/EditRoleMembers
share/rt5/data/html/Asset/Elements/Search
share/rt5/data/html/Asset/Elements/SelectCatalog
@@ -409,6 +426,10 @@ share/rt5/data/html/Elements/AuthToken/L
share/rt5/data/html/Elements/BulkCustomFields
share/rt5/data/html/Elements/BulkLinks
share/rt5/data/html/Elements/CSRF
+share/rt5/data/html/Elements/CatalogList
+share/rt5/data/html/Elements/CatalogListAllStatuses
+share/rt5/data/html/Elements/CatalogSummaryByLifecycle
+share/rt5/data/html/Elements/CatalogSummaryByStatus
share/rt5/data/html/Elements/Checkbox
share/rt5/data/html/Elements/CollectionAsTable/Header
share/rt5/data/html/Elements/CollectionAsTable/ParseFormat
@@ -460,6 +481,7 @@ share/rt5/data/html/Elements/GotoTicket
share/rt5/data/html/Elements/GotoUser
share/rt5/data/html/Elements/Header
share/rt5/data/html/Elements/HeaderJavascript
+share/rt5/data/html/Elements/HttpResponseHeaders
share/rt5/data/html/Elements/JavascriptConfig
share/rt5/data/html/Elements/LabeledValue
share/rt5/data/html/Elements/Lifecycle/Graph
@@ -533,6 +555,7 @@ share/rt5/data/html/Elements/SelectObjec
share/rt5/data/html/Elements/SelectOwner
share/rt5/data/html/Elements/SelectOwnerAutocomplete
share/rt5/data/html/Elements/SelectOwnerDropdown
+share/rt5/data/html/Elements/SelectOwnerDropdownDelay
share/rt5/data/html/Elements/SelectPriority
share/rt5/data/html/Elements/SelectPriorityAsString
share/rt5/data/html/Elements/SelectQueue
@@ -605,10 +628,12 @@ share/rt5/data/html/Group/Search.html
share/rt5/data/html/Group/Summary.html
share/rt5/data/html/Helpers/AddTimeWorked
share/rt5/data/html/Helpers/Admin/EditCustomFieldValue
+share/rt5/data/html/Helpers/AssetUpdate
share/rt5/data/html/Helpers/Autocomplete/Articles
share/rt5/data/html/Helpers/Autocomplete/Assets
share/rt5/data/html/Helpers/Autocomplete/CustomFieldValues
share/rt5/data/html/Helpers/Autocomplete/Groups
+share/rt5/data/html/Helpers/Autocomplete/LinkTargets
share/rt5/data/html/Helpers/Autocomplete/Owners
share/rt5/data/html/Helpers/Autocomplete/Principals
share/rt5/data/html/Helpers/Autocomplete/Queues
@@ -621,6 +646,7 @@ 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
+share/rt5/data/html/Helpers/SelectOwnerDropdown
share/rt5/data/html/Helpers/ShortcutHelp
share/rt5/data/html/Helpers/ShowSimplifiedRecipients
share/rt5/data/html/Helpers/SpawnLinkedTicket
@@ -665,6 +691,7 @@ share/rt5/data/html/NoAuth/js/dhandler
share/rt5/data/html/NoAuth/rss/dhandler
share/rt5/data/html/Prefs/AboutMe.html
share/rt5/data/html/Prefs/AuthTokens.html
+share/rt5/data/html/Prefs/CatalogList.html
share/rt5/data/html/Prefs/CustomDateRanges.html
share/rt5/data/html/Prefs/DashboardsInMenu.html
share/rt5/data/html/Prefs/Elements/EditAboutMe
@@ -721,6 +748,8 @@ share/rt5/data/html/Search/Elements/Edit
share/rt5/data/html/Search/Elements/EditQuery
share/rt5/data/html/Search/Elements/EditSearches
share/rt5/data/html/Search/Elements/EditSort
+share/rt5/data/html/Search/Elements/FilterAssets
+share/rt5/data/html/Search/Elements/FilterTickets
share/rt5/data/html/Search/Elements/Graph
share/rt5/data/html/Search/Elements/NewListActions
share/rt5/data/html/Search/Elements/PickAssetCFs
@@ -772,6 +801,7 @@ share/rt5/data/html/SelfService/Elements
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/SelectOwnerDropdown
share/rt5/data/html/SelfService/Helpers/ShortcutHelp
share/rt5/data/html/SelfService/Helpers/TextDiff
share/rt5/data/html/SelfService/Helpers/Upload/Add
@@ -871,6 +901,7 @@ share/rt5/data/html/Widgets/Form/CustomD
share/rt5/data/html/Widgets/Form/Integer
share/rt5/data/html/Widgets/Form/JSON
share/rt5/data/html/Widgets/Form/MultilineString
+share/rt5/data/html/Widgets/Form/SearchFormat
share/rt5/data/html/Widgets/Form/Select
share/rt5/data/html/Widgets/Form/String
share/rt5/data/html/Widgets/SavedSearch
@@ -1664,6 +1695,11 @@ share/rt5/etc/upgrade/5.0.5/schema.Oracl
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/5.0.6/indexes
+share/rt5/etc/upgrade/${PKGVERSION}/indexes
+share/rt5/etc/upgrade/${PKGVERSION}/schema.Oracle
+share/rt5/etc/upgrade/${PKGVERSION}/schema.Pg
+share/rt5/etc/upgrade/${PKGVERSION}/schema.mysql
share/rt5/etc/upgrade/generate-rtaddressregexp
share/rt5/etc/upgrade/reset-sequences
share/rt5/etc/upgrade/sanity-check-stylesheets
@@ -1690,6 +1726,7 @@ share/rt5/lib/RT/Action/ClearCustomField
share/rt5/lib/RT/Action/CreateTickets.pm
share/rt5/lib/RT/Action/EscalatePriority.pm
share/rt5/lib/RT/Action/ExtractSubjectTag.pm
+share/rt5/lib/RT/Action/Forward.pm
share/rt5/lib/RT/Action/LinearEscalate.pm
share/rt5/lib/RT/Action/Notify.pm
share/rt5/lib/RT/Action/NotifyAsComment.pm
@@ -1826,6 +1863,7 @@ share/rt5/lib/RT/Interface/Web/ReportsRe
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/Scrubber/Restrictive.pm
share/rt5/lib/RT/Interface/Web/Session.pm
share/rt5/lib/RT/LDAPImport.pm
share/rt5/lib/RT/Lifecycle.pm
@@ -1928,8 +1966,14 @@ share/rt5/lib/RT/Record/Role/Rights.pm
share/rt5/lib/RT/Record/Role/Roles.pm
share/rt5/lib/RT/Record/Role/Status.pm
share/rt5/lib/RT/Reminders.pm
+share/rt5/lib/RT/Report.pm
+share/rt5/lib/RT/Report/Assets.pm
+share/rt5/lib/RT/Report/Assets/Entry.pm
+share/rt5/lib/RT/Report/Entry.pm
share/rt5/lib/RT/Report/Tickets.pm
share/rt5/lib/RT/Report/Tickets/Entry.pm
+share/rt5/lib/RT/Report/Transactions.pm
+share/rt5/lib/RT/Report/Transactions/Entry.pm
share/rt5/lib/RT/RightsInspector.pm
share/rt5/lib/RT/Rule.pm
share/rt5/lib/RT/Ruleset.pm
@@ -1962,15 +2006,19 @@ share/rt5/lib/RT/Shredder/Dependency.pm
share/rt5/lib/RT/Shredder/Exceptions.pm
share/rt5/lib/RT/Shredder/POD.pm
share/rt5/lib/RT/Shredder/Plugin.pm
+share/rt5/lib/RT/Shredder/Plugin/Assets.pm
share/rt5/lib/RT/Shredder/Plugin/Attachments.pm
share/rt5/lib/RT/Shredder/Plugin/Base.pm
share/rt5/lib/RT/Shredder/Plugin/Base/Dump.pm
share/rt5/lib/RT/Shredder/Plugin/Base/Search.pm
+share/rt5/lib/RT/Shredder/Plugin/ExternalStorageDump.pm
share/rt5/lib/RT/Shredder/Plugin/Objects.pm
share/rt5/lib/RT/Shredder/Plugin/SQLDump.pm
share/rt5/lib/RT/Shredder/Plugin/Summary.pm
share/rt5/lib/RT/Shredder/Plugin/Tickets.pm
+share/rt5/lib/RT/Shredder/Plugin/Transactions.pm
share/rt5/lib/RT/Shredder/Plugin/Users.pm
+share/rt5/lib/RT/Shredder/RawRecord.pm
share/rt5/lib/RT/Squish.pm
share/rt5/lib/RT/Squish/CSS.pm
share/rt5/lib/RT/Squish/JS.pm
@@ -1985,6 +2033,7 @@ share/rt5/lib/RT/Test/Assets.pm
share/rt5/lib/RT/Test/Crypt.pm
share/rt5/lib/RT/Test/Email.pm
share/rt5/lib/RT/Test/ExternalStorage.pm
+share/rt5/lib/RT/Test/FTS.pm
share/rt5/lib/RT/Test/GnuPG.pm
share/rt5/lib/RT/Test/REST2.pm
share/rt5/lib/RT/Test/SMIME.pm
Index: pkgsrc/devel/rt5/distinfo
diff -u pkgsrc/devel/rt5/distinfo:1.3 pkgsrc/devel/rt5/distinfo:1.4
--- pkgsrc/devel/rt5/distinfo:1.3 Wed May 8 12:03:01 2024
+++ pkgsrc/devel/rt5/distinfo Wed Jun 4 11:33:55 2025
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.3 2024/05/08 12:03:01 wiz Exp $
+$NetBSD: distinfo,v 1.4 2025/06/04 11:33:55 markd Exp $
-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
+BLAKE2s (rt-5.0.8.tar.gz) = b0a8f17e49d890b599cb7f837977cb48ff5f14dda0b279abed6c2fcc36e57fcc
+SHA512 (rt-5.0.8.tar.gz) = beb8f792c369915abdeb259eb34201bbbf874cb1db03f81785ff6e3f681ab48355e1a952f7f1af2bc603df1bdb463f9c3ab0e77fc284eae7cb73ae20b731d26c
+Size (rt-5.0.8.tar.gz) = 20268018 bytes
SHA1 (patch-Makefile.in) = 9009623bc764c351dcb79d365a4b0728b18f4205
SHA1 (patch-config.layout) = 9e94a03bc33ea2bbb353172ce9d89365dc8bc723
SHA1 (patch-etc_cpanfile) = 2af513ff4b95ca6f4e87563e01e971e571d61390
Home |
Main Index |
Thread Index |
Old Index