pkgsrc-Changes archive

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

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   manu
Date:           Tue Jan 21 14:29:39 UTC 2025

Modified Files:
        pkgsrc/doc: CHANGES-2025
        pkgsrc/time/php-mrbs: Makefile PLIST distinfo

Log Message:
Update time/php-mrbs to 1.11.6

Changes since previous pkgsrc version 1.11.4, from NEWS file:

[============================]
[   Mrbs NEWS Legend:        ]
[                            ]
[ + Added feature            ]
[ * Improved/changed feature ]
[ - Bug fixed (we hope)      ]
[============================]

-------------------------------------------------------------------------------
Version 1.11.6 (Wed 6th November 2024):

[*] Updated French translations.

[*] Move password checking into a separate method in order to simplify
 extending the class.  See GitHub Issue #3662.

[*] db_ext auth scheme updated to allow any password hashing algorithm that
 is supported by hash().

[*] Updated Spanish translations.

[-] Fix bug introduced in commit 15b1302e preventing "Copy email addresses"
 button working on the Report page.

[-] Fix bug causing the period to be reported incorrectly under certain
 circumstances

[-] Fix TypeError.  See GitHub Issue #3675.

[*] Added all locales to Docker image (#3673)

[*] Made clicking "Today" scroll to the current timeslot.

[*] Code updated to declare strict types and use type declarations in
 many places.

[-] Fix uncaught exception when editing a message and using PostgreSQL.  See
 GitHub Issue #3680.

[-] Check that we have a valid Joomla user.  See GitHub Issue #3682.

[*] Introduce a new config variable ($cookie_samesite_lax) allowing the
 session cookie SameSite attribute to be relaxed from "Strict" to "Lax".

[+] Add the ability to specify a set of days that cannot be used for making
 bookings of a certain type.

[*] Session token is no longer exposed in the URL, addressing a security
 concern.

[*] Updated to latest qrcode v5.0.x to fix PHP 8.4 deprecation notices.

[*] Update to latest source from settings container v2.x-php7.4 branch to fix
 PHP 8.4 deprecation notices

[*] Add requirement for mbstring extension to be loaded for QR code to work.

[-] Add a fix for a TypeError when $_SESSION['user'] somehow contains a zero.

[+] Added ability to export bookings as ICS format from search page.

[+] Add support for custom date fields in the entry table.  See GitHub Issue
 #3701.

[-] Remove multiple attribute from email field. A user can only have one
 email address.  See also GitHub Issue #3716.

[-] Add a workaround for a bug in Safari that prevents the value of an email
 input being shown when the multiple attribute is set.  See GitHub Issue
 #3716.

[+] Add the ability to allow specified HTML tags in the calendar message.
 See GitHub Issue #3718.

[*] Remove use of deprecated in PHP 8.4 ini_set setting of
 session.sid_bits_per_character. See
 https://wiki.php.net/rfc/deprecations_php_8_4#sessionsid_length_and_sessionsid_bits_per_character

[*] Highlight the column cell header in the all rooms view. See GitHub Issue
 #3720.

[-] Fix issue with the first row in the all rooms view being very high in
 Firefox.  See GitHub Issue #3726.  (Not quite sure what problem that CSS
 rule was trying to solve in the first place and why it's no longer
 necessary.)

[-] Fix bug resulting in an empty end slot selector in certain
 circumstances.  See GitHub Issue #3741.

[*] Update Catalan translation.  See GitHub Issues #3747 and #3748.

[*] Add Catalan site_faq.  See GitHub Issue #3748.

[*] Reduce get_bookings_in_series() to a single SQL query.

[+] Added implementation of AuthImapPhp using library code instead of the
 PHP imap extension which has been removed from PHP 8.4.

[-] Fix bug resulting in incorrect period durations in reports when areas
 have different numbers of periods.

[-] Fix potential bug resulting in incorrect period durations in reports
 when a booking spans a DST transition and areas have different numbers of
 periods.

[-] Fix bug that causes a booking to be deleted completely when editing a
 series and changing its repeat type to "none"

[-] Fix bug causing datepicker not to change dates when using Catalan
 translation.  See GitHub Issue #3752.

[-] Add missing escaping of text strings in some Javascript code.

[*] In MySQL DB class, set STRICT_TRANS_TABLES so that we can detect invalid
 values being inserted in the database.

[*] Upgrade to PHPMailer Version 6.9.2.

[-] Fix bug causing drag-select not to select the original cell when dragging
 up or left.

[-] Fix bug when booking is constrained to a single row or column.

[*] Add check for pdo_pgsql extension.

[*] Various improvements to drag booking changes.

[-] Fix bug causing placeholders not to be displayed for custom fields that
 are textareas.  See GitHub Issue #3763.

[+] Add buttons in the day view to go back/forward by a week.

[-] Fix bug when an admin user makes a booking and bookings are forced to be
 private.  See GitHub Issue #3770.

[*] Upgrade to latest version of phpCAS from the fork
 https://github.com/campbell-m/phpCAS, fixing deprecation notices running
 under PHP 8.4 (https://github.com/apereo/phpCAS is no longer maintained).

[*] Upgrade to latest version of PHPIMAP from the fork
 https://github.com/campbell-m/php-imap, fixing deprecation notices running
 under PHP 8.4 (https://github.com/Webklex/php-imap seems not to be
 maintained).

[*] Preserve scroll position after making a booking.

-------------------------------------------------------------------------------
Version 1.11.5 (Mon 22nd April 2024):

[-] Fix incorrect translation for Norwegian Bokmål in datepickers.  See GitHub Issues #3517.

[-] Fix bug causing user searches from the user name in the header not
 to start from the current date, as they did in MRBS 1.11.0.  See GitHub
 Issues #3514.

[-] Fix undefined variable warning when sending mail.

[*] Add localised sorting for first two columns in user table.

[+] Respect locale when sorting in data tables See GitHub Issues #3518.

[-] Fix bug preventing Auth::sortUsers() from working properly when
 using the Norwegian locale (and no doubt others) on Windows servers.

[-] Fix problem with Joomla authentication when the Joomla LDAP authentication plugin is
 enabled.  See GitHub Issues #3521.

[+] Add export of registrants (single entry only at the moment).

[+] Add import of registrants (single entry only at the moment).

[-] Fix Joomla >= 4.3.0 authentication properly.

[*] Various improvements for file uploads.

[-] Fix bug causing the search to start from the current time on the search start date
 rather than 00:00.  See GitHub Issue #3544.

[-] Fix authentication against Joomla Version 5. See GitHub Issue #3547.

[-] Fix bug when approving series.  See GitHub Issue #3549.

[*] Use the IntlCalendar extension if possible to find the first day of the week in the
 user's locale.  The week numbers in MRBS are based on the week number in the locale,
 which won't necessarily be the ISO week number.

[-] Fix bug causing times in emails to be in am/pm format not 24-hour.  See GitHub Issue #3550.

[*] Add the ability to override ICU values for week numbering - useful when the ICU
 library can't be updated.

[-] Fix missing table in grant for PostgreSQL, thanks to PR #3557 by 'raff4el'.

[*] SAML auth: Add an optional access control filter that requires users to be a member of
 a configurable group in order to access the calendar. Thanks to Jonathan Gapen.

[*] Made it easier to force MRBS to use strftime() instead of the intl extension. See
 GitHub Issue #3559.

[*] Add a class of 'today' to cell if it's the current day.  See GitHub Issue #3564.

[*] Set secure session cookie properties.  See GitHub Issue #3568.

[*] Increase the strength of the session id.

[-] Fix fatal error when saving a form with a protected date field that is null.

[*] Upgrade to PHPMailer Version 6.9.1.

[*] Upgrade to latest version of Mail_Mime package.

[*] Upgrade to latest version of PEAR.php.

[*] Upgrade to latest version of pear/File_Passwd.

[*] Move content ID generation into sending.

[+] Add support for the altervista.org database type.  See GitHub Issue #3579.

[*] Lots of updates to add strict typing.

[-] Fix bug converting a pattern into a strftime format when the pattern contains
 two consecutive tokens.  See GitHub Issue #3589.

[*] Update intl types and skeletons with latest patterns.

[-] Fix type error in week and month views.  See GitHub Issue #3591.

[-] Fix bug causing some fields to be duplicated on DataTables export (eg to Excel).

[*] Provide config variable for forcing the use of the IntlDateFormatter emulation.
 See GitHub Issue #3559.

[-]     Fix errors that are generated when the MySQL wait_timeout variable is less than
 the time needed for some operations, eg large reports retrieving user data from an external
 server, resulting in the MySQL connection being dropped before the operation finishes.
 Typical error messages are "SQLSTATE[HY000]: General error: 2006 MySQL server has gone
 away" and "Packets out of order. Expected 1 received 0. Packet size=145".

[-] Fix bug when running in debug mode on systems with PHP versions before 8.1.0.

[*] Extend the prevention of simultaneous bookings to include a config setting
 ($max_simultaneous_bookings) specifying the maximum number of simultaneous bookings
 allowed.  See GitHib Issue #3617.

[*] Updated French translation.

[*] Modify upgrade instructions to state that the new release should be uploaded to a
 new directory, rather than overwriting the existing directory.  See GitHub Issue #3623.

[+] Add a configuration setting to allow bookings direct from the week and month views
 for all rooms without first going via the day view.  See GitHub Issue #3629.

[-] Fix bug when making a booking that crosses a DST boundary in an area with a
 single period.  See GitHub Issue #3628.

[-] Fix problem when drag selecting rooms and some rooms aren't writable.  See GitHub
 Issue #3632.

[*] Use config file for admins if $auth['saml']['admin'] is not set.  See GitHub Issue
 #3431.

[-] Fix warning when view_entry.php can be accessed by unlogged-in users.  See GitHub
 Issue #3634.

[-] Fix fatal error when the auth type is WordPress and the mbstring extension is
 not enabled.

[*] Fix deprecation notice when running on PHP >= 8.2.

[*] Allow the session name to be set to the default. (Problems have been otherwise
 observed when running with some WordPress plugins, eg Participants Database Version
 2.5.7, which also use PHP sessions.)

[*] CAS sessions: Force authentication rather than giving an Access Denied message.
 See GitHub Issue #3645.


To generate a diff of this commit:
cvs rdiff -u -r1.549 -r1.550 pkgsrc/doc/CHANGES-2025
cvs rdiff -u -r1.7 -r1.8 pkgsrc/time/php-mrbs/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/time/php-mrbs/PLIST
cvs rdiff -u -r1.5 -r1.6 pkgsrc/time/php-mrbs/distinfo

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

Modified files:

Index: pkgsrc/doc/CHANGES-2025
diff -u pkgsrc/doc/CHANGES-2025:1.549 pkgsrc/doc/CHANGES-2025:1.550
--- pkgsrc/doc/CHANGES-2025:1.549       Tue Jan 21 14:15:21 2025
+++ pkgsrc/doc/CHANGES-2025     Tue Jan 21 14:29:39 2025
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2025,v 1.549 2025/01/21 14:15:21 adam Exp $
+$NetBSD: CHANGES-2025,v 1.550 2025/01/21 14:29:39 manu Exp $
 
 Changes to the packages collection and infrastructure in 2025:
 
@@ -723,3 +723,4 @@ Changes to the packages collection and i
        Added math/py-torch version 2.5.1 [ryoon 2025-01-21]
        Updated math/py-huggingface-hub to 0.27.1 [adam 2025-01-21]
        Updated www/py-starlette to 0.45.2 [adam 2025-01-21]
+       Updated www/php-mrbs to 1.11.6 [manu 2025-01-21]

Index: pkgsrc/time/php-mrbs/Makefile
diff -u pkgsrc/time/php-mrbs/Makefile:1.7 pkgsrc/time/php-mrbs/Makefile:1.8
--- pkgsrc/time/php-mrbs/Makefile:1.7   Mon Mar  4 14:20:51 2024
+++ pkgsrc/time/php-mrbs/Makefile       Tue Jan 21 14:29:39 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2024/03/04 14:20:51 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2025/01/21 14:29:39 manu Exp $
 #
 
-DISTNAME=      mrbs-1.11.4
+DISTNAME=      mrbs-1.11.6
 PKGNAME=       ${PHP_PKG_PREFIX}-${DISTNAME}
 CATEGORIES=    time www
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=mrbs/}/
@@ -66,6 +66,7 @@ do-install:
                        ${INSTALL_DATA} $$file ${DESTDIR}${PREFIX}/${DOCDIR}; \
                fi; \
        done
+       ${FIND} ${WRKSRC}/web -type f -exec ${CHMOD} og-w {} \; 
        cd ${WRKSRC}/web && ${FIND} . -type f \
                \! -name '*.orig' \! -name config.inc.php  \! -name .htaccess \
                \! -path './site_faq/*' \

Index: pkgsrc/time/php-mrbs/PLIST
diff -u pkgsrc/time/php-mrbs/PLIST:1.3 pkgsrc/time/php-mrbs/PLIST:1.4
--- pkgsrc/time/php-mrbs/PLIST:1.3      Wed Feb 28 16:41:42 2024
+++ pkgsrc/time/php-mrbs/PLIST  Tue Jan 21 14:29:39 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2024/02/28 16:41:42 taca Exp $
+@comment $NetBSD: PLIST,v 1.4 2025/01/21 14:29:39 manu Exp $
 ${DOCDIR}/AUTHENTICATION
 ${DOCDIR}/COPYING
 ${DOCDIR}/ChangeLog
@@ -33,46 +33,57 @@ ${EGDIR}/site_faq/site_faq_it.html
 ${EGDIR}/site_faq/site_faq_nl.html
 ${EGDIR}/site_faq/site_faq_sv.html
 ${MRBSDIR}/.htaccess
-${MRBSDIR}/File/Passwd.php
 ${MRBSDIR}/File/Passwd/Authbasic.php
 ${MRBSDIR}/File/Passwd/Authdigest.php
 ${MRBSDIR}/File/Passwd/Common.php
 ${MRBSDIR}/File/Passwd/Custom.php
 ${MRBSDIR}/File/Passwd/Cvs.php
+${MRBSDIR}/File/Passwd/Exception.php
 ${MRBSDIR}/File/Passwd/Smb.php
 ${MRBSDIR}/File/Passwd/Unix.php
-${MRBSDIR}/Mail/mime.php
+${MRBSDIR}/File/Passwd.php
 ${MRBSDIR}/Mail/mimePart.php
-${MRBSDIR}/PEAR.php
+${MRBSDIR}/Mail/mime.php
 ${MRBSDIR}/Themes/classic126/styling.inc
 ${MRBSDIR}/Themes/default/footer.inc
 ${MRBSDIR}/Themes/default/header.inc
 ${MRBSDIR}/Themes/default/styling.inc
-${MRBSDIR}/add.php
+${MRBSDIR}/PEAR.php
 ${MRBSDIR}/admin.php
+${MRBSDIR}/add.php
+${MRBSDIR}/ajax/record_activity.php
 ${MRBSDIR}/ajax/check_slot.php
 ${MRBSDIR}/ajax/del_entries.php
-${MRBSDIR}/ajax/record_activity.php
 ${MRBSDIR}/ajax/update_page.php
 ${MRBSDIR}/ajax/usernames.php
-${MRBSDIR}/approve_entry_handler.php
-${MRBSDIR}/areadefaults.inc.php
-${MRBSDIR}/auth/cms/joomla.inc
 ${MRBSDIR}/auth/cms/wordpress.inc
+${MRBSDIR}/auth/cms/joomla.inc
+${MRBSDIR}/css/mrbs-mail.css.php
 ${MRBSDIR}/css/mrbs-ie-rtl.css
 ${MRBSDIR}/css/mrbs-ie.css
-${MRBSDIR}/css/mrbs-mail.css.php
 ${MRBSDIR}/css/mrbs-print.css.php
 ${MRBSDIR}/css/mrbs-rtl.css.php
 ${MRBSDIR}/css/mrbs.css.php
-${MRBSDIR}/dbsys.inc
-${MRBSDIR}/defaultincludes.inc
 ${MRBSDIR}/del.php
+${MRBSDIR}/approve_entry_handler.php
+${MRBSDIR}/areadefaults.inc.php
+${MRBSDIR}/defaultincludes.inc
+${MRBSDIR}/dbsys.inc
+${MRBSDIR}/edit_area_handler.php
 ${MRBSDIR}/del_entry.php
 ${MRBSDIR}/edit_area.php
-${MRBSDIR}/edit_area_handler.php
-${MRBSDIR}/edit_entry.php
 ${MRBSDIR}/edit_entry_handler.php
+${MRBSDIR}/edit_entry.php
+${MRBSDIR}/images/ajax-loader.gif
+${MRBSDIR}/images/check.png
+${MRBSDIR}/images/delete.png
+${MRBSDIR}/images/edit.png
+${MRBSDIR}/images/eye.svg
+${MRBSDIR}/images/eye_off.svg
+${MRBSDIR}/images/new.gif
+${MRBSDIR}/import.php
+${MRBSDIR}/edit_message.php
+${MRBSDIR}/edit_message_handler.php
 ${MRBSDIR}/edit_room.php
 ${MRBSDIR}/edit_room_handler.php
 ${MRBSDIR}/edit_users.php
@@ -85,22 +96,102 @@ ${MRBSDIR}/functions_table.inc
 ${MRBSDIR}/functions_view.inc
 ${MRBSDIR}/grab_globals.inc.php
 ${MRBSDIR}/help.php
