Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/flow-tools/files: flow-tools-0.68-db_tmp.patch
Date: Mon, 08 Feb 2010 12:46:08
Message-Id: E1NeT08-0004rU-KB@stork.gentoo.org
1 jer 10/02/08 12:46:04
2
3 Modified: flow-tools-0.68-db_tmp.patch
4 Log:
5 Only patch the pgsql connection code, not the mysql stuff as well, thanks to Mike Nerone (bug #213788 again).
6 (Portage version: 2.2_rc62/cvs/Linux i686)
7
8 Revision Changes Path
9 1.3 net-analyzer/flow-tools/files/flow-tools-0.68-db_tmp.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/flow-tools/files/flow-tools-0.68-db_tmp.patch?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/flow-tools/files/flow-tools-0.68-db_tmp.patch?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/flow-tools/files/flow-tools-0.68-db_tmp.patch?r1=1.2&r2=1.3
14
15 Index: flow-tools-0.68-db_tmp.patch
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/flow-tools/files/flow-tools-0.68-db_tmp.patch,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- flow-tools-0.68-db_tmp.patch 8 Feb 2010 12:27:10 -0000 1.2
22 +++ flow-tools-0.68-db_tmp.patch 8 Feb 2010 12:46:04 -0000 1.3
23 @@ -2,9 +2,9 @@
24
25 --- flow-tools-0.68/src/flow-export.c.orig 2009-05-26 02:41:15.000000000 +0200
26 +++ flow-tools-0.68/src/flow-export.c 2009-05-26 02:54:56.000000000 +0200
27 -@@ -716,7 +716,7 @@
28 +@@ -892,7 +892,7 @@
29 + db_name = strsep(&tmp, ":");
30 db_table = strsep(&tmp, ":");
31 - db_port = atoi(db_tmp);
32
33 - if (!db_user || !db_pwd || !db_host || !db_tmp || !db_name || !db_table) {
34 + if (!db_user || !db_pwd || !db_host || !db_port || !db_name || !db_table) {