pkgsrc/www/squid6/Makefile.common
taca c3f2d4e2bc www/squid6: add package version 6.3
Squid 6.3 is latest stable release.

Squid is a fully-featured HTTP/1.0 proxy with partial HTTP/1.1 support
The 6 series brings many new features and upgrades to the basic
networking protocols. A short list of the major new features is:

Squid 6 represents a new feature release, the most important of these
new features are:

* TLS ServerHello
* Log TLS Communication Secrets
* Ban ACL key changes in ACLs
* Block to-local Traffic
* RFC 9211: HTTP Cache-Status support
* RFC 9111: Stop treating Warning specially
* ext_kerberos_ldap_group_acl: Support -b with -D
* Remove Gopher Protocol Support
* Removed Outdated Tools
2023-09-13 07:36:44 +00:00

19 lines
411 B
Makefile

# $NetBSD: Makefile.common,v 1.1 2023/09/13 07:36:44 taca Exp $
#
# used by www/squid6/Makefile
SQUID_DATADIR= ${VARBASE}/squid
PKG_SYSCONFSUBDIR?= squid
SQUID_USER?= squid
SQUID_GROUP?= squid
PKG_GROUPS_VARS+= SQUID_GROUP
PKG_USERS_VARS+= SQUID_USER
PKG_GROUPS= ${SQUID_GROUP}
PKG_USERS= ${SQUID_USER}:${SQUID_GROUP}
PKG_GECOS.${SQUID_USER}= Squid Web-Cache pseudo-user
BUILD_DEFS+= VARBASE