summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-03-15 21:10:20 +0000
committerSam James <sam@gentoo.org>2021-03-15 21:10:20 +0000
commit7fad0713ae0b090bea16187f8b4d546dd1106b1f (patch)
tree5b3944e538a5088780604ff47bc376ad4658523b /net-analyzer/nfdump
parentnet-libs/libnet: add patch to support musl (diff)
downloadgentoo-7fad0713ae0b090bea16187f8b4d546dd1106b1f.tar.gz
gentoo-7fad0713ae0b090bea16187f8b4d546dd1106b1f.tar.bz2
gentoo-7fad0713ae0b090bea16187f8b4d546dd1106b1f.zip
net-analyzer/nfdump: apply patch to 1.6.21
Bug: https://bugs.gentoo.org/712590 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer/nfdump')
-rw-r--r--net-analyzer/nfdump/nfdump-1.6.21-r1.ebuild (renamed from net-analyzer/nfdump/nfdump-1.6.21.ebuild)4
1 files changed, 3 insertions, 1 deletions
diff --git a/net-analyzer/nfdump/nfdump-1.6.21.ebuild b/net-analyzer/nfdump/nfdump-1.6.21-r1.ebuild
index 4c59fb92baec..f6000c763cbd 100644
--- a/net-analyzer/nfdump/nfdump-1.6.21.ebuild
+++ b/net-analyzer/nfdump/nfdump-1.6.21-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -35,7 +35,9 @@ RDEPEND="
PATCHES=(
"${FILESDIR}"/${PN}-1.6.19-compiler.patch
"${FILESDIR}"/${PN}-1.6.19-libft.patch
+ "${FILESDIR}"/${PN}-1.6.21-remove-strict-rfc-7011-handling.patch
)
+
DOCS=( AUTHORS ChangeLog README.md )
src_prepare() {