]> git.ipfire.org Git - ipfire-2.x.git/blame_incremental - lfs/squid
captive: Add headline to T&C box
[ipfire-2.x.git] / lfs / squid
... / ...
CommitLineData
1###############################################################################
2# #
3# IPFire.org - A linux based firewall #
4# Copyright (C) 2007-2017 IPFire Team <info@ipfire.org> #
5# #
6# This program is free software: you can redistribute it and/or modify #
7# it under the terms of the GNU General Public License as published by #
8# the Free Software Foundation, either version 3 of the License, or #
9# (at your option) any later version. #
10# #
11# This program is distributed in the hope that it will be useful, #
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 #
17# along with this program. If not, see <http://www.gnu.org/licenses/>. #
18# #
19###############################################################################
20
21###############################################################################
22# Definitions
23###############################################################################
24
25include Config
26
27VER = 3.5.27
28
29THISAPP = squid-$(VER)
30DL_FILE = $(THISAPP).tar.xz
31DL_FROM = $(URL_IPFIRE)
32DIR_APP = $(DIR_SRC)/$(THISAPP)
33TARGET = $(DIR_INFO)/$(THISAPP)
34
35###############################################################################
36# Top-level Rules
37###############################################################################
38
39objects = $(DL_FILE)
40
41$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
42
43$(DL_FILE)_MD5 = 39ef8199675d48a314b540f92c00c545
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###############################################################################
56
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)
72 @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar xaf $(DIR_DL)/$(DL_FILE)
73 cd $(DIR_APP) && patch -Np0 -i $(DIR_SRC)/src/patches/squid-3.5.27-fix-max-file-descriptors.patch
74
75 cd $(DIR_APP) && autoreconf -vfi
76 cd $(DIR_APP)/libltdl && autoreconf -vfi
77
78 cd $(DIR_APP) && ./configure \
79 --prefix=/usr \
80 --sysconfdir=/etc/squid \
81 --datadir=/usr/lib/squid \
82 --mandir=/usr/share/man \
83 --libexecdir=/usr/lib/squid \
84 --localstatedir=/var \
85 --disable-ssl \
86 --disable-icmp \
87 --disable-wccp \
88 --disable-wccpv2 \
89 --disable-kqueue \
90 --disable-esi \
91 --disable-arch-native \
92 --enable-ipv6 \
93 --enable-poll \
94 --enable-ident-lookups \
95 --enable-storeio=aufs,diskd,ufs \
96 --enable-underscores \
97 --enable-http-violations \
98 --enable-removal-policies=heap,lru \
99 --enable-delay-pools \
100 --enable-linux-netfilter \
101 --enable-snmp \
102 --enable-auth \
103 --enable-auth-basic \
104 --enable-auth-digest \
105 --enable-auth-negotiate \
106 --enable-auth-ntlm \
107 --enable-log-daemon-helpers \
108 --enable-url-rewrite-helpers \
109 --enable-build-info \
110 --enable-eui \
111 --enable-async-io=16 \
112 --enable-unlinkd \
113 --enable-internal-dns \
114 --enable-epoll \
115 --enable-select \
116 --enable-cache-digests \
117 --enable-forw-via-db \
118 --enable-htcp \
119 --enable-kill-parent-hack \
120 --enable-icap-client \
121 --enable-zph-qos \
122 --with-dl \
123 --with-filedescriptors=$$(( 16384 * 64 )) \
124 --with-large-files
125
126 cd $(DIR_APP) && make $(MAKETUNING)
127 cd $(DIR_APP) && make install
128
129 rm -f /etc/squid/squid.conf
130 ln -sf /var/ipfire/proxy/squid.conf /etc/squid/squid.conf
131 rm -f /etc/squid/cachemgr.conf
132 ln -sf /var/ipfire/proxy/cachemgr.conf /etc/squid/cachemgr.conf
133 rm -f /etc/squid/errors
134 ln -sf /usr/lib/squid/errors/en /etc/squid/errors
135
136 -mkdir -p /var/log/cache /var/log/squid /var/log/updatexlrator
137 touch /var/log/squid/access.log
138 chown -R squid:squid /var/log/squid /var/log/cache /var/log/updatexlrator
139
140 cp /usr/lib/squid/cachemgr.cgi /srv/web/ipfire/cgi-bin/cachemgr.cgi
141 chown nobody.nobody /srv/web/ipfire/cgi-bin/cachemgr.cgi
142
143 cp -f $(DIR_SRC)/config/updxlrator/updxlrator /usr/sbin/updxlrator
144 cp -f $(DIR_SRC)/config/updxlrator/checkup /var/ipfire/updatexlrator/bin/checkup
145 cp -f $(DIR_SRC)/config/updxlrator/download /var/ipfire/updatexlrator/bin/download
146 cp -f $(DIR_SRC)/config/updxlrator/convert /var/ipfire/updatexlrator/bin/convert
147 cp -f $(DIR_SRC)/config/updxlrator/lscache /var/ipfire/updatexlrator/bin/lscache
148 cp -f $(DIR_SRC)/config/updxlrator/checkdeaddl /var/ipfire/updatexlrator/bin/checkdeaddl
149
150 cp -f $(DIR_SRC)/config/updxlrator/updxlrator-lib.pl /var/ipfire/updatexlrator/updxlrator-lib.pl
151
152 chmod 755 /usr/sbin/updxlrator /var/ipfire/updatexlrator/bin/checkup \
153 /var/ipfire/updatexlrator/bin/download \
154 /var/ipfire/updatexlrator/bin/convert \
155 /var/ipfire/updatexlrator/bin/lscache \
156 /var/ipfire/updatexlrator/bin/checkdeaddl
157
158 ln -fs /bin/false /var/ipfire/updatexlrator/autocheck/cron.daily
159 ln -fs /bin/false /var/ipfire/updatexlrator/autocheck/cron.monthly
160 ln -fs /bin/false /var/ipfire/updatexlrator/autocheck/cron.weekly
161
162 chown -R nobody:nobody /var/ipfire/updatexlrator
163 chown nobody.squid /var/updatecache
164 chown nobody.squid /var/updatecache/download
165 chown nobody.squid /var/updatecache/metadata
166 chmod 775 /var/updatecache
167 chmod 775 /var/updatecache/download
168 chmod 775 /var/updatecache/metadata
169 chmod 755 /var/log/updatexlrator
170 chmod 755 /srv/web/ipfire/html/images/updbooster
171
172 chown squid:squid /var/log/squid
173 ln -sf /usr/lib/squid /usr/lib/squid/auth
174 cp -f $(DIR_SRC)/config/proxy/proxy.pac /srv/web/ipfire/html/proxy.pac
175 chown nobody.nobody /srv/web/ipfire/html/proxy.pac
176 ln -sf /srv/web/ipfire/html/proxy.pac /srv/web/ipfire/html/wpad.dat
177
178 #Copy stylesheets for the errorpages
179 cp -f $(DIR_SRC)/config/proxy/errorpage-ipfire.css /var/ipfire/proxy/
180 cp -f /etc/squid/errorpage.css /var/ipfire/proxy/errorpage-squid.css
181
182 @rm -rf $(DIR_APP)
183 @$(POSTBUILD)