community/squid to 4.15-1

This commit is contained in:
Kevin Mihelich 2021-05-14 15:14:45 +00:00
parent 38977456d5
commit 69eb3a41bc

View file

@ -7,7 +7,7 @@
# - explicitly link v5/v6 with libatomic
pkgname=squid
pkgver=4.14
pkgver=4.15
pkgrel=1
pkgdesc='Full-featured Web proxy cache server'
arch=('x86_64')
@ -28,7 +28,7 @@ source=("http://www.squid-cache.org/Versions/v4/$pkgname-$pkgver.tar.xz"{,.asc}
'squid.sysusers'
'squid-rotate.service'
'squid-rotate.timer')
sha256sums=('f1097daa6434897c159bc100978b51347c0339041610845d0afa128151729ffc'
sha256sums=('b693a4e5ab2811a8a854f60de0a62afbbf3a952bb1d047952c9ae01321f84a25'
'SKIP'
'11fb388f8679fd6461e0de006810ea608a3686fffda16904b0ed71f412be499c'
'495f54e51f6ec1e4dce87090d76718aea1eb37559c4439d876dd39598163062a'
@ -93,6 +93,9 @@ package() {
cd "$srcdir"
make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
chmod 07755 "$pkgdir"/usr/lib/squid/basic_pam_auth
install -Dm644 "$srcdir/squid.pam" "$pkgdir/usr/lib/pam.d/squid"
install -Dm644 "$srcdir/squid.tmpfiles" "$pkgdir/usr/lib/tmpfiles.d/squid.conf"
install -Dm644 "$srcdir/squid.sysusers" "$pkgdir/usr/lib/sysusers.d/squid.conf"