[CONC-617] GNUTLs version since CONC-605 requires 3.4.2 Created: 2022-11-03 Updated: 2022-11-04 |
|
| Status: | Open |
| Project: | MariaDB Connector/C |
| Component/s: | None |
| Affects Version/s: | 3.3, 3.1.17 |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major |
| Reporter: | Daniel Black | Assignee: | Georg Richter |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
https://gitlab.com/gnutls/gnutls/-/blob/master/NEWS#L1782 However in the CMakeList.txt "3.3.24" is listed as the required version. |
| Comments |
| Comment by Georg Richter [ 2022-11-03 ] | ||||
|
Unfortunately we can't bump the required GNUTLS version number, since there are still non eoled enterprise versions which have older GNUTLS versions installed. A workaround would be
or to fix in Source
| ||||
| Comment by Daniel Black [ 2022-11-04 ] | ||||
|
I (well Vlad) only looked at Centos 7 which didn't have the prevous version. I haven't looked at gnutls packaged versions elsewhere. The code fix looks like a good while older 3.3.34 is claimed to be sufficient in configure. Maybe a cmake configure warning about no SIGPIPE protection for versions < 3.4.2 so packager/user is aware. |