1
0
Fork 0

Building with cryptopant.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-14 06:58:41 +01:00
parent 6333f55781
commit ce9fd06604
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
3 changed files with 1 additions and 15 deletions

1
debian/control vendored
View file

@ -4,6 +4,7 @@ Priority: optional
Maintainer: Daniel Baumann <daniel@debian.org>
Build-Depends:
debhelper-compat (= 13),
libcryptopant-dev,
libldns-dev,
libpcap-dev,
libssl-dev,

View file

@ -1,14 +0,0 @@
Author: Daniel Baumann <daniel@debian.org>
Description: Building without cryptopant plugin, needs cryptopANT which is not available (OpenSSL vs. GPL-2).
diff -Naurp dnscap.orig/plugins/Makefile.am dnscap/plugins/Makefile.am
--- dnscap.orig/plugins/Makefile.am
+++ dnscap/plugins/Makefile.am
@@ -1,6 +1,6 @@
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
SUBDIRS = pcapdump rssm txtout rzkeychange royparse anonmask ipcrypt \
- anonaes128 cryptopan cryptopant eventlog
+ anonaes128 cryptopan eventlog
EXTRA_DIST = template shared

View file

@ -1,2 +1 @@
debian/0001-rssm-shebang.patch
debian/0002-cryptopant.patch