-${MRBSDIR}/images/ajax-loader.gif
-${MRBSDIR}/images/check.png
-${MRBSDIR}/images/delete.png
-${MRBSDIR}/images/edit.png
-${MRBSDIR}/images/eye.svg
-${MRBSDIR}/images/eye_off.svg
-${MRBSDIR}/images/new.gif
-${MRBSDIR}/import.php
-${MRBSDIR}/index.php
-${MRBSDIR}/init.inc
-${MRBSDIR}/internalconfig.inc.php
+${MRBSDIR}/js/datatables.js.php
+${MRBSDIR}/js/admin.js.php
+${MRBSDIR}/js/flatpickr/css/flatpickr.min.css
+${MRBSDIR}/js/flatpickr/l10n/sr-cyr.js
+${MRBSDIR}/js/flatpickr/l10n/ar-dz.js
+${MRBSDIR}/js/flatpickr/l10n/ar.js
+${MRBSDIR}/js/flatpickr/l10n/at.js
+${MRBSDIR}/js/flatpickr/l10n/az.js
+${MRBSDIR}/js/flatpickr/l10n/be.js
+${MRBSDIR}/js/flatpickr/l10n/bg.js
+${MRBSDIR}/js/flatpickr/l10n/bn.js
+${MRBSDIR}/js/flatpickr/l10n/bs.js
+${MRBSDIR}/js/flatpickr/l10n/cat.js
+${MRBSDIR}/js/flatpickr/l10n/ckb.js
+${MRBSDIR}/js/flatpickr/l10n/cs.js
+${MRBSDIR}/js/flatpickr/l10n/cy.js
+${MRBSDIR}/js/flatpickr/l10n/da.js
+${MRBSDIR}/js/flatpickr/l10n/de.js
+${MRBSDIR}/js/flatpickr/l10n/en.js
+${MRBSDIR}/js/flatpickr/l10n/eo.js
+${MRBSDIR}/js/flatpickr/l10n/es.js
+${MRBSDIR}/js/flatpickr/l10n/et.js
+${MRBSDIR}/js/flatpickr/l10n/fa.js
+${MRBSDIR}/js/flatpickr/l10n/fi.js
+${MRBSDIR}/js/flatpickr/l10n/fo.js
+${MRBSDIR}/js/flatpickr/l10n/fr.js
+${MRBSDIR}/js/flatpickr/l10n/ga.js
+${MRBSDIR}/js/flatpickr/l10n/gr.js
+${MRBSDIR}/js/flatpickr/l10n/he.js
+${MRBSDIR}/js/flatpickr/l10n/hi.js
+${MRBSDIR}/js/flatpickr/l10n/hr.js
+${MRBSDIR}/js/flatpickr/l10n/hu.js
+${MRBSDIR}/js/flatpickr/l10n/th.js
+${MRBSDIR}/js/flatpickr/l10n/hy.js
+${MRBSDIR}/js/flatpickr/l10n/id.js
+${MRBSDIR}/js/flatpickr/l10n/is.js
+${MRBSDIR}/js/flatpickr/l10n/it.js
+${MRBSDIR}/js/flatpickr/l10n/ja.js
+${MRBSDIR}/js/flatpickr/l10n/ka.js
+${MRBSDIR}/js/flatpickr/l10n/km.js
+${MRBSDIR}/js/flatpickr/l10n/ko.js
+${MRBSDIR}/js/flatpickr/l10n/kz.js
+${MRBSDIR}/js/flatpickr/l10n/lt.js
+${MRBSDIR}/js/flatpickr/l10n/lv.js
+${MRBSDIR}/js/flatpickr/l10n/mk.js
+${MRBSDIR}/js/flatpickr/l10n/mn.js
+${MRBSDIR}/js/flatpickr/l10n/ms.js
+${MRBSDIR}/js/flatpickr/l10n/my.js
+${MRBSDIR}/js/flatpickr/l10n/nb.js
+${MRBSDIR}/js/flatpickr/l10n/nl.js
+${MRBSDIR}/js/flatpickr/l10n/nn.js
+${MRBSDIR}/js/flatpickr/l10n/no.js
+${MRBSDIR}/js/flatpickr/l10n/pa.js
+${MRBSDIR}/js/flatpickr/l10n/pl.js
+${MRBSDIR}/js/flatpickr/l10n/pt.js
+${MRBSDIR}/js/flatpickr/l10n/ro.js
+${MRBSDIR}/js/flatpickr/l10n/ru.js
+${MRBSDIR}/js/flatpickr/l10n/si.js
+${MRBSDIR}/js/flatpickr/l10n/sk.js
+${MRBSDIR}/js/flatpickr/l10n/sl.js
+${MRBSDIR}/js/flatpickr/l10n/sq.js
+${MRBSDIR}/js/flatpickr/l10n/uz_latn.js
+${MRBSDIR}/js/flatpickr/l10n/sr.js
+${MRBSDIR}/js/flatpickr/l10n/sv.js
+${MRBSDIR}/js/flatpickr/l10n/tr.js
+${MRBSDIR}/js/flatpickr/l10n/uk.js
+${MRBSDIR}/js/flatpickr/l10n/uz.js
+${MRBSDIR}/js/flatpickr/l10n/vn.js
+${MRBSDIR}/js/flatpickr/l10n/zh-tw.js
+${MRBSDIR}/js/flatpickr/l10n/zh.js
+${MRBSDIR}/js/flatpickr/LICENSE.md
+${MRBSDIR}/js/flatpickr/flatpickr.min.js
+${MRBSDIR}/js/datepicker.js.php
+${MRBSDIR}/js/edit_area.js.php
+${MRBSDIR}/js/edit_entry.js.php
+${MRBSDIR}/js/edit_users.js.php
+${MRBSDIR}/js/view_entry.js.php
+${MRBSDIR}/js/functions.js.php
+${MRBSDIR}/js/general.js.php
+${MRBSDIR}/js/html5shiv.js
+${MRBSDIR}/js/html5shiv.min.js
+${MRBSDIR}/js/import.js.php
+${MRBSDIR}/js/index.js.php
+${MRBSDIR}/js/init.js.php
+${MRBSDIR}/js/kiosk.js.php
+${MRBSDIR}/js/pending.js.php
+${MRBSDIR}/js/refresh.js.php
+${MRBSDIR}/js/report.js.php
+${MRBSDIR}/js/resizable.js.php
+${MRBSDIR}/js/search.js.php
 ${MRBSDIR}/intl/skeletons/MMMMy.ini
 ${MRBSDIR}/intl/skeletons/d.ini
 ${MRBSDIR}/intl/skeletons/dEMMM.ini
 ${MRBSDIR}/intl/skeletons/dMMM.ini
 ${MRBSDIR}/intl/skeletons/dMMMM.ini
+${MRBSDIR}/intl/types/medium_medium.ini
 ${MRBSDIR}/intl/types/full_full.ini
 ${MRBSDIR}/intl/types/full_long.ini
 ${MRBSDIR}/intl/types/full_medium.ini
@@ -113,7 +204,6 @@ ${MRBSDIR}/intl/types/long_none.ini
 ${MRBSDIR}/intl/types/long_short.ini
 ${MRBSDIR}/intl/types/medium_full.ini
 ${MRBSDIR}/intl/types/medium_long.ini
-${MRBSDIR}/intl/types/medium_medium.ini
 ${MRBSDIR}/intl/types/medium_none.ini
 ${MRBSDIR}/intl/types/medium_short.ini
 ${MRBSDIR}/intl/types/none_full.ini
@@ -125,36 +215,38 @@ ${MRBSDIR}/intl/types/short_long.ini
 ${MRBSDIR}/intl/types/short_medium.ini
 ${MRBSDIR}/intl/types/short_none.ini
 ${MRBSDIR}/intl/types/short_short.ini
-${MRBSDIR}/jquery/datatables/Buttons-2.4.1/css/buttons.bootstrap.css
+${MRBSDIR}/index.php
+${MRBSDIR}/init.inc
 ${MRBSDIR}/jquery/datatables/Buttons-2.4.1/css/buttons.bootstrap.min.css
-${MRBSDIR}/jquery/datatables/Buttons-2.4.1/css/buttons.bootstrap4.css
+${MRBSDIR}/jquery/datatables/Buttons-2.4.1/css/buttons.bootstrap.css
 ${MRBSDIR}/jquery/datatables/Buttons-2.4.1/css/buttons.bootstrap4.min.css
-${MRBSDIR}/jquery/datatables/Buttons-2.4.1/css/buttons.bootstrap5.css
+${MRBSDIR}/jquery/datatables/Buttons-2.4.1/css/buttons.bootstrap4.css
 ${MRBSDIR}/jquery/datatables/Buttons-2.4.1/css/buttons.bootstrap5.min.css
-${MRBSDIR}/jquery/datatables/Buttons-2.4.1/css/buttons.bulma.css
+${MRBSDIR}/jquery/datatables/Buttons-2.4.1/css/buttons.bootstrap5.css
 ${MRBSDIR}/jquery/datatables/Buttons-2.4.1/css/buttons.bulma.min.css
-${MRBSDIR}/jquery/datatables/Buttons-2.4.1/css/buttons.dataTables.css
+${MRBSDIR}/jquery/datatables/Buttons-2.4.1/css/buttons.bulma.css
 ${MRBSDIR}/jquery/datatables/Buttons-2.4.1/css/buttons.dataTables.min.css
-${MRBSDIR}/jquery/datatables/Buttons-2.4.1/css/buttons.foundation.css
+${MRBSDIR}/jquery/datatables/Buttons-2.4.1/css/buttons.dataTables.css
 ${MRBSDIR}/jquery/datatables/Buttons-2.4.1/css/buttons.foundation.min.css
+${MRBSDIR}/jquery/datatables/Buttons-2.4.1/css/buttons.foundation.css
 ${MRBSDIR}/jquery/datatables/Buttons-2.4.1/css/buttons.jqueryui.css
+${MRBSDIR}/jquery/datatables/Buttons-2.4.1/css/common.scss
 ${MRBSDIR}/jquery/datatables/Buttons-2.4.1/css/buttons.jqueryui.min.css
-${MRBSDIR}/jquery/datatables/Buttons-2.4.1/css/buttons.semanticui.css
 ${MRBSDIR}/jquery/datatables/Buttons-2.4.1/css/buttons.semanticui.min.css
-${MRBSDIR}/jquery/datatables/Buttons-2.4.1/css/common.scss
+${MRBSDIR}/jquery/datatables/Buttons-2.4.1/css/buttons.semanticui.css
 ${MRBSDIR}/jquery/datatables/Buttons-2.4.1/css/mixins.scss
-${MRBSDIR}/jquery/datatables/Buttons-2.4.1/js/buttons.bootstrap.js
 ${MRBSDIR}/jquery/datatables/Buttons-2.4.1/js/buttons.bootstrap.min.js
-${MRBSDIR}/jquery/datatables/Buttons-2.4.1/js/buttons.bootstrap4.js
+${MRBSDIR}/jquery/datatables/Buttons-2.4.1/js/buttons.bootstrap.js
 ${MRBSDIR}/jquery/datatables/Buttons-2.4.1/js/buttons.bootstrap4.min.js
-${MRBSDIR}/jquery/datatables/Buttons-2.4.1/js/buttons.bootstrap5.js
+${MRBSDIR}/jquery/datatables/Buttons-2.4.1/js/buttons.bootstrap4.js
 ${MRBSDIR}/jquery/datatables/Buttons-2.4.1/js/buttons.bootstrap5.min.js
-${MRBSDIR}/jquery/datatables/Buttons-2.4.1/js/buttons.bulma.js
+${MRBSDIR}/jquery/datatables/Buttons-2.4.1/js/buttons.bootstrap5.js
 ${MRBSDIR}/jquery/datatables/Buttons-2.4.1/js/buttons.bulma.min.js
-${MRBSDIR}/jquery/datatables/Buttons-2.4.1/js/buttons.colVis.js
+${MRBSDIR}/jquery/datatables/Buttons-2.4.1/js/buttons.bulma.js
 ${MRBSDIR}/jquery/datatables/Buttons-2.4.1/js/buttons.colVis.min.js
-${MRBSDIR}/jquery/datatables/Buttons-2.4.1/js/buttons.dataTables.js
+${MRBSDIR}/jquery/datatables/Buttons-2.4.1/js/buttons.colVis.js
 ${MRBSDIR}/jquery/datatables/Buttons-2.4.1/js/buttons.dataTables.min.js
+${MRBSDIR}/jquery/datatables/Buttons-2.4.1/js/buttons.dataTables.js
 ${MRBSDIR}/jquery/datatables/Buttons-2.4.1/js/buttons.foundation.js
 ${MRBSDIR}/jquery/datatables/Buttons-2.4.1/js/buttons.foundation.min.js
 ${MRBSDIR}/jquery/datatables/Buttons-2.4.1/js/buttons.html5.js
@@ -167,50 +259,50 @@ ${MRBSDIR}/jquery/datatables/Buttons-2.4
 ${MRBSDIR}/jquery/datatables/Buttons-2.4.1/js/buttons.semanticui.min.js
 ${MRBSDIR}/jquery/datatables/Buttons-2.4.1/js/dataTables.buttons.js
 ${MRBSDIR}/jquery/datatables/Buttons-2.4.1/js/dataTables.buttons.min.js
-${MRBSDIR}/jquery/datatables/ColReorder-1.7.0/css/colReorder.bootstrap.css
 ${MRBSDIR}/jquery/datatables/ColReorder-1.7.0/css/colReorder.bootstrap.min.css
-${MRBSDIR}/jquery/datatables/ColReorder-1.7.0/css/colReorder.bootstrap4.css
+${MRBSDIR}/jquery/datatables/ColReorder-1.7.0/css/colReorder.bootstrap.css
 ${MRBSDIR}/jquery/datatables/ColReorder-1.7.0/css/colReorder.bootstrap4.min.css
-${MRBSDIR}/jquery/datatables/ColReorder-1.7.0/css/colReorder.bootstrap5.css
+${MRBSDIR}/jquery/datatables/ColReorder-1.7.0/css/colReorder.bootstrap4.css
 ${MRBSDIR}/jquery/datatables/ColReorder-1.7.0/css/colReorder.bootstrap5.min.css
-${MRBSDIR}/jquery/datatables/ColReorder-1.7.0/css/colReorder.bulma.css
+${MRBSDIR}/jquery/datatables/ColReorder-1.7.0/css/colReorder.bootstrap5.css
 ${MRBSDIR}/jquery/datatables/ColReorder-1.7.0/css/colReorder.bulma.min.css
-${MRBSDIR}/jquery/datatables/ColReorder-1.7.0/css/colReorder.dataTables.css
+${MRBSDIR}/jquery/datatables/ColReorder-1.7.0/css/colReorder.bulma.css
 ${MRBSDIR}/jquery/datatables/ColReorder-1.7.0/css/colReorder.dataTables.min.css
+${MRBSDIR}/jquery/datatables/ColReorder-1.7.0/css/colReorder.dataTables.css
 ${MRBSDIR}/jquery/datatables/ColReorder-1.7.0/css/colReorder.foundation.css
 ${MRBSDIR}/jquery/datatables/ColReorder-1.7.0/css/colReorder.foundation.min.css
 ${MRBSDIR}/jquery/datatables/ColReorder-1.7.0/css/colReorder.jqueryui.css
 ${MRBSDIR}/jquery/datatables/ColReorder-1.7.0/css/colReorder.jqueryui.min.css
 ${MRBSDIR}/jquery/datatables/ColReorder-1.7.0/css/colReorder.semanticui.css
 ${MRBSDIR}/jquery/datatables/ColReorder-1.7.0/css/colReorder.semanticui.min.css
-${MRBSDIR}/jquery/datatables/ColReorder-1.7.0/js/colReorder.bootstrap.js
 ${MRBSDIR}/jquery/datatables/ColReorder-1.7.0/js/colReorder.bootstrap.min.js
-${MRBSDIR}/jquery/datatables/ColReorder-1.7.0/js/colReorder.bootstrap4.js
+${MRBSDIR}/jquery/datatables/ColReorder-1.7.0/js/colReorder.bootstrap.js
 ${MRBSDIR}/jquery/datatables/ColReorder-1.7.0/js/colReorder.bootstrap4.min.js
-${MRBSDIR}/jquery/datatables/ColReorder-1.7.0/js/colReorder.bootstrap5.js
+${MRBSDIR}/jquery/datatables/ColReorder-1.7.0/js/colReorder.bootstrap4.js
 ${MRBSDIR}/jquery/datatables/ColReorder-1.7.0/js/colReorder.bootstrap5.min.js
-${MRBSDIR}/jquery/datatables/ColReorder-1.7.0/js/colReorder.bulma.js
+${MRBSDIR}/jquery/datatables/ColReorder-1.7.0/js/colReorder.bootstrap5.js
 ${MRBSDIR}/jquery/datatables/ColReorder-1.7.0/js/colReorder.bulma.min.js
-${MRBSDIR}/jquery/datatables/ColReorder-1.7.0/js/colReorder.dataTables.js
+${MRBSDIR}/jquery/datatables/ColReorder-1.7.0/js/colReorder.bulma.js
 ${MRBSDIR}/jquery/datatables/ColReorder-1.7.0/js/colReorder.dataTables.min.js
-${MRBSDIR}/jquery/datatables/ColReorder-1.7.0/js/colReorder.foundation.js
+${MRBSDIR}/jquery/datatables/ColReorder-1.7.0/js/colReorder.dataTables.js
 ${MRBSDIR}/jquery/datatables/ColReorder-1.7.0/js/colReorder.foundation.min.js
+${MRBSDIR}/jquery/datatables/ColReorder-1.7.0/js/colReorder.foundation.js
 ${MRBSDIR}/jquery/datatables/ColReorder-1.7.0/js/colReorder.jqueryui.js
 ${MRBSDIR}/jquery/datatables/ColReorder-1.7.0/js/colReorder.jqueryui.min.js
 ${MRBSDIR}/jquery/datatables/ColReorder-1.7.0/js/colReorder.semanticui.js
 ${MRBSDIR}/jquery/datatables/ColReorder-1.7.0/js/colReorder.semanticui.min.js
 ${MRBSDIR}/jquery/datatables/ColReorder-1.7.0/js/dataTables.colReorder.js
 ${MRBSDIR}/jquery/datatables/ColReorder-1.7.0/js/dataTables.colReorder.min.js
-${MRBSDIR}/jquery/datatables/DataTables-1.13.6/css/dataTables.bootstrap.css
 ${MRBSDIR}/jquery/datatables/DataTables-1.13.6/css/dataTables.bootstrap.min.css
-${MRBSDIR}/jquery/datatables/DataTables-1.13.6/css/dataTables.bootstrap4.css
+${MRBSDIR}/jquery/datatables/DataTables-1.13.6/css/dataTables.bootstrap.css
 ${MRBSDIR}/jquery/datatables/DataTables-1.13.6/css/dataTables.bootstrap4.min.css
-${MRBSDIR}/jquery/datatables/DataTables-1.13.6/css/dataTables.bootstrap5.css
+${MRBSDIR}/jquery/datatables/DataTables-1.13.6/css/dataTables.bootstrap4.css
 ${MRBSDIR}/jquery/datatables/DataTables-1.13.6/css/dataTables.bootstrap5.min.css
-${MRBSDIR}/jquery/datatables/DataTables-1.13.6/css/dataTables.bulma.css
+${MRBSDIR}/jquery/datatables/DataTables-1.13.6/css/dataTables.bootstrap5.css
 ${MRBSDIR}/jquery/datatables/DataTables-1.13.6/css/dataTables.bulma.min.css
-${MRBSDIR}/jquery/datatables/DataTables-1.13.6/css/dataTables.dataTables.css
+${MRBSDIR}/jquery/datatables/DataTables-1.13.6/css/dataTables.bulma.css
 ${MRBSDIR}/jquery/datatables/DataTables-1.13.6/css/dataTables.dataTables.min.css
