commit: 7fad0713ae0b090bea16187f8b4d546dd1106b1f Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Mar 15 21:10:20 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Mar 15 21:10:20 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fad0713
net-analyzer/nfdump: apply patch to 1.6.21 Bug: https://bugs.gentoo.org/712590 Signed-off-by: Sam James <sam <AT> gentoo.org> net-analyzer/nfdump/{nfdump-1.6.21.ebuild => nfdump-1.6.21-r1.ebuild} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net-analyzer/nfdump/nfdump-1.6.21.ebuild b/net-analyzer/nfdump/nfdump-1.6.21-r1.ebuild similarity index 93% rename from net-analyzer/nfdump/nfdump-1.6.21.ebuild rename to net-analyzer/nfdump/nfdump-1.6.21-r1.ebuild index 4c59fb92bae..f6000c763cb 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() {
