Hi, On 2024-06-05 15:31, Gianfranco Costamagna wrote: > Source: tpm2-tss > Version: 4.1.3-1 > Severity: important > tags: patch > > Hello, libftdi looks unmaintained, last upload 2016, low popocon. > libftdi1 looks like the new release (same maintainer, same upstream), last > release 2022, 10x higher popcon, and libraries are switching to it. > > Can you please switch to libftdi1?
I have just noticed that too, and we definitely want tpm2-tss to use libftdi1 instead of the old, unmaintained version. In addition this means that tpm2-tss is linked with both the old and new libusb version. While it often works it's something that should be avoided. As a maintainer of both libftdi packages, I prefer not to have an extra package depending on the old libftdi in Trixie. I have therefore uploaded a trivial NMU to DELAYED/15-day, please find the debdiff attached. Do not hesitate to upload a fixed package before, or ask me to delay further this NMU or cancel it. Regards Aurelien -- Aurelien Jarno GPG: 4096R/1DDD8C9B [email protected] http://aurel32.net
diff -Nru tpm2-tss-4.1.3/debian/changelog tpm2-tss-4.1.3/debian/changelog --- tpm2-tss-4.1.3/debian/changelog 2024-10-10 02:46:57.000000000 +0200 +++ tpm2-tss-4.1.3/debian/changelog 2024-10-26 12:25:25.000000000 +0200 @@ -1,3 +1,10 @@ +tpm2-tss (4.1.3-1.2) unstable; urgency=medium + + * Non-maintainer upload. + * Switch from outdated libfti to libftdi1 (Closes: #1072637) + + -- Aurelien Jarno <[email protected]> Sat, 26 Oct 2024 12:25:25 +0200 + tpm2-tss (4.1.3-1.1) unstable; urgency=medium * Non-maintainer upload. diff -Nru tpm2-tss-4.1.3/debian/control tpm2-tss-4.1.3/debian/control --- tpm2-tss-4.1.3/debian/control 2024-10-10 00:35:59.000000000 +0200 +++ tpm2-tss-4.1.3/debian/control 2024-10-26 12:24:17.000000000 +0200 @@ -15,7 +15,7 @@ dpkg-dev (>= 1.22.5), libcmocka-dev (>= 1.0), libcurl4-openssl-dev | libcurl-dev, - libftdi-dev, + libftdi1-dev, libini-config-dev, libjson-c-dev, libltdl-dev,
signature.asc
Description: PGP signature

