Debian NEW package overview for openvpn3-client
openvpn3-client_24+dfsg-1_amd64.changes (click to toggle)
Format:1.8
Date:Wed, 12 Feb 2025 20:17:22 +0100
Source:openvpn3-client
Binary:openvpn3-client openvpn3-client-dbgsym
Architecture:source amd64
Version:24+dfsg-1
Distribution:unstable
Urgency:medium
Maintainer:Marc Leeman <marc.leeman@gmail.com>
Changed-By:Marc Leeman <marc.leeman@gmail.com>
Description:
openvpn3-client - virtual private network client (version 3)
Closes:904044
Changes:
openvpn3-client (24+dfsg-1) unstable; urgency=medium

  * Initial release. (Closes: #904044)
Files:
a03de091abe20677ff5bb498d8c404b2 2332 net optional openvpn3-client_24+dfsg-1.dsc
33149a80e5a0a35d25a17127bcb166af 4687240 net optional openvpn3-client_24+dfsg.orig.tar.xz
63492266c4aff8f3aee8fd2328b81545 22688 net optional openvpn3-client_24+dfsg-1.debian.tar.xz
174f68a5511c3878804c515ef4928684 49474876 debug optional openvpn3-client-dbgsym_24+dfsg-1_amd64.deb
1b764c413c33a7fcfbeb376e66e7b5e8 9600 net optional openvpn3-client_24+dfsg-1_amd64.buildinfo
c6c42b8a7652719e7c3da756e1e8d21c 1926076 net optional openvpn3-client_24+dfsg-1_amd64.deb
openvpn3-client_24+dfsg-1.dsc (click to toggle)
Format:3.0 (quilt)
Source:openvpn3-client
Binary:openvpn3-client
Architecture:any
Version:24+dfsg-1
Maintainer:Marc Leeman <marc.leeman@gmail.com>
Homepage:https://openvpn.net/
Standards-Version:4.7.0
Vcs-Browser:https://salsa.debian.org/erpel/openvpn3-client
Vcs-Git:https://salsa.debian.org/erpel/openvpn3-client.git
Build-Depends:autoconf, autoconf-archive, debhelper-compat (=13), dh-python, libgdbuspp-dev, libasio-dev, libcap-ng-dev, libdbus-1-dev, libglib2.0-dev, libjsoncpp-dev, liblz4-dev, libnl-3-dev, libnl-genl-3-dev, libprotobuf-dev, libprotoc-dev, protobuf-compiler, libssl-dev, systemd-dev | systemd (<<253-2~), libtinyxml2-dev, libxml2-utils, meson, pkgconf, polkitd, python3, python3-dbus, python3-docutils, python3-jinja2, python3-minimal, python3-systemd, uuid-dev
Package-List:openvpn3-client deb net optional arch=any
Files:
33149a80e5a0a35d25a17127bcb166af 4687240 openvpn3-client_24+dfsg.orig.tar.xz
63492266c4aff8f3aee8fd2328b81545 22688 openvpn3-client_24+dfsg-1.debian.tar.xz
lintian 2.104.0 check for openvpn3-client_24+dfsg-1.dsc (click to toggle)
README.source for openvpn3-client_24+dfsg-1.dsc (click to toggle)
# DFSG changes

During initial packaging, lintian picked up on a copy/not change licence
in unicode-impl.hpp.

The sources indicate that the code was fetched from  a web archive
location (ConvertUTF.h).

https://web.archive.org/web/20041122041550/http://www.unicode.org/Public/PROGRAMS/CVTUTF/

Searching further references, llvm has aa more recent copy that seems
to include an updated copyright file that allows it to be in main:

https://llvm.org/doxygen/ConvertUTF_8h_source.html

The implementation that was in the upstream release has been replaced by
the more recent copy from llvm (and adjusted to inline in a header file).

The original version has been removed in the DFSG source archive.

Furthermore, there is a sparc binary included that is used as a random
test data. This binary was removed and replaced with random data

openvpn3-client source: source-is-missing [openvpn3-core/test/unittests/comp-testdata/sum]

After a discussion with sponsor Andrew Lee, we decided to drop the unused
`vendor/asio` code from the source tarball, mainly to avoid remarks of
the security team on duplicate code.

# Supported architectures

According to upstream; there are some challenges compiling for 32-bit
that could be resolved in a subsequent release. amd64 has been tested at
release and there have been reports that it works on rbpi arm64. Enable
the 64 architectures to be included in Debian.
control file for openvpn3-client_24+dfsg-1_amd64.deb (click to toggle)
Package:openvpn3-client
Version:24+dfsg-1
Architecture:amd64
Maintainer:Marc Leeman <marc.leeman@gmail.com>
Installed-Size:8218
Depends:systemd | systemd-standalone-sysusers | systemd-sysusers, libc6 (>=2.38), libcap-ng0 (>=0.7.9), libgcc-s1 (>=3.0), libgdbuspp3 (>=3), libglib2.0-0t64 (>=2.28.0), libjsoncpp26 (>=1.9.6), liblz4-1 (>=0.0~r130), libnl-3-200 (>=3.2.7), libnl-genl-3-200 (>=3.2.7), libprotobuf32t64 (>=3.21.12), libselinux1 (>=3.1~), libssl3t64 (>=3.4.0), libstdc++6 (>=14), libsystemd0, libtinyxml2-10 (>=10.0.0), libuuid1 (>=2.20.1), python3:any
Section:net
Priority:optional
Homepage:https://openvpn.net/
Description:
virtual private network client (version 3)
 OpenVPN is an application to securely tunnel IP networks over a
 single UDP or TCP port. It can be used to access remote sites, make
 secure point-to-point connections, enhance wireless security, etc.
 .
 OpenVPN uses all of the encryption, authentication, and certification
 features provided by the OpenSSL library (any cipher, key size, or
 HMAC digest).
 .
 OpenVPN may use static, pre-shared keys or TLS-based dynamic key exchange. It
 also supports VPNs with dynamic endpoints (DHCP or dial-up clients), tunnels
 over NAT or connection-oriented stateful firewalls (such as Linux's iptables).
 .
 This is a new OpenVPN client based on the OpenVPN 3 C++ Core Library.
 The architecture behind this client is completely different from the
 classic OpenVPN 2.x versions, as it enables a strict privilege
 separation as part of the implementation.  In addition, it provides
 possibility to update the DNS configuration when that is being pushed
 from the OpenVPN server.  This client is built around D-Bus which
 enables more advanced ways to interact with OpenVPN tunnels.  And
 it provides an openvpn3 Python 3 module to simplify interaction
 with the client from Python.
 .
 This package contains OpenVPN3 Linux Client
lintian 2.104.0 check for openvpn3-client_24+dfsg-1_amd64.deb (click to toggle)
contents of openvpn3-client_24+dfsg-1_amd64.deb (click to toggle)
drwxr-xr-x root/root         0 2025-02-12 19:17 ./
drwxr-xr-x root/root         0 2025-02-12 19:17 ./usr/
drwxr-xr-x root/root         0 2025-02-12 19:17 ./usr/bin/
-rwxr-xr-x root/root     15752 2025-02-12 19:17 ./usr/bin/openvpn2
-rwxr-xr-x root/root   1167008 2025-02-12 19:17 ./usr/bin/openvpn3
-rwxr-xr-x root/root     12503 2025-02-12 19:17 ./usr/bin/openvpn3-as
drwxr-xr-x root/root         0 2025-02-12 19:17 ./usr/lib/
drwxr-xr-x root/root         0 2025-02-12 19:17 ./usr/lib/python3/
drwxr-xr-x root/root         0 2025-02-12 19:17 ./usr/lib/python3/dist-packages/
drwxr-xr-x root/root         0 2025-02-12 19:17 ./usr/lib/python3/dist-packages/openvpn3/
-rw-r--r-- root/root     13786 2024-11-29 20:18 ./usr/lib/python3/dist-packages/openvpn3/ConfigManager.py
-rw-r--r-- root/root     63964 2024-11-29 20:18 ./usr/lib/python3/dist-packages/openvpn3/ConfigParser.py
-rw-r--r-- root/root      7607 2024-11-29 20:18 ./usr/lib/python3/dist-packages/openvpn3/NetCfgManager.py
-rw-r--r-- root/root     22943 2024-11-29 20:18 ./usr/lib/python3/dist-packages/openvpn3/SessionManager.py
-rw-r--r-- root/root       921 2024-11-29 20:18 ./usr/lib/python3/dist-packages/openvpn3/__init__.py
-rw-r--r-- root/root      2940 2025-02-12 19:17 ./usr/lib/python3/dist-packages/openvpn3/constants.py
drwxr-xr-x root/root         0 2025-02-12 19:17 ./usr/lib/systemd/
drwxr-xr-x root/root         0 2025-02-12 19:17 ./usr/lib/systemd/system/
-rw-r--r-- root/root       262 2025-02-12 19:17 ./usr/lib/systemd/system/openvpn3-autoload.service
-rw-r--r-- root/root       558 2025-02-12 19:17 ./usr/lib/systemd/system/openvpn3-session@.service
drwxr-xr-x root/root         0 2025-02-12 19:17 ./usr/lib/sysusers.d/
-rw-r--r-- root/root        88 2025-02-12 19:17 ./usr/lib/sysusers.d/openvpn3-client.conf
drwxr-xr-x root/root         0 2025-02-12 19:17 ./usr/lib/tmpfiles.d/
-rw-r--r-- root/root       110 2025-02-12 19:17 ./usr/lib/tmpfiles.d/openvpn3-client.conf
drwxr-xr-x root/root         0 2025-02-12 19:17 ./usr/libexec/
drwxr-xr-x root/root         0 2025-02-12 19:17 ./usr/libexec/openvpn3-linux/
-rwxr-xr-x root/root    342488 2025-02-12 19:17 ./usr/libexec/openvpn3-linux/openvpn3-service-backendstart
-rwxr-xr-x root/root   2242160 2025-02-12 19:17 ./usr/libexec/openvpn3-linux/openvpn3-service-client
-rwxr-xr-x root/root    645688 2025-02-12 19:17 ./usr/libexec/openvpn3-linux/openvpn3-service-configmgr
-rwxr-xr-x root/root    526832 2025-02-12 19:17 ./usr/libexec/openvpn3-linux/openvpn3-service-log
-rwxr-xr-x root/root   1276936 2025-02-12 19:17 ./usr/libexec/openvpn3-linux/openvpn3-service-netcfg
-rwxr-xr-x root/root    757240 2025-02-12 19:17 ./usr/libexec/openvpn3-linux/openvpn3-service-sessionmgr
-rwxr-xr-x root/root     12782 2025-02-12 19:17 ./usr/libexec/openvpn3-linux/openvpn3-systemd
drwxr-xr-x root/root         0 2025-02-12 19:17 ./usr/sbin/
-rwxr-xr-x root/root    982608 2025-02-12 19:17 ./usr/sbin/openvpn3-admin
-rwxr-xr-x root/root     14007 2025-02-12 19:17 ./usr/sbin/openvpn3-autoload
drwxr-xr-x root/root         0 2025-02-12 19:17 ./usr/share/
drwxr-xr-x root/root         0 2025-02-12 19:17 ./usr/share/bash-completion/
drwxr-xr-x root/root         0 2025-02-12 19:17 ./usr/share/bash-completion/completions/
-rw-r--r-- root/root      5770 2025-02-12 19:17 ./usr/share/bash-completion/completions/openvpn2
-rw-r--r-- root/root      4147 2024-11-29 20:18 ./usr/share/bash-completion/completions/openvpn3
drwxr-xr-x root/root         0 2025-02-12 19:17 ./usr/share/dbus-1/
drwxr-xr-x root/root         0 2025-02-12 19:17 ./usr/share/dbus-1/system-services/
-rw-r--r-- root/root       329 2025-02-12 19:17 ./usr/share/dbus-1/system-services/net.openvpn.v3.backends.service
-rw-r--r-- root/root       370 2025-02-12 19:17 ./usr/share/dbus-1/system-services/net.openvpn.v3.configuration.service
-rw-r--r-- root/root       346 2025-02-12 19:17 ./usr/share/dbus-1/system-services/net.openvpn.v3.log.service
-rw-r--r-- root/root       348 2025-02-12 19:17 ./usr/share/dbus-1/system-services/net.openvpn.v3.netcfg.service
-rw-r--r-- root/root       327 2025-02-12 19:17 ./usr/share/dbus-1/system-services/net.openvpn.v3.sessions.service
drwxr-xr-x root/root         0 2025-02-12 19:17 ./usr/share/dbus-1/system.d/
-rw-r--r-- root/root      2383 2025-02-12 19:17 ./usr/share/dbus-1/system.d/net.openvpn.v3.backends.conf
-rw-r--r-- root/root      4529 2025-02-12 19:17 ./usr/share/dbus-1/system.d/net.openvpn.v3.client.conf
-rw-r--r-- root/root      1070 2025-02-12 19:17 ./usr/share/dbus-1/system.d/net.openvpn.v3.conf
-rw-r--r-- root/root      6069 2025-02-12 19:17 ./usr/share/dbus-1/system.d/net.openvpn.v3.configuration.conf
-rw-r--r-- root/root      4904 2025-02-12 19:17 ./usr/share/dbus-1/system.d/net.openvpn.v3.log.conf
-rw-r--r-- root/root      8555 2025-02-12 19:17 ./usr/share/dbus-1/system.d/net.openvpn.v3.netcfg.conf
-rw-r--r-- root/root      5905 2025-02-12 19:17 ./usr/share/dbus-1/system.d/net.openvpn.v3.sessions.conf
drwxr-xr-x root/root         0 2025-02-12 19:17 ./usr/share/doc/
drwxr-xr-x root/root         0 2025-02-12 19:17 ./usr/share/doc/openvpn3/
-rw-r--r-- root/root     11748 2024-11-29 20:18 ./usr/share/doc/openvpn3/COPYRIGHT.md.gz
-rw-r--r-- root/root      2220 2024-11-29 20:18 ./usr/share/doc/openvpn3/QUICK-START.md.gz
-rw-r--r-- root/root      5160 2024-11-29 20:18 ./usr/share/doc/openvpn3/README.md.gz
drwxr-xr-x root/root         0 2025-02-12 19:17 ./usr/share/doc/openvpn3/dbus/
-rw-r--r-- root/root      1883 2024-11-29 20:18 ./usr/share/doc/openvpn3/dbus/dbus-logging.md.gz
-rw-r--r-- root/root      4221 2024-11-29 20:18 ./usr/share/doc/openvpn3/dbus/dbus-overview.md.gz
-rw-r--r-- root/root      5376 2024-11-29 20:18 ./usr/share/doc/openvpn3/dbus/dbus-primer.md.gz
-rw-r--r-- root/root      2360 2024-11-29 20:18 ./usr/share/doc/openvpn3/dbus/dbus-service-net.openvpn.v3.backends.md
-rw-r--r-- root/root      4839 2024-11-29 20:18 ./usr/share/doc/openvpn3/dbus/dbus-service-net.openvpn.v3.client.md.gz
-rw-r--r-- root/root      3787 2024-11-29 20:18 ./usr/share/doc/openvpn3/dbus/dbus-service-net.openvpn.v3.configuration.md.gz
-rw-r--r-- root/root      3317 2024-11-29 20:18 ./usr/share/doc/openvpn3/dbus/dbus-service-net.openvpn.v3.log.md.gz
-rw-r--r-- root/root      6535 2024-11-29 20:18 ./usr/share/doc/openvpn3/dbus/dbus-service-net.openvpn.v3.netcfg.md.gz
-rw-r--r-- root/root      4081 2024-11-29 20:18 ./usr/share/doc/openvpn3/dbus/dbus-service-net.openvpn.v3.sessions.md.gz
drwxr-xr-x root/root         0 2025-02-12 19:17 ./usr/share/doc/openvpn3-client/
-rw-r--r-- root/root      5160 2024-11-29 20:18 ./usr/share/doc/openvpn3-client/README.md.gz
-rw-r--r-- root/root       165 2025-02-12 19:17 ./usr/share/doc/openvpn3-client/changelog.Debian.gz
-rw-r--r-- root/root     45579 2025-02-12 19:17 ./usr/share/doc/openvpn3-client/copyright
drwxr-xr-x root/root         0 2025-02-12 19:17 ./usr/share/lintian/
drwxr-xr-x root/root         0 2025-02-12 19:17 ./usr/share/lintian/overrides/
-rw-r--r-- root/root       196 2025-02-12 19:17 ./usr/share/lintian/overrides/openvpn3-client
drwxr-xr-x root/root         0 2025-02-12 19:17 ./usr/share/man/
drwxr-xr-x root/root         0 2025-02-12 19:17 ./usr/share/man/man1/
-rw-r--r-- root/root      8320 2025-02-12 19:17 ./usr/share/man/man1/openvpn2.1.gz
-rw-r--r-- root/root      1148 2025-02-12 19:17 ./usr/share/man/man1/openvpn3-as.1.gz
-rw-r--r-- root/root      1505 2025-02-12 19:17 ./usr/share/man/man1/openvpn3-config-acl.1.gz
-rw-r--r-- root/root       920 2025-02-12 19:17 ./usr/share/man/man1/openvpn3-config-dump.1.gz
-rw-r--r-- root/root      1033 2025-02-12 19:17 ./usr/share/man/man1/openvpn3-config-import.1.gz
-rw-r--r-- root/root      3198 2025-02-12 19:17 ./usr/share/man/man1/openvpn3-config-manage.1.gz
-rw-r--r-- root/root       806 2025-02-12 19:17 ./usr/share/man/man1/openvpn3-config-remove.1.gz
-rw-r--r-- root/root       872 2025-02-12 19:17 ./usr/share/man/man1/openvpn3-configs-list.1.gz
-rw-r--r-- root/root      1116 2025-02-12 19:17 ./usr/share/man/man1/openvpn3-log.1.gz
-rw-r--r-- root/root      1353 2025-02-12 19:17 ./usr/share/man/man1/openvpn3-session-acl.1.gz
-rw-r--r-- root/root       659 2025-02-12 19:17 ./usr/share/man/man1/openvpn3-session-auth.1.gz
-rw-r--r-- root/root      1415 2025-02-12 19:17 ./usr/share/man/man1/openvpn3-session-manage.1.gz
-rw-r--r-- root/root      1447 2025-02-12 19:17 ./usr/share/man/man1/openvpn3-session-start.1.gz
-rw-r--r-- root/root       938 2025-02-12 19:17 ./usr/share/man/man1/openvpn3-session-stats.1.gz
-rw-r--r-- root/root       725 2025-02-12 19:17 ./usr/share/man/man1/openvpn3-sessions-list.1.gz
-rw-r--r-- root/root       950 2025-02-12 19:17 ./usr/share/man/man1/openvpn3.1.gz
drwxr-xr-x root/root         0 2025-02-12 19:17 ./usr/share/man/man7/
-rw-r--r-- root/root      3388 2025-02-12 19:17 ./usr/share/man/man7/openvpn3-linux.7.gz
drwxr-xr-x root/root         0 2025-02-12 19:17 ./usr/share/man/man8/
-rw-r--r-- root/root      1092 2025-02-12 19:17 ./usr/share/man/man8/openvpn3-admin-init-config.8.gz
-rw-r--r-- root/root      1937 2025-02-12 19:17 ./usr/share/man/man8/openvpn3-admin-journal.8.gz
-rw-r--r-- root/root      1794 2025-02-12 19:17 ./usr/share/man/man8/openvpn3-admin-log-service.8.gz
-rw-r--r-- root/root      1483 2025-02-12 19:17 ./usr/share/man/man8/openvpn3-admin-netcfg-service.8.gz
-rw-r--r-- root/root       671 2025-02-12 19:17 ./usr/share/man/man8/openvpn3-admin-sessionmgr-service.8.gz
-rw-r--r-- root/root      1047 2025-02-12 19:17 ./usr/share/man/man8/openvpn3-admin.8.gz
-rw-r--r-- root/root      4428 2025-02-12 19:17 ./usr/share/man/man8/openvpn3-autoload.8.gz
-rw-r--r-- root/root      1251 2025-02-12 19:17 ./usr/share/man/man8/openvpn3-service-backendstart.8.gz
-rw-r--r-- root/root      1583 2025-02-12 19:17 ./usr/share/man/man8/openvpn3-service-client.8.gz
-rw-r--r-- root/root      1652 2025-02-12 19:17 ./usr/share/man/man8/openvpn3-service-configmgr.8.gz
-rw-r--r-- root/root      1389 2025-02-12 19:17 ./usr/share/man/man8/openvpn3-service-devposture.8.gz
-rw-r--r-- root/root      2580 2025-02-12 19:17 ./usr/share/man/man8/openvpn3-service-log.8.gz
-rw-r--r-- root/root      3137 2025-02-12 19:17 ./usr/share/man/man8/openvpn3-service-netcfg.8.gz
-rw-r--r-- root/root      1444 2025-02-12 19:17 ./usr/share/man/man8/openvpn3-service-sessionmgr.8.gz
-rw-r--r-- root/root      1177 2025-02-12 19:17 ./usr/share/man/man8/openvpn3-systemd.8.gz
drwxr-xr-x root/root         0 2025-02-12 19:17 ./usr/share/polkit-1/
drwxr-xr-x root/root         0 2025-02-12 19:17 ./usr/share/polkit-1/actions/
-rw-r--r-- root/root      2737 2025-02-12 19:17 ./usr/share/polkit-1/actions/net.openvpn.openvpn3-client.policy
drwxr-xr-x root/root         0 2025-02-12 19:17 ./usr/share/polkit-1/rules.d/
-rw-r--r-- root/root      1035 2025-02-12 19:17 ./usr/share/polkit-1/rules.d/net.openvpn.v3.rules
drwxr-xr-x root/root         0 2025-02-12 19:17 ./var/
drwxr-xr-x root/root         0 2025-02-12 19:17 ./var/lib/
drwxr-xr-x root/root         0 2025-02-12 19:17 ./var/lib/openvpn3/
lrwxrwxrwx root/root         0 2025-02-12 19:17 ./usr/share/bash-completion/completions/openvpn3-admin -> openvpn3
control file for openvpn3-client-dbgsym_24+dfsg-1_amd64.deb (click to toggle)
Package:openvpn3-client-dbgsym
Source:openvpn3-client
Version:24+dfsg-1
Auto-Built-Package:debug-symbols
Architecture:amd64
Maintainer:Marc Leeman <marc.leeman@gmail.com>
Installed-Size:51760
Depends:openvpn3-client (=24+dfsg-1)
Section:debug
Priority:optional
Description:
debug symbols for openvpn3-client
Build-Ids:1b2f1d25cbc886c4af39aba19a03e9e0e37f8a39 27d37dc45f834180a7a023a77390df6634b244b9 3cb591092ce5e5bc9d22e821d284e9f7be6d7edc 57de2764d52b327fd7610669dea43319e6db7fea 6790815bb54e6f4956c9ccc6c8f2350cc7d3bb8c 9ead64417b9d5c269901de3ec7383c5a8437d9d8 d6114f9f9f3955427821ec3e2ce1bd4c2c308faa fb263b5fc249766980b5496d9415ea5f21c6a499
lintian 2.104.0 check for openvpn3-client-dbgsym_24+dfsg-1_amd64.deb (click to toggle)
contents of openvpn3-client-dbgsym_24+dfsg-1_amd64.deb (click to toggle)
drwxr-xr-x root/root         0 2025-02-12 19:17 ./
drwxr-xr-x root/root         0 2025-02-12 19:17 ./usr/
drwxr-xr-x root/root         0 2025-02-12 19:17 ./usr/lib/
drwxr-xr-x root/root         0 2025-02-12 19:17 ./usr/lib/debug/
drwxr-xr-x root/root         0 2025-02-12 19:17 ./usr/lib/debug/.build-id/
drwxr-xr-x root/root         0 2025-02-12 19:17 ./usr/lib/debug/.build-id/1b/
-rw-r--r-- root/root  11757624 2025-02-12 19:17 ./usr/lib/debug/.build-id/1b/2f1d25cbc886c4af39aba19a03e9e0e37f8a39.debug
drwxr-xr-x root/root         0 2025-02-12 19:17 ./usr/lib/debug/.build-id/27/
-rw-r--r-- root/root   3497880 2025-02-12 19:17 ./usr/lib/debug/.build-id/27/d37dc45f834180a7a023a77390df6634b244b9.debug
drwxr-xr-x root/root         0 2025-02-12 19:17 ./usr/lib/debug/.build-id/3c/
-rw-r--r-- root/root   4083512 2025-02-12 19:17 ./usr/lib/debug/.build-id/3c/b591092ce5e5bc9d22e821d284e9f7be6d7edc.debug
drwxr-xr-x root/root         0 2025-02-12 19:17 ./usr/lib/debug/.build-id/57/
-rw-r--r-- root/root   5935776 2025-02-12 19:17 ./usr/lib/debug/.build-id/57/de2764d52b327fd7610669dea43319e6db7fea.debug
drwxr-xr-x root/root         0 2025-02-12 19:17 ./usr/lib/debug/.build-id/67/
-rw-r--r-- root/root  11350344 2025-02-12 19:17 ./usr/lib/debug/.build-id/67/90815bb54e6f4956c9ccc6c8f2350cc7d3bb8c.debug
drwxr-xr-x root/root         0 2025-02-12 19:17 ./usr/lib/debug/.build-id/9e/
-rw-r--r-- root/root   2963272 2025-02-12 19:17 ./usr/lib/debug/.build-id/9e/ad64417b9d5c269901de3ec7383c5a8437d9d8.debug
drwxr-xr-x root/root         0 2025-02-12 19:17 ./usr/lib/debug/.build-id/d6/
-rw-r--r-- root/root   9982808 2025-02-12 19:17 ./usr/lib/debug/.build-id/d6/114f9f9f3955427821ec3e2ce1bd4c2c308faa.debug
drwxr-xr-x root/root         0 2025-02-12 19:17 ./usr/lib/debug/.build-id/fb/
-rw-r--r-- root/root   1668376 2025-02-12 19:17 ./usr/lib/debug/.build-id/fb/263b5fc249766980b5496d9415ea5f21c6a499.debug
drwxr-xr-x root/root         0 2025-02-12 19:17 ./usr/lib/debug/.dwz/
drwxr-xr-x root/root         0 2025-02-12 19:17 ./usr/lib/debug/.dwz/x86_64-linux-gnu/
-rw-r--r-- root/root   1739696 2025-02-12 19:17 ./usr/lib/debug/.dwz/x86_64-linux-gnu/openvpn3-client.debug
drwxr-xr-x root/root         0 2025-02-12 19:17 ./usr/share/
drwxr-xr-x root/root         0 2025-02-12 19:17 ./usr/share/doc/
lrwxrwxrwx root/root         0 2025-02-12 19:17 ./usr/share/doc/openvpn3-client-dbgsym -> openvpn3-client

Timestamp: 13.02.2025 / 18:02:39 (UTC)