diff options
author | eik <eik@FreeBSD.org> | 2004-02-24 00:41:51 +0800 |
---|---|---|
committer | eik <eik@FreeBSD.org> | 2004-02-24 00:41:51 +0800 |
commit | 024a0ec9a28846196ccc971c48f029b90c287fb0 (patch) | |
tree | 3485ce1e2ffbdc3e9b481238da33f7bccfffbfce /www/squid/Makefile | |
parent | b3e09c857e793c49833a593970860ac61b1a93b3 (diff) | |
download | freebsd-ports-gnome-024a0ec9a28846196ccc971c48f029b90c287fb0.tar.gz freebsd-ports-gnome-024a0ec9a28846196ccc971c48f029b90c287fb0.tar.zst freebsd-ports-gnome-024a0ec9a28846196ccc971c48f029b90c287fb0.zip |
- Integrate a new set of vendor patches, see
http://www.squid-cache.org/Versions/v2/2.5/bugs/ for details
- Remove two local patches in favour of the respective vendor patches
- Bump PORTREVISION
PR: 63030
Submitted by: Thomas-Martin Seck <tmseck@netcologne.de>
Obtained from: http://www.squid-cache.org/Versions/v2/2.5/bugs/
Diffstat (limited to 'www/squid/Makefile')
-rw-r--r-- | www/squid/Makefile | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/www/squid/Makefile b/www/squid/Makefile index 07b755491a4a..0019d32b7d1a 100644 --- a/www/squid/Makefile +++ b/www/squid/Makefile @@ -23,7 +23,7 @@ PORTNAME= squid PORTVERSION= 2.5.4 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= www MASTER_SITES= \ ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \ @@ -76,7 +76,18 @@ PATCHFILES= squid-2.5.STABLE4-reconfigure_message.patch \ squid-2.5.STABLE4-ntlm_auth_popups.patch \ squid-2.5.STABLE4-ldap_group-S.patch \ squid-2.5.STABLE4-ipcache_purge.patch \ - squid-2.5.STABLE4-cache_peer_access_ntlm.patch + squid-2.5.STABLE4-cache_peer_access_ntlm.patch \ + squid-2.5.STABLE4-wbinfo_group.patch \ + squid-2.5.STABLE4-SMB_ntlm_auth.patch \ + squid-2.5.STABLE4-miss_access_internal.patch \ + squid-2.5.STABLE4-squidclient_auth.patch \ + squid-2.5.STABLE4-authfixes.patch \ + squid-2.5.STABLE4-arp-FreeBSD.patch \ + squid-2.5.STABLE4-deny_info_reply.patch \ + squid-2.5.STABLE4-authfixes2.patch \ + squid-2.5.STABLE4-reply_body_max_size.patch \ + squid-2.5.STABLE4-digest-abort.patch \ + squid-2.5.STABLE4-ntlm_auth_user_hash_pointer-leak.patch PATCH_DIST_STRIP= -p1 MAINTAINER= tmseck@netcologne.de |