Skip to content

temp/qt5-qtbase: Upgrade to upstream version 5.10.1-r3

Grant Miller requested to merge GrantM11235/pmaports:update-qtbase into master

qt5-qtbase fails to build with the following error:

ERROR: unsatisfiable constraints:
  libressl-dev-2.7.4-r2:
    conflicts: openssl-dev-1.1.1a-r0[pc:libcrypto=2.7.4]
               openssl-dev-1.1.1a-r0[pc:libssl=2.7.4]
               openssl-dev-1.1.1a-r0[pc:openssl=2.7.4]
    satisfies: .pmbootstrap-0[libressl-dev]
  openssl-dev-1.1.1a-r0:
    conflicts: libressl-dev-2.7.4-r2[pc:libcrypto=1.1.1a]
               libressl-dev-2.7.4-r2[pc:libssl=1.1.1a]
               libressl-dev-2.7.4-r2[pc:openssl=1.1.1a]
    satisfies: postgresql-dev-11.1-r0[openssl-dev]
               mariadb-connector-c-dev-3.0.5-r1[openssl-dev]
               .pmbootstrap-0[openssl-dev]

This MR fixes the problem by updating qt5-qtbase to match the latest upstream version which replaces libressl-dev with openssl-dev.

I have tested this with Plasma Mobile on my samsung-jflte.

Merge request reports