Adding debian version 2.0.0+debian-1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
1cf0d30d41
commit
aae241d722
11 changed files with 146 additions and 0 deletions
12
debian/patches/debian/0001-rssm-shebang.patch
vendored
Normal file
12
debian/patches/debian/0001-rssm-shebang.patch
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
Author: Daniel Baumann <daniel.baumann@progress-linux.org>
|
||||
Description: Correcting Perl shebang.
|
||||
|
||||
diff -Naurp dnscap.orig/plugins/rssm/dnscap-rssm-rssac002 dnscap/plugins/rssm/dnscap-rssm-rssac002
|
||||
--- dnscap.orig/plugins/rssm/dnscap-rssm-rssac002
|
||||
+++ dnscap/plugins/rssm/dnscap-rssm-rssac002
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!/usr/bin/env perl
|
||||
+#!/usr/bin/perl
|
||||
#
|
||||
# Copyright (c) 2018-2021, OARC, Inc.
|
||||
# All rights reserved.
|
14
debian/patches/debian/0002-cryptopant.patch
vendored
Normal file
14
debian/patches/debian/0002-cryptopant.patch
vendored
Normal file
|
@ -0,0 +1,14 @@
|
|||
Author: Daniel Baumann <daniel.baumann@progress-linux.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
|
Loading…
Add table
Add a link
Reference in a new issue