Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/pmacct/files/
Date: Sun, 29 Dec 2019 13:21:30
Message-Id: 1577625681.2877237f21c34edd3938115a2ba509657c62713d.jer@gentoo
1 commit: 2877237f21c34edd3938115a2ba509657c62713d
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 29 12:49:26 2019 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 29 13:21:21 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2877237f
7
8 net-analyzer/pmacct: Clean up patch
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
12
13 net-analyzer/pmacct/files/pmacct-1.7.3-nDPI-3.0.patch | 8 ++++----
14 1 file changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/net-analyzer/pmacct/files/pmacct-1.7.3-nDPI-3.0.patch b/net-analyzer/pmacct/files/pmacct-1.7.3-nDPI-3.0.patch
17 index 3cffef25862..9e6c618fe44 100644
18 --- a/net-analyzer/pmacct/files/pmacct-1.7.3-nDPI-3.0.patch
19 +++ b/net-analyzer/pmacct/files/pmacct-1.7.3-nDPI-3.0.patch
20 @@ -1,5 +1,5 @@
21 ---- a/./configure.ac
22 -+++ b/./configure.ac
23 +--- a/configure.ac
24 ++++ b/configure.ac
25 @@ -955,6 +955,7 @@
26 CFLAGS="$_save_CFLAGS"
27 ])
28 @@ -8,8 +8,8 @@
29 ;;
30 no)
31 AC_MSG_RESULT(no)
32 ---- a/./src/ndpi/ndpi.c
33 -+++ b/./src/ndpi/ndpi.c
34 +--- a/src/ndpi/ndpi.c
35 ++++ b/src/ndpi/ndpi.c
36 @@ -374,10 +374,14 @@
37 if (flow->detection_completed || flow->tcp_finished) {
38 if (flow->detected_protocol.app_protocol == NDPI_PROTOCOL_UNKNOWN)