X-Road v7.3.0 Release Notes
Release Info
Version number | 7.3.0 |
---|---|
Release date | 30.06.2023 |
Supported versions |
|
Supported platforms | Central Server
Configuration Proxy
Security Server
|
Official documentation | |
Source code | |
Software license |
Â
Changes in This Release
Summary
A new user interface improves the user experience (UX) for Central Server administrators.
The new intuitive user interface makes regular administrative tasks easier and supports streamlining the onboarding process of new X-Road members.
More information related to the new user interface can be found in Appendix 1.
Common maintenance and configuration tasks can be automated using the management API.
More information about the management API can be found in the Central Server User Guide.
The full OpenAPI 3 description of the API is available here.
Remove the requirement for complementary management requests on the Central Server.
Authentication certificate registration requests are sent from the Security Server and approved on the Central Server. Creating a complementary request on the Central Server is not required anymore.
Client registration requests are sent from the Security Server and approved on the Central Server. Creating a complementary request on the Central Server is not required anymore.
Security improvements on the Central Server:
Encrypt backup files (opt-in).
Verify integrity of backup files on restore.
X-Road 7.3.0 no longer supports JAVA 8. Both the Central Server and Security Server require JAVA 11 to be installed. The JAVA 11 package is now a dependency of the software and will be installed automatically. No action from the user is required if Ubuntu operating system is used and X-Road has been originally installed using version 7.0.0 or later.
If X-Road was originally installed before version 7.0.0, some manual steps are required after the upgrade (otherwise X-Road services don’t start after the upgrade):
Remove the line defining
JAVA_HOME
from/etc/xroad/services/local.conf
.Make sure that Java 11 is set as the default Java version on operating system level and change it as default if needed.
Restart the X-Road services.
On RHEL7 and RHEL8, regardless of the X-Road version that was originally installed, make sure that Java 11 is set as the default Java version on operating system level and change it as default if needed.
Note: These configuration changes have been automated in X-Road version 7.3.1 that was released in July 2023.
X-Road 7.3.0 contains a known issue, where automatic backups are created 60 times for one backup task. This is due to an issue with the default CRON expression. We are working on a fix, but until then a workaround is to add the following lines to your /etc/xroad/conf.d/local.ini
file:
[configuration-client]
proxy-configuration-backup-cron=0 15 3 * * ?
And then restarting the configuration client service with:
sudo systemctl restart xroad-confclient
Completed Issues
Issue ID | Type | Summary |
---|---|---|
Improvement | Improve security and configurability by separating normal and admin database users so that the application user cannot make changes to the database schema. The migrations user is created on new installs, upgrades are not affected. | |
Fix | Replace the GSON library with Jackson so that we only use one JSON library across the project. | |
Fix | Migrate Ruby based database migration framework to Liquibase on the Central Server so that we only use one migration framework across the project. | |
Fix | Migrate Central Server database entities to Hibernate so that we only use one ORM framework across the project. | |
Improvement | Document configuring mTLS authentication with the PostgreSQL database for both the Security Server and Central Server. The documentation can be found here. | |
New | Plan out the new member management and authentication certificate registration components and API-s. | |
New | Provide information about the current cluster node on the Central Server web UI. | |
New | Plan out the new Central Server management REST API. The full OpenAPI 3 description is available here. | |
Fix | Unify identifier checks on the Security Server and Central Server so that both follow the same rules. Starting from version 7.3.0, the allowed characters in X-Road identifiers are: | |
Improvement | Improve backup scheduling for automated backups on the Security Server to remove the chance that it would collide with retrieving global configuration, which caused errors when they happened at the same time. Before version 7.3.0, the Security Server automatic backup schedule was defined in the [configuration-client]
proxy-configuration-backup-cron=* 15 3 * * ? | |
New | Add support to sign and encrypt Central Server backups. Add integrity verification of Central Server backup files on restore. | |
New | Add new registration service package ( Log files Removed log files and directories:
New log files:
Services Removed services:
New services:
| |
Improvement | Make global configuration parts validation more robust on the Central Server. Before version 7.3.0, global configuration parts were validated by running the validator via a bash script and it was possible to define the validator in the Central Server configuration. This enabled adding new configuration parts without making changes to the Central Server source code. Starting from version 7.3.0 the validators are called from JAVA directly and all the configuration is hard-coded. Therefore, adding new custom configuration parts requires changes to the Central Server source code. Also, all the existing custom validators do not work anymore without changes to the Central Server code. | |
Fix | Remove support for central services from the new Central Server due to lack of use for the feature. | |
Fix | Remove unused code related to security categories from both the Security Server and Central Server. | |
Improvement | Include the client Security Server's IP access in the Central Server audit log so the action can more easily be traced to its origin. | |
Improvement | Forward management request origin IP addresses (=client Security Server's IP) to the Central Server REST API so that they can be logged in audit logs. | |
Fix | During the Central Server version upgrade to version 7.3.0 the old UI's TLS key and certificate are migrated to the new UI. | |
Improvement | Create a separate security hardening guide that provides information about hardening the Central Server and Security Server host configuration. | |
Fix | Remove unused code related to the | |
Improvement | Implement protection for host header injection for the Central Server UI and Security Server UI. By default, the host header allows any value which would be a security risk if the Central Server or Security Server admin UI could be accessed by bad actors. To mitigate the issue, it’s suggested to use the More information about the | |
Fix | On the Security Server, the following application properties are deprecated:
When the properties are present at the Security Server startup, a deprecation warning is logged in Instead, the following properties for
More information about the properties is available in the System Parameters User Guide. The Security Server uses | |
Fix | Re-implement the web service endpoint to check the Central Server cluster status. Old URL: New URL: | |
Improvement | The Central Server now uses Spring datasource properties instead of the old properties in the database connection configuration. Old properties will automatically be migrated to Spring datasource properties. The following properties inside
The following properties should be used instead for defining the
The
As an example, if the
| |
Fix | Make the global configuration generation in the new Central Server implementation configurable. | |
New | Make the OpenAPI description of the Central Server management REST API available on the Central Server. | |
New | X-Road components no longer support JAVA 8. The only currently supported version is JAVA 11. The JAVA 11 package is now a dependency of the software and will be installed automatically. No action from the user is required if Ubuntu operating system is used and X-Road has been originally installed using version 7.0.0 or later. If X-Road was originally installed before version 7.0.0, some manual steps are required after the upgrade (otherwise X-Road services don’t start after the upgrade):
On RHEL7 and RHEL8, regardless of the X-Road version that was originally installed, make sure that Java 11 is set as the default Java version on operating system level and change it as default if needed. | |
Improvement | Make the path name parameter for libpasswordstore IPC key generation configurable. The purpose of IPC keys is to share token passwords between |
Issue types: fix (bug fix or technical debt), improvement (improvement to an existing feature), new (a new feature).
New/Updated Dependencies
Dependency | Old Version | New Version | Notes |
---|---|---|---|
Hibernate | 5.6.14.Final | 5.6.15.Final | Â |
Jackson | 2.14.2 | 2.14.3 | Â |
Jetty | 9.4.50.v20221201 | 9.4.51.v20230217 | Â |
Logback | 1.2.11 | 1.2.12 | Â |
PostgreSQL JDBC driver | 42.5.2 | 42.5.4 | Â |
SLF4J | 1.7.32 | 1.7.36 | Â |
Spring Boot | 2.7.8 | 2.7.12 | Â |
Tomcat | 9.0.71 | 9.0.75 | Â |
Contributors
The following developers have contributed to the development of this release version. A contribution means at least one Git commit included in the release. The full list of contributors of different X-Road® versions is available here.
Other Notes
Package Repositories
Repository | URL |
---|---|
Bionic | deb https://artifactory.niis.org/xroad-release-deb bionic-<version> main |
Focal | deb https://artifactory.niis.org/xroad-release-deb focal-<version> main |
RPM / RHEL7 | https://artifactory.niis.org/xroad-release-rpm/rhel/7/<version> |
RPM / RHEL8 | https://artifactory.niis.org/xroad-release-rpm/rhel/8/<version> |
Docker |
Repository Sign Key Details
Download URL | |
---|---|
Hash |
|
Fingerprint |
|
3rd party key server |
Packages
Â
Focal
Package | SHA256 checksum |
---|---|
xroad-addon-hwtokens_7.3.0-1.ubuntu20.04_amd64.deb | 820f9de11216e40a19af2817b2aa99d3041acd6c5f3d0754c50f9f85771d4d0d |
xroad-addon-messagelog_7.3.0-1.ubuntu20.04_all.deb | 70e5b2fab8cda0cb695d39949672167188a3e8ff5d94b5797a7b2d0457c0aea6 |
xroad-addon-opmonitoring_7.3.0-1.ubuntu20.04_all.deb | 4074d06138ff89d64e8d6c92865f744629ed7896fa9d2de46e0a404e44f91fe0 |
xroad-addon-proxymonitor_7.3.0-1.ubuntu20.04_all.deb | ef51474e35df2f82e070f7366ecc109cdf3ae7ba38c51ccd087f154c6243e676 |
xroad-addon-metaservices_7.3.0-1.ubuntu20.04_all.deb | 6f0ca5b990ce5def91a9c1eeebe8cdca89d32baf4b45ee79e3ffd847cd554565 |
xroad-autologin_7.3.0-1.ubuntu20.04_all.deb | 5c43fb6b902ded9cd695258d4f4d39afac202e732c3b468986490fc7791f9449 |
xroad-addon-wsdlvalidator_7.3.0-1.ubuntu20.04_all.deb | 891d42580b0a0d525ca84dd6caf55d59ec34fde7e6431a31180ccd78783e13e4 |
xroad-base_7.3.0-1.ubuntu20.04_amd64.deb | 15acabce5f2a03e16744e5804f667f8fddefd022d1869b06574c233bdb4fd9ca |
xroad-center_7.3.0-1.ubuntu20.04_all.deb | 0c3a9d63c5f3c2537ec9b9e0192181940ec46e1f36d509f24789096d53f2c1b3 |
xroad-center-management-service_7.3.0-1.ubuntu20.04_all.deb | f67dd7ad2a55d2aaae19c63a820638e89948818380e0400a4b5bb49ae21a0191 |
xroad-center-registration-service_7.3.0-1.ubuntu20.04_all.deb | f4e190b5dcb2df60661bf7276065113b2b38bb905a0e525f1d2cf3c11068e36e |
xroad-centralserver_7.3.0-1.ubuntu20.04_all.deb | 21634c47ce1c07e3717f89a2bccf4ff20ada1c3cfb2e7e112077baa18aba99e9 |
xroad-centralserver-monitoring_7.3.0-1.ubuntu20.04_all.deb | 714d43dacf451c3eeea5eddbc008a3d8ab235ee4b79101b52c8b6e0ae46d52d0 |
xroad-confclient_7.3.0-1.ubuntu20.04_amd64.deb | 38154a999891bec6022bd4ab1e4ffc6e2e413724da8bc5d09c0050126af2f979 |
xroad-confproxy_7.3.0-1.ubuntu20.04_all.deb | f3d251ad08e07d43fd2f9b0fd7179be21b78bc43be252a13bda83ebc93fdfe9c |
xroad-database-local_7.3.0-1.ubuntu20.04_all.deb | 5a066c2557e7b91d71da70aedcadd944fbb71d85f96b467452180422e3776f47 |
xroad-database-remote_7.3.0-1.ubuntu20.04_all.deb | 3edc14f0feb1020f9502967b55167966a6b6bb1233dfeeb8cfd7a9aa3ef033d7 |
xroad-monitor_7.3.0-1.ubuntu20.04_all.deb | 68b36e607cca3b8d49fce165fc388524689c3a1f5a27f867f7670a4ede6875f0 |
xroad-nginx_7.3.0-1.ubuntu20.04_amd64.deb | 3115a42d0cc839b805354d9b13d501d23f8a1e31964251e5566651714e9d9ea8 |
xroad-opmonitor_7.3.0-1.ubuntu20.04_all.deb | b16f4ea3745c23bdf22b7bebf56a04e7b459edd9b1842749c15cc59e7550db29 |
xroad-proxy_7.3.0-1.ubuntu20.04_all.deb | bffafb34f713973d5d597fb7658c7089319552aa47f5745bf562a424d36d713f |
xroad-proxy-ui-api_7.3.0-1.ubuntu20.04_all.deb | 5357bb226d61b64b43562ee13c5c8d9d762421f00168f1d41f45e5b59fcb214e |
xroad-securityserver-ee_7.3.0-1.ubuntu20.04_all.deb | 06f362af2663950bcfc39fc22d6962e4db87f9357e2d20c2177f88a9267d8217 |
xroad-securityserver_7.3.0-1.ubuntu20.04_all.deb | eb9fc59c02f3bbe2db2133001344b08d97a281ac6d1a1e09d3d4a93e1d0dada7 |
xroad-securityserver-fi_7.3.0-1.ubuntu20.04_all.deb | 1358b21b2c8c86e1be2ab9822c044f7d6ee4102cc80cc6d933c034f89c97a164 |
xroad-securityserver-fo_7.3.0-1.ubuntu20.04_all.deb | 4542189ef9709a5f2a3d1ae104a34bab3638f28277ddb41887e141b26e9288b0 |
xroad-securityserver-is_7.3.0-1.ubuntu20.04_all.deb | 066a9694d7eea1d12a371e8a777742e429dbd48b2de7fe57dd20064e6a51eb37 |
xroad-signer_7.3.0-1.ubuntu20.04_amd64.deb | 9d6fa6a189e9426bfe87fed9cd97367708d66147c30bee6fe2551535a6da5ed5 |
Â
Jammy
Package | SHA256 checksum |
---|---|
xroad-addon-hwtokens_7.3.0-1.ubuntu22.04_amd64.deb | 93a5cf94448578e6194fab5c31e213ddc5b2752096b65710e67e6b9bccb435b3 |
xroad-addon-messagelog_7.3.0-1.ubuntu22.04_all.deb | 7341f2cbda3b80042981cba2a44d3740acec8c84dca19c345cff3b20ce237d38 |
xroad-addon-metaservices_7.3.0-1.ubuntu22.04_all.deb | 951f9d9c139e4709a8442ed185a532fd19b5db15bb7520965529e7296225cd68 |
xroad-addon-opmonitoring_7.3.0-1.ubuntu22.04_all.deb | fdd0788af23923e20f7e75af4b9c86c53e36112aeac93f32ea4b27fd96aec86e |
xroad-addon-proxymonitor_7.3.0-1.ubuntu22.04_all.deb | 3bbc9c60119bef2f181d13677d868a738dae6b100f85b1d410b0cd9da5b8e292 |
xroad-addon-wsdlvalidator_7.3.0-1.ubuntu22.04_all.deb | cc58bd32de8079d3e3d8105868cdacc11ea57309ad6388cfdc05d1c40e6bfc5b |
xroad-autologin_7.3.0-1.ubuntu22.04_all.deb | 4e7bf36ee8cf5a2f25d646a3c3994ff10344715e5d55d2101e1625904238bee9 |
xroad-base_7.3.0-1.ubuntu22.04_amd64.deb | 1728f7fc14962fb2cf119d7e82853e6a10f5652e18129673bdb010a1a727e88e |
xroad-center_7.3.0-1.ubuntu22.04_all.deb | c6be30f7345a79efb285570c1c8057c506a5e6c0adec614eda789717906d2c91 |
xroad-center-management-service_7.3.0-1.ubuntu22.04_all.deb | 58ea4608a62702aea84d914ec1560b00f1489fe728a6780b27ad29e605b33c85 |
xroad-center-registration-service_7.3.0-1.ubuntu22.04_all.deb | fc5c9cc052024f985f6cafd75fe70be0e14b16e649c5fa0c71d9c3620dc20a7e |
xroad-centralserver_7.3.0-1.ubuntu22.04_all.deb | 9fde34b97370adcab0518a7cd8d6d0ae66843e855cdcd4f3d2dd30134a7e8519 |
xroad-centralserver-monitoring_7.3.0-1.ubuntu22.04_all.deb | b8eeff32bd793a74322db800f6c5534c3c135d75ce81a174a8cbf5e985cce7d2 |
xroad-confclient_7.3.0-1.ubuntu22.04_amd64.deb | fdf2bd7c727588ce0dbf166b01db410f3dc866588e753ec6127e1c6d7f5d6a09 |
xroad-confproxy_7.3.0-1.ubuntu22.04_all.deb | 4c4cbc9a6a408115dfe98e0d86dd603bc99b69ae9f37820135866c0a667c946b |
xroad-database-local_7.3.0-1.ubuntu22.04_all.deb | e84f962d825f34f859a27321dcef855d2f9de9e53ca7ec4a5cc211fb83acd887 |
xroad-database-remote_7.3.0-1.ubuntu22.04_all.deb | ac6e5fc53d50afd1182424ee2e66d6c08d792642a884279b2877a0e5ea96725c |
xroad-monitor_7.3.0-1.ubuntu22.04_all.deb | d0e38849b6d247b64d00b4a4f48e241222710ec81a2c6bc7f0de149d71c7ccad |
xroad-nginx_7.3.0-1.ubuntu22.04_amd64.deb | 6969e18d52987f1de93d4881b94d60131f715a750e5c1e1371c5a2f11303cd65 |
xroad-opmonitor_7.3.0-1.ubuntu22.04_all.deb | 5adf79b061045b286836a9c4f0874546cef14e47320479fb60289b0fb851a61e |
xroad-proxy_7.3.0-1.ubuntu22.04_all.deb | e689093d8360fbfe340c063f73a1cf1b7dcb3d74ae1f9ffd08efdf25238de073 |
xroad-proxy-ui-api_7.3.0-1.ubuntu22.04_all.deb | 6adbd3befaf28cf4917d9fe7d4a0dc880df32792d3fff6c3bf00d912d63f431d |
xroad-securityserver_7.3.0-1.ubuntu22.04_all.deb | 52347fd4a43cc5a48339021c4be80ae469b7cdfa46482486762fb5aa703bad40 |
xroad-securityserver-fi_7.3.0-1.ubuntu22.04_all.deb | 5222f7a646c7234b44ffcb8de045dca1872a08548fee19d9a6c04209058c4beb |
xroad-securityserver-ee_7.3.0-1.ubuntu22.04_all.deb | 8c0a8800023bb14e366d93c68f8b8f2af88a5898412a91289d701cccedab6644 |
xroad-securityserver-fo_7.3.0-1.ubuntu22.04_all.deb | 642d94b386b39be87ab7e681f7f1fbb4397d0fe8c67e89c7b5eea91bf5630cbd |
xroad-securityserver-is_7.3.0-1.ubuntu22.04_all.deb | c0c95bab80712683033eb2c350ebed9ed3480d446e3a508d9b993249976be0af |
xroad-signer_7.3.0-1.ubuntu22.04_amd64.deb | dd1a080df1c7ac1d7129ecbef94a565e0a3fcf95a0e46c018293ce669887f288 |
Â
RPM / RHEL7
Package | SHA256 checksum |
---|---|
xroad-addon-messagelog-7.3.0-1.el7.x86_64.rpm | 54a62cf934317be7f69746c93921bc056dd9f936a16bb46ee806850faf642e5b |
xroad-addon-metaservices-7.3.0-1.el7.x86_64.rpm | f0df174fd3429d8e9a5d9711b5e6fcb500de83505358b547e0c63449f097b09c |
xroad-addon-opmonitoring-7.3.0-1.el7.x86_64.rpm | 20c24562fe85cba664a3b212daf57f6dc4449cb01c4b124cee960143ebbba9d9 |
xroad-addon-proxymonitor-7.3.0-1.el7.x86_64.rpm | 85a78e022c82184fafdbb8afec810752c85e1427b9859bfb85ac3fb5fc91224e |
xroad-addon-wsdlvalidator-7.3.0-1.el7.x86_64.rpm | 4811a6309dd149653becdc0d1da8e94665ccdd818a61eb2352c96106af8c8093 |
xroad-autologin-7.3.0-1.el7.noarch.rpm | aeb6e45d9f931b1a3c89cc8310e737b8ce3f50275ad55eccc16f4707fa802ca4 |
xroad-base-7.3.0-1.el7.x86_64.rpm | 1db14e7a2f0b34575391604be97b021a7bb276e56a83eea64d197abaf47d6e63 |
xroad-confclient-7.3.0-1.el7.x86_64.rpm | 2b42ea5162438f0d35b021bef75db77dd92aca3641b680ad5822272f1ceaee5a |
xroad-database-local-7.3.0-1.el7.noarch.rpm | b2959d6365acf39f91eb8bda5b2a38a56593affa992b21ebd7a10861f197efc1 |
xroad-database-remote-7.3.0-1.el7.noarch.rpm | bea1083fba49024e1ecb3d3c964120c3da3b5dc656aa3e4c9ab03c00c8c11352 |
xroad-monitor-7.3.0-1.el7.x86_64.rpm | 84db54fe6b2788c27116ad999241908142f16bfec3b31c98c848cb56015b9268 |
xroad-opmonitor-7.3.0-1.el7.x86_64.rpm | 8e6646e83299a87029c89c5b7b7b8f609a138ba67c03c3c0f0b96ec394d9e992 |
xroad-proxy-7.3.0-1.el7.x86_64.rpm | 9a3da43dce3ed9b1b324bb3506ba44170b607fde6a4ed1e948d8e87cabb53fd8 |
xroad-proxy-ui-api-7.3.0-1.el7.x86_64.rpm | 5b4cc49dc493ed17a007e4dafd43182f4d28130678e680b130c991b16ca96082 |
xroad-securityserver-7.3.0-1.el7.noarch.rpm | 0f1500994faedd425f783a66298bb4de43ff90b3236c4086333edab0983a5b04 |
xroad-securityserver-fi-7.3.0-1.el7.noarch.rpm | 204bff08967ccc237cef546295c7a257a4a7d053279b89a697364e86ce5bcb9f |
xroad-securityserver-fo-7.3.0-1.el7.noarch.rpm | 7c09d3cf4421024cc57da18f112bcf04d367e9de1147a1af543a44efcf00ea41 |
xroad-securityserver-is-7.3.0-1.el7.noarch.rpm | c3b7c99dc0e5d25e5775310b9bbc324eb6bcb6e6de4f9c450a4586a8d5ccec77 |
xroad-signer-7.3.0-1.el7.x86_64.rpm | a2f65545d53370903253b54a6203c71d5b53504b6db457f1c1025009612f1a38 |
RPM / RHEL8
Package | SHA256 checksum |
---|---|
xroad-addon-messagelog-7.3.0-1.el8.x86_64.rpm | 4a8b257a9045cb41d46c13634452dd4ca972285ef01777565a611a1e71f2c407 |
xroad-addon-metaservices-7.3.0-1.el8.x86_64.rpm | b997f6973d20009be0fea3751ccc657eb8172727a53c9dfe10fcc2860423d5da |
xroad-addon-opmonitoring-7.3.0-1.el8.x86_64.rpm | 5cdef38e77feffeaee5e6f6afa0aaa9595c5bf4cbce66e527c7e1d4dd97fbbb4 |
xroad-addon-proxymonitor-7.3.0-1.el8.x86_64.rpm | c0c657139c190fd813bfd42dde240926f24965916c82bd3c5e33332f8d5e3627 |
xroad-addon-wsdlvalidator-7.3.0-1.el8.x86_64.rpm | c0753347f770379e94d8dab2746f61c8b87e2864283ac35b2a64c9966f7602d9 |
xroad-autologin-7.3.0-1.el8.noarch.rpm | 3c5786ea43622e9b2aeb78e1ef6147ee4224b09b9fa60a64eda7e054ea2a135e |
xroad-base-7.3.0-1.el8.x86_64.rpm | b3f0fedc392e927c06b500735beefd796e1c8c4f18aa6706f1d9b95e88375a10 |
xroad-confclient-7.3.0-1.el8.x86_64.rpm | b55d7bf9c3f40a4f9c26dc0a9331a3752c9cb9e9cf21ae2ca80b42af46c49b3f |
xroad-database-local-7.3.0-1.el8.noarch.rpm | 71ff2253364f65de794311e8fb1d1cbac1dd27b73889901267cdb691d56f38e4 |
xroad-database-remote-7.3.0-1.el8.noarch.rpm | 16fae96e17ea6e2296529900bd49fb2a9b519f14fb3bab439124bc6fdc51b76e |
xroad-monitor-7.3.0-1.el8.x86_64.rpm | 835ea4abcfe17cef7b45ddcfed4914d932b01bbb5e0b186fc3c69e27e55f7b68 |
xroad-opmonitor-7.3.0-1.el8.x86_64.rpm | a5a0919cb5b20c19ef9053eac6edfed7b280b6d9991fb2339334eacca1816b65 |
xroad-proxy-7.3.0-1.el8.x86_64.rpm | 024635af3c73b729f7d019fc90cdda4ed1e50702351a5da56df6bcfbb23b22ba |
xroad-proxy-ui-api-7.3.0-1.el8.x86_64.rpm | c785eb4330ff5fc5f168ef0be7372880327831f1f71dbf4d96f1f2d097952609 |
xroad-securityserver-7.3.0-1.el8.noarch.rpm | 0494e758a0a11b080022dc8fce0f2928bcf8a4a3eb63d9c4d2123166839c3e95 |
xroad-securityserver-fi-7.3.0-1.el8.noarch.rpm | 4e78eb14ad2d7fafa203194dae17f17cdb617c99bcfdb06f5055dee5c78d6802 |
xroad-securityserver-fo-7.3.0-1.el8.noarch.rpm | 92a85acbb2ccdd3becc709e132f5d8551b50981d532ba2215f82f6fa20f0e627 |
xroad-securityserver-is-7.3.0-1.el8.noarch.rpm | 3243d78e502194a149d3423c0cf39cf91f62027a51a8ba38a2aa80b13195f64c |
xroad-signer-7.3.0-1.el8.x86_64.rpm | 96fa07f13b9b0abc38b7c6188761045befbf99fe9e95e05019d47f35e33385ec |