+${MRBSDIR}/jquery/datatables/DataTables-1.13.6/css/dataTables.dataTables.css
 ${MRBSDIR}/jquery/datatables/DataTables-1.13.6/css/dataTables.foundation.css
 ${MRBSDIR}/jquery/datatables/DataTables-1.13.6/css/dataTables.foundation.min.css
 ${MRBSDIR}/jquery/datatables/DataTables-1.13.6/css/dataTables.jqueryui.css
@@ -219,55 +311,55 @@ ${MRBSDIR}/jquery/datatables/DataTables-
 ${MRBSDIR}/jquery/datatables/DataTables-1.13.6/css/dataTables.semanticui.min.css
 ${MRBSDIR}/jquery/datatables/DataTables-1.13.6/css/jquery.dataTables.css
 ${MRBSDIR}/jquery/datatables/DataTables-1.13.6/css/jquery.dataTables.min.css
+${MRBSDIR}/jquery/datatables/DataTables-1.13.6/images/sort_both.png
 ${MRBSDIR}/jquery/datatables/DataTables-1.13.6/images/sort_asc.png
 ${MRBSDIR}/jquery/datatables/DataTables-1.13.6/images/sort_asc_disabled.png
-${MRBSDIR}/jquery/datatables/DataTables-1.13.6/images/sort_both.png
 ${MRBSDIR}/jquery/datatables/DataTables-1.13.6/images/sort_desc.png
 ${MRBSDIR}/jquery/datatables/DataTables-1.13.6/images/sort_desc_disabled.png
-${MRBSDIR}/jquery/datatables/DataTables-1.13.6/js/dataTables.bootstrap.js
 ${MRBSDIR}/jquery/datatables/DataTables-1.13.6/js/dataTables.bootstrap.min.js
-${MRBSDIR}/jquery/datatables/DataTables-1.13.6/js/dataTables.bootstrap4.js
+${MRBSDIR}/jquery/datatables/DataTables-1.13.6/js/dataTables.bootstrap.js
 ${MRBSDIR}/jquery/datatables/DataTables-1.13.6/js/dataTables.bootstrap4.min.js
-${MRBSDIR}/jquery/datatables/DataTables-1.13.6/js/dataTables.bootstrap5.js
+${MRBSDIR}/jquery/datatables/DataTables-1.13.6/js/dataTables.bootstrap4.js
 ${MRBSDIR}/jquery/datatables/DataTables-1.13.6/js/dataTables.bootstrap5.min.js
-${MRBSDIR}/jquery/datatables/DataTables-1.13.6/js/dataTables.bulma.js
+${MRBSDIR}/jquery/datatables/DataTables-1.13.6/js/dataTables.bootstrap5.js
 ${MRBSDIR}/jquery/datatables/DataTables-1.13.6/js/dataTables.bulma.min.js
-${MRBSDIR}/jquery/datatables/DataTables-1.13.6/js/dataTables.dataTables.js
+${MRBSDIR}/jquery/datatables/DataTables-1.13.6/js/dataTables.bulma.js
 ${MRBSDIR}/jquery/datatables/DataTables-1.13.6/js/dataTables.dataTables.min.js
-${MRBSDIR}/jquery/datatables/DataTables-1.13.6/js/dataTables.foundation.js
+${MRBSDIR}/jquery/datatables/DataTables-1.13.6/js/dataTables.dataTables.js
 ${MRBSDIR}/jquery/datatables/DataTables-1.13.6/js/dataTables.foundation.min.js
+${MRBSDIR}/jquery/datatables/DataTables-1.13.6/js/dataTables.foundation.js
 ${MRBSDIR}/jquery/datatables/DataTables-1.13.6/js/dataTables.jqueryui.js
 ${MRBSDIR}/jquery/datatables/DataTables-1.13.6/js/dataTables.jqueryui.min.js
 ${MRBSDIR}/jquery/datatables/DataTables-1.13.6/js/dataTables.semanticui.js
 ${MRBSDIR}/jquery/datatables/DataTables-1.13.6/js/dataTables.semanticui.min.js
 ${MRBSDIR}/jquery/datatables/DataTables-1.13.6/js/jquery.dataTables.js
 ${MRBSDIR}/jquery/datatables/DataTables-1.13.6/js/jquery.dataTables.min.js
-${MRBSDIR}/jquery/datatables/FixedColumns-4.3.0/css/fixedColumns.bootstrap.css
 ${MRBSDIR}/jquery/datatables/FixedColumns-4.3.0/css/fixedColumns.bootstrap.min.css
-${MRBSDIR}/jquery/datatables/FixedColumns-4.3.0/css/fixedColumns.bootstrap4.css
+${MRBSDIR}/jquery/datatables/FixedColumns-4.3.0/css/fixedColumns.bootstrap.css
 ${MRBSDIR}/jquery/datatables/FixedColumns-4.3.0/css/fixedColumns.bootstrap4.min.css
-${MRBSDIR}/jquery/datatables/FixedColumns-4.3.0/css/fixedColumns.bootstrap5.css
+${MRBSDIR}/jquery/datatables/FixedColumns-4.3.0/css/fixedColumns.bootstrap4.css
 ${MRBSDIR}/jquery/datatables/FixedColumns-4.3.0/css/fixedColumns.bootstrap5.min.css
-${MRBSDIR}/jquery/datatables/FixedColumns-4.3.0/css/fixedColumns.bulma.css
+${MRBSDIR}/jquery/datatables/FixedColumns-4.3.0/css/fixedColumns.bootstrap5.css
 ${MRBSDIR}/jquery/datatables/FixedColumns-4.3.0/css/fixedColumns.bulma.min.css
-${MRBSDIR}/jquery/datatables/FixedColumns-4.3.0/css/fixedColumns.dataTables.css
+${MRBSDIR}/jquery/datatables/FixedColumns-4.3.0/css/fixedColumns.bulma.css
 ${MRBSDIR}/jquery/datatables/FixedColumns-4.3.0/css/fixedColumns.dataTables.min.css
+${MRBSDIR}/jquery/datatables/FixedColumns-4.3.0/css/fixedColumns.dataTables.css
 ${MRBSDIR}/jquery/datatables/FixedColumns-4.3.0/css/fixedColumns.foundation.css
 ${MRBSDIR}/jquery/datatables/FixedColumns-4.3.0/css/fixedColumns.foundation.min.css
 ${MRBSDIR}/jquery/datatables/FixedColumns-4.3.0/css/fixedColumns.jqueryui.css
 ${MRBSDIR}/jquery/datatables/FixedColumns-4.3.0/css/fixedColumns.jqueryui.min.css
 ${MRBSDIR}/jquery/datatables/FixedColumns-4.3.0/css/fixedColumns.semanticui.css
 ${MRBSDIR}/jquery/datatables/FixedColumns-4.3.0/css/fixedColumns.semanticui.min.css
-${MRBSDIR}/jquery/datatables/FixedColumns-4.3.0/js/dataTables.fixedColumns.js
 ${MRBSDIR}/jquery/datatables/FixedColumns-4.3.0/js/dataTables.fixedColumns.min.js
-${MRBSDIR}/jquery/datatables/FixedColumns-4.3.0/js/fixedColumns.bootstrap.js
+${MRBSDIR}/jquery/datatables/FixedColumns-4.3.0/js/dataTables.fixedColumns.js
 ${MRBSDIR}/jquery/datatables/FixedColumns-4.3.0/js/fixedColumns.bootstrap.min.js
-${MRBSDIR}/jquery/datatables/FixedColumns-4.3.0/js/fixedColumns.bootstrap4.js
+${MRBSDIR}/jquery/datatables/FixedColumns-4.3.0/js/fixedColumns.bootstrap.js
 ${MRBSDIR}/jquery/datatables/FixedColumns-4.3.0/js/fixedColumns.bootstrap4.min.js
-${MRBSDIR}/jquery/datatables/FixedColumns-4.3.0/js/fixedColumns.bootstrap5.js
+${MRBSDIR}/jquery/datatables/FixedColumns-4.3.0/js/fixedColumns.bootstrap4.js
 ${MRBSDIR}/jquery/datatables/FixedColumns-4.3.0/js/fixedColumns.bootstrap5.min.js
-${MRBSDIR}/jquery/datatables/FixedColumns-4.3.0/js/fixedColumns.bulma.js
+${MRBSDIR}/jquery/datatables/FixedColumns-4.3.0/js/fixedColumns.bootstrap5.js
 ${MRBSDIR}/jquery/datatables/FixedColumns-4.3.0/js/fixedColumns.bulma.min.js
+${MRBSDIR}/jquery/datatables/FixedColumns-4.3.0/js/fixedColumns.bulma.js
 ${MRBSDIR}/jquery/datatables/FixedColumns-4.3.0/js/fixedColumns.dataTables.js
 ${MRBSDIR}/jquery/datatables/FixedColumns-4.3.0/js/fixedColumns.dataTables.min.js
 ${MRBSDIR}/jquery/datatables/FixedColumns-4.3.0/js/fixedColumns.foundation.js
@@ -276,12 +368,11 @@ ${MRBSDIR}/jquery/datatables/FixedColumn
 ${MRBSDIR}/jquery/datatables/FixedColumns-4.3.0/js/fixedColumns.jqueryui.min.js
 ${MRBSDIR}/jquery/datatables/FixedColumns-4.3.0/js/fixedColumns.semanticui.js
 ${MRBSDIR}/jquery/datatables/FixedColumns-4.3.0/js/fixedColumns.semanticui.min.js
-${MRBSDIR}/jquery/datatables/JSZip-3.10.1/jszip.js
 ${MRBSDIR}/jquery/datatables/JSZip-3.10.1/jszip.min.js
+${MRBSDIR}/jquery/datatables/JSZip-3.10.1/jszip.js
+${MRBSDIR}/jquery/datatables/datatables.min.css
 ${MRBSDIR}/jquery/datatables/datatables.css
 ${MRBSDIR}/jquery/datatables/datatables.js
-${MRBSDIR}/jquery/datatables/datatables.min.css
-${MRBSDIR}/jquery/datatables/datatables.min.js
 ${MRBSDIR}/jquery/datatables/language/Ganda.json
 ${MRBSDIR}/jquery/datatables/language/af.json
 ${MRBSDIR}/jquery/datatables/language/am.json
@@ -368,8 +459,8 @@ ${MRBSDIR}/jquery/datatables/language/sn
 ${MRBSDIR}/jquery/datatables/language/sq.json
 ${MRBSDIR}/jquery/datatables/language/sr-SP.json
 ${MRBSDIR}/jquery/datatables/language/sr.json
-${MRBSDIR}/jquery/datatables/language/sv-SE.json
 ${MRBSDIR}/jquery/datatables/language/sv.json
+${MRBSDIR}/jquery/datatables/language/sv-SE.json
 ${MRBSDIR}/jquery/datatables/language/sw.json
 ${MRBSDIR}/jquery/datatables/language/ta.json
 ${MRBSDIR}/jquery/datatables/language/te.json
@@ -385,18 +476,19 @@ ${MRBSDIR}/jquery/datatables/language/uz
 ${MRBSDIR}/jquery/datatables/language/vi.json
 ${MRBSDIR}/jquery/datatables/language/zh-HANT.json
 ${MRBSDIR}/jquery/datatables/language/zh.json
-${MRBSDIR}/jquery/datatables/pdfmake-0.2.7/pdfmake.js
+${MRBSDIR}/jquery/datatables/datatables.min.js
 ${MRBSDIR}/jquery/datatables/pdfmake-0.2.7/pdfmake.min.js
+${MRBSDIR}/jquery/datatables/pdfmake-0.2.7/pdfmake.js
 ${MRBSDIR}/jquery/datatables/pdfmake-0.2.7/vfs_fonts.js
 ${MRBSDIR}/jquery/datatables/pdfmake.min.js.map
 ${MRBSDIR}/jquery/datatables/plugins.js
-${MRBSDIR}/jquery/jquery-3.7.0.js
 ${MRBSDIR}/jquery/jquery-3.7.0.min.js
-${MRBSDIR}/jquery/jquery-migrate-3.4.0.js
+${MRBSDIR}/jquery/jquery-3.7.0.js
 ${MRBSDIR}/jquery/jquery-migrate-3.4.0.min.js
-${MRBSDIR}/jquery/select2/LICENSE.md
-${MRBSDIR}/jquery/select2/dist/css/select2.css
+${MRBSDIR}/jquery/jquery-migrate-3.4.0.js
 ${MRBSDIR}/jquery/select2/dist/css/select2.min.css
+${MRBSDIR}/jquery/select2/dist/css/select2.css
+${MRBSDIR}/jquery/select2/dist/js/i18n/sr-Cyrl.js
 ${MRBSDIR}/jquery/select2/dist/js/i18n/af.js
 ${MRBSDIR}/jquery/select2/dist/js/i18n/ar.js
 ${MRBSDIR}/jquery/select2/dist/js/i18n/az.js
@@ -446,7 +538,6 @@ ${MRBSDIR}/jquery/select2/dist/js/i18n/r
 ${MRBSDIR}/jquery/select2/dist/js/i18n/sk.js
 ${MRBSDIR}/jquery/select2/dist/js/i18n/sl.js
 ${MRBSDIR}/jquery/select2/dist/js/i18n/sq.js
-${MRBSDIR}/jquery/select2/dist/js/i18n/sr-Cyrl.js
 ${MRBSDIR}/jquery/select2/dist/js/i18n/sr.js
 ${MRBSDIR}/jquery/select2/dist/js/i18n/sv.js
 ${MRBSDIR}/jquery/select2/dist/js/i18n/th.js
@@ -456,11 +547,11 @@ ${MRBSDIR}/jquery/select2/dist/js/i18n/u
 ${MRBSDIR}/jquery/select2/dist/js/i18n/vi.js
 ${MRBSDIR}/jquery/select2/dist/js/i18n/zh-CN.js
 ${MRBSDIR}/jquery/select2/dist/js/i18n/zh-TW.js
-${MRBSDIR}/jquery/select2/dist/js/select2.full.js
 ${MRBSDIR}/jquery/select2/dist/js/select2.full.min.js
-${MRBSDIR}/jquery/select2/dist/js/select2.js
+${MRBSDIR}/jquery/select2/dist/js/select2.full.js
 ${MRBSDIR}/jquery/select2/dist/js/select2.min.js
-${MRBSDIR}/jquery/ui/LICENSE.txt
+${MRBSDIR}/jquery/select2/dist/js/select2.js
+${MRBSDIR}/jquery/select2/LICENSE.md
 ${MRBSDIR}/jquery/ui/css/cupertino/images/ui-bg_diagonals-thick_90_eeeeee_40x40.png
 ${MRBSDIR}/jquery/ui/css/cupertino/images/ui-bg_glass_100_e4f1fb_1x400.png
 ${MRBSDIR}/jquery/ui/css/cupertino/images/ui-bg_glass_50_3baae3_1x400.png
@@ -474,10 +565,10 @@ ${MRBSDIR}/jquery/ui/css/cupertino/image
 ${MRBSDIR}/jquery/ui/css/cupertino/images/ui-icons_3d80b3_256x240.png
 ${MRBSDIR}/jquery/ui/css/cupertino/images/ui-icons_72a7cf_256x240.png
 ${MRBSDIR}/jquery/ui/css/cupertino/images/ui-icons_ffffff_256x240.png
-${MRBSDIR}/jquery/ui/css/cupertino/jquery-ui.theme.css
 ${MRBSDIR}/jquery/ui/css/cupertino/jquery-ui.theme.min.css
-${MRBSDIR}/jquery/ui/css/jquery-ui.structure.css
+${MRBSDIR}/jquery/ui/css/cupertino/jquery-ui.theme.css
 ${MRBSDIR}/jquery/ui/css/jquery-ui.structure.min.css
+${MRBSDIR}/jquery/ui/css/jquery-ui.structure.css
 ${MRBSDIR}/jquery/ui/css/sunny/images/ui-bg_diagonals-medium_20_d34d17_40x40.png
 ${MRBSDIR}/jquery/ui/css/sunny/images/ui-bg_gloss-wave_45_817865_500x100.png
 ${MRBSDIR}/jquery/ui/css/sunny/images/ui-bg_gloss-wave_60_fece2f_500x100.png
@@ -492,102 +583,12 @@ ${MRBSDIR}/jquery/ui/css/sunny/images/ui
 ${MRBSDIR}/jquery/ui/css/sunny/images/ui-icons_ed9f26_256x240.png
 ${MRBSDIR}/jquery/ui/css/sunny/images/ui-icons_fadc7a_256x240.png
 ${MRBSDIR}/jquery/ui/css/sunny/images/ui-icons_ffe180_256x240.png
-${MRBSDIR}/jquery/ui/css/sunny/jquery-ui.theme.css
 ${MRBSDIR}/jquery/ui/css/sunny/jquery-ui.theme.min.css
-${MRBSDIR}/jquery/ui/jquery-ui.js
+${MRBSDIR}/jquery/ui/css/sunny/jquery-ui.theme.css
+${MRBSDIR}/jquery/ui/LICENSE.txt
 ${MRBSDIR}/jquery/ui/jquery-ui.min.js
