diff options
author | Timo Teräs <timo.teras@iki.fi> | 2013-02-19 16:12:10 +0200 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2013-02-19 16:15:08 +0200 |
commit | 73ec341175192419c272cfe4e5077c443cdbf606 (patch) | |
tree | 68b42aa33e5db9cdbd92f0e254c781115bd27659 /main/squid/APKBUILD | |
parent | 533635578432d59ba3c58c7f3d304648cff76b30 (diff) | |
download | aports-73ec341175192419c272cfe4e5077c443cdbf606.tar.bz2 aports-73ec341175192419c272cfe4e5077c443cdbf606.tar.xz |
main/squid: reapply the patches that are still needed
This reverts parts of commit 2b193486e27c9f848a9577fd9f75c1e105d48b76.
Only the bug-3679.patch was merged upstream, so only it should've been
removed.
Diffstat (limited to 'main/squid/APKBUILD')
-rw-r--r-- | main/squid/APKBUILD | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/main/squid/APKBUILD b/main/squid/APKBUILD index b66a8410ad..66c8b7901d 100644 --- a/main/squid/APKBUILD +++ b/main/squid/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=squid pkgver=3.2.7 -pkgrel=1 +pkgrel=2 pkgdesc="A full-featured Web proxy cache server." url="http://www.squid-cache.org" install="squid.pre-install squid.pre-upgrade" @@ -19,7 +19,9 @@ linguas="af ar az bg ca cs da de el es et fa fi fr he hu hy id it ja ko lt langdir="/usr/share/squid/errors" source="http://www.squid-cache.org/Versions/v3/3.2/squid-$pkgver.tar.bz2 + squid-3.2.0.16-loggable-urlgroup.patch cf_gen-pthread.patch + bug-3679.patch squid.initd squid.confd $pkgname.logrotate @@ -104,7 +106,9 @@ squid_kerb_auth() { } md5sums="3e4d21b24c39d5066791017919866a64 squid-3.2.7.tar.bz2 +16e3b38996d4c5858e1478f8eb650876 squid-3.2.0.16-loggable-urlgroup.patch c60237de253c02937f272d3b189d7679 cf_gen-pthread.patch +9e71076799d334faba6f4954594e7b4a bug-3679.patch 905e57c6d41414f54a75a5c0f9f7fac7 squid.initd 2897c725c201be53d3c9a7db0101bdf0 squid.confd 58823e0b86bc2dc71d270208b7b284b4 squid.logrotate" |