Gentoo Archives: gentoo-commits

From: "Benedikt Boehm (hollow)" <hollow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-admin/webalizer/files: webalizer-db4.2.patch webalizer-storage-size.patch
Date: Wed, 27 Feb 2008 10:34:46
Message-Id: E1JUJca-0000EX-4B@stork.gentoo.org
1 hollow 08/02/27 10:34:44
2
3 Modified: webalizer-db4.2.patch webalizer-storage-size.patch
4 Log:
5 fix #211604
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.2 app-admin/webalizer/files/webalizer-db4.2.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/webalizer/files/webalizer-db4.2.patch?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/webalizer/files/webalizer-db4.2.patch?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/webalizer/files/webalizer-db4.2.patch?r1=1.1&r2=1.2
14
15 Index: webalizer-db4.2.patch
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-admin/webalizer/files/webalizer-db4.2.patch,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- webalizer-db4.2.patch 8 Jan 2006 16:53:58 -0000 1.1
22 +++ webalizer-db4.2.patch 27 Feb 2008 10:34:43 -0000 1.2
23 @@ -1,6 +1,8 @@
24 ---- configure.in 2000-10-06 09:51:49.000000000 +0200
25 -+++ configure.in 2005-04-02 13:06:24.623616376 +0200
26 -@@ -71,7 +71,7 @@
27 +Index: webalizer-2.01-10/configure.in
28 +===================================================================
29 +--- webalizer-2.01-10.orig/configure.in
30 ++++ webalizer-2.01-10/configure.in
31 +@@ -71,7 +71,7 @@ if test "$USE_DNS" = "yes"; then
32 if test "$HAVE_DB" = ""; then
33 AC_CHECK_FUNCS(dbopen)
34 if test $ac_cv_func_dbopen = no; then
35 @@ -8,4 +10,4 @@
36 + OPTS="-DUSE_DNS ${OPTS}"; HAVE_DB="yes"; LIBS="-ldb ${LIBS}"
37 if test "$HAVE_DB" = ""; then
38 AC_MSG_WARN(You must have a V1.85 compatable DB library!)
39 - AC_MSG_WARN(DNS lookup code will be disabled...)
40 + AC_MSG_WARN(DNS lookup code will be disabled...)
41
42
43
44 1.2 app-admin/webalizer/files/webalizer-storage-size.patch
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/webalizer/files/webalizer-storage-size.patch?rev=1.2&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/webalizer/files/webalizer-storage-size.patch?rev=1.2&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/webalizer/files/webalizer-storage-size.patch?r1=1.1&r2=1.2
49
50 Index: webalizer-storage-size.patch
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/app-admin/webalizer/files/webalizer-storage-size.patch,v
53 retrieving revision 1.1
54 retrieving revision 1.2
55 diff -u -r1.1 -r1.2
56 --- webalizer-storage-size.patch 23 Feb 2008 16:52:35 -0000 1.1
57 +++ webalizer-storage-size.patch 27 Feb 2008 10:34:43 -0000 1.2
58 @@ -1,15 +1,17 @@
59 ---- webalizer.h 2008-02-23 16:34:29.090800118 +0000
60 -+++ webalizer.h.orig 2008-02-23 16:31:42.626195338 +0000
61 +Index: webalizer-2.01-10/webalizer.h
62 +===================================================================
63 +--- webalizer-2.01-10.orig/webalizer.h
64 ++++ webalizer-2.01-10/webalizer.h
65 @@ -17,10 +17,10 @@
66 #define MAXURLH 128 /* Max URL field size in htab */
67 #define MAXREF 1024 /* Max referrer field size */
68 #define MAXREFH 128 /* Max referrer field size in htab */
69 --#define MAXAGENT 128 /* Max user agent field size */
70 -+#define MAXAGENT 64 /* Max user agent field size */
71 +-#define MAXAGENT 64 /* Max user agent field size */
72 ++#define MAXAGENT 128 /* Max user agent field size */
73 #define MAXCTRY 48 /* Max country name size */
74 #define MAXSRCH 256 /* Max size of search string buffer */
75 --#define MAXSRCHH 128 /* Max size of search str in htab */
76 -+#define MAXSRCHH 64 /* Max size of search str in htab */
77 +-#define MAXSRCHH 64 /* Max size of search str in htab */
78 ++#define MAXSRCHH 128 /* Max size of search str in htab */
79 #define MAXIDENT 64 /* Max size of ident string (user) */
80
81 #define SLOP_VAL 3600 /* out of sequence slop (seconds) */
82
83
84
85 --
86 gentoo-commits@l.g.o mailing list