Author: areq Date: Tue Sep 2 09:59:03 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - MAXBUF=2048 (max length of the request URL)
---- Files affected: SPECS: pound.spec (1.60 -> 1.61) ---- Diffs: ================================================================ Index: SPECS/pound.spec diff -u SPECS/pound.spec:1.60 SPECS/pound.spec:1.61 --- SPECS/pound.spec:1.60 Sat May 31 19:56:37 2008 +++ SPECS/pound.spec Tue Sep 2 11:58:58 2008 @@ -3,7 +3,7 @@ Summary(pl.UTF-8): Pound - reverse-proxy i load-balancer Name: pound Version: 2.4.3 -Release: 1 +Release: 2 License: GPL Group: Networking/Daemons Source0: http://www.apsis.ch/pound/Pound-%{version}.tgz @@ -41,7 +41,8 @@ %build cp -f /usr/share/automake/config.sub . -%configure +%configure \ + --with-maxbuf=2048 %{__make} \ CC="%{__cc}" \ @@ -89,6 +90,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.61 2008/09/02 09:58:58 areq +- MAXBUF=2048 (max length of the request URL) + Revision 1.60 2008/05/31 17:56:37 areq - 2.4.3 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/pound.spec?r1=1.60&r2=1.61&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
