aboutsummaryrefslogtreecommitdiffstats
path: root/main/squid
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-06-07 06:18:12 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-06-07 09:18:04 +0000
commit1f548f575f325326180443bb53ad26b2aef81729 (patch)
tree8556327ee342334397d7cc235d61105f3686555d /main/squid
parent60ea9aa0808e2226706281b5bf34041ffe679fdd (diff)
downloadaports-1f548f575f325326180443bb53ad26b2aef81729.tar.bz2
aports-1f548f575f325326180443bb53ad26b2aef81729.tar.xz
main/squid: increase max number of file descriptors
(cherry picked from commit 0949391ce69b554ae0c1cbd54c488a9b324aa768)
Diffstat (limited to 'main/squid')
-rw-r--r--main/squid/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/main/squid/APKBUILD b/main/squid/APKBUILD
index 2470d930ec..8622d4e059 100644
--- a/main/squid/APKBUILD
+++ b/main/squid/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=squid
pkgver=3.2.0.17
-pkgrel=1
+pkgrel=2
pkgdesc="A full-featured Web proxy cache server."
url="http://www.squid-cache.org"
install="squid.pre-install squid.pre-upgrade"
@@ -73,7 +73,8 @@ build() {
--enable-arp-acl \
--enable-htcp \
--enable-carp \
- --enable-poll --with-maxfd=4096 \
+ --enable-poll \
+ --with-filedescriptors=16384 \
--enable-follow-x-forwarded-for \
--with-large-files \
--with-default-user=squid \