libgnutlsxx28 depencency

Swifty.hu

Active Member
Jan 23, 2021
36
3
28
Germany - Hungary
swifty.hu
Hi Proxmox Team,

I use "bleeding edge" Debian with Proxmox. I have noticed a few weeks ago that the next version of Debian will deprecate libgnutlsx28 in favour of libgnutls30.
I tried to upgrade to this new version, however lxc-pve held me back from it.
A few days ago I tried to hack it, by changing the dependencies in the /var/lib/dpkg/status file. I just added " | libgnutls30 " after libgnutlsxx28:


Depends: apparmor, bridge-utils, criu (>= 1.5.2-1), libcap2 (>= 1:2.10), libgnutlsxx28 | libgnutls30, lxcfs, python3, uidmap, libapparmor1 (>= 2.6~devel), libc6 (>= 2.28), libgcc-s1 (>= 3.3.1), libseccomp2 (>= 2.5.0), libsystemd0 (>= 237)

After that I was able to remove the old GNU TLS version.

Everything seems to work perfectly... :)

Thanks,
Swifty