mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-25 01:31:34 +01:00
125 lines
4.1 KiB
Plaintext
125 lines
4.1 KiB
Plaintext
# Contributor: Carlo Landmeter <clandmeter@gmail.com>
|
|
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
|
pkgname=squid
|
|
pkgver=3.5.17
|
|
pkgrel=1
|
|
pkgdesc="A full-featured Web proxy cache server."
|
|
url="http://www.squid-cache.org"
|
|
install="squid.pre-install squid.pre-upgrade"
|
|
pkgusers="squid"
|
|
pkggroups="squid"
|
|
arch="all"
|
|
license="GPL2"
|
|
depends="logrotate"
|
|
makedepends="openssl-dev perl-dev autoconf automake heimdal-dev libtool
|
|
libcap-dev linux-headers"
|
|
subpackages="$pkgname-doc"
|
|
linguas="af ar az bg ca cs da de el es et fa fi fr he hu hy id it ja ka ko lt
|
|
lv ms nl oc pl pt ro ru sk sl sr sv th tr uk uz vi zh"
|
|
langdir="/usr/share/squid/errors"
|
|
|
|
source="http://www.squid-cache.org/Versions/v3/${pkgver%.*}/squid-${pkgver}.tar.xz
|
|
bug-3679.patch
|
|
|
|
squid.initd
|
|
squid.confd
|
|
$pkgname.logrotate
|
|
"
|
|
|
|
pkgusers="squid"
|
|
pkggroups="squid"
|
|
|
|
_builddir="$srcdir"/$pkgname-$pkgver
|
|
prepare() {
|
|
cd "$_builddir"
|
|
for i in $source; do
|
|
case $i in
|
|
*.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;;
|
|
esac
|
|
done
|
|
find -name config.sub | xargs chmod u+w
|
|
}
|
|
|
|
build() {
|
|
cd "$_builddir"
|
|
|
|
./configure \
|
|
--build=$CBUILD \
|
|
--host=$CHOST \
|
|
--prefix=/usr \
|
|
--datadir=/usr/share/squid \
|
|
--sysconfdir=/etc/squid \
|
|
--libexecdir=/usr/lib/squid \
|
|
--localstatedir=/var \
|
|
--with-logdir=/var/log/squid \
|
|
--disable-strict-error-checking \
|
|
--enable-removal-policies="lru,heap" \
|
|
--enable-auth-digest \
|
|
--enable-auth-basic="getpwnam,NCSA,SMB,SMB_LM,RADIUS" \
|
|
--enable-epoll \
|
|
--enable-external-acl-helpers="file_userip,unix_group,wbinfo_group" \
|
|
--enable-auth-ntlm="fake,smb_lm" \
|
|
--enable-auth-negotiate="kerberos,wrapper" \
|
|
--disable-mit \
|
|
--enable-heimdal \
|
|
--enable-delay-pools \
|
|
--enable-arp-acl \
|
|
--enable-openssl \
|
|
--enable-ssl-crtd \
|
|
--enable-linux-netfilter \
|
|
--enable-ident-lookups \
|
|
--enable-useragent-log \
|
|
--enable-cache-digests \
|
|
--enable-referer-log \
|
|
--enable-async-io \
|
|
--enable-truncate \
|
|
--enable-arp-acl \
|
|
--enable-htcp \
|
|
--enable-carp \
|
|
--enable-poll \
|
|
--enable-follow-x-forwarded-for \
|
|
--with-large-files \
|
|
--with-default-user=squid \
|
|
--with-openssl \
|
|
|| return 1
|
|
|
|
make || return 1
|
|
}
|
|
|
|
package() {
|
|
cd "$_builddir"
|
|
make DESTDIR="$pkgdir" install
|
|
|
|
install -m755 -D "$srcdir"/$pkgname.initd "$pkgdir"/etc/init.d/$pkgname
|
|
install -m644 -D "$srcdir"/$pkgname.confd "$pkgdir"/etc/conf.d/$pkgname
|
|
install -m644 -D "$srcdir"/$pkgname.logrotate \
|
|
"$pkgdir"/etc/logrotate.d/squid
|
|
|
|
install -d -o squid -g squid \
|
|
"$pkgdir"/var/cache/squid \
|
|
"$pkgdir"/var/log/squid \
|
|
"$pkgdir"/var/run/squid
|
|
chmod +x "$pkgdir"/usr/lib/squid/*
|
|
}
|
|
|
|
squid_kerb_auth() {
|
|
pkgdesc="Squid kerberos authetication helper"
|
|
install -d "$subpkgdir"/usr/lib/squid
|
|
mv "$pkgdir"/usr/lib/squid/squid_kerb_auth "$subpkgdir"/usr/lib/squid/
|
|
}
|
|
md5sums="2dc73cc01e77b1bd16d9070780ae79b1 squid-3.5.17.tar.xz
|
|
9e71076799d334faba6f4954594e7b4a bug-3679.patch
|
|
4e42690c129399c84cbe36ab0c538615 squid.initd
|
|
73db59e6c1c242dbc748feeb116650e0 squid.confd
|
|
58823e0b86bc2dc71d270208b7b284b4 squid.logrotate"
|
|
sha256sums="cb04e34f6ec80a5ae6caaef042703c841d3803c4c280e75eff12a5a6c84951a2 squid-3.5.17.tar.xz
|
|
6b08cd129ea5fef019c78f1818c628e1070fe767e362da14844396b671f5a18d bug-3679.patch
|
|
fe33fa90b860437867bd2c1b083c0e77a6478f63e8998f093c0d466476df4a9b squid.initd
|
|
4012fc97d7ab653c8a73c4dac09751de80c847a90ee2483ddd41a04168cdeb2b squid.confd
|
|
b6efdb3261c2e4b5074ef49160af8b96e65f934c7fd64b8954df48aa41cd9b67 squid.logrotate"
|
|
sha512sums="7531c208278ee42b9e34b4e49a249bb033389207546cf0172a2657d60d08146d36ee8f9296e16eea13c552bad01f3ef8592b1486556756edb0b3304b17306661 squid-3.5.17.tar.xz
|
|
b477397f205ba207502a42aae674c85cad85eec831158ea0834361d98ef09a0f103d7a847e101bdd0ece73bbdda9b545960edd5385042bd593733810977e292a bug-3679.patch
|
|
15d95f7d787be8c2e6619ef1661fd8aae8d2c1ede706748764644c7dc3d7c34515ef6e8b7543295fddc4e767bbd74a7cf8c42e77cf60b3d574ff11b3f6e336c9 squid.initd
|
|
7292661de344e8a87d855c83afce49511685d2680effab3afab110e45144c0117935f3bf73ab893c9e6d43f7fb5ba013635e24f6da6daf0eeb895ef2e9b5baa9 squid.confd
|
|
89a703fa4f21b6c7c26e64a46fd52407e20f00c34146ade0bea0c4b63d050117c0f8e218f2256a1fbf6abb84f4ec9b0472c9a4092ff6e78f07c4f5a25d0892a5 squid.logrotate"
|