-${MRBSDIR}/js.inc
-${MRBSDIR}/js/admin.js.php
-${MRBSDIR}/js/datatables.js.php
-${MRBSDIR}/js/datepicker.js.php
-${MRBSDIR}/js/edit_area.js.php
-${MRBSDIR}/js/edit_entry.js.php
-${MRBSDIR}/js/edit_users.js.php
-${MRBSDIR}/js/flatpickr/LICENSE.md
-${MRBSDIR}/js/flatpickr/css/flatpickr.min.css
-${MRBSDIR}/js/flatpickr/flatpickr.min.js
-${MRBSDIR}/js/flatpickr/l10n/ar-dz.js
-${MRBSDIR}/js/flatpickr/l10n/ar.js
-${MRBSDIR}/js/flatpickr/l10n/at.js
-${MRBSDIR}/js/flatpickr/l10n/az.js
-${MRBSDIR}/js/flatpickr/l10n/be.js
-${MRBSDIR}/js/flatpickr/l10n/bg.js
-${MRBSDIR}/js/flatpickr/l10n/bn.js
-${MRBSDIR}/js/flatpickr/l10n/bs.js
-${MRBSDIR}/js/flatpickr/l10n/cat.js
-${MRBSDIR}/js/flatpickr/l10n/ckb.js
-${MRBSDIR}/js/flatpickr/l10n/cs.js
-${MRBSDIR}/js/flatpickr/l10n/cy.js
-${MRBSDIR}/js/flatpickr/l10n/da.js
-${MRBSDIR}/js/flatpickr/l10n/de.js
-${MRBSDIR}/js/flatpickr/l10n/en.js
-${MRBSDIR}/js/flatpickr/l10n/eo.js
-${MRBSDIR}/js/flatpickr/l10n/es.js
-${MRBSDIR}/js/flatpickr/l10n/et.js
-${MRBSDIR}/js/flatpickr/l10n/fa.js
-${MRBSDIR}/js/flatpickr/l10n/fi.js
-${MRBSDIR}/js/flatpickr/l10n/fo.js
-${MRBSDIR}/js/flatpickr/l10n/fr.js
-${MRBSDIR}/js/flatpickr/l10n/ga.js
-${MRBSDIR}/js/flatpickr/l10n/gr.js
-${MRBSDIR}/js/flatpickr/l10n/he.js
-${MRBSDIR}/js/flatpickr/l10n/hi.js
-${MRBSDIR}/js/flatpickr/l10n/hr.js
-${MRBSDIR}/js/flatpickr/l10n/hu.js
-${MRBSDIR}/js/flatpickr/l10n/hy.js
-${MRBSDIR}/js/flatpickr/l10n/id.js
-${MRBSDIR}/js/flatpickr/l10n/is.js
-${MRBSDIR}/js/flatpickr/l10n/it.js
-${MRBSDIR}/js/flatpickr/l10n/ja.js
-${MRBSDIR}/js/flatpickr/l10n/ka.js
-${MRBSDIR}/js/flatpickr/l10n/km.js
-${MRBSDIR}/js/flatpickr/l10n/ko.js
-${MRBSDIR}/js/flatpickr/l10n/kz.js
-${MRBSDIR}/js/flatpickr/l10n/lt.js
-${MRBSDIR}/js/flatpickr/l10n/lv.js
-${MRBSDIR}/js/flatpickr/l10n/mk.js
-${MRBSDIR}/js/flatpickr/l10n/mn.js
-${MRBSDIR}/js/flatpickr/l10n/ms.js
-${MRBSDIR}/js/flatpickr/l10n/my.js
-${MRBSDIR}/js/flatpickr/l10n/nb.js
-${MRBSDIR}/js/flatpickr/l10n/nl.js
-${MRBSDIR}/js/flatpickr/l10n/nn.js
-${MRBSDIR}/js/flatpickr/l10n/no.js
-${MRBSDIR}/js/flatpickr/l10n/pa.js
-${MRBSDIR}/js/flatpickr/l10n/pl.js
-${MRBSDIR}/js/flatpickr/l10n/pt.js
-${MRBSDIR}/js/flatpickr/l10n/ro.js
-${MRBSDIR}/js/flatpickr/l10n/ru.js
-${MRBSDIR}/js/flatpickr/l10n/si.js
-${MRBSDIR}/js/flatpickr/l10n/sk.js
-${MRBSDIR}/js/flatpickr/l10n/sl.js
-${MRBSDIR}/js/flatpickr/l10n/sq.js
-${MRBSDIR}/js/flatpickr/l10n/sr-cyr.js
-${MRBSDIR}/js/flatpickr/l10n/sr.js
-${MRBSDIR}/js/flatpickr/l10n/sv.js
-${MRBSDIR}/js/flatpickr/l10n/th.js
-${MRBSDIR}/js/flatpickr/l10n/tr.js
-${MRBSDIR}/js/flatpickr/l10n/uk.js
-${MRBSDIR}/js/flatpickr/l10n/uz.js
-${MRBSDIR}/js/flatpickr/l10n/uz_latn.js
-${MRBSDIR}/js/flatpickr/l10n/vn.js
-${MRBSDIR}/js/flatpickr/l10n/zh-tw.js
-${MRBSDIR}/js/flatpickr/l10n/zh.js
-${MRBSDIR}/js/functions.js.php
-${MRBSDIR}/js/general.js.php
-${MRBSDIR}/js/html5shiv.js
-${MRBSDIR}/js/html5shiv.min.js
-${MRBSDIR}/js/import.js.php
-${MRBSDIR}/js/index.js.php
-${MRBSDIR}/js/init.js.php
-${MRBSDIR}/js/kiosk.js.php
-${MRBSDIR}/js/pending.js.php
-${MRBSDIR}/js/refresh.js.php
-${MRBSDIR}/js/report.js.php
-${MRBSDIR}/js/resizable.js.php
-${MRBSDIR}/js/search.js.php
-${MRBSDIR}/js/view_entry.js.php
-${MRBSDIR}/kiosk.php
+${MRBSDIR}/jquery/ui/jquery-ui.js
+${MRBSDIR}/lang/lang.pt-br
 ${MRBSDIR}/lang/lang.ca
 ${MRBSDIR}/lang/lang.cs
 ${MRBSDIR}/lang/lang.da
@@ -611,7 +612,6 @@ ${MRBSDIR}/lang/lang.nn
 ${MRBSDIR}/lang/lang.no
 ${MRBSDIR}/lang/lang.pl
 ${MRBSDIR}/lang/lang.pt
-${MRBSDIR}/lang/lang.pt-br
 ${MRBSDIR}/lang/lang.ro
 ${MRBSDIR}/lang/lang.ru
 ${MRBSDIR}/lang/lang.sk
@@ -622,68 +622,65 @@ ${MRBSDIR}/lang/lang.th
 ${MRBSDIR}/lang/lang.tr
 ${MRBSDIR}/lang/lang.zh-cn
 ${MRBSDIR}/lang/lang.zh-tw
-${MRBSDIR}/language.inc
-${MRBSDIR}/lib/CAS.php
+${MRBSDIR}/lib/CAS/GracefullTerminationException.php
 ${MRBSDIR}/lib/CAS/AuthenticationException.php
 ${MRBSDIR}/lib/CAS/Autoload.php
 ${MRBSDIR}/lib/CAS/Client.php
 ${MRBSDIR}/lib/CAS/CookieJar.php
 ${MRBSDIR}/lib/CAS/Exception.php
-${MRBSDIR}/lib/CAS/GracefullTerminationException.php
-${MRBSDIR}/lib/CAS/InvalidArgumentException.php
-${MRBSDIR}/lib/CAS/LICENSE
+${MRBSDIR}/lib/CAS/Languages/Portuguese.php
 ${MRBSDIR}/lib/CAS/Languages/Catalan.php
-${MRBSDIR}/lib/CAS/Languages/ChineseSimplified.php
 ${MRBSDIR}/lib/CAS/Languages/English.php
 ${MRBSDIR}/lib/CAS/Languages/French.php
+${MRBSDIR}/lib/CAS/Languages/ChineseSimplified.php
 ${MRBSDIR}/lib/CAS/Languages/Galego.php
 ${MRBSDIR}/lib/CAS/Languages/German.php
 ${MRBSDIR}/lib/CAS/Languages/Greek.php
 ${MRBSDIR}/lib/CAS/Languages/Japanese.php
 ${MRBSDIR}/lib/CAS/Languages/LanguageInterface.php
-${MRBSDIR}/lib/CAS/Languages/Portuguese.php
 ${MRBSDIR}/lib/CAS/Languages/Spanish.php
+${MRBSDIR}/lib/CAS/LICENSE
+${MRBSDIR}/lib/CAS/InvalidArgumentException.php
 ${MRBSDIR}/lib/CAS/NOTICE
-${MRBSDIR}/lib/CAS/OutOfSequenceBeforeAuthenticationCallException.php
-${MRBSDIR}/lib/CAS/OutOfSequenceBeforeClientException.php
-${MRBSDIR}/lib/CAS/OutOfSequenceBeforeProxyException.php
-${MRBSDIR}/lib/CAS/OutOfSequenceException.php
 ${MRBSDIR}/lib/CAS/PGTStorage/AbstractStorage.php
 ${MRBSDIR}/lib/CAS/PGTStorage/Db.php
 ${MRBSDIR}/lib/CAS/PGTStorage/File.php
-${MRBSDIR}/lib/CAS/ProxiedService.php
-${MRBSDIR}/lib/CAS/ProxiedService/Abstract.php
 ${MRBSDIR}/lib/CAS/ProxiedService/Exception.php
-${MRBSDIR}/lib/CAS/ProxiedService/Http.php
+${MRBSDIR}/lib/CAS/ProxiedService/Abstract.php
 ${MRBSDIR}/lib/CAS/ProxiedService/Http/Abstract.php
 ${MRBSDIR}/lib/CAS/ProxiedService/Http/Get.php
 ${MRBSDIR}/lib/CAS/ProxiedService/Http/Post.php
-${MRBSDIR}/lib/CAS/ProxiedService/Imap.php
+${MRBSDIR}/lib/CAS/ProxiedService/Http.php
 ${MRBSDIR}/lib/CAS/ProxiedService/Testable.php
-${MRBSDIR}/lib/CAS/ProxyChain.php
+${MRBSDIR}/lib/CAS/ProxiedService/Imap.php
+${MRBSDIR}/lib/CAS/OutOfSequenceBeforeAuthenticationCallException.php
+${MRBSDIR}/lib/CAS/OutOfSequenceBeforeClientException.php
+${MRBSDIR}/lib/CAS/OutOfSequenceBeforeProxyException.php
+${MRBSDIR}/lib/CAS/OutOfSequenceException.php
+${MRBSDIR}/lib/CAS/ProxiedService.php
 ${MRBSDIR}/lib/CAS/ProxyChain/AllowedList.php
 ${MRBSDIR}/lib/CAS/ProxyChain/Any.php
 ${MRBSDIR}/lib/CAS/ProxyChain/Interface.php
 ${MRBSDIR}/lib/CAS/ProxyChain/Trusted.php
-${MRBSDIR}/lib/CAS/ProxyTicketException.php
-${MRBSDIR}/lib/CAS/README.md
+${MRBSDIR}/lib/CAS/ProxyChain.php
+${MRBSDIR}/lib/CAS/Request/MultiRequestInterface.php
 ${MRBSDIR}/lib/CAS/Request/AbstractRequest.php
 ${MRBSDIR}/lib/CAS/Request/CurlMultiRequest.php
 ${MRBSDIR}/lib/CAS/Request/CurlRequest.php
 ${MRBSDIR}/lib/CAS/Request/Exception.php
-${MRBSDIR}/lib/CAS/Request/MultiRequestInterface.php
 ${MRBSDIR}/lib/CAS/Request/RequestInterface.php
 ${MRBSDIR}/lib/CAS/ServiceBaseUrl/AllowedListDiscovery.php
 ${MRBSDIR}/lib/CAS/ServiceBaseUrl/Base.php
 ${MRBSDIR}/lib/CAS/ServiceBaseUrl/Interface.php
 ${MRBSDIR}/lib/CAS/ServiceBaseUrl/Static.php
+${MRBSDIR}/lib/CAS/ProxyTicketException.php
+${MRBSDIR}/lib/CAS/README.md
 ${MRBSDIR}/lib/CAS/Session/PhpSession.php
 ${MRBSDIR}/lib/CAS/TypeMismatchException.php
-${MRBSDIR}/lib/IntlDateFormatter.php
-${MRBSDIR}/lib/IntlDatePatternGenerator.php
+${MRBSDIR}/lib/CAS.php
+${MRBSDIR}/lib/MRBS/Auth/AuthCas.php
 ${MRBSDIR}/lib/MRBS/Auth/Auth.php
 ${MRBSDIR}/lib/MRBS/Auth/AuthAuthBasic.php
-${MRBSDIR}/lib/MRBS/Auth/AuthCas.php
 ${MRBSDIR}/lib/MRBS/Auth/AuthConfig.php
 ${MRBSDIR}/lib/MRBS/Auth/AuthCrypt.php
 ${MRBSDIR}/lib/MRBS/Auth/AuthDb.php
@@ -701,26 +698,26 @@ ${MRBSDIR}/lib/MRBS/Auth/AuthPop3.php
 ${MRBSDIR}/lib/MRBS/Auth/AuthSaml.php
 ${MRBSDIR}/lib/MRBS/Auth/AuthWix.php
 ${MRBSDIR}/lib/MRBS/Auth/AuthWordpress.php
+${MRBSDIR}/lib/MRBS/DBException.php
 ${MRBSDIR}/lib/MRBS/Column.php
 ${MRBSDIR}/lib/MRBS/Columns.php
 ${MRBSDIR}/lib/MRBS/DB.php
-${MRBSDIR}/lib/MRBS/DBException.php
+${MRBSDIR}/lib/MRBS/EntryInterval.php
 ${MRBSDIR}/lib/MRBS/DBFactory.php
 ${MRBSDIR}/lib/MRBS/DBStatement.php
 ${MRBSDIR}/lib/MRBS/DB_mysql.php
 ${MRBSDIR}/lib/MRBS/DB_pgsql.php
 ${MRBSDIR}/lib/MRBS/DateTime.php
-${MRBSDIR}/lib/MRBS/EntryInterval.php
-${MRBSDIR}/lib/MRBS/Exception.php
+${MRBSDIR}/lib/MRBS/Form/ElementButton.php
 ${MRBSDIR}/lib/MRBS/Form/Element.php
 ${MRBSDIR}/lib/MRBS/Form/ElementA.php
-${MRBSDIR}/lib/MRBS/Form/ElementButton.php
+${MRBSDIR}/lib/MRBS/Form/ElementInputCheckbox.php
 ${MRBSDIR}/lib/MRBS/Form/ElementDatalist.php
 ${MRBSDIR}/lib/MRBS/Form/ElementDiv.php
 ${MRBSDIR}/lib/MRBS/Form/ElementFieldset.php
 ${MRBSDIR}/lib/MRBS/Form/ElementImg.php
 ${MRBSDIR}/lib/MRBS/Form/ElementInput.php
-${MRBSDIR}/lib/MRBS/Form/ElementInputCheckbox.php
+${MRBSDIR}/lib/MRBS/Form/FieldInputCheckboxGroup.php
 ${MRBSDIR}/lib/MRBS/Form/ElementInputDatalist.php
 ${MRBSDIR}/lib/MRBS/Form/ElementInputDate.php
 ${MRBSDIR}/lib/MRBS/Form/ElementInputEmail.php
@@ -728,6 +725,7 @@ ${MRBSDIR}/lib/MRBS/Form/ElementInputFil
 ${MRBSDIR}/lib/MRBS/Form/ElementInputHidden.php
 ${MRBSDIR}/lib/MRBS/Form/ElementInputImage.php
 ${MRBSDIR}/lib/MRBS/Form/ElementInputNumber.php
+${MRBSDIR}/lib/MRBS/Form/Field.php
 ${MRBSDIR}/lib/MRBS/Form/ElementInputPassword.php
 ${MRBSDIR}/lib/MRBS/Form/ElementInputRadio.php
 ${MRBSDIR}/lib/MRBS/Form/ElementInputSearch.php
@@ -743,11 +741,11 @@ ${MRBSDIR}/lib/MRBS/Form/ElementP.php
 ${MRBSDIR}/lib/MRBS/Form/ElementSelect.php
 ${MRBSDIR}/lib/MRBS/Form/ElementSpan.php
 ${MRBSDIR}/lib/MRBS/Form/ElementTextarea.php
-${MRBSDIR}/lib/MRBS/Form/Field.php
+${MRBSDIR}/lib/MRBS/Form/Form.php
 ${MRBSDIR}/lib/MRBS/Form/FieldButton.php
 ${MRBSDIR}/lib/MRBS/Form/FieldDiv.php
+${MRBSDIR}/lib/MRBS/Form/FieldSelect.php
 ${MRBSDIR}/lib/MRBS/Form/FieldInputCheckbox.php
-${MRBSDIR}/lib/MRBS/Form/FieldInputCheckboxGroup.php
 ${MRBSDIR}/lib/MRBS/Form/FieldInputDatalist.php
 ${MRBSDIR}/lib/MRBS/Form/FieldInputDate.php
 ${MRBSDIR}/lib/MRBS/Form/FieldInputEmail.php
@@ -760,22 +758,26 @@ ${MRBSDIR}/lib/MRBS/Form/FieldInputSubmi
 ${MRBSDIR}/lib/MRBS/Form/FieldInputText.php
 ${MRBSDIR}/lib/MRBS/Form/FieldInputTime.php
 ${MRBSDIR}/lib/MRBS/Form/FieldInputUrl.php
-${MRBSDIR}/lib/MRBS/Form/FieldSelect.php
 ${MRBSDIR}/lib/MRBS/Form/FieldSpan.php
 ${MRBSDIR}/lib/MRBS/Form/FieldTextarea.php
 ${MRBSDIR}/lib/MRBS/Form/FieldTimeWithUnits.php
-${MRBSDIR}/lib/MRBS/Form/Form.php
+${MRBSDIR}/lib/MRBS/Intl/FormatterFlatpickr.php
+${MRBSDIR}/lib/MRBS/Intl/Formatter.php
+${MRBSDIR}/lib/MRBS/Intl/IntlDateFormatterFactory.php
+${MRBSDIR}/lib/MRBS/Intl/FormatterStrftime.php
+${MRBSDIR}/lib/MRBS/Intl/IntlDateFormatter.php
+${MRBSDIR}/lib/MRBS/Intl/IntlDatePatternConverter.php
+${MRBSDIR}/lib/MRBS/Intl/IntlDatePatternGenerator.php
+${MRBSDIR}/lib/MRBS/Intl/Locale.php
+${MRBSDIR}/lib/MRBS/Exception.php
 ${MRBSDIR}/lib/MRBS/ICalendar/RFC5545.php
-${MRBSDIR}/lib/MRBS/ICalendar/RFC5545Exception.php
 ${MRBSDIR}/lib/MRBS/ICalendar/Series.php
-${MRBSDIR}/lib/MRBS/JFactory.php
-${MRBSDIR}/lib/MRBS/JUser.php
-${MRBSDIR}/lib/MRBS/Locale.php
-${MRBSDIR}/lib/MRBS/MailQueue.php
-${MRBSDIR}/lib/MRBS/Map.php
-${MRBSDIR}/lib/MRBS/RepeatRule.php
-${MRBSDIR}/lib/MRBS/Session/Session.php
+${MRBSDIR}/lib/MRBS/ICalendar/RFC5545Exception.php
+${MRBSDIR}/lib/MRBS/Joomla/JFactory.php
+${MRBSDIR}/lib/MRBS/Joomla/JUser.php
 ${MRBSDIR}/lib/MRBS/Session/SessionCas.php
+${MRBSDIR}/lib/MRBS/Session/Session.php
+${MRBSDIR}/lib/MRBS/Session/SessionRemoteUser.php
 ${MRBSDIR}/lib/MRBS/Session/SessionCookie.php
 ${MRBSDIR}/lib/MRBS/Session/SessionFactory.php
 ${MRBSDIR}/lib/MRBS/Session/SessionHost.php
