X-Road v6.26.0 Release Notes
Changes in This Release
Summary
Support for replacing OpenJDK8 with another Java 8 distribution on Ubuntu 18.04 LTS and Ubuntu 20.04 LTS.
Security improvements.
Write special characters to audit log in encoded format on Central Server and Security Server.
Add CSRF protection to Security Server's management API's "API keys" endpoint.
Minor enhancements and bug fixes based on user feedback.
Replace OpenJDK8 with another Java 8 distribution on Ubuntu 18.04 LTS and Ubuntu 20.04 LTS
Ubuntu OpenJDK 8 support ends after April 2021. Therefore, it is strongly recommended to migrate from the Ubuntu OpenJDK to AdoptOpenJDK which will be supported until 2026. Migration instructions from OpenJDK to AdoptOpenJDK are available here.
Completed Issues
Access to the X-Road Backlog and issue details requires signing up for an account. Sign up now and get access to the backlog and issue details immediately.
Issue ID | Type | Summary |
---|---|---|
XRDDEV-1357 | Fix | Fix various permission check inconsistencies in the Security Server UI frontend implementation |
XRDDEV-1368 | Improvement | Improve Security Server UI Keys and Certificates view to give better visual feedback about different token statuses |
XRDDEV-1395 | Improvement | Update local memory caches for the Security Server API to have a TTL of 60 seconds. This resolves issue with clustered configurations where modifications to api keys on primary node were not reflected on secondary nodes |
XRDDEV-1402 | Improvement | Add Subject Alternative Name (SAN) to the Security Server UI certificate details view. For API users this introduces a new field to the CertificateDetails type Of the various types that the Subject Alternative Name field can contain, X-Road only displays the following, which have a standard string format:
|
XRDDEV-1423 | Improvement | Update the HSM wrapper library to current version |
XRDDEV-1439 | Fix | Fix incorrectly displaying session expiration errors in the Security Server UI when navigating away and back to the server. |
XRDDEV-1460 | Fix | Fix incorrect Security Server API OpenApi description concerning possible key usage values |
XRDDEV-1465 | Fix | Update the Security Server UI Keys and Certificates view search field label from "Service" to "Search" |
XRDDEV-1473 | Fix | Update the Security Server UI add member/client/subsystem views and searches to have correct texts based on the wizard |
XRDDEV-1474 | Fix | Fix the Security Server UI add service clients view add subject wizard, where filtering the subjects would cause the radio button to visually appear to be deselected |
XRDDEV-1475 | Improvement | Update the Security Server UI local groups view to forbid adding non-printable characters |
XRDDEV-1480 | Improvement | Improve the Security Server UI endpoint input validation |
XRDDEV-1503 | Fix | Fix "Generate CSR" button not becoming disabled in Security Server UI add key flow while generating the CSR was in progress |
XRDDEV-1504 | Improvement | Improve audit logging to escape special characters so that they would not cause certain file readers to show the log entries incorrectly Special characters in the audit log are now displayed in the JSON escaped format (see https://tools.ietf.org/id/draft-ietf-json-rfc4627bis-09.html#rfc.section.7) As an example, here is an escaped unicode character within the login user (\u0085): |
XRDDEV-1505 | Fix | Fix a potential CSRF vulnerability in the Security Server API keys endpoints |
XRDDEV-1509 | Fix | Fix installing xroad-opmonitor packages on a server with no Security Server installed |
XRDDEV-1510 | Fix | Fix cases where missing OCSP responses would cause incorrect actions to be available to the user in the keys and certificates view of the Security Server UI |
XRDDEV-1516 | New | Update Ubuntu installation instructions for the Central Server and Security Server to describe installing the software with AdoptOpenJDK8. This change is due to the current information about Ubuntu dropping support for OpenJDK8 in April 2021 |
XRDDEV-1517 | Improvement | Improve configuration on Ubuntu based releases to make using alternative JAVA installations easier For new installs, X-Road now uses the systems default JAVA installation, this can be overridden by setting JAVA_HOME in /etc/xroad/services/local.conf to point to the preferred installation. For upgrades, the JAVA installation defined by JAVA_HOME in /etc/xroad/services/global.conf is used and the setting is migrated to /etc/xroad/services/local.conf. |
XRDDEV-1527 | Fix | Fix issue with log files where entries are hardcoded to be in the UTC timezone. After this update the logs will default to the servers timezone |
XRDDEV-1529 | Improvement | Update the Security Server clustering documentation to cover Ubuntu 20.04 and RHEL 8 setups. The updated document can be viewed here: https://github.com/nordic-institute/X-Road/blob/develop/doc/Manuals/LoadBalancing/ig-xlb_x-road_external_load_balancer_installation_guide.md |
XRDDEV-1537 | New | Added functionality to X-Road components to log the JAVA version being used to run the component at startup. In case the version is not supported by the software a warning is logged. |
XRDDEV-1538 | Fix | Update PostgreSQL JDBC driver that fixes a bug mentioned in: https://www.postgresql.org/message-id/flat/87h82kzwqn.fsf%40news-spur.riddles.org.uk |
XRDDEV-1554 | Fix | Update Akka to version 2.6.11 to properly fix a bug that affected Akka remoting in X-Road |
XRDDEV-1567 | Fix | Update Xerces to version 2.12.1 to get latest bug fixes |
XRDDEV-1609 | Fix | Fix issue where adding member to local group would fail in some instances |
XRDDEV-1620 | Fix | Fix issue where the log file "/var/log/xroad/proxy_ui_api_access.log" was not created |
XRDDEV-1613 | Fix | Fix issue where Central Server Cluster HA installation would leave the xroad-jetty service in a failed state with a remote database setup |
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 |
---|---|---|---|
Akka | 2.6.10 | 2.6.11 | Fixes a bug that caused Akka remoting errors with Signer: https://github.com/akka/akka/issues/29828 |
HSM Wrapper | 1.3 | 1.6.2 | Updated HSM wrapper with latest bug fixes |
PostgreSQL JDBC driver | 42.2.16 | 42.2.18 | Fixes a communications bug with the PostgreSQL server: https://www.postgresql.org/message-id/flat/87h82kzwqn.fsf%40news-spur.riddles.org.uk |
xercesImpl | 2.12.0 | 2.12.1 | Update Xerces with the latest bugfix release |
httpmime | 4.5.2 | 4.5.13 | Updated to the latest bugfix release |
cxf-tools-validator | 3.4.0 | 3.4.2 | Updated to the latest bugfix release |
openapi-parser | 1.0.4 | 1.0.5 | Updated to the latest bugfix release |
swagger-parser | 2.0.21 | 2.0.24 | Updated to the latest bugfix release |
rack-cache | 1.6.0 | 1.6.1 | Updated to the latest bugfix release |
xmlsec | 2.2.0 | 2.2.1 | Updated to the latest bugfix release |
httpclient | 4.5.6 | 4.5.13 | Updated to the latest bugfix release |
jetty | 9.4.34.v20201102 | 9.4.36.v20210114 | Updated to the latest bugfix release |
hibernate | 5.4.23.Final | 5.4.28.Final | Updated to the latest bugfix release |
jackson | 2.11.3 | 2.11.4 | Updated to the latest bugfix release |
spring-cloud-dependencies | Hoxton.SR8 | Hoxton.SR10 | Updated to the latest release |
axios | 0.20.0 | 0.21.1 | Updated to the latest release |
Contributors
The following developers have contributed to the development of this release version. A contribution means at least one Git commit that is 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> |
Repository Sign Key Details
Download URL | https://artifactory.niis.org/api/gpg/key/public |
---|---|
Hash | 935CC5E7FA5397B171749F80D6E3973B |
Fingerprint | A01B FE41 B9D8 EAF4 872F A3F1 FB0D 532C 10F6 EC5B |
3rd party key server | Ubuntu key server |
Packages
Bionic
Package | SHA256 checksum |
---|---|
xroad-addon-hwtokens_6.26.0-1.ubuntu18.04_all.deb | 799e859ab0783237335273707931921c4abf53f27fba27866a1a163d9c4cac34 |
xroad-addon-messagelog_6.26.0-1.ubuntu18.04_all.deb | 9f439d24679f11da6efc6f81f1d3aabcf478d9992f91bca690cea419d8184505 |
xroad-addon-metaservices_6.26.0-1.ubuntu18.04_all.deb | dfc9982d4363f2f8a7065ad68a2ed1bb0b8f96b419499f0ef5d9866a88a30fa9 |
xroad-addon-opmonitoring_6.26.0-1.ubuntu18.04_all.deb | 0bf6e8b504c6e02a59d7f8a3933873eed94c9bba61a042ed9524b558f5842582 |
xroad-addon-proxymonitor_6.26.0-1.ubuntu18.04_all.deb | ab8418dab2b90c1efd4917a069063cbe51c416942462d8204acd46ea2260b4df |
xroad-addon-wsdlvalidator_6.26.0-1.ubuntu18.04_all.deb | b722ae3372d68f923f71a8ea72923f9e13d9dd64b47c6dcf513a0806dc090eb8 |
xroad-autologin_6.26.0-1.ubuntu18.04_all.deb | a2b562db42e8f9dc8c80c2ad9e29bfb1dd0fb258adffd095c3f553c213a2dce2 |
xroad-base_6.26.0-1.ubuntu18.04_amd64.deb | 9a293a9a4b7da4852b462c28996db2e0ba6646f214b3ef4d40bbf6ce5f129470 |
xroad-center_6.26.0-1.ubuntu18.04_all.deb | 1b5375bf2fb3dc7c2c5d83710f9c5ee27e68ed2e8571fcd800d7a62eb637b127 |
xroad-centralserver-monitoring_6.26.0-1.ubuntu18.04_all.deb | 8974fa21eab8dd7f337af90f90e12c644fc72d6cefc06b708b0f15754bf521cb |
xroad-center-clusterhelper_6.26.0-1.ubuntu18.04_all.deb | 1d5cdc9b59801e02cf1c655d1b4ebb3e6fe9084dbed871bb89765af980736191 |
xroad-centralserver_6.26.0-1.ubuntu18.04_all.deb | 4c091b529faaa21917528fd52db7a4cb9f697c941082b55fed44cc2a7cec4425 |
xroad-confclient_6.26.0-1.ubuntu18.04_amd64.deb | 2dde2043c83321b11e8df1e62a2a81a8ff1b400cfacbecfeb8aecf26f7f244f6 |
xroad-confproxy_6.26.0-1.ubuntu18.04_all.deb | ec6067acdec8fc18c221b08abe3ccfac518713f2b380b972b72087fcc7e13737 |
xroad-jetty9_6.26.0-1.ubuntu18.04_all.deb | c43b58684a8a14abd9b2943318fb6404e96fa9b2efbeca6b575544193e6ebf0a |
xroad-monitor_6.26.0-1.ubuntu18.04_all.deb | 8c1d97059d08395ef24c9068d3b163cdda881e7d98e64ec4423417694b2b5342 |
xroad-nginx_6.26.0-1.ubuntu18.04_amd64.deb | 9234174430e5191d08d3bcb55bf53989992f38a224a834bcac44cdb1ff910b04 |
xroad-opmonitor_6.26.0-1.ubuntu18.04_all.deb | 51caa7f1cea9187d17d6c17d4b20582aa3003a24f84c137c9aa029fc7cef6c8c |
xroad-proxy_6.26.0-1.ubuntu18.04_all.deb | a20d61233430612303c37e680caddb0b3965349e1bcc3a96b4bd9f7b8ad99ae3 |
xroad-proxy-ui-api_6.26.0-1.ubuntu18.04_all.deb | 33663f6b5d02071c8c35877f744897f8e5725412759ad7d17306168e307a9144 |
xroad-securityserver_6.26.0-1.ubuntu18.04_all.deb | 14f689e7edeb8cbbaf1145578d2474b6cb9bd8d13fbff21566c356bda168d00a |
xroad-securityserver-ee_6.26.0-1.ubuntu18.04_all.deb | e2463ebc0529ca184b4119faeb83ce11f0331f0b380a8367c279ba343e06e905 |
xroad-securityserver-fi_6.26.0-1.ubuntu18.04_all.deb | 725cc2bb529a23083c94d9a2b1f6e0f16769e934cb90b62d5d49a4bdaaf9335a |
xroad-securityserver-fo_6.26.0-1.ubuntu18.04_all.deb | fd49c2530f3c1e81db454ec249ec14cc1e91679cfe0f4ec346ce3657ce0f92c2 |
xroad-securityserver-is_6.26.0-1.ubuntu18.04_all.deb | 7a0fe1a5d97427e64d26a757b9b4a0d3ee5b7e957a2123525407262f223f5661 |
xroad-signer_6.26.0-1.ubuntu18.04_amd64.deb | 64af9bf0f676526e8406faebcdf5e53eb6f58b529bc81bde358d27c3e84421b8 |
Focal
Package | SHA256 checksum |
---|---|
xroad-addon-hwtokens_6.26.0-1.ubuntu20.04_all.deb | f96bb858ab5cbfe364c5d20d8f9b8d71a568ae2339b2bf60c7b0417e7e2257bd |
xroad-addon-messagelog_6.26.0-1.ubuntu20.04_all.deb | e1708b38dd5817d0ad6406c319c53bd67acbec7994fa1f95f4279fcba78c7ca8 |
xroad-addon-metaservices_6.26.0-1.ubuntu20.04_all.deb | a0708f2d2ef6ab0760fdec6c790e7d468702b1185686703a59193ce77b61b606 |
xroad-addon-opmonitoring_6.26.0-1.ubuntu20.04_all.deb | b32cbedc3681e9464d7f47b52a630826581dca39c11799fb6bff7523c729035f |
xroad-addon-wsdlvalidator_6.26.0-1.ubuntu20.04_all.deb | c40464b6fa8d5ed327ee14c6a16e2d2c0aedd4a91658b7e208c2b8aee15ef903 |
xroad-addon-proxymonitor_6.26.0-1.ubuntu20.04_all.deb | ebe96d1257ffa55a07697fefefd6447ad8b2d989df3a951cb8bda3eda628cdb8 |
xroad-autologin_6.26.0-1.ubuntu20.04_all.deb | 158035ea666d8eff90ff3551d4316c0461e4c24b290eb9275399297cf4f73808 |
xroad-base_6.26.0-1.ubuntu20.04_amd64.deb | 09606b766814bce11061574861fda96d671fb390f293ca24655f6b24c709caa6 |
xroad-center_6.26.0-1.ubuntu20.04_all.deb | ce08f2cfa7546dc8c538964a11e8650a8aa970abd4f3729e4e54dc1157ea99c3 |
xroad-center-clusterhelper_6.26.0-1.ubuntu20.04_all.deb | 73661d875083167b09525c924a64559e20f41c86f7250a9485306e7c5b0dc26c |
xroad-centralserver-monitoring_6.26.0-1.ubuntu20.04_all.deb | fc8257b08805c59eb7104902a5dbbc7d783a4fedb81e43064a90751f36f64e32 |
xroad-centralserver_6.26.0-1.ubuntu20.04_all.deb | d3b127bcbe0617e385c7e7283725373d021445201ed51a37895dbf1ab5096a50 |
xroad-confclient_6.26.0-1.ubuntu20.04_amd64.deb | 35993f9d6a773d03d1ca791178c3eaea4f160a6206f28d70c11289097d322903 |
xroad-confproxy_6.26.0-1.ubuntu20.04_all.deb | ef30daec26bdaf3457e689c222e399ef507689af71f0162719276613c5e04172 |
xroad-jetty9_6.26.0-1.ubuntu20.04_all.deb | af03dfdb031e38f2b923c1ebc10a2ece47c8cce8d91455f6377932f74bfd12fe |
xroad-monitor_6.26.0-1.ubuntu20.04_all.deb | ae573e58e699c6a26d34acfdfeafaeb8eac86c700943ac72ed3f06b3766b1845 |
xroad-nginx_6.26.0-1.ubuntu20.04_amd64.deb | a196a0742dea0d34c4a234f69f3ee043bd07b3aaad91d7612c03a154e7435897 |
xroad-opmonitor_6.26.0-1.ubuntu20.04_all.deb | 17edfea723954fa80e95992e2bc0117d9a939e65d1c1eef1edc4a76db563e463 |
xroad-proxy_6.26.0-1.ubuntu20.04_all.deb | 5514fbe7e78b8e9752493893ba51d095f0dc10728cbdec0ae7b0dc39b955ce01 |
xroad-proxy-ui-api_6.26.0-1.ubuntu20.04_all.deb | 1fa060f287bdaad221765df200d6a97934c50e190b9e330060d539410bdc3ee8 |
xroad-securityserver_6.26.0-1.ubuntu20.04_all.deb | d56fec88d9af3526ac959a66beee2b4eab3128f0216735a64bbae3c9b16bc605 |
xroad-securityserver-ee_6.26.0-1.ubuntu20.04_all.deb | a36b3cb2721effefc21656dd4ab49b2b24c7142c20e6a4c13b771ca1e0093f1c |
xroad-securityserver-is_6.26.0-1.ubuntu20.04_all.deb | 5949d3127f792218102f05fb8644885d4133f540e832b8808ab080b1dbbe3b60 |
xroad-securityserver-fo_6.26.0-1.ubuntu20.04_all.deb | b69897cc6e9451e93c1388cc9a7133ab5de3f02766a2e6b00b379a8140e2ce6d |
xroad-securityserver-fi_6.26.0-1.ubuntu20.04_all.deb | 9431cb8759b5085e92d81d8d412d079e5ae26fa937241cfd5f4eca6e8522af0c |
xroad-signer_6.26.0-1.ubuntu20.04_amd64.deb | 367635e9657d037470cf0ab3195b4c42da3a7c09d1856d65317c2b200d8235ff |
RPM / RHEL7
Package | SHA256 checksum |
---|---|
xroad-addon-messagelog-6.26.0-1.el7.x86_64.rpm | 7eedf09a48e11fe8d90a6208066f2fa5c29d7ad1da86849bd6514f805df6fa02 |
xroad-addon-metaservices-6.26.0-1.el7.x86_64.rpm | feec0013512dbe3780033dfe90e0de113c50851e67d213894b1e31d85755751e |
xroad-addon-opmonitoring-6.26.0-1.el7.x86_64.rpm | bf7bd60b06bab90d4d88b0ad040e3bff7af519fa528aec81595da7ff64ae3f24 |
xroad-addon-proxymonitor-6.26.0-1.el7.x86_64.rpm | 66fab71fe925704c762b44a148e11f8561d1741e91d357a9bf6ddaca579a4665 |
xroad-addon-wsdlvalidator-6.26.0-1.el7.x86_64.rpm | c1a0f37c9c047dddb8b1592ab1446ff57ee3bebde08091f8116f0ffaf74915fd |
xroad-autologin-6.26.0-1.el7.noarch.rpm | f403a5a6677973f088dc73f43462dd523dde417946999f03f3f0d9cbc2675fa6 |
xroad-base-6.26.0-1.el7.x86_64.rpm | d27b411d194f35101337c92540261e25e43a450e13c3beee229ee3e1c1bf0f30 |
xroad-common-6.26.0-1.el7.x86_64.rpm | 39e22d20116f6f331f2089522b8e6c5316b3b33723cf8fd9cbfdba157cee3443 |
xroad-confclient-6.26.0-1.el7.x86_64.rpm | 0e8fd59e3f076b4124d76de5eb2b1a573e671d1839ed42e04e4bb0b401b50f13 |
xroad-jetty9-6.26.0-1.el7.x86_64.rpm | e428f3ecda65b0ae95f980baaa1378aa1d1873a130bbc650d2645a9f0cb28ab0 |
xroad-monitor-6.26.0-1.el7.x86_64.rpm | a698f40c376908b4fb4ba330a6ce764483230a26fe1a73498643627a63edec10 |
xroad-nginx-6.26.0-1.el7.x86_64.rpm | 58ef8e0dc8945c706eb05e9ee76dcd715fce99afd11a932bdc1a758501b88e59 |
xroad-opmonitor-6.26.0-1.el7.x86_64.rpm | a23210464976f02ed95fabfddf1842cee799beae3c7b4a3cd55d70da15a65b3a |
xroad-proxy-6.26.0-1.el7.x86_64.rpm | 1d8a2f53051a3b5d3d4ace669dbb4aea8ff7691c3a75ee2a073aed44c58b6123 |
xroad-proxy-ui-api-6.26.0-1.el7.x86_64.rpm | 664c0c64d3f724a25965b43d8009819cc3cbfc97611e7a694225458329c6ff91 |
xroad-securityserver-6.26.0-1.el7.noarch.rpm | 67e2dfce43888278533e6975a2338b14d266075e204f5e974c9640a0ae2d2c92 |
xroad-securityserver-fi-6.26.0-1.el7.noarch.rpm | 0c5b9618c672875164a72341a046690e24eedccd76a0927eada36b73495cda62 |
xroad-securityserver-fo-6.26.0-1.el7.noarch.rpm | 297dc68c05b7d890073fc4107779b1008d3dcb1babd5f5d0d84c710bc2bb2101 |
xroad-securityserver-is-6.26.0-1.el7.noarch.rpm | c0cc76fe2e26a9c10d56c4ebaef4a5c4572447971b28b1f3a28bdc0c9dc01a9b |
xroad-signer-6.26.0-1.el7.x86_64.rpm | 4729af3b294e0668b0d7dbd4d385ec6579c5c0d4531cdc0b0ef0bf65c7da5bee |
RPM / RHEL8
Package | SHA256 checksum |
---|---|
xroad-addon-messagelog-6.26.0-1.el8.x86_64.rpm | 9b54c5d9a566b9c5824b2ee3cc8f3bbfc3e89e62ad6f7781839db36a3ec5fcd0 |
xroad-addon-metaservices-6.26.0-1.el8.x86_64.rpm | 1daaf8ecc635cc63d564d19d95c1a318fa35ba51fffc66336dce6ce4cab3508d |
xroad-addon-opmonitoring-6.26.0-1.el8.x86_64.rpm | e26abf47aee92365981a1602cd78f552812adc99c9339237694bbae572ebdbc7 |
xroad-addon-proxymonitor-6.26.0-1.el8.x86_64.rpm | 6471e91bd526a9e1d2c246e79d1e1a9da4dc510a4e79c50042df7e7a50f21753 |
xroad-addon-wsdlvalidator-6.26.0-1.el8.x86_64.rpm | 239b8762525db2c68dea9934c0d11522fb9c17c52c559aed215e0f76178ecf72 |
xroad-autologin-6.26.0-1.el8.noarch.rpm | dbd2367df78f47e61b7239e6ead66a630f7040abf9d5b02e81770c52b919b697 |
xroad-base-6.26.0-1.el8.x86_64.rpm | e8ad402a9a60f7edbdb85ab7a8a24976769efee7175019dd34979d4907d22130 |
xroad-common-6.26.0-1.el8.x86_64.rpm | 1bbd0bbe4ea7b47316d86e014205347bedbf6003cd435561860c81315b5cd34c |
xroad-confclient-6.26.0-1.el8.x86_64.rpm | 935972804cff98e35ce4f973db84af0ebe41a8e4982037b01ba36fff86a2a81f |
xroad-jetty9-6.26.0-1.el8.x86_64.rpm | 64570637c8aad7e4cccd4aa9711e751a6863c62a6522265d00cdfd76036284ce |
xroad-monitor-6.26.0-1.el8.x86_64.rpm | f2e32eabb8d2302b78f44d3dd29e212c562867c18213ea82f7123c37daca00b3 |
xroad-nginx-6.26.0-1.el8.x86_64.rpm | 54dbc2a19edb4d024ace1ad21245e98f35ad35f0de0a13aa114acdb2ed505899 |
xroad-opmonitor-6.26.0-1.el8.x86_64.rpm | 23e081dfe50a97d03167557f0192883c6e11201eb1f583fd2dff89c8d53a6087 |
xroad-proxy-6.26.0-1.el8.x86_64.rpm | c8acd258b0f3c56eb14ad0170a005a0574163afd51272f81ca0ba1eb148b4f88 |
xroad-proxy-ui-api-6.26.0-1.el8.x86_64.rpm | f057cdd4f8d0af640995fc357af7a773790545d64b08d17161acd77262b43cbf |
xroad-securityserver-6.26.0-1.el8.noarch.rpm | 4a2e1203981836e4ba4263d704b1a2f4b9c48b4e6c35d08f8af6a971f0b9b147 |
xroad-securityserver-fi-6.26.0-1.el8.noarch.rpm | 028783b278fc31840bcf7c4d3830ab0775bafedb7a8c136679dbfcbeea876d02 |
xroad-securityserver-fo-6.26.0-1.el8.noarch.rpm | 4766dc0930a46414ddc329b2602ef0cf1a70de611fc4c3297dec2e917e1f0475 |
xroad-securityserver-is-6.26.0-1.el8.noarch.rpm | 699947d612c3d3fc16fdbe34ac068f7fae65565c567bab1224e03b40a11a609a |
xroad-signer-6.26.0-1.el8.x86_64.rpm | ccf8d708e2b0d78bcd7bcae6b5f51ea520ee548608ffa25e9948c10de434d5e3 |