[packages/pound] do not decrease buffer size smaller than upstream

glen glen at pld-linux.org
Thu Nov 15 12:48:40 CET 2012


commit be91c8de0093b095ad124f41f853d1672cc53f9f
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Thu Nov 15 13:23:57 2012 +0200

    do not decrease buffer size smaller than upstream
    
    2.4.4 changelog says: increased MAXBUF to default 4096

 pound.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/pound.spec b/pound.spec
index 0667af7..c178550 100644
--- a/pound.spec
+++ b/pound.spec
@@ -66,7 +66,7 @@ swobodnego używania, kopiowania i rozdawania.
 %build
 cp -f /usr/share/automake/config.sub .
 %configure \
-	--with-maxbuf=2048
+	--with-maxbuf=4096
 %{__make}
 
 %install
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/pound.git/commitdiff/c8a5f4a9c1f2f048715077a90527029e14b7fb65



More information about the pld-cvs-commit mailing list