@@ -785,28 +787,39 @@ ${MRBSDIR}/lib/MRBS/Session/SessionJooml
 ${MRBSDIR}/lib/MRBS/Session/SessionNt.php
 ${MRBSDIR}/lib/MRBS/Session/SessionOmni.php
 ${MRBSDIR}/lib/MRBS/Session/SessionPhp.php
-${MRBSDIR}/lib/MRBS/Session/SessionRemoteUser.php
-${MRBSDIR}/lib/MRBS/Session/SessionSaml.php
 ${MRBSDIR}/lib/MRBS/Session/SessionWithLogin.php
+${MRBSDIR}/lib/MRBS/Session/SessionSaml.php
 ${MRBSDIR}/lib/MRBS/Session/SessionWordpress.php
-${MRBSDIR}/lib/MRBS/SessionHandlerDb.php
-${MRBSDIR}/lib/MRBS/SessionHandlerDbException.php
+${MRBSDIR}/lib/MRBS/MailQueue.php
+${MRBSDIR}/lib/MRBS/Map.php
+${MRBSDIR}/lib/MRBS/Message.php
+${MRBSDIR}/lib/MRBS/RepeatRule.php
+${MRBSDIR}/lib/MRBS/UploadException.php
 ${MRBSDIR}/lib/MRBS/System.php
+${MRBSDIR}/lib/MRBS/SessionHandlerDb.php
 ${MRBSDIR}/lib/MRBS/User.php
+${MRBSDIR}/lib/MRBS/SessionHandlerDbException.php
+${MRBSDIR}/lib/OpenPsa/Ranger/Provider/DefaultProvider.php
+${MRBSDIR}/lib/OpenPsa/Ranger/Provider/DeProvider.php
+${MRBSDIR}/lib/OpenPsa/Ranger/Provider/Provider.php
+${MRBSDIR}/lib/OpenPsa/Ranger/Ranger.php
+${MRBSDIR}/lib/IntlDateFormatter.php
+${MRBSDIR}/lib/PHPMailer/composer.json
 ${MRBSDIR}/lib/PHPMailer/COMMITMENT
 ${MRBSDIR}/lib/PHPMailer/LICENSE
 ${MRBSDIR}/lib/PHPMailer/README.md
 ${MRBSDIR}/lib/PHPMailer/SECURITY.md
 ${MRBSDIR}/lib/PHPMailer/VERSION
-${MRBSDIR}/lib/PHPMailer/composer.json
-${MRBSDIR}/lib/PHPMailer/get_oauth_token.php
+${MRBSDIR}/lib/PHPMailer/language/phpmailer.lang-sr_latn.php
 ${MRBSDIR}/lib/PHPMailer/language/phpmailer.lang-af.php
 ${MRBSDIR}/lib/PHPMailer/language/phpmailer.lang-am.php
 ${MRBSDIR}/lib/PHPMailer/language/phpmailer.lang-ar.php
+${MRBSDIR}/lib/PHPMailer/language/phpmailer.lang-as.php
 ${MRBSDIR}/lib/PHPMailer/language/phpmailer.lang-az.php
 ${MRBSDIR}/lib/PHPMailer/language/phpmailer.lang-ba.php
 ${MRBSDIR}/lib/PHPMailer/language/phpmailer.lang-be.php
 ${MRBSDIR}/lib/PHPMailer/language/phpmailer.lang-bg.php
+${MRBSDIR}/lib/PHPMailer/language/phpmailer.lang-bn.php
 ${MRBSDIR}/lib/PHPMailer/language/phpmailer.lang-ca.php
 ${MRBSDIR}/lib/PHPMailer/language/phpmailer.lang-ch.php
 ${MRBSDIR}/lib/PHPMailer/language/phpmailer.lang-cs.php
@@ -831,6 +844,7 @@ ${MRBSDIR}/lib/PHPMailer/language/phpmai
 ${MRBSDIR}/lib/PHPMailer/language/phpmailer.lang-ja.php
 ${MRBSDIR}/lib/PHPMailer/language/phpmailer.lang-ka.php
 ${MRBSDIR}/lib/PHPMailer/language/phpmailer.lang-ko.php
+${MRBSDIR}/lib/PHPMailer/language/phpmailer.lang-ku.php
 ${MRBSDIR}/lib/PHPMailer/language/phpmailer.lang-lt.php
 ${MRBSDIR}/lib/PHPMailer/language/phpmailer.lang-lv.php
 ${MRBSDIR}/lib/PHPMailer/language/phpmailer.lang-mg.php
@@ -847,65 +861,166 @@ ${MRBSDIR}/lib/PHPMailer/language/phpmai
 ${MRBSDIR}/lib/PHPMailer/language/phpmailer.lang-sk.php
 ${MRBSDIR}/lib/PHPMailer/language/phpmailer.lang-sl.php
 ${MRBSDIR}/lib/PHPMailer/language/phpmailer.lang-sr.php
-${MRBSDIR}/lib/PHPMailer/language/phpmailer.lang-sr_latn.php
 ${MRBSDIR}/lib/PHPMailer/language/phpmailer.lang-sv.php
 ${MRBSDIR}/lib/PHPMailer/language/phpmailer.lang-tl.php
 ${MRBSDIR}/lib/PHPMailer/language/phpmailer.lang-tr.php
 ${MRBSDIR}/lib/PHPMailer/language/phpmailer.lang-uk.php
+${MRBSDIR}/lib/PHPMailer/language/phpmailer.lang-ur.php
 ${MRBSDIR}/lib/PHPMailer/language/phpmailer.lang-vi.php
 ${MRBSDIR}/lib/PHPMailer/language/phpmailer.lang-zh.php
 ${MRBSDIR}/lib/PHPMailer/language/phpmailer.lang-zh_cn.php
+${MRBSDIR}/lib/PHPMailer/src/OAuthTokenProvider.php
 ${MRBSDIR}/lib/PHPMailer/src/DSNConfigurator.php
 ${MRBSDIR}/lib/PHPMailer/src/Exception.php
 ${MRBSDIR}/lib/PHPMailer/src/OAuth.php
-${MRBSDIR}/lib/PHPMailer/src/OAuthTokenProvider.php
 ${MRBSDIR}/lib/PHPMailer/src/PHPMailer.php
 ${MRBSDIR}/lib/PHPMailer/src/POP3.php
 ${MRBSDIR}/lib/PHPMailer/src/SMTP.php
-${MRBSDIR}/lib/autoload.inc
+${MRBSDIR}/lib/PHPMailer/get_oauth_token.php
+${MRBSDIR}/lib/Webklex/PHPIMAP/Attachment.php
+${MRBSDIR}/lib/Webklex/PHPIMAP/Address.php
+${MRBSDIR}/lib/Webklex/PHPIMAP/ClientManager.php
+${MRBSDIR}/lib/Webklex/PHPIMAP/Attribute.php
+${MRBSDIR}/lib/Webklex/PHPIMAP/Client.php
+${MRBSDIR}/lib/Webklex/PHPIMAP/Connection/Protocols/LegacyProtocol.php
+${MRBSDIR}/lib/Webklex/PHPIMAP/Connection/Protocols/ImapProtocol.php
+${MRBSDIR}/lib/Webklex/PHPIMAP/Connection/Protocols/Protocol.php
+${MRBSDIR}/lib/Webklex/PHPIMAP/Connection/Protocols/Response.php
+${MRBSDIR}/lib/Webklex/PHPIMAP/Connection/Protocols/ProtocolInterface.php
+${MRBSDIR}/lib/Webklex/PHPIMAP/Config.php
+${MRBSDIR}/lib/Webklex/PHPIMAP/Events/FlagNewEvent.php
+${MRBSDIR}/lib/Webklex/PHPIMAP/Events/Event.php
+${MRBSDIR}/lib/Webklex/PHPIMAP/Events/FolderDeletedEvent.php
+${MRBSDIR}/lib/Webklex/PHPIMAP/Events/FlagDeletedEvent.php
+${MRBSDIR}/lib/Webklex/PHPIMAP/Events/MessageCopiedEvent.php
+${MRBSDIR}/lib/Webklex/PHPIMAP/Events/FolderMovedEvent.php
+${MRBSDIR}/lib/Webklex/PHPIMAP/Events/FolderNewEvent.php
+${MRBSDIR}/lib/Webklex/PHPIMAP/Events/MessageDeletedEvent.php
+${MRBSDIR}/lib/Webklex/PHPIMAP/Events/MessageMovedEvent.php
+${MRBSDIR}/lib/Webklex/PHPIMAP/Events/MessageNewEvent.php
+${MRBSDIR}/lib/Webklex/PHPIMAP/Events/MessageRestoredEvent.php
+${MRBSDIR}/lib/Webklex/PHPIMAP/Exceptions/ConnectionFailedException.php
+${MRBSDIR}/lib/Webklex/PHPIMAP/Exceptions/AuthFailedException.php
+${MRBSDIR}/lib/Webklex/PHPIMAP/Exceptions/GetMessagesFailedException.php
+${MRBSDIR}/lib/Webklex/PHPIMAP/Exceptions/EventNotFoundException.php
+${MRBSDIR}/lib/Webklex/PHPIMAP/Exceptions/FolderFetchingException.php
+${MRBSDIR}/lib/Webklex/PHPIMAP/Exceptions/InvalidMessageDateException.php
+${MRBSDIR}/lib/Webklex/PHPIMAP/Exceptions/ImapBadRequestException.php
+${MRBSDIR}/lib/Webklex/PHPIMAP/Exceptions/ImapServerErrorException.php
+${MRBSDIR}/lib/Webklex/PHPIMAP/Exceptions/InvalidWhereQueryCriteriaException.php
+${MRBSDIR}/lib/Webklex/PHPIMAP/Exceptions/MaskNotFoundException.php
+${MRBSDIR}/lib/Webklex/PHPIMAP/Exceptions/MessageContentFetchingException.php
+${MRBSDIR}/lib/Webklex/PHPIMAP/Exceptions/MessageFlagException.php
+${MRBSDIR}/lib/Webklex/PHPIMAP/Exceptions/MessageHeaderFetchingException.php
+${MRBSDIR}/lib/Webklex/PHPIMAP/Exceptions/MessageNotFoundException.php
+${MRBSDIR}/lib/Webklex/PHPIMAP/Exceptions/MessageSearchValidationException.php
+${MRBSDIR}/lib/Webklex/PHPIMAP/Exceptions/MessageSizeFetchingException.php
+${MRBSDIR}/lib/Webklex/PHPIMAP/Exceptions/MethodNotFoundException.php
+${MRBSDIR}/lib/Webklex/PHPIMAP/Exceptions/MethodNotSupportedException.php
+${MRBSDIR}/lib/Webklex/PHPIMAP/Exceptions/NotSupportedCapabilityException.php
+${MRBSDIR}/lib/Webklex/PHPIMAP/Exceptions/ProtocolNotSupportedException.php
+${MRBSDIR}/lib/Webklex/PHPIMAP/Exceptions/ResponseException.php
+${MRBSDIR}/lib/Webklex/PHPIMAP/Exceptions/RuntimeException.php
+${MRBSDIR}/lib/Webklex/PHPIMAP/EncodingAliases.php
+${MRBSDIR}/lib/Webklex/PHPIMAP/Query/WhereQuery.php
+${MRBSDIR}/lib/Webklex/PHPIMAP/Query/Query.php
+${MRBSDIR}/lib/Webklex/PHPIMAP/Folder.php
+${MRBSDIR}/lib/Webklex/PHPIMAP/Header.php
+${MRBSDIR}/lib/Webklex/PHPIMAP/IMAP.php
+${MRBSDIR}/lib/Webklex/PHPIMAP/Message.php
+${MRBSDIR}/lib/Webklex/PHPIMAP/Part.php
+${MRBSDIR}/lib/Webklex/PHPIMAP/Support/Masks/AttachmentMask.php
+${MRBSDIR}/lib/Webklex/PHPIMAP/Support/Masks/Mask.php
+${MRBSDIR}/lib/Webklex/PHPIMAP/Support/Masks/MessageMask.php
+${MRBSDIR}/lib/Webklex/PHPIMAP/Support/AttachmentCollection.php
+${MRBSDIR}/lib/Webklex/PHPIMAP/Support/FlagCollection.php
+${MRBSDIR}/lib/Webklex/PHPIMAP/Support/FolderCollection.php
+${MRBSDIR}/lib/Webklex/PHPIMAP/Support/MessageCollection.php
+${MRBSDIR}/lib/Webklex/PHPIMAP/Support/PaginatedCollection.php
+${MRBSDIR}/lib/Webklex/PHPIMAP/Traits/HasEvents.php
+${MRBSDIR}/lib/Webklex/PHPIMAP/Structure.php
+${MRBSDIR}/lib/Webklex/PHPIMAP/config/imap.php
+${MRBSDIR}/lib/chillerlan/QRCode/Common/GDLuminanceSource.php
+${MRBSDIR}/lib/chillerlan/QRCode/Common/BitBuffer.php
+${MRBSDIR}/lib/chillerlan/QRCode/Common/ECICharset.php
+${MRBSDIR}/lib/chillerlan/QRCode/Common/EccLevel.php
+${MRBSDIR}/lib/chillerlan/QRCode/Common/GenericGFPoly.php
+${MRBSDIR}/lib/chillerlan/QRCode/Common/GF256.php
+${MRBSDIR}/lib/chillerlan/QRCode/Common/Version.php
+${MRBSDIR}/lib/chillerlan/QRCode/Common/Mode.php
+${MRBSDIR}/lib/chillerlan/QRCode/Common/IMagickLuminanceSource.php
+${MRBSDIR}/lib/chillerlan/QRCode/Common/LuminanceSourceAbstract.php
+${MRBSDIR}/lib/chillerlan/QRCode/Common/LuminanceSourceInterface.php
+${MRBSDIR}/lib/chillerlan/QRCode/Common/MaskPattern.php
 ${MRBSDIR}/lib/chillerlan/QRCode/Data/AlphaNum.php
 ${MRBSDIR}/lib/chillerlan/QRCode/Data/Byte.php
+${MRBSDIR}/lib/chillerlan/QRCode/Data/ECI.php
+${MRBSDIR}/lib/chillerlan/QRCode/Data/Hanzi.php
 ${MRBSDIR}/lib/chillerlan/QRCode/Data/Kanji.php
-${MRBSDIR}/lib/chillerlan/QRCode/Data/MaskPatternTester.php
 ${MRBSDIR}/lib/chillerlan/QRCode/Data/Number.php
+${MRBSDIR}/lib/chillerlan/QRCode/Data/QRData.php
 ${MRBSDIR}/lib/chillerlan/QRCode/Data/QRCodeDataException.php
-${MRBSDIR}/lib/chillerlan/QRCode/Data/QRDataAbstract.php
-${MRBSDIR}/lib/chillerlan/QRCode/Data/QRDataInterface.php
 ${MRBSDIR}/lib/chillerlan/QRCode/Data/QRMatrix.php
-${MRBSDIR}/lib/chillerlan/QRCode/Helpers/BitBuffer.php
-${MRBSDIR}/lib/chillerlan/QRCode/Helpers/Polynomial.php
+${MRBSDIR}/lib/chillerlan/QRCode/Data/QRDataModeAbstract.php
+${MRBSDIR}/lib/chillerlan/QRCode/Data/QRDataModeInterface.php
+${MRBSDIR}/lib/chillerlan/QRCode/Data/ReedSolomonEncoder.php
+${MRBSDIR}/lib/chillerlan/QRCode/Decoder/DecoderResult.php
+${MRBSDIR}/lib/chillerlan/QRCode/Decoder/Binarizer.php
+${MRBSDIR}/lib/chillerlan/QRCode/Decoder/BitMatrix.php
+${MRBSDIR}/lib/chillerlan/QRCode/Decoder/Decoder.php
+${MRBSDIR}/lib/chillerlan/QRCode/Decoder/QRCodeDecoderException.php
+${MRBSDIR}/lib/chillerlan/QRCode/Decoder/ReedSolomonDecoder.php
+${MRBSDIR}/lib/chillerlan/QRCode/Detector/AlignmentPatternFinder.php
+${MRBSDIR}/lib/chillerlan/QRCode/Detector/AlignmentPattern.php
+${MRBSDIR}/lib/chillerlan/QRCode/Detector/FinderPattern.php
+${MRBSDIR}/lib/chillerlan/QRCode/Detector/Detector.php
+${MRBSDIR}/lib/chillerlan/QRCode/Detector/QRCodeDetectorException.php
+${MRBSDIR}/lib/chillerlan/QRCode/Detector/FinderPatternFinder.php
+${MRBSDIR}/lib/chillerlan/QRCode/Detector/GridSampler.php
+${MRBSDIR}/lib/chillerlan/QRCode/Detector/PerspectiveTransform.php
+${MRBSDIR}/lib/chillerlan/QRCode/Detector/ResultPoint.php
 ${MRBSDIR}/lib/chillerlan/QRCode/Output/QRCodeOutputException.php
+${MRBSDIR}/lib/chillerlan/QRCode/Output/QREps.php
 ${MRBSDIR}/lib/chillerlan/QRCode/Output/QRFpdf.php
+${MRBSDIR}/lib/chillerlan/QRCode/Output/QRGdImage.php
+${MRBSDIR}/lib/chillerlan/QRCode/Output/QRGdImageBMP.php
+${MRBSDIR}/lib/chillerlan/QRCode/Output/QRGdImageGIF.php
+${MRBSDIR}/lib/chillerlan/QRCode/Output/QRGdImageJPEG.php
+${MRBSDIR}/lib/chillerlan/QRCode/Output/QRGdImagePNG.php
+${MRBSDIR}/lib/chillerlan/QRCode/Output/QRGdImageWEBP.php
 ${MRBSDIR}/lib/chillerlan/QRCode/Output/QRImage.php
 ${MRBSDIR}/lib/chillerlan/QRCode/Output/QRImagick.php
 ${MRBSDIR}/lib/chillerlan/QRCode/Output/QRMarkup.php
+${MRBSDIR}/lib/chillerlan/QRCode/Output/QRMarkupHTML.php
+${MRBSDIR}/lib/chillerlan/QRCode/Output/QRMarkupSVG.php
 ${MRBSDIR}/lib/chillerlan/QRCode/Output/QROutputAbstract.php
 ${MRBSDIR}/lib/chillerlan/QRCode/Output/QROutputInterface.php
 ${MRBSDIR}/lib/chillerlan/QRCode/Output/QRString.php
-${MRBSDIR}/lib/chillerlan/QRCode/QRCode.php
+${MRBSDIR}/lib/chillerlan/QRCode/Output/QRStringJSON.php
+${MRBSDIR}/lib/chillerlan/QRCode/Output/QRStringText.php
 ${MRBSDIR}/lib/chillerlan/QRCode/QRCodeException.php
