diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 17:27:59 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 17:27:59 +0000 |
commit | 938776fed1a2a96bcff9308de7f3681963d2f5a5 (patch) | |
tree | 01dc10085a510124ff429011e09ba4d7b0f175cc /debian/control | |
parent | Adding upstream version 0.2.0. (diff) | |
download | force-ip-protocol-938776fed1a2a96bcff9308de7f3681963d2f5a5.tar.xz force-ip-protocol-938776fed1a2a96bcff9308de7f3681963d2f5a5.zip |
Adding debian version 0.2.0-3.debian/0.2.0-3debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..63db0e8 --- /dev/null +++ b/debian/control @@ -0,0 +1,19 @@ +Source: force-ip-protocol +Section: net +Priority: optional +Maintainer: Thorsten Alteholz <debian@alteholz.de> +Build-Depends: debhelper-compat (= 13) +Standards-Version: 4.6.2 +Homepage: https://git.alteholz.dev/alteholz/force-ip-protocol/ +Vcs-Browser: https://salsa.debian.org/alteholz/force-ip-protocol +Vcs-Git: https://salsa.debian.org/alteholz/force-ip-protocol.git +Rules-Requires-Root: no + +Package: force-ip-protocol +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: force other software to use only IPv4 or IPv6 for network connections + A library, which replaces function getaddrinfo() by its own version, + will be LD_PRELOADed. This version limits the available sockets to + ones of type PF_INET/PF_INTE6 and such limits all network traffic to + a certain protocol |