Package: trantor
Severity: important
Tags: patch
User: [email protected]
Usertags: origin-ubuntu noble ubuntu-patch
X-Debbugs-Cc: [email protected]
Dear Maintainer,
In Ubuntu, the attached patch was applied to achieve the following:
* Drop spurious Depends on libssl3 as package is currently built with no TLS
provider.
The libssl3 package is being renamed to libssl3t64 as part of the time_t
transition so this is blocking various things on armhf and other
affected arches.
Thanks for considering the patch.
-- System Information:
Debian Release: trixie/sid
APT prefers mantic-updates
APT policy: (500, 'mantic-updates'), (500, 'mantic-security'), (500,
'mantic'), (100, 'mantic-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 6.5.0-25-generic (SMP w/16 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8),
LANGUAGE=en_NZ.UTF-8:en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
diff -Nru trantor-1.5.12+ds/debian/control trantor-1.5.12+ds/debian/control
--- trantor-1.5.12+ds/debian/control 2024-03-05 15:07:38.000000000 +1300
+++ trantor-1.5.12+ds/debian/control 2024-03-21 15:06:24.000000000 +1300
@@ -12,7 +11,7 @@
Package: libtrantor1
Architecture: any
-Depends: libssl3, libc-ares2, ${misc:Depends}, ${shlibs:Depends}
+Depends: libc-ares2, ${misc:Depends}, ${shlibs:Depends}
Description: Non-blocking I/O cross-platform TCP network library
Trantor is a non-blocking I/O cross-platform TCP network library, using C++14.
Drawing on the design of Muduo Library