-${MRBSDIR}/lib/chillerlan/QRCode/QROptions.php
+${MRBSDIR}/lib/chillerlan/QRCode/QRCode.php
 ${MRBSDIR}/lib/chillerlan/QRCode/QROptionsTrait.php
+${MRBSDIR}/lib/chillerlan/QRCode/QROptions.php
 ${MRBSDIR}/lib/chillerlan/Settings/SettingsContainerAbstract.php
 ${MRBSDIR}/lib/chillerlan/Settings/SettingsContainerInterface.php
+${MRBSDIR}/lib/autoload.inc
 ${MRBSDIR}/lib/phpCAS.php
+${MRBSDIR}/internalconfig.inc.php
+${MRBSDIR}/js.inc
+${MRBSDIR}/kiosk.php
 ${MRBSDIR}/mrbs_auth.inc
+${MRBSDIR}/language.inc
+${MRBSDIR}/reset_password.php
 ${MRBSDIR}/mrbs_sql.inc
 ${MRBSDIR}/pending.php
-${MRBSDIR}/registration_handler.php
 ${MRBSDIR}/report.php
-${MRBSDIR}/reset_password.php
-${MRBSDIR}/reset_password_handler.php
 ${MRBSDIR}/robots.txt
-${MRBSDIR}/search.php
-${MRBSDIR}/site_config.inc
-${MRBSDIR}/standard_vars.inc.php
-${MRBSDIR}/style.inc
-${MRBSDIR}/systemdefaults.inc.php
-${MRBSDIR}/theme.inc
+${MRBSDIR}/registration_handler.php
+${MRBSDIR}/tzurl/zoneinfo-outlook/Africa/Addis_Ababa.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Africa/Abidjan.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Africa/Accra.ics
-${MRBSDIR}/tzurl/zoneinfo-outlook/Africa/Addis_Ababa.ics
+${MRBSDIR}/tzurl/zoneinfo-outlook/Africa/Brazzaville.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Africa/Algiers.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Africa/Asmara.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Africa/Bamako.ics
@@ -913,30 +1028,30 @@ ${MRBSDIR}/tzurl/zoneinfo-outlook/Africa
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Africa/Banjul.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Africa/Bissau.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Africa/Blantyre.ics
-${MRBSDIR}/tzurl/zoneinfo-outlook/Africa/Brazzaville.ics
+${MRBSDIR}/tzurl/zoneinfo-outlook/Africa/Dar_es_Salaam.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Africa/Bujumbura.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Africa/Cairo.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Africa/Casablanca.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Africa/Ceuta.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Africa/Conakry.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Africa/Dakar.ics
-${MRBSDIR}/tzurl/zoneinfo-outlook/Africa/Dar_es_Salaam.ics
+${MRBSDIR}/tzurl/zoneinfo-outlook/Africa/Johannesburg.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Africa/Djibouti.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Africa/Douala.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Africa/El_Aaiun.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Africa/Freetown.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Africa/Gaborone.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Africa/Harare.ics
-${MRBSDIR}/tzurl/zoneinfo-outlook/Africa/Johannesburg.ics
-${MRBSDIR}/tzurl/zoneinfo-outlook/Africa/Juba.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Africa/Kampala.ics
+${MRBSDIR}/tzurl/zoneinfo-outlook/Africa/Juba.ics
+${MRBSDIR}/tzurl/zoneinfo-outlook/Africa/Libreville.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Africa/Khartoum.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Africa/Kigali.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Africa/Kinshasa.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Africa/Lagos.ics
-${MRBSDIR}/tzurl/zoneinfo-outlook/Africa/Libreville.ics
-${MRBSDIR}/tzurl/zoneinfo-outlook/Africa/Lome.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Africa/Luanda.ics
+${MRBSDIR}/tzurl/zoneinfo-outlook/Africa/Lome.ics
+${MRBSDIR}/tzurl/zoneinfo-outlook/Africa/Nouakchott.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Africa/Lubumbashi.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Africa/Lusaka.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Africa/Malabo.ics
@@ -948,18 +1063,17 @@ ${MRBSDIR}/tzurl/zoneinfo-outlook/Africa
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Africa/Nairobi.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Africa/Ndjamena.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Africa/Niamey.ics
-${MRBSDIR}/tzurl/zoneinfo-outlook/Africa/Nouakchott.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Africa/Ouagadougou.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Africa/Porto-Novo.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Africa/Sao_Tome.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Africa/Tripoli.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Africa/Tunis.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Africa/Windhoek.ics
-${MRBSDIR}/tzurl/zoneinfo-outlook/America/Adak.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/America/Anchorage.ics
+${MRBSDIR}/tzurl/zoneinfo-outlook/America/Adak.ics
+${MRBSDIR}/tzurl/zoneinfo-outlook/America/Araguaina.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/America/Anguilla.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/America/Antigua.ics
-${MRBSDIR}/tzurl/zoneinfo-outlook/America/Araguaina.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/America/Argentina/Buenos_Aires.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/America/Argentina/Catamarca.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/America/Argentina/Cordoba.ics
@@ -972,26 +1086,34 @@ ${MRBSDIR}/tzurl/zoneinfo-outlook/Americ
 ${MRBSDIR}/tzurl/zoneinfo-outlook/America/Argentina/San_Luis.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/America/Argentina/Tucuman.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/America/Argentina/Ushuaia.ics
+${MRBSDIR}/tzurl/zoneinfo-outlook/America/Bahia_Banderas.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/America/Aruba.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/America/Asuncion.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/America/Atikokan.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/America/Bahia.ics
-${MRBSDIR}/tzurl/zoneinfo-outlook/America/Bahia_Banderas.ics
+${MRBSDIR}/tzurl/zoneinfo-outlook/America/Blanc-Sablon.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/America/Barbados.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/America/Belem.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/America/Belize.ics
-${MRBSDIR}/tzurl/zoneinfo-outlook/America/Blanc-Sablon.ics
+${MRBSDIR}/tzurl/zoneinfo-outlook/America/Cambridge_Bay.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/America/Boa_Vista.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/America/Bogota.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/America/Boise.ics
-${MRBSDIR}/tzurl/zoneinfo-outlook/America/Cambridge_Bay.ics
-${MRBSDIR}/tzurl/zoneinfo-outlook/America/Campo_Grande.ics
+${MRBSDIR}/tzurl/zoneinfo-outlook/America/Chihuahua.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/America/Cancun.ics
+${MRBSDIR}/tzurl/zoneinfo-outlook/America/Campo_Grande.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/America/Caracas.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/America/Cayenne.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/America/Cayman.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/America/Chicago.ics
-${MRBSDIR}/tzurl/zoneinfo-outlook/America/Chihuahua.ics
+${MRBSDIR}/tzurl/zoneinfo-outlook/America/Indiana/Indianapolis.ics
+${MRBSDIR}/tzurl/zoneinfo-outlook/America/Indiana/Knox.ics
+${MRBSDIR}/tzurl/zoneinfo-outlook/America/Indiana/Marengo.ics
+${MRBSDIR}/tzurl/zoneinfo-outlook/America/Indiana/Petersburg.ics
+${MRBSDIR}/tzurl/zoneinfo-outlook/America/Indiana/Tell_City.ics
+${MRBSDIR}/tzurl/zoneinfo-outlook/America/Indiana/Vevay.ics
+${MRBSDIR}/tzurl/zoneinfo-outlook/America/Indiana/Vincennes.ics
+${MRBSDIR}/tzurl/zoneinfo-outlook/America/Indiana/Winamac.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/America/Costa_Rica.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/America/Creston.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/America/Cuiaba.ics
@@ -1008,10 +1130,11 @@ ${MRBSDIR}/tzurl/zoneinfo-outlook/Americ
 ${MRBSDIR}/tzurl/zoneinfo-outlook/America/Fort_Nelson.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/America/Fortaleza.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/America/Glace_Bay.ics
+${MRBSDIR}/tzurl/zoneinfo-outlook/America/Maceio.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/America/Godthab.ics
+${MRBSDIR}/tzurl/zoneinfo-outlook/America/Grenada.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/America/Goose_Bay.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/America/Grand_Turk.ics
-${MRBSDIR}/tzurl/zoneinfo-outlook/America/Grenada.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/America/Guadeloupe.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/America/Guatemala.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/America/Guayaquil.ics
@@ -1019,30 +1142,24 @@ ${MRBSDIR}/tzurl/zoneinfo-outlook/Americ
 ${MRBSDIR}/tzurl/zoneinfo-outlook/America/Halifax.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/America/Havana.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/America/Hermosillo.ics
-${MRBSDIR}/tzurl/zoneinfo-outlook/America/Indiana/Indianapolis.ics
-${MRBSDIR}/tzurl/zoneinfo-outlook/America/Indiana/Knox.ics
-${MRBSDIR}/tzurl/zoneinfo-outlook/America/Indiana/Marengo.ics
-${MRBSDIR}/tzurl/zoneinfo-outlook/America/Indiana/Petersburg.ics
-${MRBSDIR}/tzurl/zoneinfo-outlook/America/Indiana/Tell_City.ics
-${MRBSDIR}/tzurl/zoneinfo-outlook/America/Indiana/Vevay.ics
-${MRBSDIR}/tzurl/zoneinfo-outlook/America/Indiana/Vincennes.ics
-${MRBSDIR}/tzurl/zoneinfo-outlook/America/Indiana/Winamac.ics
+${MRBSDIR}/tzurl/zoneinfo-outlook/America/Kentucky/Louisville.ics
+${MRBSDIR}/tzurl/zoneinfo-outlook/America/Kentucky/Monticello.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/America/Inuvik.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/America/Iqaluit.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/America/Jamaica.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/America/Juneau.ics
-${MRBSDIR}/tzurl/zoneinfo-outlook/America/Kentucky/Louisville.ics
-${MRBSDIR}/tzurl/zoneinfo-outlook/America/Kentucky/Monticello.ics
+${MRBSDIR}/tzurl/zoneinfo-outlook/America/Lower_Princes.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/America/Kralendijk.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/America/La_Paz.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/America/Lima.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/America/Los_Angeles.ics
-${MRBSDIR}/tzurl/zoneinfo-outlook/America/Lower_Princes.ics
-${MRBSDIR}/tzurl/zoneinfo-outlook/America/Maceio.ics
+${MRBSDIR}/tzurl/zoneinfo-outlook/America/Martinique.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/America/Managua.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/America/Manaus.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/America/Marigot.ics
-${MRBSDIR}/tzurl/zoneinfo-outlook/America/Martinique.ics
+${MRBSDIR}/tzurl/zoneinfo-outlook/America/North_Dakota/New_Salem.ics
+${MRBSDIR}/tzurl/zoneinfo-outlook/America/North_Dakota/Beulah.ics
+${MRBSDIR}/tzurl/zoneinfo-outlook/America/North_Dakota/Center.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/America/Matamoros.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/America/Mazatlan.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/America/Menominee.ics
@@ -1059,14 +1176,11 @@ ${MRBSDIR}/tzurl/zoneinfo-outlook/Americ
 ${MRBSDIR}/tzurl/zoneinfo-outlook/America/Nipigon.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/America/Nome.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/America/Noronha.ics
-${MRBSDIR}/tzurl/zoneinfo-outlook/America/North_Dakota/Beulah.ics
-${MRBSDIR}/tzurl/zoneinfo-outlook/America/North_Dakota/Center.ics
-${MRBSDIR}/tzurl/zoneinfo-outlook/America/North_Dakota/New_Salem.ics
+${MRBSDIR}/tzurl/zoneinfo-outlook/America/Paramaribo.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/America/Ojinaga.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/America/Panama.ics
-${MRBSDIR}/tzurl/zoneinfo-outlook/America/Pangnirtung.ics
-${MRBSDIR}/tzurl/zoneinfo-outlook/America/Paramaribo.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/America/Phoenix.ics
+${MRBSDIR}/tzurl/zoneinfo-outlook/America/Pangnirtung.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/America/Port-au-Prince.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/America/Port_of_Spain.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/America/Porto_Velho.ics
@@ -1102,9 +1216,9 @@ ${MRBSDIR}/tzurl/zoneinfo-outlook/Americ
 ${MRBSDIR}/tzurl/zoneinfo-outlook/America/Winnipeg.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/America/Yakutat.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/America/Yellowknife.ics
+${MRBSDIR}/tzurl/zoneinfo-outlook/Antarctica/DumontDUrville.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Antarctica/Casey.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Antarctica/Davis.ics
-${MRBSDIR}/tzurl/zoneinfo-outlook/Antarctica/DumontDUrville.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Antarctica/Macquarie.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Antarctica/Mawson.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Antarctica/McMurdo.ics
@@ -1114,8 +1228,9 @@ ${MRBSDIR}/tzurl/zoneinfo-outlook/Antarc
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Antarctica/Troll.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Antarctica/Vostok.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Arctic/Longyearbyen.ics
-${MRBSDIR}/tzurl/zoneinfo-outlook/Asia/Aden.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Asia/Almaty.ics
+${MRBSDIR}/tzurl/zoneinfo-outlook/Asia/Aden.ics
+${MRBSDIR}/tzurl/zoneinfo-outlook/Asia/Choibalsan.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Asia/Amman.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Asia/Anadyr.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Asia/Aqtau.ics
@@ -1131,16 +1246,15 @@ ${MRBSDIR}/tzurl/zoneinfo-outlook/Asia/B
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Asia/Bishkek.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Asia/Brunei.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Asia/Chita.ics
-${MRBSDIR}/tzurl/zoneinfo-outlook/Asia/Choibalsan.ics
+${MRBSDIR}/tzurl/zoneinfo-outlook/Asia/Famagusta.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Asia/Colombo.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Asia/Damascus.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Asia/Dhaka.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Asia/Dili.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Asia/Dubai.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Asia/Dushanbe.ics
-${MRBSDIR}/tzurl/zoneinfo-outlook/Asia/Famagusta.ics
-${MRBSDIR}/tzurl/zoneinfo-outlook/Asia/Gaza.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Asia/Hebron.ics
+${MRBSDIR}/tzurl/zoneinfo-outlook/Asia/Gaza.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Asia/Ho_Chi_Minh.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Asia/Hong_Kong.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Asia/Hovd.ics
@@ -1180,8 +1294,8 @@ ${MRBSDIR}/tzurl/zoneinfo-outlook/Asia/S
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Asia/Seoul.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Asia/Shanghai.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Asia/Singapore.ics
-${MRBSDIR}/tzurl/zoneinfo-outlook/Asia/Srednekolymsk.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Asia/Taipei.ics
+${MRBSDIR}/tzurl/zoneinfo-outlook/Asia/Srednekolymsk.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Asia/Tashkent.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Asia/Tbilisi.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Asia/Tehran.ics
@@ -1197,28 +1311,29 @@ ${MRBSDIR}/tzurl/zoneinfo-outlook/Asia/Y
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Asia/Yangon.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Asia/Yekaterinburg.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Asia/Yerevan.ics
+${MRBSDIR}/tzurl/zoneinfo-outlook/Atlantic/Cape_Verde.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Atlantic/Azores.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Atlantic/Bermuda.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Atlantic/Canary.ics
-${MRBSDIR}/tzurl/zoneinfo-outlook/Atlantic/Cape_Verde.ics
+${MRBSDIR}/tzurl/zoneinfo-outlook/Atlantic/Reykjavik.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Atlantic/Faroe.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Atlantic/Madeira.ics
-${MRBSDIR}/tzurl/zoneinfo-outlook/Atlantic/Reykjavik.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Atlantic/South_Georgia.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Atlantic/St_Helena.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Atlantic/Stanley.ics
+${MRBSDIR}/tzurl/zoneinfo-outlook/Australia/Broken_Hill.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Australia/Adelaide.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Australia/Brisbane.ics
-${MRBSDIR}/tzurl/zoneinfo-outlook/Australia/Broken_Hill.ics
+${MRBSDIR}/tzurl/zoneinfo-outlook/Australia/Lord_Howe.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Australia/Currie.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Australia/Darwin.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Australia/Eucla.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Australia/Hobart.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Australia/Lindeman.ics
-${MRBSDIR}/tzurl/zoneinfo-outlook/Australia/Lord_Howe.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Australia/Melbourne.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Australia/Perth.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Australia/Sydney.ics
+${MRBSDIR}/tzurl/zoneinfo-outlook/Europe/Kaliningrad.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Europe/Amsterdam.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Europe/Andorra.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Europe/Astrakhan.ics
@@ -1239,46 +1354,45 @@ ${MRBSDIR}/tzurl/zoneinfo-outlook/Europe
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Europe/Isle_of_Man.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Europe/Istanbul.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Europe/Jersey.ics
-${MRBSDIR}/tzurl/zoneinfo-outlook/Europe/Kaliningrad.ics
-${MRBSDIR}/tzurl/zoneinfo-outlook/Europe/Kiev.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Europe/Kirov.ics
-${MRBSDIR}/tzurl/zoneinfo-outlook/Europe/Lisbon.ics
+${MRBSDIR}/tzurl/zoneinfo-outlook/Europe/Kiev.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Europe/Ljubljana.ics
-${MRBSDIR}/tzurl/zoneinfo-outlook/Europe/London.ics
+${MRBSDIR}/tzurl/zoneinfo-outlook/Europe/Lisbon.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Europe/Luxembourg.ics
+${MRBSDIR}/tzurl/zoneinfo-outlook/Europe/London.ics
+${MRBSDIR}/tzurl/zoneinfo-outlook/Europe/Mariehamn.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Europe/Madrid.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Europe/Malta.ics
-${MRBSDIR}/tzurl/zoneinfo-outlook/Europe/Mariehamn.ics
+${MRBSDIR}/tzurl/zoneinfo-outlook/Europe/Podgorica.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Europe/Minsk.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Europe/Monaco.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Europe/Moscow.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Europe/Nicosia.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Europe/Oslo.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Europe/Paris.ics
-${MRBSDIR}/tzurl/zoneinfo-outlook/Europe/Podgorica.ics
+${MRBSDIR}/tzurl/zoneinfo-outlook/Europe/San_Marino.ics
+${MRBSDIR}/tzurl/zoneinfo-outlook/Europe/Sarajevo.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Europe/Prague.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Europe/Riga.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Europe/Rome.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Europe/Samara.ics
-${MRBSDIR}/tzurl/zoneinfo-outlook/Europe/San_Marino.ics
-${MRBSDIR}/tzurl/zoneinfo-outlook/Europe/Sarajevo.ics
-${MRBSDIR}/tzurl/zoneinfo-outlook/Europe/Saratov.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Europe/Simferopol.ics
+${MRBSDIR}/tzurl/zoneinfo-outlook/Europe/Saratov.ics
+${MRBSDIR}/tzurl/zoneinfo-outlook/Europe/Stockholm.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Europe/Skopje.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Europe/Sofia.ics
-${MRBSDIR}/tzurl/zoneinfo-outlook/Europe/Stockholm.ics
+${MRBSDIR}/tzurl/zoneinfo-outlook/Europe/Ulyanovsk.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Europe/Tallinn.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Europe/Tirane.ics
-${MRBSDIR}/tzurl/zoneinfo-outlook/Europe/Ulyanovsk.ics
+${MRBSDIR}/tzurl/zoneinfo-outlook/Europe/Volgograd.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Europe/Uzhgorod.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Europe/Vaduz.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Europe/Vatican.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Europe/Vienna.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Europe/Vilnius.ics
-${MRBSDIR}/tzurl/zoneinfo-outlook/Europe/Volgograd.ics
+${MRBSDIR}/tzurl/zoneinfo-outlook/Europe/Zaporozhye.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Europe/Warsaw.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Europe/Zagreb.ics
-${MRBSDIR}/tzurl/zoneinfo-outlook/Europe/Zaporozhye.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Europe/Zurich.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Indian/Antananarivo.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Indian/Chagos.ics
@@ -1291,8 +1405,8 @@ ${MRBSDIR}/tzurl/zoneinfo-outlook/Indian
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Indian/Mauritius.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Indian/Mayotte.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Indian/Reunion.ics
-${MRBSDIR}/tzurl/zoneinfo-outlook/Pacific/Apia.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Pacific/Auckland.ics
+${MRBSDIR}/tzurl/zoneinfo-outlook/Pacific/Apia.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Pacific/Bougainville.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Pacific/Chatham.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Pacific/Chuuk.ics
@@ -1329,9 +1443,10 @@ ${MRBSDIR}/tzurl/zoneinfo-outlook/Pacifi
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Pacific/Tongatapu.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Pacific/Wake.ics
 ${MRBSDIR}/tzurl/zoneinfo-outlook/Pacific/Wallis.ics
