Skip to content
Snippets Groups Projects
Verified Commit 44fa1078 authored by alice's avatar alice
Browse files

main/squid: remove dependency on -lang-es in main package

closes #14153
parent 076d1a0e
No related branches found
No related tags found
1 merge request!39304[3.16] main/expat: security upgrade to 2.4.9
......@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=squid
pkgver=5.6
pkgrel=1
pkgrel=2
pkgdesc="full-featured Web proxy cache server"
url="http://www.squid-cache.org/"
install="squid.pre-install squid.pre-upgrade"
......@@ -15,7 +15,7 @@ makedepends="openssl-dev>3 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"
lv ms nl oc pl pt ro ru sk sl spq sr sv th tr uk uz vi zh"
langdir="/usr/share/squid/errors"
source="http://www.squid-cache.org/Versions/v${pkgver%%.*}/squid-$pkgver.tar.xz
squid-5.2-openssl3.patch
......@@ -65,7 +65,6 @@ pkggroups="squid"
[ "$CARCH" = "riscv64" ] && export LDFLAGS="$LDFLAGS -latomic"
build() {
case "$CARCH" in mips|mipsel*) export ac_cv_search___atomic_load_8=-latomic ;; esac
./configure \
--build=$CBUILD \
--host=$CHOST \
......@@ -126,9 +125,10 @@ package() {
squid_kerb_auth() {
pkgdesc="Squid kerberos authentication helper"
install -d "$subpkgdir"/usr/lib/squid
mv "$pkgdir"/usr/lib/squid/squid_kerb_auth "$subpkgdir"/usr/lib/squid/
amove usr/lib/squit/squid_kerb_auth
}
sha512sums="
940a4d21ea8e3384642951d80c501a192178d1220f06a59a7bc54ce86d49caea0a86b6e789e28bcb7125ffa2a564ca1aca886a96cccf6356314121a81f38221a squid-5.6.tar.xz
fd39e44eea9d648723f7c92f781f0cd48c6f12b486f850e4572340c1ee4b0a716ae434e182786387c77f5f19bf31f531a9d37e840b2011b74c96e031fcaf5c36 squid-5.2-openssl3.patch
......
  • Owner

    Is /usr/lib/squit with a 't' intentional?

    Edited by Kevin Daudt
  • Contributor

    i fixed it in the commit after, but the subpackage function doesn't run regardless (there is no subpackage for this)

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment