]> git.ipfire.org Git - ipfire-2.x.git/blame - lfs/squid
squid 3.5.22: latest patches (14119-14122)
[ipfire-2.x.git] / lfs / squid
CommitLineData
cd1a2927 1###############################################################################
cd1a2927 2# #
70df8302 3# IPFire.org - A linux based firewall #
8e6421d7 4# Copyright (C) 2007-2016 IPFire Team <info@ipfire.org> #
70df8302
MT
5# #
6# This program is free software: you can redistribute it and/or modify #
cd1a2927 7# it under the terms of the GNU General Public License as published by #
70df8302 8# the Free Software Foundation, either version 3 of the License, or #
cd1a2927
MT
9# (at your option) any later version. #
10# #
70df8302 11# This program is distributed in the hope that it will be useful, #
cd1a2927
MT
12# but WITHOUT ANY WARRANTY; without even the implied warranty of #
13# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
14# GNU General Public License for more details. #
15# #
16# You should have received a copy of the GNU General Public License #
70df8302 17# along with this program. If not, see <http://www.gnu.org/licenses/>. #
cd1a2927 18# #
cd1a2927
MT
19###############################################################################
20
21###############################################################################
22# Definitions
23###############################################################################
24
25include Config
26
11073720 27VER = 3.5.22
cd1a2927
MT
28
29THISAPP = squid-$(VER)
754f508b 30DL_FILE = $(THISAPP).tar.xz
e383179b 31DL_FROM = $(URL_IPFIRE)
cd1a2927
MT
32DIR_APP = $(DIR_SRC)/$(THISAPP)
33TARGET = $(DIR_INFO)/$(THISAPP)
34
35###############################################################################
36# Top-level Rules
37###############################################################################
38
363fb6af 39objects = $(DL_FILE)
cd1a2927
MT
40
41$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
42
11073720 43$(DL_FILE)_MD5 = afb82d2748c06c95815c171463b4aa14
cd1a2927
MT
44
45install : $(TARGET)
46
47check : $(patsubst %,$(DIR_CHK)/%,$(objects))
48
49download :$(patsubst %,$(DIR_DL)/%,$(objects))
50
51md5 : $(subst %,%_MD5,$(objects))
52
53###############################################################################
54# Downloading, checking, md5sum
55###############################################################################
6bd4bcda 56
cd1a2927
MT
57$(patsubst %,$(DIR_CHK)/%,$(objects)) :
58 @$(CHECK)
59
60$(patsubst %,$(DIR_DL)/%,$(objects)) :
61 @$(LOAD)
62
63$(subst %,%_MD5,$(objects)) :
64 @$(MD5)
65
66###############################################################################
67# Installation Details
68###############################################################################
69
70$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
71 @$(PREBUILD)
754f508b 72 @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar xaf $(DIR_DL)/$(DL_FILE)
cc2a2209 73 cd $(DIR_APP) && patch -Np0 -i $(DIR_SRC)/src/patches/squid/squid-3.5-14099.patch
cc8f79f9
MF
74 cd $(DIR_APP) && patch -Np0 -i $(DIR_SRC)/src/patches/squid/squid-3.5-14100.patch
75 cd $(DIR_APP) && patch -Np0 -i $(DIR_SRC)/src/patches/squid/squid-3.5-14101.patch
76 cd $(DIR_APP) && patch -Np0 -i $(DIR_SRC)/src/patches/squid/squid-3.5-14102.patch
262c48be
MF
77 cd $(DIR_APP) && patch -Np0 -i $(DIR_SRC)/src/patches/squid/squid-3.5-14103.patch
78 cd $(DIR_APP) && patch -Np0 -i $(DIR_SRC)/src/patches/squid/squid-3.5-14104.patch
79 cd $(DIR_APP) && patch -Np0 -i $(DIR_SRC)/src/patches/squid/squid-3.5-14105.patch
80 cd $(DIR_APP) && patch -Np0 -i $(DIR_SRC)/src/patches/squid/squid-3.5-14106.patch
81 cd $(DIR_APP) && patch -Np0 -i $(DIR_SRC)/src/patches/squid/squid-3.5-14107.patch
82 cd $(DIR_APP) && patch -Np0 -i $(DIR_SRC)/src/patches/squid/squid-3.5-14108.patch
83 cd $(DIR_APP) && patch -Np0 -i $(DIR_SRC)/src/patches/squid/squid-3.5-14109.patch
84 cd $(DIR_APP) && patch -Np0 -i $(DIR_SRC)/src/patches/squid/squid-3.5-14110.patch
85 cd $(DIR_APP) && patch -Np0 -i $(DIR_SRC)/src/patches/squid/squid-3.5-14111.patch
86 cd $(DIR_APP) && patch -Np0 -i $(DIR_SRC)/src/patches/squid/squid-3.5-14112.patch
87 cd $(DIR_APP) && patch -Np0 -i $(DIR_SRC)/src/patches/squid/squid-3.5-14113.patch
4ce082a4
MF
88 cd $(DIR_APP) && patch -Np0 -i $(DIR_SRC)/src/patches/squid/squid-3.5-14114.patch
89 cd $(DIR_APP) && patch -Np0 -i $(DIR_SRC)/src/patches/squid/squid-3.5-14115.patch
90 cd $(DIR_APP) && patch -Np0 -i $(DIR_SRC)/src/patches/squid/squid-3.5-14116.patch
91 cd $(DIR_APP) && patch -Np0 -i $(DIR_SRC)/src/patches/squid/squid-3.5-14117.patch
92 cd $(DIR_APP) && patch -Np0 -i $(DIR_SRC)/src/patches/squid/squid-3.5-14118.patch
a5f09f8e
MF
93 cd $(DIR_APP) && patch -Np0 -i $(DIR_SRC)/src/patches/squid/squid-3.5-14119.patch
94 cd $(DIR_APP) && patch -Np0 -i $(DIR_SRC)/src/patches/squid/squid-3.5-14120.patch
95 cd $(DIR_APP) && patch -Np0 -i $(DIR_SRC)/src/patches/squid/squid-3.5-14121.patch
96 cd $(DIR_APP) && patch -Np0 -i $(DIR_SRC)/src/patches/squid/squid-3.5-14122.patch
11073720 97 cd $(DIR_APP) && patch -Np0 -i $(DIR_SRC)/src/patches/squid-3.5.22-fix-max-file-descriptors.patch
198c3926 98
02a60a9b
MT
99 cd $(DIR_APP) && autoreconf -vfi
100 cd $(DIR_APP)/libltdl && autoreconf -vfi
101
754f508b
MT
102 cd $(DIR_APP) && ./configure \
103 --prefix=/usr \
104 --sysconfdir=/etc/squid \
105 --datadir=/usr/lib/squid \
106 --mandir=/usr/share/man \
107 --libexecdir=/usr/lib/squid \
108 --localstatedir=/var \
88b1e637 109 --disable-ssl \
754f508b
MT
110 --disable-icmp \
111 --disable-wccp \
198c3926
MF
112 --disable-wccpv2 \
113 --disable-kqueue \
114 --disable-esi \
115 --disable-arch-native \
9a4bfe02 116 --enable-ipv6 \
198c3926 117 --enable-poll \
754f508b 118 --enable-ident-lookups \
efccb433 119 --enable-storeio=aufs,diskd,ufs \
754f508b
MT
120 --enable-underscores \
121 --enable-http-violations \
efccb433 122 --enable-removal-policies=heap,lru \
754f508b
MT
123 --enable-delay-pools \
124 --enable-linux-netfilter \
125 --enable-snmp \
126 --enable-auth \
127 --enable-auth-basic \
128 --enable-auth-digest \
129 --enable-auth-negotiate \
130 --enable-auth-ntlm \
131 --enable-log-daemon-helpers \
132 --enable-url-rewrite-helpers \
133 --enable-build-info \
134 --enable-eui \
198c3926 135 --enable-async-io=16 \
754f508b
MT
136 --enable-unlinkd \
137 --enable-internal-dns \
138 --enable-epoll \
754f508b
MT
139 --enable-select \
140 --enable-cache-digests \
141 --enable-forw-via-db \
142 --enable-htcp \
754f508b 143 --enable-kill-parent-hack \
754f508b 144 --enable-icap-client \
69a324f0 145 --enable-zph-qos \
198c3926
MF
146 --with-dl \
147 --with-filedescriptors=$$(( 16384 * 64 )) \
efccb433 148 --with-large-files
ed38f89d 149
fd3e7da0 150 cd $(DIR_APP) && make $(MAKETUNING)
cd1a2927
MT
151 cd $(DIR_APP) && make install
152
153 rm -f /etc/squid/squid.conf
46c01c09 154 ln -sf /var/ipfire/proxy/squid.conf /etc/squid/squid.conf
fe1656d2
CS
155 rm -f /etc/squid/cachemgr.conf
156 ln -sf /var/ipfire/proxy/cachemgr.conf /etc/squid/cachemgr.conf
cd1a2927 157 rm -f /etc/squid/errors
d4c6ba21 158 ln -sf /usr/lib/squid/errors/en /etc/squid/errors
cd1a2927 159
46c01c09 160 -mkdir -p /var/log/cache /var/log/squid /var/log/updatexlrator
cd1a2927 161 touch /var/log/squid/access.log
46c01c09
MT
162 chown -R squid:squid /var/log/squid /var/log/cache /var/log/updatexlrator
163
fe1656d2
CS
164 cp /usr/lib/squid/cachemgr.cgi /srv/web/ipfire/cgi-bin/cachemgr.cgi
165 chown nobody.nobody /srv/web/ipfire/cgi-bin/cachemgr.cgi
166
46c01c09
MT
167 cp -f $(DIR_SRC)/config/updxlrator/updxlrator /usr/sbin/updxlrator
168 cp -f $(DIR_SRC)/config/updxlrator/checkup /var/ipfire/updatexlrator/bin/checkup
169 cp -f $(DIR_SRC)/config/updxlrator/download /var/ipfire/updatexlrator/bin/download
e79f3ac0
AF
170 cp -f $(DIR_SRC)/config/updxlrator/convert /var/ipfire/updatexlrator/bin/convert
171 cp -f $(DIR_SRC)/config/updxlrator/lscache /var/ipfire/updatexlrator/bin/lscache
4f4092e3
CS
172 cp -f $(DIR_SRC)/config/updxlrator/checkdeaddl /var/ipfire/updatexlrator/bin/checkdeaddl
173
174 cp -f $(DIR_SRC)/config/updxlrator/updxlrator-lib.pl /var/ipfire/updatexlrator//updxlrator-lib.pl
5ae664e1 175
46c01c09 176 chmod 755 /usr/sbin/updxlrator /var/ipfire/updatexlrator/bin/checkup \
5ae664e1
AF
177 /var/ipfire/updatexlrator/bin/download \
178 /var/ipfire/updatexlrator/bin/convert \
4f4092e3
CS
179 /var/ipfire/updatexlrator/bin/lscache \
180 /var/ipfire/updatexlrator/bin/checkdeaddl
46c01c09 181
09eb4f00
MT
182 ln -fs /bin/false /var/ipfire/updatexlrator/autocheck/cron.daily
183 ln -fs /bin/false /var/ipfire/updatexlrator/autocheck/cron.monthly
184 ln -fs /bin/false /var/ipfire/updatexlrator/autocheck/cron.weekly
46c01c09
MT
185
186 chown -R nobody:nobody /var/ipfire/updatexlrator
5db10f47
AF
187 chown nobody.squid /var/updatecache
188 chown nobody.squid /var/updatecache/download
189 chown nobody.squid /var/updatecache/metadata
190 chmod 775 /var/updatecache
191 chmod 775 /var/updatecache/download
192 chmod 775 /var/updatecache/metadata
46c01c09 193 chmod 755 /var/log/updatexlrator
bd24e1fa 194 chmod 755 /srv/web/ipfire/html/images/updbooster
268292e7 195
b4f8d26c
MT
196 chown squid:squid /var/log/squid
197 ln -sf /usr/lib/squid /usr/lib/squid/auth
268292e7
CS
198 cp -f $(DIR_SRC)/config/proxy/proxy.pac /srv/web/ipfire/html/proxy.pac
199 chown nobody.nobody /srv/web/ipfire/html/proxy.pac
b4f8d26c 200 ln -sf /srv/web/ipfire/html/proxy.pac /srv/web/ipfire/html/wpad.dat
46c01c09 201
ab4a5a35
AF
202 #Copy stylesheets for the errorpages
203 cp -f $(DIR_SRC)/config/proxy/errorpage-ipfire.css /var/ipfire/proxy/
204 cp -f /etc/squid/errorpage.css /var/ipfire/proxy/errorpage-squid.css
205
cd1a2927
MT
206 @rm -rf $(DIR_APP)
207 @$(POSTBUILD)