+${MRBSDIR}/tzurl/zoneinfo/Africa/Addis_Ababa.ics
 ${MRBSDIR}/tzurl/zoneinfo/Africa/Abidjan.ics
 ${MRBSDIR}/tzurl/zoneinfo/Africa/Accra.ics
-${MRBSDIR}/tzurl/zoneinfo/Africa/Addis_Ababa.ics
+${MRBSDIR}/tzurl/zoneinfo/Africa/Brazzaville.ics
 ${MRBSDIR}/tzurl/zoneinfo/Africa/Algiers.ics
 ${MRBSDIR}/tzurl/zoneinfo/Africa/Asmara.ics
 ${MRBSDIR}/tzurl/zoneinfo/Africa/Bamako.ics
@@ -1339,30 +1454,30 @@ ${MRBSDIR}/tzurl/zoneinfo/Africa/Bangui.
 ${MRBSDIR}/tzurl/zoneinfo/Africa/Banjul.ics
 ${MRBSDIR}/tzurl/zoneinfo/Africa/Bissau.ics
 ${MRBSDIR}/tzurl/zoneinfo/Africa/Blantyre.ics
-${MRBSDIR}/tzurl/zoneinfo/Africa/Brazzaville.ics
+${MRBSDIR}/tzurl/zoneinfo/Africa/Dar_es_Salaam.ics
 ${MRBSDIR}/tzurl/zoneinfo/Africa/Bujumbura.ics
 ${MRBSDIR}/tzurl/zoneinfo/Africa/Cairo.ics
 ${MRBSDIR}/tzurl/zoneinfo/Africa/Casablanca.ics
 ${MRBSDIR}/tzurl/zoneinfo/Africa/Ceuta.ics
 ${MRBSDIR}/tzurl/zoneinfo/Africa/Conakry.ics
 ${MRBSDIR}/tzurl/zoneinfo/Africa/Dakar.ics
-${MRBSDIR}/tzurl/zoneinfo/Africa/Dar_es_Salaam.ics
+${MRBSDIR}/tzurl/zoneinfo/Africa/Johannesburg.ics
 ${MRBSDIR}/tzurl/zoneinfo/Africa/Djibouti.ics
 ${MRBSDIR}/tzurl/zoneinfo/Africa/Douala.ics
 ${MRBSDIR}/tzurl/zoneinfo/Africa/El_Aaiun.ics
 ${MRBSDIR}/tzurl/zoneinfo/Africa/Freetown.ics
 ${MRBSDIR}/tzurl/zoneinfo/Africa/Gaborone.ics
 ${MRBSDIR}/tzurl/zoneinfo/Africa/Harare.ics
-${MRBSDIR}/tzurl/zoneinfo/Africa/Johannesburg.ics
-${MRBSDIR}/tzurl/zoneinfo/Africa/Juba.ics
 ${MRBSDIR}/tzurl/zoneinfo/Africa/Kampala.ics
+${MRBSDIR}/tzurl/zoneinfo/Africa/Juba.ics
+${MRBSDIR}/tzurl/zoneinfo/Africa/Libreville.ics
 ${MRBSDIR}/tzurl/zoneinfo/Africa/Khartoum.ics
 ${MRBSDIR}/tzurl/zoneinfo/Africa/Kigali.ics
 ${MRBSDIR}/tzurl/zoneinfo/Africa/Kinshasa.ics
 ${MRBSDIR}/tzurl/zoneinfo/Africa/Lagos.ics
-${MRBSDIR}/tzurl/zoneinfo/Africa/Libreville.ics
-${MRBSDIR}/tzurl/zoneinfo/Africa/Lome.ics
 ${MRBSDIR}/tzurl/zoneinfo/Africa/Luanda.ics
+${MRBSDIR}/tzurl/zoneinfo/Africa/Lome.ics
+${MRBSDIR}/tzurl/zoneinfo/Africa/Nouakchott.ics
 ${MRBSDIR}/tzurl/zoneinfo/Africa/Lubumbashi.ics
 ${MRBSDIR}/tzurl/zoneinfo/Africa/Lusaka.ics
 ${MRBSDIR}/tzurl/zoneinfo/Africa/Malabo.ics
@@ -1374,18 +1489,17 @@ ${MRBSDIR}/tzurl/zoneinfo/Africa/Monrovi
 ${MRBSDIR}/tzurl/zoneinfo/Africa/Nairobi.ics
 ${MRBSDIR}/tzurl/zoneinfo/Africa/Ndjamena.ics
 ${MRBSDIR}/tzurl/zoneinfo/Africa/Niamey.ics
-${MRBSDIR}/tzurl/zoneinfo/Africa/Nouakchott.ics
 ${MRBSDIR}/tzurl/zoneinfo/Africa/Ouagadougou.ics
 ${MRBSDIR}/tzurl/zoneinfo/Africa/Porto-Novo.ics
 ${MRBSDIR}/tzurl/zoneinfo/Africa/Sao_Tome.ics
 ${MRBSDIR}/tzurl/zoneinfo/Africa/Tripoli.ics
 ${MRBSDIR}/tzurl/zoneinfo/Africa/Tunis.ics
 ${MRBSDIR}/tzurl/zoneinfo/Africa/Windhoek.ics
-${MRBSDIR}/tzurl/zoneinfo/America/Adak.ics
 ${MRBSDIR}/tzurl/zoneinfo/America/Anchorage.ics
+${MRBSDIR}/tzurl/zoneinfo/America/Adak.ics
+${MRBSDIR}/tzurl/zoneinfo/America/Araguaina.ics
 ${MRBSDIR}/tzurl/zoneinfo/America/Anguilla.ics
 ${MRBSDIR}/tzurl/zoneinfo/America/Antigua.ics
-${MRBSDIR}/tzurl/zoneinfo/America/Araguaina.ics
 ${MRBSDIR}/tzurl/zoneinfo/America/Argentina/Buenos_Aires.ics
 ${MRBSDIR}/tzurl/zoneinfo/America/Argentina/Catamarca.ics
 ${MRBSDIR}/tzurl/zoneinfo/America/Argentina/Cordoba.ics
@@ -1398,26 +1512,34 @@ ${MRBSDIR}/tzurl/zoneinfo/America/Argent
 ${MRBSDIR}/tzurl/zoneinfo/America/Argentina/San_Luis.ics
 ${MRBSDIR}/tzurl/zoneinfo/America/Argentina/Tucuman.ics
 ${MRBSDIR}/tzurl/zoneinfo/America/Argentina/Ushuaia.ics
+${MRBSDIR}/tzurl/zoneinfo/America/Bahia_Banderas.ics
 ${MRBSDIR}/tzurl/zoneinfo/America/Aruba.ics
 ${MRBSDIR}/tzurl/zoneinfo/America/Asuncion.ics
 ${MRBSDIR}/tzurl/zoneinfo/America/Atikokan.ics
 ${MRBSDIR}/tzurl/zoneinfo/America/Bahia.ics
-${MRBSDIR}/tzurl/zoneinfo/America/Bahia_Banderas.ics
+${MRBSDIR}/tzurl/zoneinfo/America/Blanc-Sablon.ics
 ${MRBSDIR}/tzurl/zoneinfo/America/Barbados.ics
 ${MRBSDIR}/tzurl/zoneinfo/America/Belem.ics
 ${MRBSDIR}/tzurl/zoneinfo/America/Belize.ics
-${MRBSDIR}/tzurl/zoneinfo/America/Blanc-Sablon.ics
+${MRBSDIR}/tzurl/zoneinfo/America/Cambridge_Bay.ics
 ${MRBSDIR}/tzurl/zoneinfo/America/Boa_Vista.ics
 ${MRBSDIR}/tzurl/zoneinfo/America/Bogota.ics
 ${MRBSDIR}/tzurl/zoneinfo/America/Boise.ics
-${MRBSDIR}/tzurl/zoneinfo/America/Cambridge_Bay.ics
-${MRBSDIR}/tzurl/zoneinfo/America/Campo_Grande.ics
+${MRBSDIR}/tzurl/zoneinfo/America/Chihuahua.ics
 ${MRBSDIR}/tzurl/zoneinfo/America/Cancun.ics
+${MRBSDIR}/tzurl/zoneinfo/America/Campo_Grande.ics
 ${MRBSDIR}/tzurl/zoneinfo/America/Caracas.ics
 ${MRBSDIR}/tzurl/zoneinfo/America/Cayenne.ics
 ${MRBSDIR}/tzurl/zoneinfo/America/Cayman.ics
 ${MRBSDIR}/tzurl/zoneinfo/America/Chicago.ics
-${MRBSDIR}/tzurl/zoneinfo/America/Chihuahua.ics
+${MRBSDIR}/tzurl/zoneinfo/America/Indiana/Indianapolis.ics
+${MRBSDIR}/tzurl/zoneinfo/America/Indiana/Knox.ics
+${MRBSDIR}/tzurl/zoneinfo/America/Indiana/Marengo.ics
+${MRBSDIR}/tzurl/zoneinfo/America/Indiana/Petersburg.ics
+${MRBSDIR}/tzurl/zoneinfo/America/Indiana/Tell_City.ics
+${MRBSDIR}/tzurl/zoneinfo/America/Indiana/Vevay.ics
+${MRBSDIR}/tzurl/zoneinfo/America/Indiana/Vincennes.ics
+${MRBSDIR}/tzurl/zoneinfo/America/Indiana/Winamac.ics
 ${MRBSDIR}/tzurl/zoneinfo/America/Costa_Rica.ics
 ${MRBSDIR}/tzurl/zoneinfo/America/Creston.ics
 ${MRBSDIR}/tzurl/zoneinfo/America/Cuiaba.ics
@@ -1434,10 +1556,11 @@ ${MRBSDIR}/tzurl/zoneinfo/America/El_Sal
 ${MRBSDIR}/tzurl/zoneinfo/America/Fort_Nelson.ics
 ${MRBSDIR}/tzurl/zoneinfo/America/Fortaleza.ics
 ${MRBSDIR}/tzurl/zoneinfo/America/Glace_Bay.ics
+${MRBSDIR}/tzurl/zoneinfo/America/Maceio.ics
 ${MRBSDIR}/tzurl/zoneinfo/America/Godthab.ics
+${MRBSDIR}/tzurl/zoneinfo/America/Grenada.ics
 ${MRBSDIR}/tzurl/zoneinfo/America/Goose_Bay.ics
 ${MRBSDIR}/tzurl/zoneinfo/America/Grand_Turk.ics
-${MRBSDIR}/tzurl/zoneinfo/America/Grenada.ics
 ${MRBSDIR}/tzurl/zoneinfo/America/Guadeloupe.ics
 ${MRBSDIR}/tzurl/zoneinfo/America/Guatemala.ics
 ${MRBSDIR}/tzurl/zoneinfo/America/Guayaquil.ics
@@ -1445,30 +1568,24 @@ ${MRBSDIR}/tzurl/zoneinfo/America/Guyana
 ${MRBSDIR}/tzurl/zoneinfo/America/Halifax.ics
 ${MRBSDIR}/tzurl/zoneinfo/America/Havana.ics
 ${MRBSDIR}/tzurl/zoneinfo/America/Hermosillo.ics
-${MRBSDIR}/tzurl/zoneinfo/America/Indiana/Indianapolis.ics
-${MRBSDIR}/tzurl/zoneinfo/America/Indiana/Knox.ics
-${MRBSDIR}/tzurl/zoneinfo/America/Indiana/Marengo.ics
-${MRBSDIR}/tzurl/zoneinfo/America/Indiana/Petersburg.ics
-${MRBSDIR}/tzurl/zoneinfo/America/Indiana/Tell_City.ics
-${MRBSDIR}/tzurl/zoneinfo/America/Indiana/Vevay.ics
-${MRBSDIR}/tzurl/zoneinfo/America/Indiana/Vincennes.ics
-${MRBSDIR}/tzurl/zoneinfo/America/Indiana/Winamac.ics
+${MRBSDIR}/tzurl/zoneinfo/America/Kentucky/Louisville.ics
+${MRBSDIR}/tzurl/zoneinfo/America/Kentucky/Monticello.ics
 ${MRBSDIR}/tzurl/zoneinfo/America/Inuvik.ics
 ${MRBSDIR}/tzurl/zoneinfo/America/Iqaluit.ics
 ${MRBSDIR}/tzurl/zoneinfo/America/Jamaica.ics
 ${MRBSDIR}/tzurl/zoneinfo/America/Juneau.ics
-${MRBSDIR}/tzurl/zoneinfo/America/Kentucky/Louisville.ics
-${MRBSDIR}/tzurl/zoneinfo/America/Kentucky/Monticello.ics
+${MRBSDIR}/tzurl/zoneinfo/America/Lower_Princes.ics
 ${MRBSDIR}/tzurl/zoneinfo/America/Kralendijk.ics
 ${MRBSDIR}/tzurl/zoneinfo/America/La_Paz.ics
 ${MRBSDIR}/tzurl/zoneinfo/America/Lima.ics
 ${MRBSDIR}/tzurl/zoneinfo/America/Los_Angeles.ics
-${MRBSDIR}/tzurl/zoneinfo/America/Lower_Princes.ics
-${MRBSDIR}/tzurl/zoneinfo/America/Maceio.ics
+${MRBSDIR}/tzurl/zoneinfo/America/Martinique.ics
 ${MRBSDIR}/tzurl/zoneinfo/America/Managua.ics
 ${MRBSDIR}/tzurl/zoneinfo/America/Manaus.ics
 ${MRBSDIR}/tzurl/zoneinfo/America/Marigot.ics
-${MRBSDIR}/tzurl/zoneinfo/America/Martinique.ics
+${MRBSDIR}/tzurl/zoneinfo/America/North_Dakota/New_Salem.ics
+${MRBSDIR}/tzurl/zoneinfo/America/North_Dakota/Beulah.ics
+${MRBSDIR}/tzurl/zoneinfo/America/North_Dakota/Center.ics
 ${MRBSDIR}/tzurl/zoneinfo/America/Matamoros.ics
 ${MRBSDIR}/tzurl/zoneinfo/America/Mazatlan.ics
 ${MRBSDIR}/tzurl/zoneinfo/America/Menominee.ics
@@ -1485,13 +1602,10 @@ ${MRBSDIR}/tzurl/zoneinfo/America/New_Yo
 ${MRBSDIR}/tzurl/zoneinfo/America/Nipigon.ics
 ${MRBSDIR}/tzurl/zoneinfo/America/Nome.ics
 ${MRBSDIR}/tzurl/zoneinfo/America/Noronha.ics
-${MRBSDIR}/tzurl/zoneinfo/America/North_Dakota/Beulah.ics
-${MRBSDIR}/tzurl/zoneinfo/America/North_Dakota/Center.ics
-${MRBSDIR}/tzurl/zoneinfo/America/North_Dakota/New_Salem.ics
-${MRBSDIR}/tzurl/zoneinfo/America/Nuuk.ics
 ${MRBSDIR}/tzurl/zoneinfo/America/Ojinaga.ics
-${MRBSDIR}/tzurl/zoneinfo/America/Panama.ics
+${MRBSDIR}/tzurl/zoneinfo/America/Nuuk.ics
 ${MRBSDIR}/tzurl/zoneinfo/America/Pangnirtung.ics
+${MRBSDIR}/tzurl/zoneinfo/America/Panama.ics
 ${MRBSDIR}/tzurl/zoneinfo/America/Paramaribo.ics
 ${MRBSDIR}/tzurl/zoneinfo/America/Phoenix.ics
 ${MRBSDIR}/tzurl/zoneinfo/America/Port-au-Prince.ics
@@ -1511,15 +1625,15 @@ ${MRBSDIR}/tzurl/zoneinfo/America/Santo_
 ${MRBSDIR}/tzurl/zoneinfo/America/Sao_Paulo.ics
 ${MRBSDIR}/tzurl/zoneinfo/America/Scoresbysund.ics
 ${MRBSDIR}/tzurl/zoneinfo/America/Sitka.ics
+${MRBSDIR}/tzurl/zoneinfo/America/St_Thomas.ics
+${MRBSDIR}/tzurl/zoneinfo/America/Thule.ics
 ${MRBSDIR}/tzurl/zoneinfo/America/St_Barthelemy.ics
 ${MRBSDIR}/tzurl/zoneinfo/America/St_Johns.ics
 ${MRBSDIR}/tzurl/zoneinfo/America/St_Kitts.ics
 ${MRBSDIR}/tzurl/zoneinfo/America/St_Lucia.ics
-${MRBSDIR}/tzurl/zoneinfo/America/St_Thomas.ics
 ${MRBSDIR}/tzurl/zoneinfo/America/St_Vincent.ics
 ${MRBSDIR}/tzurl/zoneinfo/America/Swift_Current.ics
 ${MRBSDIR}/tzurl/zoneinfo/America/Tegucigalpa.ics
-${MRBSDIR}/tzurl/zoneinfo/America/Thule.ics
 ${MRBSDIR}/tzurl/zoneinfo/America/Thunder_Bay.ics
 ${MRBSDIR}/tzurl/zoneinfo/America/Tijuana.ics
 ${MRBSDIR}/tzurl/zoneinfo/America/Toronto.ics
@@ -1529,9 +1643,9 @@ ${MRBSDIR}/tzurl/zoneinfo/America/Whiteh
 ${MRBSDIR}/tzurl/zoneinfo/America/Winnipeg.ics
 ${MRBSDIR}/tzurl/zoneinfo/America/Yakutat.ics
 ${MRBSDIR}/tzurl/zoneinfo/America/Yellowknife.ics
+${MRBSDIR}/tzurl/zoneinfo/Antarctica/DumontDUrville.ics
 ${MRBSDIR}/tzurl/zoneinfo/Antarctica/Casey.ics
 ${MRBSDIR}/tzurl/zoneinfo/Antarctica/Davis.ics
-${MRBSDIR}/tzurl/zoneinfo/Antarctica/DumontDUrville.ics
 ${MRBSDIR}/tzurl/zoneinfo/Antarctica/Macquarie.ics
 ${MRBSDIR}/tzurl/zoneinfo/Antarctica/Mawson.ics
 ${MRBSDIR}/tzurl/zoneinfo/Antarctica/McMurdo.ics
@@ -1541,8 +1655,9 @@ ${MRBSDIR}/tzurl/zoneinfo/Antarctica/Syo
 ${MRBSDIR}/tzurl/zoneinfo/Antarctica/Troll.ics
 ${MRBSDIR}/tzurl/zoneinfo/Antarctica/Vostok.ics
 ${MRBSDIR}/tzurl/zoneinfo/Arctic/Longyearbyen.ics
-${MRBSDIR}/tzurl/zoneinfo/Asia/Aden.ics
 ${MRBSDIR}/tzurl/zoneinfo/Asia/Almaty.ics
+${MRBSDIR}/tzurl/zoneinfo/Asia/Aden.ics
+${MRBSDIR}/tzurl/zoneinfo/Asia/Choibalsan.ics
 ${MRBSDIR}/tzurl/zoneinfo/Asia/Amman.ics
 ${MRBSDIR}/tzurl/zoneinfo/Asia/Anadyr.ics
 ${MRBSDIR}/tzurl/zoneinfo/Asia/Aqtau.ics
@@ -1558,16 +1673,15 @@ ${MRBSDIR}/tzurl/zoneinfo/Asia/Beirut.ic
 ${MRBSDIR}/tzurl/zoneinfo/Asia/Bishkek.ics
 ${MRBSDIR}/tzurl/zoneinfo/Asia/Brunei.ics
 ${MRBSDIR}/tzurl/zoneinfo/Asia/Chita.ics
-${MRBSDIR}/tzurl/zoneinfo/Asia/Choibalsan.ics
+${MRBSDIR}/tzurl/zoneinfo/Asia/Famagusta.ics
 ${MRBSDIR}/tzurl/zoneinfo/Asia/Colombo.ics
 ${MRBSDIR}/tzurl/zoneinfo/Asia/Damascus.ics
 ${MRBSDIR}/tzurl/zoneinfo/Asia/Dhaka.ics
 ${MRBSDIR}/tzurl/zoneinfo/Asia/Dili.ics
 ${MRBSDIR}/tzurl/zoneinfo/Asia/Dubai.ics
 ${MRBSDIR}/tzurl/zoneinfo/Asia/Dushanbe.ics
-${MRBSDIR}/tzurl/zoneinfo/Asia/Famagusta.ics
-${MRBSDIR}/tzurl/zoneinfo/Asia/Gaza.ics
 ${MRBSDIR}/tzurl/zoneinfo/Asia/Hebron.ics
+${MRBSDIR}/tzurl/zoneinfo/Asia/Gaza.ics
 ${MRBSDIR}/tzurl/zoneinfo/Asia/Ho_Chi_Minh.ics
 ${MRBSDIR}/tzurl/zoneinfo/Asia/Hong_Kong.ics
 ${MRBSDIR}/tzurl/zoneinfo/Asia/Hovd.ics
@@ -1625,28 +1739,29 @@ ${MRBSDIR}/tzurl/zoneinfo/Asia/Yakutsk.i
 ${MRBSDIR}/tzurl/zoneinfo/Asia/Yangon.ics
 ${MRBSDIR}/tzurl/zoneinfo/Asia/Yekaterinburg.ics
 ${MRBSDIR}/tzurl/zoneinfo/Asia/Yerevan.ics
+${MRBSDIR}/tzurl/zoneinfo/Atlantic/Cape_Verde.ics
 ${MRBSDIR}/tzurl/zoneinfo/Atlantic/Azores.ics
 ${MRBSDIR}/tzurl/zoneinfo/Atlantic/Bermuda.ics
 ${MRBSDIR}/tzurl/zoneinfo/Atlantic/Canary.ics
-${MRBSDIR}/tzurl/zoneinfo/Atlantic/Cape_Verde.ics
+${MRBSDIR}/tzurl/zoneinfo/Atlantic/Reykjavik.ics
 ${MRBSDIR}/tzurl/zoneinfo/Atlantic/Faroe.ics
 ${MRBSDIR}/tzurl/zoneinfo/Atlantic/Madeira.ics
-${MRBSDIR}/tzurl/zoneinfo/Atlantic/Reykjavik.ics
 ${MRBSDIR}/tzurl/zoneinfo/Atlantic/South_Georgia.ics
 ${MRBSDIR}/tzurl/zoneinfo/Atlantic/St_Helena.ics
 ${MRBSDIR}/tzurl/zoneinfo/Atlantic/Stanley.ics
+${MRBSDIR}/tzurl/zoneinfo/Australia/Broken_Hill.ics
 ${MRBSDIR}/tzurl/zoneinfo/Australia/Adelaide.ics
 ${MRBSDIR}/tzurl/zoneinfo/Australia/Brisbane.ics
-${MRBSDIR}/tzurl/zoneinfo/Australia/Broken_Hill.ics
+${MRBSDIR}/tzurl/zoneinfo/Australia/Lord_Howe.ics
 ${MRBSDIR}/tzurl/zoneinfo/Australia/Currie.ics
 ${MRBSDIR}/tzurl/zoneinfo/Australia/Darwin.ics
 ${MRBSDIR}/tzurl/zoneinfo/Australia/Eucla.ics
 ${MRBSDIR}/tzurl/zoneinfo/Australia/Hobart.ics
 ${MRBSDIR}/tzurl/zoneinfo/Australia/Lindeman.ics
-${MRBSDIR}/tzurl/zoneinfo/Australia/Lord_Howe.ics
 ${MRBSDIR}/tzurl/zoneinfo/Australia/Melbourne.ics
 ${MRBSDIR}/tzurl/zoneinfo/Australia/Perth.ics
 ${MRBSDIR}/tzurl/zoneinfo/Australia/Sydney.ics
+${MRBSDIR}/tzurl/zoneinfo/Europe/Kaliningrad.ics
 ${MRBSDIR}/tzurl/zoneinfo/Europe/Amsterdam.ics
 ${MRBSDIR}/tzurl/zoneinfo/Europe/Andorra.ics
 ${MRBSDIR}/tzurl/zoneinfo/Europe/Astrakhan.ics
@@ -1667,46 +1782,45 @@ ${MRBSDIR}/tzurl/zoneinfo/Europe/Helsink
 ${MRBSDIR}/tzurl/zoneinfo/Europe/Isle_of_Man.ics
 ${MRBSDIR}/tzurl/zoneinfo/Europe/Istanbul.ics
 ${MRBSDIR}/tzurl/zoneinfo/Europe/Jersey.ics
-${MRBSDIR}/tzurl/zoneinfo/Europe/Kaliningrad.ics
+${MRBSDIR}/tzurl/zoneinfo/Europe/Ljubljana.ics
 ${MRBSDIR}/tzurl/zoneinfo/Europe/Kirov.ics
 ${MRBSDIR}/tzurl/zoneinfo/Europe/Kyiv.ics
 ${MRBSDIR}/tzurl/zoneinfo/Europe/Lisbon.ics
-${MRBSDIR}/tzurl/zoneinfo/Europe/Ljubljana.ics
-${MRBSDIR}/tzurl/zoneinfo/Europe/London.ics
 ${MRBSDIR}/tzurl/zoneinfo/Europe/Luxembourg.ics
+${MRBSDIR}/tzurl/zoneinfo/Europe/London.ics
+${MRBSDIR}/tzurl/zoneinfo/Europe/Mariehamn.ics
 ${MRBSDIR}/tzurl/zoneinfo/Europe/Madrid.ics
 ${MRBSDIR}/tzurl/zoneinfo/Europe/Malta.ics
-${MRBSDIR}/tzurl/zoneinfo/Europe/Mariehamn.ics
+${MRBSDIR}/tzurl/zoneinfo/Europe/Podgorica.ics
 ${MRBSDIR}/tzurl/zoneinfo/Europe/Minsk.ics
 ${MRBSDIR}/tzurl/zoneinfo/Europe/Monaco.ics
 ${MRBSDIR}/tzurl/zoneinfo/Europe/Moscow.ics
 ${MRBSDIR}/tzurl/zoneinfo/Europe/Nicosia.ics
 ${MRBSDIR}/tzurl/zoneinfo/Europe/Oslo.ics
 ${MRBSDIR}/tzurl/zoneinfo/Europe/Paris.ics
-${MRBSDIR}/tzurl/zoneinfo/Europe/Podgorica.ics
+${MRBSDIR}/tzurl/zoneinfo/Europe/San_Marino.ics
+${MRBSDIR}/tzurl/zoneinfo/Europe/Saratov.ics
 ${MRBSDIR}/tzurl/zoneinfo/Europe/Prague.ics
 ${MRBSDIR}/tzurl/zoneinfo/Europe/Riga.ics
 ${MRBSDIR}/tzurl/zoneinfo/Europe/Rome.ics
 ${MRBSDIR}/tzurl/zoneinfo/Europe/Samara.ics
-${MRBSDIR}/tzurl/zoneinfo/Europe/San_Marino.ics
-${MRBSDIR}/tzurl/zoneinfo/Europe/Sarajevo.ics
-${MRBSDIR}/tzurl/zoneinfo/Europe/Saratov.ics
 ${MRBSDIR}/tzurl/zoneinfo/Europe/Simferopol.ics
+${MRBSDIR}/tzurl/zoneinfo/Europe/Sarajevo.ics
+${MRBSDIR}/tzurl/zoneinfo/Europe/Stockholm.ics
 ${MRBSDIR}/tzurl/zoneinfo/Europe/Skopje.ics
 ${MRBSDIR}/tzurl/zoneinfo/Europe/Sofia.ics
-${MRBSDIR}/tzurl/zoneinfo/Europe/Stockholm.ics
+${MRBSDIR}/tzurl/zoneinfo/Europe/Ulyanovsk.ics
 ${MRBSDIR}/tzurl/zoneinfo/Europe/Tallinn.ics
 ${MRBSDIR}/tzurl/zoneinfo/Europe/Tirane.ics
-${MRBSDIR}/tzurl/zoneinfo/Europe/Ulyanovsk.ics
+${MRBSDIR}/tzurl/zoneinfo/Europe/Volgograd.ics
 ${MRBSDIR}/tzurl/zoneinfo/Europe/Uzhgorod.ics
 ${MRBSDIR}/tzurl/zoneinfo/Europe/Vaduz.ics
 ${MRBSDIR}/tzurl/zoneinfo/Europe/Vatican.ics
 ${MRBSDIR}/tzurl/zoneinfo/Europe/Vienna.ics
 ${MRBSDIR}/tzurl/zoneinfo/Europe/Vilnius.ics
-${MRBSDIR}/tzurl/zoneinfo/Europe/Volgograd.ics
+${MRBSDIR}/tzurl/zoneinfo/Europe/Zaporozhye.ics
 ${MRBSDIR}/tzurl/zoneinfo/Europe/Warsaw.ics
 ${MRBSDIR}/tzurl/zoneinfo/Europe/Zagreb.ics
-${MRBSDIR}/tzurl/zoneinfo/Europe/Zaporozhye.ics
 ${MRBSDIR}/tzurl/zoneinfo/Europe/Zurich.ics
 ${MRBSDIR}/tzurl/zoneinfo/Indian/Antananarivo.ics
 ${MRBSDIR}/tzurl/zoneinfo/Indian/Chagos.ics
@@ -1719,8 +1833,9 @@ ${MRBSDIR}/tzurl/zoneinfo/Indian/Maldive
 ${MRBSDIR}/tzurl/zoneinfo/Indian/Mauritius.ics
 ${MRBSDIR}/tzurl/zoneinfo/Indian/Mayotte.ics
 ${MRBSDIR}/tzurl/zoneinfo/Indian/Reunion.ics
-${MRBSDIR}/tzurl/zoneinfo/Pacific/Apia.ics
 ${MRBSDIR}/tzurl/zoneinfo/Pacific/Auckland.ics
+${MRBSDIR}/tzurl/zoneinfo/Pacific/Apia.ics
+${MRBSDIR}/tzurl/zoneinfo/Pacific/Marquesas.ics
 ${MRBSDIR}/tzurl/zoneinfo/Pacific/Bougainville.ics
 ${MRBSDIR}/tzurl/zoneinfo/Pacific/Chatham.ics
 ${MRBSDIR}/tzurl/zoneinfo/Pacific/Chuuk.ics
@@ -1740,17 +1855,16 @@ ${MRBSDIR}/tzurl/zoneinfo/Pacific/Kiriti
 ${MRBSDIR}/tzurl/zoneinfo/Pacific/Kosrae.ics
 ${MRBSDIR}/tzurl/zoneinfo/Pacific/Kwajalein.ics
 ${MRBSDIR}/tzurl/zoneinfo/Pacific/Majuro.ics
-${MRBSDIR}/tzurl/zoneinfo/Pacific/Marquesas.ics
+${MRBSDIR}/tzurl/zoneinfo/Pacific/Pago_Pago.ics
 ${MRBSDIR}/tzurl/zoneinfo/Pacific/Midway.ics
 ${MRBSDIR}/tzurl/zoneinfo/Pacific/Nauru.ics
 ${MRBSDIR}/tzurl/zoneinfo/Pacific/Niue.ics
 ${MRBSDIR}/tzurl/zoneinfo/Pacific/Norfolk.ics
 ${MRBSDIR}/tzurl/zoneinfo/Pacific/Noumea.ics
-${MRBSDIR}/tzurl/zoneinfo/Pacific/Pago_Pago.ics
+${MRBSDIR}/tzurl/zoneinfo/Pacific/Port_Moresby.ics
 ${MRBSDIR}/tzurl/zoneinfo/Pacific/Palau.ics
 ${MRBSDIR}/tzurl/zoneinfo/Pacific/Pitcairn.ics
 ${MRBSDIR}/tzurl/zoneinfo/Pacific/Pohnpei.ics
-${MRBSDIR}/tzurl/zoneinfo/Pacific/Port_Moresby.ics
 ${MRBSDIR}/tzurl/zoneinfo/Pacific/Rarotonga.ics
 ${MRBSDIR}/tzurl/zoneinfo/Pacific/Saipan.ics
 ${MRBSDIR}/tzurl/zoneinfo/Pacific/Tahiti.ics
@@ -1758,7 +1872,6 @@ ${MRBSDIR}/tzurl/zoneinfo/Pacific/Tarawa
 ${MRBSDIR}/tzurl/zoneinfo/Pacific/Tongatapu.ics
 ${MRBSDIR}/tzurl/zoneinfo/Pacific/Wake.ics
 ${MRBSDIR}/tzurl/zoneinfo/Pacific/Wallis.ics
-${MRBSDIR}/upgrade.inc
 ${MRBSDIR}/upgrade/1/mysql.sql
 ${MRBSDIR}/upgrade/1/pgsql.sql
 ${MRBSDIR}/upgrade/10/mysql.sql
@@ -1951,7 +2064,15 @@ ${MRBSDIR}/upgrade/9/mysql.sql
 ${MRBSDIR}/upgrade/9/pgsql.sql
 ${MRBSDIR}/upgrade/local/1/mysql.sql
 ${MRBSDIR}/upgrade/local/1/pgsql.sql
-${MRBSDIR}/version.inc
+${MRBSDIR}/reset_password_handler.php
+${MRBSDIR}/search.php
+${MRBSDIR}/site_config.inc
+${MRBSDIR}/standard_vars.inc.php
+${MRBSDIR}/style.inc
+${MRBSDIR}/systemdefaults.inc.php
+${MRBSDIR}/theme.inc
+${MRBSDIR}/upgrade.inc
 ${MRBSDIR}/version_num.inc
+${MRBSDIR}/version.inc
 ${MRBSDIR}/view_entry.php
 @pkgdir share/mrbs

Index: pkgsrc/time/php-mrbs/distinfo
diff -u pkgsrc/time/php-mrbs/distinfo:1.5 pkgsrc/time/php-mrbs/distinfo:1.6
--- pkgsrc/time/php-mrbs/distinfo:1.5   Wed Feb 28 16:41:42 2024
+++ pkgsrc/time/php-mrbs/distinfo       Tue Jan 21 14:29:39 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2024/02/28 16:41:42 taca Exp $
+$NetBSD: distinfo,v 1.6 2025/01/21 14:29:39 manu Exp $
 
-BLAKE2s (mrbs-1.11.4.tar.gz) = 47c19053abaa4a6796cb617466bcf71a585918b1d0722189e3c5cf291b9d099c
-SHA512 (mrbs-1.11.4.tar.gz) = 4f9c56679892b31ce07988e6bcb6c08016024f9323a0bd70cd03cc2b3cb60e258a23553ee9e6cb52f0aefb9b85b9b2de0364428c792c8328ba23be9a9dfaa6c9
-Size (mrbs-1.11.4.tar.gz) = 8103445 bytes
+BLAKE2s (mrbs-1.11.6.tar.gz) = 497a92a9b981e90cdb07180dd6d147cd27387d46d27417ae3a5c4650f5e933e1
+SHA512 (mrbs-1.11.6.tar.gz) = c0466fdc462a7aee8c91612b5d610375a0f72752fe20a9172f0e08ca3e58c4f35d5ac2508e84e0bdcd85148ee7d8ef5b5e75e68d0660396be75e94838ce46877
+Size (mrbs-1.11.6.tar.gz) = 8284048 bytes



Home | Main Index | Thread Index | Old Index